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
Linux
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…

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…

Docker shadowsocks on Debian
Installation Grab a VPS dual stack IPv4/IPv6 with Debian 10. Install docker Setup docker Source: https://hub.docker.com/r/teddysun/shadowsocks-rust Setup iptables firewall Setup…

Shell script beautify with shfmt
Beautify shell script with shfmt :+1: Github repo: https://github.com/mvdan/sh Installation Format Photo by Farzad Nazifi on Unsplash

Fix SSL certificate problem: unable to get local issuer certificate
Operating system: Mac OSX Big Sur 11.2 When you encountered this error SSL certificate problem: unable to get local issuer…