jQuery in WordPress (The Right Way)

There is the right way and the wrong way to include jQuery on a WordPress page or plugin. The wrong way would be to just download jQuery, put it somewhere on your server and then make a link to it from your header.php file in the section, but like I said it is the wrong [...]

October 12th, 2009 by Allen Sanford 

Moving the /home folder to its own partition

Just a heads up, we talk about and mention Ubuntu in the article but this will really work for any distro. Some of these instructions may vary just a bit for Logical Volumes but you should easily be able to figure out the slight differences. Having the “/home” directory tree mounted on it’s own partition [...]

October 9th, 2009 by Allen Sanford 

Ubuntu Grub Splash Image

For some crazy reason the grub selection menu in Ubuntu does not have a splash image background install (I am guessing it is because if it were there you would hardly ever see it, unlike some M$ OSes). Anyway to add your own or just a generic one that comes with the package, you have [...]

October 7th, 2009 by Allen Sanford 

Ubuntu: Broadband Local DNS Cache

Ever wanted to run your local DNS cache in order to speed up your over all browsing speeds. Well with Linux especially with Ubuntu this is super easy to do. I am going to take a few moments here and explain how it is done. This should only taje about 5 to 10 minutes of [...]

October 5th, 2009 by Allen Sanford 

Mount a remote filesystem using SSH via SSHFS

You like hundreds of other people have decided that it is easier to work on files using a program like Geany, Jedit, or gedit, but your files are located on a remote machine. Some of the GUIs out there have SFTP modules, but you still need good old Filezilla or some program similar to transfer [...]

October 1st, 2009 by Allen Sanford