Some helpful Linux software¶
Network¶
Some tools which could be helpful in network and system troubleshooting
driftnet - Picks out and displays images from network traffic
ettercap - Multipurpose sniffer/interceptor/logger for switched LAN
netcat - TCP/IP swiss army knife
nmap - The Network Mapper
wireshark - network traffic analyzer - GTK+ version
tcpdump - A powerful tool for network monitoring and data acquisition + manual
arptools - arp scanning and fingerprinting tools
iptraf - Interactive Colorful IP LAN Monitor
tcpreplay - Tool to replay saved tcpdump files at arbitrary speeds
ngrep - grep for network traffic
System¶
Some tools which may be helpfull to deal with hardware/security
sysstat - sar, iostat and mpstat - system performance tools for Linux
collectd - statistics collection and monitoring daemon
iotop - simple top-like I/O monitor
htop - interactive processes viewer
beep - advanced pc-speaker beeper
Database management¶
mtop - MySQL terminal based query monitor
mytop - top like query monitor for MySQL
ptop - PostgreSQL performance monitoring tool akin to top
Did I missed some software which may be helpfull?
Gentoo stuff :P¶
If you’re working on Gentoo box you should think about:
portage-utils - http://www.gentoo.org/doc/en/portage-utils.xml
gentoolkit - http://www.gentoo.org/doc/en/gentoolkit.xml
Disable buzzer¶
# in ~/.bashrc
setterm -blength 0
Did I missed something?
If there is some cool stuff that I could need, please write it in comments below.