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

10+ mdadm command examples in Linux [Cheat Sheet]

mdadm command is used for building, managing, and monitoring Linux md devices (aka RAID arrays). RAID devices are made up of multiple storage devices that are

By rohantimalsina · 10 min read · cheatsheet

5 pvcreate command examples in Linux [Cheat Sheet]

pvcreate command initializes a disk or partition as a physical volume. The physical volumes are used to create a volume group and the LVM logical volumes are

By rohantimalsina · 3 min read · cheatsheet

5+ lvscan command examples in Linux [Cheat Sheet]

lvscan command scans for all logical volumes in the Linux system and lists them. It displays the status, path, size, and allocation policy in one line per

By rohantimalsina · 6 min read · cheatsheet

5+ lvdisplay command examples in Linux [Cheat Sheet]

In this tutorial we explore lvdisplay command which is used to display the logical volume status and many other details such as name, UUID, status, size etc

By rohantimalsina · 4 min read · cheatsheet

How to PROPERLY rename Logical Volume [Step-by-Step]

Step by step instructions to rename logical volume i.e. both root and non- root. Update fstab, grub2 and generate initramfs to make sure the server reboots …

By rohantimalsina · 9 min read · cheatsheet

10+ lvchange command examples in Linux [Cheat Sheet]

lvchange command allows you to change attributes of a logical volume in the volume group. You can perform different operations such as activate/deactivate, …

By rohantimalsina · 5 min read · cheatsheet

vgcreate command examples in Linux [Cheat Sheet]

The vgcreate command in Linux is used to create a volume group. The best part of using volume groups to create partitions is that you can runtime increase or …

By rohantimalsina · 5 min read · cheatsheet

10+ lvcreate command examples in Linux [Cheat Sheet]

lvcreate command is used to create different types of Logical Volumes in Linux. You can create linear, striped, mirrored logicla volumes. You can also create …

By rohantimalsina · 8 min read · cheatsheet