-
25 More – Sick Linux Commands
You Might remember my post 25 best Linux commands Think of this as part two. here is another list of really useful commands that you might find handy. 1) Like top, but for files watch -d -n 2 ‘df; ls -FlAt;’ 2) Download an entire website wget –random-wait -r -p -e robots=off -U mozilla http://www.example.com…
-
10 Cool Nmap Tricks and Techniques
Nmap (“Network Mapper”) is a free and open source (license) utility for network exploration or security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. In addition to my list you can also check out this Comprehensive Guide…
-
Top 25 SED Commands
Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream While in some ways similar to an editor which permits scripted edits (such as ed), sed works by making only one pass over the input(s), and is consequently more efficient. But it is sed’s ability to…
-
Webmasters Block These IP Addresses
These Spam Referrers have been very diligent to show us their websites so I will show you their IP’s But first let me show you a few ways of blocking IP’s Block with null routes once you reboot the routes will be gone so this is only a temp fix route add IP-ADDRESS gw 127.0.0.1 lo…