You are in my Digital Garden.
Misc
Last modified: Dec 23rd, 2023
- Replace PNG transparency with white:
convert image.png -background white -alpha remove -alpha off white.png - Modify Windows ISO but keep it bootable
- How to get Windows 10 Pro to show up
- Windows 7 Windows update error 80072EFE
-
How to rip scratched DVD
- After ripping use ffmpeg to encode/extract from the .iso file
- It will handle any remaining errors properly
- Software like Handbrake will abort once it hits a bad block so can’t be used on damaged files
- Google Calendar with Evolution
- Kenney - free game assets
Adding Baikal to iOS - copied:
- Open the new account page: Go to Settings, scroll down to Calendar, then Accounts, then Add Account, then Other, then “Add CalDAV Account”
- Under
Serverenter your server domain, for examplebaikal.example.com - Fill out the username and password
- Click Next in the top right
- It will fail, click Continue or whatever so that it tries without SSL
- It will fail again
- Now click Advanced, turn SSL on, and add the proper path to the URL:
https://<domain>/cal.php/principals/<username>- Obviously replace
<domain>and<username>as needed
- Obviously replace
-
Now go back and click “Next” again, it should succeed
- How to Yubikey: a configuration cheatsheet