Posts of the day
Install git on cPanel / WHM server
As promised… I just found this very helpful post on the steps to do this, and it all worked first-time round for me: http://hostmonsterforums.com/showthread.php?4589-HOWTO-install-Git-on-Hostmonster Note that the latest version of git currently is v1.7.7.1, so the link to the latest download package is: http://git-core.googlecode.com/files/git-1.7.7.1.tar.gz (Just download this instead of v1.6.0.4 in the wget command) Hope [...]
Install Dropbox on cPanel / WHM server
This is a quick post to share what I did to get Dropbox up and running on my cPanel / WHM VPS server. I wanted this so I can sync a folder on my VPS to dropbox to my local host environment. I only did this because I had trouble installing git on my CentOS [...]
Display hidden (dot) files in Aptana’s remote systems view
I’ve been using Aptana as web editor for the last 2 years or so, and recently upgraded to v3. So it’s been a while since I had to set it up so it works like I want it to, and one of the things I managed to do, but couldn’t remember how I did it, [...]
How to create a tarball from the output of a grep command
So for my first post I’m going to show you something that I wanted to know the answer to for a while. Since I’m not really a techno-geek and the linux command-line is something I’m familiar with but not an expert on, I’ve struggled to figure out how to do this: Say your looking for [...]