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. root@server VBoxManage showvminfo <vmname> How to show the VM Harddrive info. root@server VBoxManage showhdinfo <filename> How to list available ISO’s root@server VBoxManage list…

How to Secure /tmp

Introduction: The temporary directory, often denoted as /tmp, is an essential part of any computer system, serving as a storage space for temporary files used by various applications and processes.…