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 […]
Category: Linux
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 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 […]
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 […]
how to change directadmin admin password via ssh
Direct admin is one of the most generally using control panel in web web hosting service industry. In this panel we can set different security passwords for SSH root and control panel Admin. First of all access your direct admin control panel. URL : http://IP Address:2222/ User name : admin Password : password If you […]
Error:/etc/init.d/iptables: line 268: restorecon: command not found
Today i was getting the following error while trying to save iptables service option. Error details: [root@server]# service iptables save iptables: Saving firewall rules to /etc/sysconfig/iptables: /etc/init.d/iptables: line 268: restorecon: command not found [FAILED] To resolve this error: yum install policycoreutils The above installation will solve the error with iptables-save option. […]
How to change SSH port of a server with Webmin control panel
It’s really awesome to modify the SSH port of the web server which has Webmin as web-hosting cpanel. Every web-server proprietor may not have enough information to handle those things via Linux shell command. In those situations, a control panel is beneficial to modify such settings of the web server. By using the control panel […]