EZ Linux Admin random header image

Entries from February 2012

Converting CentOS 5.x or 6.x to CloudLinux (with cPanel & WHM installed)

February 11th, 2012 by EZ linux · No Comments

Converting CentOS 5.x or 6.x to CloudLinux (with cPanel & WHM installed) If you wish to convert from CentOS 5.x or 6.x to CloudLinux, have already installed cPanel & WHM, and own an IP-based CloudLinux license, run these commands: /usr/local/cpanel/cpkeyclt /usr/local/cpanel/bin/cloudlinux_system_install -k reboot /usr/local/cpanel/scripts/easyapache –build If you wish to convert from CentOS 5.x or 6.x [...]

Click to continue →

Tags: Cpanel and WHM · Linux Security · Linux Software / Scripts

kill a linux process that won’t die

February 3rd, 2012 by EZ linux · No Comments

kill -s 9 [PID] Also try it without the -s if it won’t go.

Click to continue →

Tags: Linux Commands · Linux Operating Systems · Linux Security · Linux Software / Scripts · Linux Tricks