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
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
GitHub CLI GitHub CLI brings GitHub to your terminal. Free and open source. Official website: https://cli.github.com Read more