A place where I keep a note of simple but useful technical tips and memorable posts....
Subscribe to:
Post Comments (Atom)
-
1. Download Derby bin distribution from here . 2. Extract it. 3. Set DERBY_HOME and add it to the path. vi ~/.bashrc Add as below; e...
-
Got to know this is how command line looping is used: while [ 1 ] do ls -al ; sleep 60 done Applying this to stress command...
No comments:
Post a Comment