Refer: https://veracrypt.eu/en/Beginner%27s%20Tutorial.html
The security for TrueCrypt was broken and a replacement was needed.

Technical notes, and other ideas.
Refer: https://veracrypt.eu/en/Beginner%27s%20Tutorial.html
The security for TrueCrypt was broken and a replacement was needed.
Folders of Importance
/home/mruckman/.config/BraveSoftware/Brave-Browser/
Refer: https://superuser.com/questions/577643/how-do-i-batch-convert-thousands-of-nefs-to-jpegs
Install Applications
sudo apt-get install netpbm dcraw
Convert One Image
dcraw -c -w input.NEF | pnmtopng > output.png
Run Application Against Multiple Files
for filename in *.NEF ; do dcraw -c -w "$filename" | pnmtopng > "$filename.png" ; done
Refer: https://youtube.com/shorts/C_NW4atfc14?feature=share
Refer: https://www.netknots.com/rope_knots/tautline-hitch
Tautline Hitch Knot Tying Instructions
The broken icon seems to be a symptom of Ubuntu and M1.
I just found that you can work around this issue by disabling Wayland in Ubuntu and use the standard Xorg server that was the default in versions prior to 22.04. There are full instructions here, but you can simply edit the file
sudo gedit /etc/gdm3/custom.conf
and uncomment the line
#WaylandEnable=false
After a restart the gear icon goes away, focus stays in the window you where using when switching desktops, and shared clipboard still works.
The purpose is to select everything and then edit each line.
[Ctrl]+[a]
Visual Studio Code
[Shift]+[Alt]+{I]
Sublime
[Ctrl]+[Shift]+{L]
Refer: https://packagecontrol.io/packages/Repeat%20Macro
Sublime has a plug-in to repeat a macro a set number of times or to run it until the end of file.
Refer: https://zapier.com/blog/full-page-screenshots-in-chrome/
[Ctrl]+{Shift}+[I]
[Ctrl]+{Shift}+[P]
Then search for fullscreen snapshot