- 7z : Compression utility
- aa : a simple utility to help create backups
- ab : Apache HTTP server benchmarking tool
- aespipe : AES encrypting or decrypting pipe
- at : Task scheduler
- atop
- awk
- aws cli : copy data from s3 bucket
- awstats : Site statistics
- badblocks
- bash
- bc : Calculator for terminal
- btop : resource monitor
- darkhttpd : simple web server
- date : check date
- ddrescue
- dnf : a package manager for RPM-based Linux distributions
- du
- dvd-slideshow
- exim : mail server
- feh : image viewer
- forwardemail : email forwarder service
- freechess : play chess online
- find
- firewalld
- flexbackup
- fping
- gpg : encryption and signing tool
- grub
- iptables
- journalctl : systemd logs
- mailman : mail distribution list
- monitorix : a lightweight system monitoring tool
- mutt : email client
- nc : network cat
- netcat
- nikto : web server scanner
- nmap : port scanner
- nnn : File manager for terminal
- nweb : simple web server
- pac: GUI to manage/launch connections to remote machines
- pass : Password manager
- pax : Archiving and copying utility.
- postfix
- rclone : data transfer to cloud
- robocopy : File copier for Windows
- rsync
- sbopkg : Install slackware packages from slackbuilds.org
- scalc
- sed
- sent : plaintext presentation tool
- sfdisk
- split
- ss
- tar
- tcpdump : packet analyzer
- TermRecord : terminal recorder
- tmux : terminal multiplexer
- tr
- ufw
- utimer : command line timer
- vim
- whatweb : Next generation web scanner version
- wordpress : permissions on linux vm
- xrandr : configure display output
Monday, 26 May 2025
Home
TermRecord
TermRecord is a simple terminal session recorder with easy-to-share self-contained HTML output! TermRecord -o /tmp/session.html
-
7z : Compression utility aa : a simple utility to help create backups ab : Apache HTTP server benchmarking tool aespipe : AES encrypti...
-
grub-mkconfig - generate a GRUB configuration file grub-mkconfig -o /boot/grub/grub.cfg
-
# To sort directories/files by size: du -sk *| sort -rn # To show cumulative human-readable size: du -sh # To show cumulative human-readabl...