A place where I keep a note of simple but useful technical tips and memorable posts....
Showing posts with label unix deamon. Show all posts
Showing posts with label unix deamon. Show all posts
Monday, June 21, 2010
How to Run WSO2 Carbon products as a Unix Daemon
This KB by Azeez explains it very well - http://wso2.org/library/2769
Subscribe to:
Posts (Atom)
-
Got to know this is how command line looping is used: while [ 1 ] do ls -al ; sleep 60 done Applying this to stress command...
-
Here are steps: Open the file you need to edit :sp /path/to/the/file/... and open the file that you need to copy from (this will split...