Installation Add asdf to zsh ZSH & Homebrew Add asdf.sh to your ~/.zshrc with: ZSH & Git Add the following…
Mac
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
Last update: 2022-08-03 We will use asdf as version manager with Terraform. Installation I will use Homebrew (Mac) + zsh…
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…
Mac iTerm remote ssh 中文亂碼修復
本機使用 zsh 讓設定生效 遠端 Linux Server (Debian 為例) 重啟 SSH 並重新登入 Photo by Markus Spiske on Unsplash
Deploy NPM package to Github package registry
This article will demonstrate how to publish a package to Github package registry.