Tag: notes
All the articles with the tag "notes".
-
VBA output UTF-8 text file
Fixing a VBA automation script so it writes UTF-8 text files that correctly preserve accented characters on both MacOS and Windows.
#vba #excel #notes Read -
Create Custom Windows 10 Recovery Option
Step-by-step guide to replacing a factory recovery partition with a custom Windows 10 image using ADK, DISM, diskpart and a bootable Windows PE USB.
#notes #tooling Read -
Access unsecured site in Chrome
A quick tip: type thisisunsafe on the Chrome certificate warning screen to bypass the block and access sites with invalid certificates.
#chrome #notes Read -
Encryption and Signing using asymmetric key
A walkthrough of using asymmetric keys with openssl to encrypt messages and sign data, showing the difference between encryption and signing workflows.
#linux #notes #backend Read -
How to set up a modded minecraft server
Step-by-step guide to install a Forge-based modded Minecraft server on Linux and Windows, including firewall port configuration.
#linux #java #devops #notes Read -
Hosting a web server at home
Self-host a web server using a DDNS domain, router port forwarding, and a free Let's Encrypt TLS certificate for HTTPS.
#linux #devops #deployment #notes Read