VW / Beetle Car Clubs

May 27th, 2025

Copy entire linux root filesystem

May 27th, 2025

Using rsync: rsync -avP --numeric-ids --exclude='/dev' --exclude='/proc' --exclude='/sys' root@targethost:/ /path/to/destination/

Using tar: tar cf - files... | ssh remotehost -c 'cd /destination && tar xvf -'
or: ssh remotehost -c 'cd /destination && tar cf - files' | tar xvf -

 

VSCodium - Open Source VS Code

May 27th, 2025

VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.

VSCodium

Self Signed Certificates, Certificate Authorities, Intermediate Certificates

October 7th, 2024

Comprehensive USB Bootable Tools

October 7th, 2024