Recently, one of our client ran into issue,where he could ping URL’s just fine, but when he ran the “yum update” command yum could not resolve anything. Getting error messages like the following: […]
Posts by seemab:
Named service in DirectAdmin not started – Error: Issue with named script
If you are getting error for all zone files while restarting named service in DirectAdmin. The error seems your named script is corrupted.To resolve this error, you can follow the steps below which explains how to get new named script. […]
How to change Kloxo admin password from command line?
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 […]