Topics

Archives

Handy References

Linux

Next Entries »

My Favorite Commands…

Friday, October 5th, 2007

Some of the command constructs I love but don’t always remember off the top of my head: Recursively search for a text string, and provide the file path and name. sudo find ./  -exec grep “http://litmus.mozilla.org” {} \ ls -l {} \; 2> /dev/null Recursively add files to svn: svn status | grep “\?” | awk ‘{print [...]

Sun Java 5 & Fedora Core 6

Tuesday, October 2nd, 2007

Installation of Sun Java 5 on FC6 Download the rpm.bin from Sun.  When you run it, it will install the RPM too.  http://www.java.com/en/download/manual.jsp Now, update the java and javac called by default, via update-alternatives: The “1500″ is the priority.  Higher number = precedence (on the machine I was installling on, the existing java was priority [...]

Next Entries »