March 5, 2009
1. Open up your terminal application 2. Type in “sudo pico /etc/hosts” 3. Type in your administration password 4. Use your arrow keys to maneuver the cursor and type in whatever entries you are wanting to put in your hosts file 5. Once you are done, hit Control-o 6. and then hit Control-x
Read the full article →
February 25, 2009
I am currently looking into GIT, I have previously used CVS and our current repository of choice is Subversion. view a Comparison against Subversion. Git is… Git is an open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every Git clone is a full-fledged [...]
Read the full article →