Miscellaneous Linux Commands
Collection of commands for Linux command line that do not exactly fit anywhere else. Will be updated as I acquire more!
Network Services
sudo ss -atpu
Finds network services currently running on the server.
sudo apt purge <service_name>
In conjuction with the previous command, this will remove service that are no longer needed.
Information
lsb_release -a
Displays information regarding Operating System (at least for Debian 12)