Archive for August, 2008

How to mount and unmount a drive in linux

Posted on 26. Aug, 2008 by .

TweetHow 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

Continue Reading

Downgrading MySQL5 to MySQL4.1 in cPanel

Posted on 25. Aug, 2008 by .

TweetFor 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 [...]

Continue Reading

MD5 password generator

Posted on 22. Aug, 2008 by .

TweetMD5 password generator $pw is: "; echo " " . strtoupper(md5($pw)) . ""; } ?>   Enter a password to encrypt:

Continue Reading