MySQL is an open source RDBMS (Relational Database Management System) and its using the SQL Language(Structured Query Language). A database is a structured collection of data. SQL is the most commonly using language for database operations. By using SQL the…
Control panels
How to change cpanel port through command line
WHM/cPanel is one of the commonly using control panel in web hosting industry. We already discussed about the cPanel installation on server and some other topics related with cPanel/WHM. The installation steps are quite simple for cpanel. You can refer…
[Solved] Connection dropped by IMAP server – mail issue
Some times it may occurs in cpanel based servers due to some problems related with the IMAP server. It occurs when you are trying to login to email account in Roundcube Webmail client. Error details: Error : Connection dropped by…
How to remove parked domain through command line – cpanel
In control panels like cPanel you can simply remove a parked domain via control panel options. Here I will explain how do we can remove a parked domain via command line. Step 1: SSH to your server as root user.…
How to change ftp port – cpanel
The ftp – service is for file transfer. The default port for ftp services are 20 and 21. Port 20: Data transfer port Port 21: Connection port How to change ftp port – cPanel ? We can change the default…
Port number for Direct admin
Direct admin : DA is also a commonly using web-hosting control-panel. It’s not an open source panel. How to access Direct Admin control panel? The default port number for Direct Admin control panel is 2222. You can simply access your…
How to install Git on a cpanel server (CentOS)
Git is an open source package for managing version control. The installation of Git on a server must required some dependencies. First we need to install all dependencies for installing Git smoothly. Installing dependencies: [root@server ]# yum -y install zlib-devel…