Simple Secret to Backing Up A Trailer
May 27th, 2025Copy entire linux root filesystem
May 27th, 2025Using 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, 2025VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.
