I have a local Kopia repository on my server Ready to mount Make a directory under /mnt and let Kopia…
Technology
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…
VPS stuck at HTTP request sent and HTTPS cannot establish handshake solution
How I encounter this wired MTU issue I got this error when renting some VPS from yardvps.com photonvps.com onevps.cloud Operating…
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…