I am trying to write a simple electron script to switch between my different time machine backups, but I have gotten somewhat stuck because tmutil keeps throwing errors when a volume name has a space in it, just as in sudo tmutil removeexclusion -v /Volumes/MacOS Mojave /Volumes/MacOS Mojave: The operation […]
Daily Archives: September 2, 2021
I installed xen improperly on my computer because I did not read the instructions well enough before starting. Lesson learned. Anyway, when I boot my computer now I see the Xen terminal load some things. The screen goes black and after a few minutes I see the regular Ubuntu (20.04 […]
I am creating a batch script where I need to define a variable to initiate a docker shell from Windows command prompt. The script has a user choose their docker image build from their directory but the file is in .tar.gz format. Switching from %~nxI to %~ni in my script […]
Im using Chrome, I dont know if Firefox suffers the same flaw or not, and I would like someone to tell me.. The flaw is that most VPN extensions refuse to be enabled at the same time as another one.. Im not saying “connected”, im just saying “enabled”… I know […]
Occasionally I want to move all lines in a file to the top of that file. :g/PATTERN/m0 almost does what I want, but because :g operates one line at a time in order, it will also reverse the affected lines. Example: Consider this file. Say I want to separate lines […]