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

15+ rpm command examples in Linux [Cheat Sheet]

rpm command in Linux is used to manage packages. Install, upgrade and remove packages with or without dependencies. Verify rpm packages

By rohantimalsina · 6 min read · cheatsheet

25+ yum command examples in Linux [Cheat Sheet]

yum command in linux is a package manager used with CentOS, RHEL, Rocky, Fedora distribution. It is used to install, update, upgrade, remove or modify packages

By rohantimalsina · 16 min read · cheatsheet

15+ tar command examples in Linux [Cheat Sheet]

Create and extract any archive using tar command. List content of an archive, exclude files, create bzip2 or gzip archive using tar command in Linux

By rohantimalsina · 6 min read · cheatsheet

sysctl reload without reboot [100% Working]

Use sysctl -p FILE or sysctl --load FILE or sysctl --system to perform sysctl reload without reboot. Update the initramfs using dracut -f or update-initramfs …

By admin · 8 min read · cheatsheet

15 usermod command examples in Linux [Cheat Sheet]

usermod command examples in Linux and Unix to modify the attributes of existing users. Change user's primary or secondary groups, home directory, login shell …

By rohantimalsina · 6 min read · cheatsheet

grep Command in Linux Explained with Practical Examples

Learn how to use the grep command in Linux with practical examples. This guide explains common grep options such as recursive search, counting matches, matching …

By rohantimalsina · 12 min read · cheatsheet