How-To Install Python 3.13 on a Raspberry Pi running Raspbian OS (focal, jammy)

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.13

Howto Upgrade to VMware ESXi 7.0 Update 3o

This short guide explains how to upgrade an existing installation of VMWare ESXi 7.0 to upgrade 3O
As pre-requisite you need to have too access and either insert the commands directly or via an active SSH connection.

esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-7.0U3o-22348816-standard  -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml 
esxcli network firewall ruleset set -e false -r httpClient