How to mount and unmount a drive in linux
Aug 26th
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
Downgrading MySQL5 to MySQL4.1 in cPanel
Aug 25th
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)
MD5 password generator
Aug 22nd
MD5 password generator
$pw is:
";
echo "
" . strtoupper(md5($pw)) . "";
}
?>
