VMware Horizon 8 2206 Release Notes

What’s New

VMware Horizon 8 version 2206 includes the following new features and enhancements. This information is grouped by installable component.

New redesigned landing page for Horizon documentation. To learn more, see Introducing the New VMware Horizon Documentation.

Version numbering is based on the planned year and the month of the release. The actual release date can vary based on business needs and engineering schedule changes to address critical customer requirements.

Lees verder

No 3.5mm analogue audio output option? Kodi on Rpi 3

The /flash boot partition is read-only by default, so we need to remount it in read-write mode:

  • mount -o remount,rw /flash
    Use the nano text editor to modify the file. Save changes with ctrl+o and exit using ctrl+x:
  • nano /flash/config.txt

add the following:
dtoverlay=pisound
dtparam=audio=on

After editing set the /flash partition back to read-only mode:

  • mount -o remount,ro /flash
    And reboot for the changes in config.txt to be applied:
  • reboot After reboot you can change in Kodi to headphone.

NordVPN Ubuntu 22.04 LTS fix

NordVPN: Whoops! Connection failed. Please try again. If the problem persists, contact our customer support. FIX;

sudo dpkg -P nordvpn
sudo dpkg -P nordvpn-release
cd ~/Downloads
sudo wget -qnc https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn-release_1.0.0_all.deb
sudo dpkg -i ~/Downloads/nordvpn-release_1.0.0_all.deb
sudo apt update
sudo apt install nordvpn
sudo ln -s /usr/bin/resolvectl /usr/bin/systemd-resolve
nordvpn login
nordvpn connect

Canonical Ubuntu 22.04 LTS is released

Tags: 22.04 LTS , LTS , Ubuntu

London, 21 April 2022. Canonical Ubuntu 22.04 LTS is now generally available, featuring significant leaps forward in cloud confidential computing, real-time kernel for industrial applications, and enterprise Active Directory, PCI-DSS, HIPAA, FIPS and FedRAMP compliance – raising the bar for open source from cloud to edge, IoT and workstations. Canonical partners with industry leaders to deliver enterprise-grade security, long-term maintenance and support on all major architectures, hardware and clouds.

“Our mission is to be a secure, reliable and consistent open-source platform – everywhere”, said Mark Shuttleworth, CEO of Canonical. “Ubuntu 22.04 LTS unlocks innovation for industries with demanding infrastructure security requirements, such as telecommunications and industrial automation, underpinning their digital transformation.“

Lees verder

VMWare Workstation Pro 16.2.9 on Ubuntu High CPU and free GUI

This fixed my problem on my Dell XPS 13 and XPS 15 on KDE Neon en Kernel 5.15.32-xanmod1

(MWe$)-[/etc/sysctl.d]$ cat 10-vmware-workstation.conf  
# Disable kcompactd0 to work around a conflict with VMWare Workstation.
vm.compaction_proactiveness=0
(MWe$)-[/etc/sysctl.d]$

Or “sudo sysctl vm.compaction_proactiveness=0”

See “https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-workstation-in-a-fistfight-with-Linux-Memory-Compactor/td-p/2876992”