Skip to content

Instantly share code, notes, and snippets.

@scyto
scyto / docker-cephfs-virtiofs.md
Last active August 24, 2026 02:04
Hypervisor Host Based CephFS pass through with VirtioFS
@bewithdhanu
bewithdhanu / upgrade_python_3.10_to_3.11.md
Last active June 8, 2026 09:43
Upgrade Python 3.10 to 3.11 on Ubuntu 22.04

Check python version use python and python3

The first comman will Not show version info.

The second one show 3.10 as version as it is provided by ubuntu as default

python --version
python3 --version

Add additional repository to download python 3.11