We have … Let’s encrypt problem As of April 2021, suddenly there are a lot of sites which rely on…

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…

Fix asdf vm gpg: keyserver receive failed: Network is unreachable error
Fix asdf Nodejs GPG keyeserver receive failed solution Error code: Solution And try reinstall again, everything should be work as…
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…
Nextcloud stuck at maintenance mode
Solution Edit config.php under ~/nextcloud/appdata/www/nextcloud/config Set ‘maintenance’ => false to false References https://help.nextcloud.com/t/stuck-in-maintenance-mode-though-according-to-config-file-not/94476
BackBlaze B2 with rclone
Mount the drive Unmount the drive Copy file to rclone
Backup file with Kopia and Rclone to Storj
Because of Storj lack of support MOVE, check it out here: https://kopia.discourse.group/t/experimenting-with-rclone/304/5 Step 1 Setup personal S3 compatible bucket on…
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…

Self-hosted docker registry on Debian
Installation Docker Caddy web server as reverse proxy Docker daemon You will get a personal registry with basic auth and…