TAG

Cheat-Sheet

20 ss command examples in Linux [Cheat Sheet]

Use ss command to examine the sockets in Linux. It is an excellent network troubleshooting tool, successor of netstat command. Check active connections with …

By rohantimalsina · 14 min read · CheatSheet

20 netstat command examples in Linux [Cheat Sheet]

netstat command in Linux is used to get the list of listening TCP and UDP sockets. Get the list of ESTABLISHED, TIME_WAIT, LISTEN sockets with program name. Get …

By rohantimalsina · 10 min read · CheatSheet

20 top command examples in Linux [Cheat Sheet]

top command in linux is used to monitor runtime cpu, memory usage, NICE value, priority. You can add or remove fields from top command, change the refresh …

By rohantimalsina · 8 min read · CheatSheet

20+ rsync command examples in Linux [Cheat Sheet]

rsync command in Linux is used to transfer files and directories between one or more remote hosts. rsync is considered better than scp as it provides vast …

By rohantimalsina · 8 min read · CheatSheet

15+ scp command examples in Linux [Cheat Sheet]

Use scp command in linux to transfer files securely from one host to one or more remote hosts in Linux. Tutorial Cheat sheet to use scp command

By rohantimalsina · 11 min read · CheatSheet