Category: Linux

Linux OS is the very popular Operating Systems for servers and personal computers. The basic flavors are Ubuntu, Debian and Kali linux.

VirtualBox Commands

How to show the VirtualBox VM information.           [code]root@server[#] VBoxManage showvminfo <vmname>[/code] How to show the VM Harddrive info. [code] root@server[#] VBoxManage showhdinfo <filename>[/code] How to…