Welcome!

Computer

Python – Hatch as global python manager

14/10/2024

Usage of hatch for pyproject.toml based project. Install Hatch as global python manager: Unix: where python/Pip already there: pip install hatch --break-system-packages Windows: no python at all: […] Read more»

RaspberryPi – Browsers graphics not working via XRDP

14/10/2024

navigate to /etc/X11/xrdp/xorg.conf search for: Option “DRDevice” “/dev/dri/renderD128” change line to: Option “DRDevice” “” Read more»

View all Computer Posts

Software

Python – Hatch as global python manager

14/10/2024

Usage of hatch for pyproject.toml based project. Install Hatch as global python manager: Unix: where python/Pip already there: pip install hatch --break-system-packages Windows: no python at all: […] Read more»

GIT – Overview

24/10/2019

GIT basic commands list: git status shows all modifications in the workspace, differences of the local repository, etc. git add <data> or . (for all) […] Read more»

View all Software Posts