
Tag: cheatsheets

How To use Linux tail command with examples
(: August 4, 2019) Introduction The tail command is used to output the last part of files. If you are examining a huge file of logs or any file you are examining and you are only interested with the last few lines of the text file, then tail becomes your good buddy. Syntax The command…

virsh commands cheatsheet to manage KVM guest virtual machines
(: March 22, 2018) This is a comprehensive virsh commands cheatsheet: Virsh is a management user interface for virsh guest domains. Virsh can be used to create, pause, restart, and shutdown domains. In addition, virsh can be used to list current domains available in your Virtualization hypervisor platform. Virsh interacts with Libvirt which is a…