Kloxo is an another free open source control panel for web hosting/websites management. In Kloxo there are mainly two ways to reset the password (admin) from the server command line. This is very useful methods to reset the password easily. Similar there are a lot of inbuilt scripts are available with Kloxo control panel. We can simply use […]
how to install kloxo control panel on CentOS
Kloxo is an another open source control panel for web servers to manage websites. here are some simple steps to install kloxo on CentOS server. Firs of all disable SELinux on server by editing /etc/sysconfig/selinux .This will keep SELinux from being enabled on your server next boot. Run the following command as root to disable […]
How to add/create DNS template in kloxo control panel
In this article i will show you how to add the DNS template in your server via Kloxo, Adding the DNS template is very essential and it is the basic step for creating accounts (Re-seller and single) in your server which has Kloxo control panel.The DNS template will be automatically copied to the DNS of […]
How to get the list of all installed python packages
In this post we will see how to list all the modules installed in python. There are two ways to get the list of installed packages on python. 1-Using help function You can use help function in python to get the list of modules installed. Get into python prompt and run the following command. […]
How do I enable/disable Xcache via cPanel – CloudLinux
Today I’m explaining the steps to enable/disable “Xcache” via cPanel for a specific account. To manage this feature via cPanel the following directives must be there in “/etc/cl.selector/php.conf” file on the server . Directives are: […]
How to list Subdomains, Addon domains and Parked domains of a cPanel account via command line?
If you are a server admin and want to sort out all related accounts easily and quickly from the command line then this will be helpful for you. In a cPanel server, there is a file “main” in “/var/cpanel/userdata/$username” (where $username is the actual username) which stores all accounts details. From there you can see all the domain associated […]
How to find and Kill all ‘Zombie processes’ running on server?
In this article I will explain the ways to find and kill all Zombies on the server. On Linux operating systems, a zombie process or defunct process is a process that has finished execution but still has an entry in the process table, allowing the process that started it to read its exit status. […]
How to enable mod_deflate in apache
The mod_deflate is a very useful apache component which increase the running speed of your sites. You can allow this component basically by restoring your apache via easyapache if you have server with cpanel WHM/cPanel. Server with cPanel: Enable mod_deflate via easyapache. You can rebuild your apache by running the command below. # /scripts/easyapache Before […]
Connection dropped by IMAP server – mail issue
Some times this error occurs in cpanel based servers due to some problems related with the IMAP server. It happens when you are trying to login to email account in Roundcube Webmail client. […]
What port is webmin using and configuring your firewall for webmin
Webmin is an open source control panel for web-hosting . We have already discuss about how to install Webmin on CentOS server, You can check this link to see how to install webmin on CentOS. Configuring Your Firewall onWebmin Some operating system block webmin access on default port (10000) . In that case you need […]