Pario TechnoBlob
About Posts

Tag: grep

Windows grep command alternative grep is a linux console command to print lines matching a line, but Windows does not have the grep command. In Windows you have to use the findstr command in a console window....
Sep 14, 2011 2:54PM
My 10 most used linux commands This is a oneliner bash command to determine my 10 most used linux commands according to my history file history | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a]...
Feb 25, 2008 8:49AM
Apache web connections pr hour This is a bash oneliner to show Apache web connections pr hour. It lists up the IPs that has accessed your webserver and the amount og accesses. # cat...
Feb 21, 2008 11:26PM
Strip the kernel to contain only needed modules This is a great page with som nice bash scripts describing how to remove unwanted modules from your kernel.
Dec 4, 2007 3:38PM
«« « 1 2 3  …  6 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom