Linux Notes
Copy from Network Location
For copying/sending files to the NAS through cli using the scp command
Ethernet issues
Can also be used for wifi issues, put notes here on how to use nmcli
Filesystems
Managing linux file systems with fdisk and fallocate
Flashing drives
How to use the dd command
inotify events
All inotify events and what they mean, used for my custom SIEM on my NAS
Linux command auto-completion
How to add auto-completion for custom commands, using /etc/bash_completion.d/ files
Making a linux logical volume
How to make a LVM for linux, sort of the same thing as a windows “storage pool”
Resize LVM
How to modify existing LVMs
sed command in Linux
Some things that I learned while trying to use sed for my bash programs
YAML for Linux
What I learned from using yaml with the community yq command when making my pizza-paper-YAML program in case I would use YAML in robotics