Category Archives: Misc

Differences between Virtual Private Servers and Dedicated Servers

This article describes the differences between a Linux VPS and a Linux Dedicated Server from the perspective of Linux system administration and basic functionality. The information presented here is not all-inclusive, nor will the technology behind these differences be discussed. … Continue reading

Posted in Misc | Leave a comment

Jokes For Web Developers

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// chmod a+x /bin/laden  -  allows anyone to execute Bin Laden ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Posted in Misc | Leave a comment

Make a Div a Link

Few days ago, I was looking for the best way to make a DIV into a link when I came across this website: Almost Effortless!. The author showed how to make a div a link with a little bit of … Continue reading

Posted in Misc | Leave a comment

Japanese On Xubuntu

Applications > System > Language Support > add ‘Japanese’ as a supported language Log out and then select Japanese language at the login page

Posted in Misc | Leave a comment

My First Linux Disaster

Yesterday I wished just to delete all of my songs on my MP3 player. How to do that? Simple. rm -r * The problem comes when, by mistake, your current directory is /. I wasn’t so quick in pressing CTRL+C. … Continue reading

Posted in Linux, Misc | Leave a comment