How to Install VMware Tools on Ubuntu with open-vm-tools

If the VMware Tools install option is grayed out, install open-vm-tools from Ubuntu’s archive inside the guest. The disabled menu belongs to the host, while apt installs Ubuntu’s guest-side package. I checked Broadcom’s guidance and Ubuntu’s package listings to confirm the core and desktop packages are separate. What open-vm-tools does inside Ubuntu open-vm-tools is VMware’s

How to Install VMware Tools on Ubuntu with open-vm-tools Read More »

The gzip Command in Linux

gzip replaces each file you hand it with a smaller .gz version using the DEFLATE algorithm. It is the standard compression tool on Linux and has been for decades, so the commands below work on any distribution without installation. I tested every example here on gzip 1.12. How gzip compression works gzip combines LZ77 and

The gzip Command in Linux Read More »

How to Install Minecraft on Linux?

Installing Minecraft on Linux still means grabbing the official launcher. You can get it as a .deb for Debian-based distros, a .tar.gz for everyone else, or through a community snap installer if you prefer that route. Install Minecraft on Ubuntu and its derivatives Ubuntu and Debian-based distributions get a direct .deb package from Minecraft. This

How to Install Minecraft on Linux? Read More »