-
Archives
- January 2013
- December 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- May 2011
- April 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- July 2009
- May 2009
- April 2009
- November 2008
- January 2008
- October 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- July 2006
- December 2005
- November 2005
- July 2005
- May 2005
- April 2005
- March 2005
- February 2005
- December 2004
- October 2004
- September 2004
- August 2004
- July 2004
- May 2004
-
Meta
Monthly Archives: September 2004
>Get Java Plugin to work with FreeBSD with this link
>Found this link on the web, for getting the java plug-in to work with FreeBSD. I have not tried it out yet but I may need this in the future as I have had problems getting the java plug-in to … Continue reading
Posted in Uncategorized
Leave a comment
>VIM takes forever to start!
>Wow!! I just made several changes to my .cshrc file and later found out that for some strange reason, VIM was taking its own time to start. Apparently, VIM was trying to connect to the X server to get additional … Continue reading
Posted in Uncategorized
Leave a comment
>Ruby, please stop Core Dumping…
>It has been a while since I last ran cvsup on my ports collection. To my surprise I ran into a bit of a jam when I ran: cvsup -g -L 2 /etc/stable-supfile. I received a hideous error which looked … Continue reading
Posted in Uncategorized
Leave a comment
>Two editors deleted, another blog created! :)
>I should have done this first, create a separate blog for OOD instead of adding my partners to my blog. This will just save a lot of headaches in the future. Instead I created oodwithbaliga.blogspot.com and invited my two partners, … Continue reading
Posted in Uncategorized
Leave a comment
>Two Editors added for OOD
>I would like to humbly welcome Steven Peterson, and David Grochowski to My Almost Daily Blog (MADB). These individuals were added as a result of group formations for Object Oriented Design for Fall 2004. We are to use this blog … Continue reading
Posted in Uncategorized
Leave a comment
>List the 10 largest files in a directory
>Taken from “BSD Fortune”. du /partition_or_directory_name | sort -rn | head — Dru
Posted in Uncategorized
Leave a comment