Wednesday, October 16, 2019

Check whether a machine is virtual machine



How to check whether a machine is virtual machine?

--
$ hostnamectl status

if the output shows  "Chassis: vm" , it is virtual machine.

For physical machine it shows something like "Chassis: laptop"
--

Another command to try
$  systemd-detect-virt

--

source:
https://www.ostechnix.com/check-linux-system-physical-virtual-machine/


Friday, October 4, 2019

LinchPin tool



LinchPin is a simple and flexible hybrid cloud orchestration tool. Its intended purpose is managing cloud resources across multiple infrastructures. These resources can be provisioned, decommissioned, and configured all using declarative data and a simple command-line interface.
Documentation:



GitHub link: