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

25 ps command examples in Linux [Cheat Sheet]

25 ps command examples used in Linux to monitor the running processes. Complete cheat sheet of ps command with practical examples.

By rohantimalsina · 9 min read · cheatsheet

9 su command examples in Linux [Cheat Sheet]

su command is used to switch users between one user to another and execute commands. You can either keep the user environment or use a different shell with su …

By rohantimalsina · 5 min read · cheatsheet

10+ parted command examples in Linux [Cheat Sheet]

parted command in a Linux is CLI based utility to work with partitions. You can create, modify or remove partitions via interactive or non interactive commands. …

By rohantimalsina · 6 min read · cheatsheet

15+ ping command examples in Linux [Cheat Sheet]

ping command is one of the most used commands in Linux. It is mostly used to check the connectivity between local and remote server. In most cases ICMP traffic …

By rohantimalsina · 5 min read · cheatsheet

lscpu command examples in Linux [Cheat Sheet]

lscpu command in Linux is used to get CPU information in different format such as JSON. You can collect the output and then parse it using JSON module from …

By rohantimalsina · 7 min read · cheatsheet

10 tee command examples in Linux [Cheat Sheet]

Multiple tee command examples in Linux with cheat sheet. Syntax to use tee command to append content to a file from a command output.

By rohantimalsina · 4 min read · cheatsheet

15+ lsof command examples in Linux [Cheat Sheet]

15+ lsof command examples cheat sheet to list the open files across file systems. List open TCP connections for IPv4 and IPv6 communication.

By rohantimalsina · 13 min read · cheatsheet