Big Bag'o'utilities: Difference between revisions

From SaruWiki
Jump to navigation Jump to search
m (lsof and pciutils added)
m (added multitail, corrected unzoo)
Line 11: Line 11:
''less'' is a utility [http://blog.platinumsolutions.com/node/47 to view text files];<br>
''less'' is a utility [http://blog.platinumsolutions.com/node/47 to view text files];<br>
''lsof'' can show all open files<br>
''lsof'' can show all open files<br>
''pwgen'' is a password generator
''multitail'' can follow multiple (log)files in one terminal<br>
''pwgen'' is a password generator<br>
''[[Sudo | sudo]]'' enables you to execute commands with another user's credentials<br>
''[[Sudo | sudo]]'' enables you to execute commands with another user's credentials<br>
''[[TCPdump | tcpdump]] is a network sniffer<br>
''[[TCPdump | tcpdump]] is a network sniffer<br>
''pciutils'' contains the ''lspci'' command, which can be useful to review your hardware<br>
''pciutils'' contains the ''lspci'' command, which can be useful to review your hardware<br>
''unzip'' is a file decompressor for the .zip file format<br>
''unzip'' is a file decompressor for the .zip file format<br>
''unzoo'' is a file decompressor for the .zoo file format<br>
''zoo'' is a file compressor/decompressor for the .zoo file format<br>

Revision as of 12:16, 17 May 2009

All utilities listed below are command line utilities; install them using apt-get install or aptitude.


apticron checks your system daily, and mails you when there are updates for packages
arj is a file compressor/decompressor for the .arj file format
bzip2 is a file compressor/decompressor
ccze can "colorize" output, e.g. tail -f /var/log/syslog | ccze
ipcalc is an IP address/mask calculator
( iproute helps viewing and setting the IP configuration - under Lenny it's installed by default, under Etch you'll have to do it yourself)
iptraf is an IP traffic monitor
less is a utility to view text files;
lsof can show all open files
multitail can follow multiple (log)files in one terminal
pwgen is a password generator
sudo enables you to execute commands with another user's credentials
tcpdump is a network sniffer
pciutils contains the lspci command, which can be useful to review your hardware
unzip is a file decompressor for the .zip file format
zoo is a file compressor/decompressor for the .zoo file format