Pario TechnoBlob
About Posts

Posts

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
Discover online PCs fast This is as far as I know the fastest way to determine what PCs are online in your network # nmap -sP 192.168.0.1-255 Starting Nmap 4.53 ( http://insecure.org ) at 2008-02-25...
Feb 25, 2008 12:10AM
Debian backports and pinning I’m running Debian Etch because I prefer the stable Debian package tree. This is all great but the software is a little outdated compared to other distributions like Ubuntu....
Feb 22, 2008 12:05AM
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
«« « 1 2 3  …  46 47 48  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom