How to mount and unmount a drive in linux

How To Mount A Drive In Linux

This simple step by step guide will show you how to mount a new hard drive or partitions onto your Linux server

Read the rest of this entry »

Downgrading MySQL5 to MySQL4.1 in cPanel

For whatever reason , some people still want to run the old version of MySQL4.1 in there new cPanel servers, which seems a little issue , as the default database version in new cPanel server installs is MySQL5.

Here are the simple steps to downgrade the database (this should only be done on a new server without any account on it yet)

Read the rest of this entry »

MD5 password generator

MD5 password generator

$pw is:
";
echo "
" . strtoupper(md5($pw)) . "";
}
?>

 

Enter a password to encrypt:

Read the rest of this entry »