HOST
• System information I # inxi -v7
• System information II # inxi -v7 -c0 | tee system.txt
• Hostname $ cat /etc/hostname; hostnamectl; uname --nodename
• Prelogin message $ cat /etc/issue
• Operating system $ cat /etc/os-release; lsb_release -a; uname --operating-system
• Debian version $ cat /etc/debian_version
• Debian Upgradeable packets $ apt-show-versions -u > upgradeableVersions.txt; vim upgradeableVersions.txt
• Kernel ring buffer # dmesg | less
• Kernel name $ uname --kernel-name
• Kernel release $ uname --kernel-release
• Kernel version $ uname --kernel-version
• Rootkit scanner # chkrootkit
• System log # logwatch | less
• Systemd Journal # journalctl
• Memory $ watch free -h
• Processes I $ ps auxw | sort | less
• Processes II $ atop | htop | top | glances
• Disk I # lshw -short -class disk
• Disk II $ df -hT
• Disk usage I # du -hs /home/userxyz
• Disk usage II # du -h --max-depth=1 /home/userxyz | sort -n
• Disk usage III # du -h --max-depth=1 / 2>/dev/null | sort -n
• Volumes # lshw -short -class volume
• USB # usbview; lsusb
• Documentation $ man -k . | less
NETWORK & SERVER
• ufw - ufw status # ufw status
• netstat - TCP Sessions # netstat -tupan
• nmap - Interfaces & Routes $ nmap --iflist
• arp-scan - ARP # arp-scan --localnet
• ip - Neighbours $ ip neigh; ip monitor
• mtr - Network diagnostic $ mtr --curses google.com
• sntop - Network status $ sntop
• nmap - Services $ nmap -A -T4 -Pn a.b.c.d
• nmap - Identify Internet Services $ nmap a.b.c.d; nmap -sP a.b.c.d/24
• SYSSTAT $ sar -o file 10 8640
Homepage : sebastien.godard.pagesperso-orange.fr/index.html
Documentation : sebastien.godard.pagesperso-orange.fr/documentation.html
Tutorial : sebastien.godard.pagesperso-orange.fr/tutorial.html
• BLEACHBIT # bleachbit --gui &
Homepage : bleachbit.org
Documentation : docs.bleachbit.org
Tutorial : bleachbit.org/videos
• CACTI : localhost/cacti : user admin
Homepage : cacti.net
Documentation : cacti.net/documentation.php
Tutorial : nwlab.net/tutorials/cacti/cacti-tutorial.html
• ZABBIX
Homepage : zabbix.com
Documentation : zabbix.com/documentation/1.8/start
Tutorial : zabbix.com/documentation/1.8/manual/tutorials