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…
Category: System Administration
Install Cent OS packages on Red Hat Linux
You might have installed RHEL operating system, but you should have registered to Red Hat Network for using its repository. In such case, you will not be able to use yum and not all packages are easy to install from source (especially if the package has plenty of dependencies !). Thankfully, you can make CentOS repository…
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…
What is Microsoft SSRS, SSIS and SSAS?
SQL Server Reporting Services (SSRS) The SQL Server Reporting Services (SSRS) is a framework of reporting mechanisms such as the Report Builder, Report Designer, Report Manager and Report Server that work together through a Web interface to enable the development of concise interactive reporting solutions in print or Web format. Report Builder and Report Designer…
Hassle-free Email Migration & Conversion
This useful program solves a problem most of us have often wrestled with: If you’re moving to a new e-mail client, how can you get all your old e-mails into your new software? It solves the problem neatly by taking you through a few simple steps. It will convert your old mail to your new…
How to import large data bases to phpMyAdmin
You cannot import mysql database of file size more than 50 MB from your site’s PHPmyAdmin. Even though its compressed with gzip or zip, your_database.sql.gz shouldn’t exceed that maximum file size limit. So how to import larger mysql database? The workaround is importing it with Bigdump script. You can download the script from here. Watch…
How to install MySQLi extension via cPanel / WHM
In order to enable to MySQLi extension in your WHM, please follow these steps: Log into the WHM with your root credentials. Go to the “Easy Apache (Apache Update)” menu, located in the “Software” section or use the search box to find it. On the Easy Apache page, make sure your Previously Saved (Default) configuration…