Linux and Docker links
Some interesting links.
Cross Platform
- Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files https://www.ventoy.net/en/index.html
- MacOS on Linux https://christitus.com/macos-on-linux/
Docker
- Reducing docker image size https://www.ardanlabs.com/blog/2020/02/docker-images-part1-reducing-image-size.html
Linux
- Unix toolbox http://cb.vu/unixtoolbox.xhtml
- 59 Linux networking commands and scripts https://haydenjames.io/linux-networking-commands-scripts/
- ssh file sharing https://hackaday.com/2020/09/21/linux-fu-simple-ssh-file-sharing/
- fdupes for finding duplicate files https://github.com/adrianlopezroche/fdupes
- fast pipes https://mazzo.li/posts/fast-pipes.html
- rsync all pdf’s
rsync -am --include='*/' --include='*/*.pdf' --exclude='*' . /Volumes/SamsungC