BLOG

Latest Articles

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

Confused what is git reflog? Let me help you!

Git reflog is crucial in restoring lost resources after committing them. For instance, we used it to restore lost files, commits and messages, and branches in …

By stevealila · 8 min read · GIT