TAG

Cheat-Sheet

10+ rpmbuild command examples in Linux [Cheat Sheet]

rpmbuild command in Linux is used to build RPM packages. An RPM package is of two types: source RPM and binary RPM. A binary package contains the software to

By rohantimalsina · 11 min read · CheatSheet

10+ lzop command examples in Linux [Cheat Sheet]

File compression is a process in which the file or group of files is compressed into a single archive file to reduce the size. It is used to store or share

By rohantimalsina · 5 min read · CheatSheet

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