ApacheBooster has been specifically designed to enhance the working of web-servers based on cPanel. ApacheBooster as...
Apache Redirection With Masking (Without changing the Url)
Linux Server administrators frequently come across requirements from clients such that they want to redirect their...
Key Based SSH Logins With PuTTY
In SSH, key based authentication are more secure while connecting to a server. On Windows Desktops we use application...
How to avoid ssh connection timeout & freezing of terminal tab
ssh is a client server application that can be used to connect to remote linux servers. When we connect via ssh...
How do I find mysql root password in Ensim server?
Ensim was a popular control panel usually installed on linux servers as well as windows servers. Here is the command...
How to install missing cdp plugin in cPanel
If a client has CDP backups but doesn’t have the “R1soft restore backups” icon in their cPanel, the cPanel plugin is...
Change a cPanel account having long username without shortening it
Cpanel doesnt allow usernames longer than 8 characters. You may face issues when sites are migrated from Ensim with...
Change document root in cPanel with root access
Steps to change the Document Root (with server root access) In order to edit the following files, you may need root...
How to setup MX records in cPanel?
Your MX (Mail Exchange) records define where your email will be routed to. When an email is sent, the MX records are...
Mysql database size not showing in cpanel
You may see the mysql database size is zero in cPanel >> Mysql Databases, though the databases contains tables...
Latest visitor logs not working in cpanel
Sometimes the latest visitors stats are not displayed in the cpanel, to resolve the issue, use the following steps....
CONNLIMIT in csf firewall
csf is the most popular firewall used in the linux servers. Tweakings of the csf are common tasks by sysadmins and one...
Install APC php module on Linux server
The APC(Alternative PHP Cache) can be installed using PECL on linux cpanel server 1) Just execute following command...
Reset mysql password if root password is not known
One of the common issue encountered by server admins while manging mysql is that, the root passwords are unknown. We...
Restricting Access to specific web sites/keywords in squid
Squid is one of the most popular proxy server which can be employed to run on linux servers. Let us see how to block...
Install extension Managers on Cpanel Server
The following script helps to install extension manager on cpanel servers /scripts/phpextensionmgr The below command...
telnet command to check port access
telnet is a common tool used by sysadmins to check if a particular port is open or not on a remote server. Sometimes...
Email over SSL with Outlook
Lets show you how to enable SSL option in outlook while setting up e-mail account. Usually the SMTP, IMAP/POP3...
htpassword protected directory
Any sensitive directory inside the linux server have to be password protected or the sensitive datas might get lost....
Performance Tuning Scripts for Mysql
Performance Tuning Primer Script is the shell script which gets performance related information from MySQL...