Category

Linux and DevOps Cheat Sheets

Quick reference cheat sheets for Linux commands, Git, Docker, and DevOps tools to help you perform tasks faster.

The Cheat Sheets section provides quick reference guides for commonly used commands and tools.

These guides are designed to help you quickly recall commands without going through detailed tutorials.

Explore related sections like Linux and DevOps for deeper learning.

What you will find

  • Quick command references
  • Syntax summaries
  • Common usage examples

Ideal for

  • Quick revisions
  • Daily usage reference

107 articles

20 sar command examples in Linux [Cheat Sheet]

Complete cheat sheet with examples to use use sar command to view reports about CPU utilization, memory utilization, I/O usage, swapping statistics, filesystems …

By rohantimalsina · 10 min read · cheatsheet

cut Command in Linux: Practical Examples & Cheat Sheet

Learn how to use the cut command in Linux with clear, practical examples. This guide covers selecting bytes, characters, and fields, working with delimiters, …

By rohantimalsina · 6 min read · cheatsheet

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 · 9 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