Bookmark – GIT Remove files with wrong line endings
1) Remove every file from Git’s index.
git rm --cached -r .
2) Rewrite the Git index to pick up all the new line endings.
git reset --hard
Source: https://www.xspdf.com/help/52265711.html
Disable Line Ending Conversions
git config --global core.autocrlf false
Rescan For Disks Without Rebooting
for host in /sys/class/scsi_host/*; do echo "- - -" | sudo tee $host/scan; ls /dev/sd* ; done
Source:
https://unix.stackexchange.com/questions/404405/how-to-detect-new-hard-disk-attached-without-rebooting/500280#500280?s=a878dbdf0ffd4699bcb88957b7c1c087
AlterGame Series by Andrew Novak
This trilogy is interesting without getting bogged down into needless details or world-building. I originally passed over this because the description and titles seemed like cheap mass-produced fiction but I found the storyline to progress quickly and remain entertaining until the end. I would like to listen to this again sometime.