Archive for January, 2008
Wednesday, January 2nd, 2008
loco is a Perl script which gives the messages file (usually /var/log/messages) some color, so the output is easier to read. It uses a Perl module called Term::ANSIColor to produce the colors. The Perl script is very readable and customizable.
You could tail messages file and pipe to loco like this: tail -f /var/log/messages | loco
Let’s [...]
Leave Comment » | Posted in Linux Tools, Tips
Tagged:
Tuesday, January 1st, 2008
fake is a simple utility designed to enable the switching in of backup servers by bringing up an additional interface and using arp spoofing to take over the ip address. Either additional physically or logical interfaces can be used.
Variants of the script have been used extensively at Zip World, http://www.zipworld.com.au./ for backing up various servers [...]
3 Comments » | Posted in Hacking, Hacking Tools, Linux Tools, Security
Tagged:
Tuesday, January 1st, 2008
Debian GNU/Linux provides thousands upon daunting thousands of software packages. Sorting them into broad classes then dividing and redividing them into finer, more specific branches, this command ramifies Debian’s packages in much the same manner as a university library ramifies its books. If you know what you want your computer to do but do not [...]
Leave Comment » | Posted in Linux Tools, Tips
Tagged:
Tuesday, January 1st, 2008
cruft is a program to look over your system for anything that shouldn’t be there, but is; or for anything that should be there, but isn’t.
It bases most of its results on dpkg’s database, as well as a list of `extra files’ that can appear during the lifetime of various packages.
Cruft can be a useful [...]
Leave Comment » | Posted in Linux Tools
Tagged:
Pages (27): « First ... « 23 24 25 [26] 27 »