G Suite to Office 365 Migrator Features: G Suite to Office 365 migrator software moves mailboxes of Google Apps to MS O365 account. The application transfers emails, calendars, and contacts of the Google Mail account to the Microsoft cloud/ OWA account. The utility provides the multiple domain facility to the users of G Suite Apps…
Category: IT Tips
An AD Bulk Administration Utility
IT administrators face a great deal of Active Directory management challenges. AD administrators and IT managers mostly have to perform repetitive and mundane tasks which often end up eating into their productive time. Configuring object properties manually by making use of native tools or PowerShell is extremely time-consuming, tiresome, and error-prone, especially in a large…
SQL Server live DB files are too big
Within the MSSQL files, MDF and LDF can be found and used. Both LDF and MDF are files extensions used in the Microsoft SQL Server. The extension file .MDF stands for “Master Database File.” This file contains all the startup information for the database to run and tracks all the databases on the SQL server….
PowerShell Day-to-Day Admin Tasks [in a nutshell]
If you are aiming to optimize the use of your time by doing as much as possible via scripting, you will soon want to run scripts in parallel to save time. PowerShell does not demand that you run jobs one after the other; It has the means to launch actions whenever you wish and to…
TCP Settings for Heavy Load on Windows OS
This topic describes how to tune Windows XP, Windows 2003, and Windows 2008 /2012 R1 & R2 operating systems for TCP/IP performance. “Tuning” involves adding several registry keys. To add a key to the registry, you can either edit it directly as described below. When you have finished adding or editing these registry keys, you…
How to Remove Your IP from the Microsoft Blacklist
If Microsoft based mail servers have blacked your server’s IP address, you will see something like this in your email server logs or in a bounced email: 550 SC-001 Mail rejected to fix this issue, you will have to check the Blacklisting status: check for blacklist record on MX toolbox. if your mail server’s IP…
How to enable Cloud Fare on VPS
STEPS: 1. SSH to the server in which you need to install CloudFlare plugin. 2. Enter the cPanel basic directory: cd /usr/local/cpanel 3. Download the tar file to your server. curl -k -L https://github.com/cloudflare/CloudFlare-CPanel/tarball/master > cloudflare.tar.gz 4. Untar the file tar -zxvf cloudflare.tar.gz 5. This will extracts a directory which includes a UNIQUE_ID. The sample…
How to install Softaculous on VPS server
Softaculous is a great Auto installer which have a lot of scripts to achieve our needs. In our WHM/cPanel server we can use the Softaculous as an add-on, which manage installations. Prerequisites: The php extension IonCubeLoader is must be enabled on your server. Method I: # wget -N http://files.softaculous.com/install.sh # chmod 755 install.sh # ./install.sh…