Linux command: swapon Two ways to check if swap partition exists. swapon --show Check swap file: swapon --show. There is 4GB swap partition free -h Check swap file: free -h. There is NO swap partition Example of NO swap on Arch Linux CentOS: Create Swap Partition Ubuntu: Create Swap Partition Labels Linux LPIC-1
[Tool]: draytools.py to decrypt Draytek routers' configuration files https://github.com/ammonium/draytools Read more
Linux command: ss - socket statistics ss is another utility to investigate sockets. It can display more TCP and state information than other tools. Read more