Imapsync is an IMAP transfer tool used for shifting mail boxes and e-mails from one IMAP server to another IMAP server. […]
Category: Linux
CentOS / Redhat boot partition full – remove old kernels
Sometimes /boot partition gets 100% full on a CentOS/Redhat/Fedora system. To resolve this you can use a yum-utils package to clean up older kernels and configure yum not to keep too many versions. […]
How to Install Plesk Panel for Linux
Today in this post we will see how to install Plesk on Linux server : First of all download the auto installer from the following location : […]
Remove .PHP Extension from URL using .htaccess
We see many PHP URLs without .php extension this can easily be achieved simply adding the following code in .htaccess file. […]
How to Set Up 301 Permanent Redirect via .Htaccess
Some times we need to change our website URL without affecting pages SEO. A 301 permanent redirect of page tells the search engines that new URL has taken place of old URL permanently. So search engines will remove old URL’s from there indexes. […]
Tips for securing LAMP Stack (Apache, MySQL and PHP) on Linux
If you are a system administrator and you have recently set up a LAMP stack on Linux server but you are not sure about its security, Than you are at a rite place. […]
“Could not connect to the database” error on CPanel
Recently we have setup new Linux server with WHM installed on it and we have enabled the cageFS on server which result in database connectivity issue. […]
How to Download and Upload Files with SFTP Securely
SFTP (SSH File Exchange Protocol) is properly secured method to transfer files between local and remote server. This method encrypts the transfer of data between local and remote system. […]
How to create a welcome-note for SSH server
It’s very simple to create a welcome-note for SSH server by adding a text file in ‘/etc/ssh/’ location In that file we can add the content as welcome-note. […]
How to change cPanel/WHM port using command line
WHM/cPanel is the most popular web hosting panel used globally by website hosts. Standard port numbers for cPanel and WHM are 2082/2083 and 2086/2087 respectively. […]