Dynamic CSS changer
Dynamically alters the css style class providing hilighting of hyperlinks.[Read More]
Posted at 05:22AM Jun 17, 2009 by Tim Coy in Javascript |
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]
Posted at 05:18AM Jun 17, 2009 by Tim Coy in Linux |
How to search for text within a file
find /dir | xargs grep 'text to search for' -sl
Posted at 11:23PM Jun 16, 2009 by Tim Coy in Linux |