by Shane Cunningham | Aug 12, 2023 | Guides, Microsoft 365
The Exchange admin center (EAC) lets you enable the archive mailbox only individually – for one user at a time. For bulk actions, refer to the section on using Windows PowerShell. Sign in to the Exchange admin center. Go to Recipients > Mailboxes to display... by Shane Cunningham | Feb 13, 2026 | Guides
Overview This guide covers how to resolve Error Code 55 on the MediaTek Wi-Fi 6 MT7921 Wireless LAN Card when the device is managed through Microsoft Intune. This issue is caused by the Kernel DMA Protection policy blocking the wireless card from initialising on... by Shane Cunningham | Nov 15, 2020 | Office 365
In this guide, we will how to setup a local administrator in windows 10 using PowerShell. Open Start on Window 10 Search for Powershell ISE, right-click the top result and select Run as Administrator Copy and paste the code below into thePowerShell ISE editor and save...
by Shane Cunningham | Mar 20, 2018 | PHP
This PHP tutorial will help you create jquery Datatable 1.10.16 using a Bootstrap 3.3.7. with pagination. The tutorial is broken into 8 steps. We will use the following structure for the datatable: index.php configDB.php response.php Step 1: Create a Bootstrap Html...
by Shane Cunningham | Nov 28, 2017 | Projects
Update: Dark Sky API was shutdown in August 1st 2020 This is a PHP website that connects to Dark sky API to get current weather conditions and a 5-day weather forecast and display it as a responsive web page. it uses the IP address sent to the web server as a request...
by Shane Cunningham | Jul 20, 2017 | Security
Internet usage is most common in every PC be it your personal computer or at the office. Security is the first thing that anyone would be concerned about as internet connectivity has its own pros and cons and hacking is one of the most important concerns for most of...
by Shane Cunningham | Apr 28, 2017 | Projects
Weather forecast data from a free API provided by Darksky.net. The android app then parses the data (in JSON format) and display it in a single-page app. it also can handle errors and situations when the network is unavailable. Features used in this project are:...
by Shane Cunningham | Apr 26, 2017 | Guides
These Guides will show you how to configure and use the whisper feature on Mumble. Video Guide Written Guide Follow these Steps: 1. Click on Configure mumble and then click on “Settings.” 2. Click on Shortcuts.” 3. Click Add.” 4. Click on...
by Shane Cunningham | Apr 26, 2017 | Guides
Mumble MOTD: Message of the day MOTD Mumble.ini Message of the day, Example on how to make a Message of the Day (MOTD) on a Mumble server. Instead of welcometext=”Welcome to this server running Murmur.” Full Murmur.ini guide HTML Examples in the Mumble.ini...
by Shane Cunningham | Jan 4, 2017 | Projects
Simple weather application using php and Darksky ap