Nov 26, 2025 by Arnaud Stoz | 45 views
https://cylab.be/blog/457/vmware-pointer-invisible-after-update-in-guest-kali
After running a apt upgrade in your kali vm in VMWare, you might have been surprised to see your cursor disappear.
You need to disable the HWCursor setting in you kali VM.
To do so:
sudo mkdir -p /etc/X11/xorg.conf.d
sudo vim /etc/X11/xorg.conf.d/20-vmware.conf
Section "Device"
Identifier "VMware SVGA"
Driver "vmware"
Option "HWCursor" "off"
EndSection
:wq and reboot sudo rebootThis blog post is licensed under
CC BY-SA 4.0
Virtualization Linux
When using VMware on Linux distributions, particularly on Manjaro, users may encounter a frustrating issue where their virtual machines (VMs) fail to establish an internet connection, resulting in the error message “could not connect Ethernet0 to a virtual network.” This problem can be particularly puzzling, especially for those new to Linux or VMware. In this post, we’ll delve into the causes of this issue and provide a step-by-step guide on how...Python Windows Docker Network analysis and visualization Virtualization Offensive Security
Virtualization Docker Python