What is Fyne.io Fyne is a free and open-source cross-platform widget toolkit for creating graphical user interfaces (GUIs) across desktop…
Mac

Host and Mount Kopia with webDAV server
I have a local Kopia repository on my server Ready to mount Make a directory under /mnt and let Kopia…
asdf to manage multiple Golang on Mac
Installation Add asdf to zsh ZSH & Homebrew Add asdf.sh to your ~/.zshrc with: ZSH & Git Add the following…
BackBlaze B2 with rclone
Mount the drive Unmount the drive Copy file to rclone
Storj storage backup tutorial
One of my friend who introduce my Storj.io as the Backblaze B2 alternative to back up Server, Work’s laptop or…
asdf manage multiple version Terraform with GCP
We will use asdf as version manager with Terraform Installation I will use Homebrew (Mac) + zsh to demonstrate. Install…

The power of regex in VSCode
Remove lines Example raw data Solution Remove all top level domain with new lines Search with ^xxx.io$ , replace with…

How to disable favicons on Firefox Safari Chrome to prevent tracking and redirect
Brave (Chromium) Go to ~/Library/Application Support/BraveSoftware/Brave-Browser-Beta/Default Set Favicon into /dev/null sudo cp -a /dev/null Favicons Restart Brave browser Firefox Mac…

Fix Mozilla Firefox Mac Canvas display wired
If you got something like this happened on Firefox Mac, you should disable some setting Go about:config Search for privacy.resistFingerprinting…

Cloudflare Origin Certificates with Nginx on Debian10
Server information Debian 10 Nginx 19 A valid domain proxied on Cloudflare Warning Origin cert only support xxx.domain.com, domain.com www.xxx.domain.com…