Wednesday Jun 17, 2009

Dynamic CSS changer

Dynamically alters the css style class providing hilighting of hyperlinks.[Read More]

How to get the current ip address

This command will return the ip address of an interface from the local machine using ifconfig and grep.[Read More]

Tuesday Jun 16, 2009

How to search for text within a file

find /dir | xargs grep 'text to search for' -sl