EZ Linux Admin random header image

Entries from February 2010

Free /usr partition space by a symlink to domlogs

February 10th, 2010 by EZ linux · No Comments

First move the domlogs folder to the backup partition:
mv /usr/local/apache/domlogs /backup
Then create a symbolic link to it:
ln -s /backup/domlogs /usr/local/apache/domlogs

Click to continue →

Tags: Linux Commands · Linux Tricks

Default MYSQL port

February 9th, 2010 by EZ linux · No Comments

The default MYSQL port is:
3306

Click to continue →

Tags: Cheat Sheets · Linux Security · Ports

Path to PHP CLI in CPanel

February 9th, 2010 by EZ linux · No Comments

PHP CLI is installed by default by CPanel and placed in:
/usr/local/bin
or
/usr/bin

Click to continue →

Tags: Cpanel and WHM · Linux Software / Scripts

Location of SSL certs and keys for CPanel and users

February 9th, 2010 by EZ linux · No Comments

I was tracking down the location for each users SSL on a CPanel based server and wanted to post the locations here since they are a little off the beaten track. This is good to have around for when you want to clean out old certs and keys that are just jumbling your SSL trackers.
Here [...]

Click to continue →

Tags: Cpanel and WHM · Linux Security

Who command

February 4th, 2010 by EZ linux · No Comments

This command will show who is logged into your system.
who

Click to continue →

Tags: Linux Commands