kill a linux process that won’t die
kill -s 9 [PID] Also try it without the -s if it won’t go.
View ArticleHow to install CPanel over Centos 6 minimal
To install CPanel over Centos minimal 6 you need to get some basic packages. You can easily grab those with YUM here is the package command to get Centos Minimal install ready for CPanel. yum...
View ArticleSetting up Cpanel over Centos 6 minimal
Set up networking: vi /etc/sysconfig/network-scripts/ifcfg-eth0 hit “i” to insert text. Make the file look like this: DEVICE=”eth0″ HWADDR=”leave the same” NM_CONTROLLED=”yes” ONBOOT=”yes”...
View ArticleNamed, dns, bind, backup or transfer files
Most of the files are in the etc folder. Don’t forget the main dns zone folder: /var/named/
View ArticleHow to upgrade mysql on a Cpanel Cloud Linux server
How to install new package: 1) yum install governor-mysql –enablerepo=cloudlinux-updates-testing 2) /usr/share/lve/dbgovernor/mysqlgovernor.py –install For upgrading to MySQL 5.5(for example), you...
View ArticleHow to install Cloudlinux over CPanel
It’s three steps: wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy sh cldeploy -i reboot
View ArticleThe right way to upgrade Cloud Linux that works
If just doing a general YUM update does not update your Cloud Linux you are not alone. In fact sometimes the LVE manager never installs at all. Don’t worry though, it’s just one line of code and about...
View ArticleRoot password force change in Linux
Some people call this rooting a server. Basically if you lost your root password and need to get int this is your only option. You will need to be in front for the server or with a KVN plugged in. Make...
View ArticleHow to enable second level quotas on SolusVM with OpenVZ
Fixing already provisioned VMs What about VMs already provisioned? First, the container must be powered off, then issue the vzctl set “VMID” –quotaugidlimit 1000 –save. Note that “VMID” is a...
View ArticleSolusVM login links
A lot of people get their root log in for their new SolusVM VPS and forget about the tools that are available in the SolusVM client area. Here is the SSL and standard VPS log in links. The log in...
View Article