Welcome!

Windows

Cloned drive has no operating system detected

19/09/2022

After cloning a windows hard disc drive (HDD) to a faster solid state drive (SSD) the 1 :1 replacement does not work. There was “no […] Read more»

UNIX Datenträger wieder Windows kompatibel machen

15/08/2021

Wenn die SD Karte, USB Stick oder ähnlich bereits ein Unix System drauf laufen hat, kann man unter Windows mit DiskPart das System wieder neu […] Read more»

View all Windows 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