Recent posts

Make Selfhosted Services Public

6 minute read

If you are hosting services at home and want to be accessed from outside, there are couple of options: Cloudflare Tunnel frp nps ngrok

Fixing Authentication Error on Login

less than 1 minute read

This issue happens when I trying to using some app, and cannot failed to install it’s dependancies, commplaining about python3, so I uninstalled python3, apt...

Embedded Linux Process Supervision

1 minute read

For making a real world product, robustness is very important, some process may crash occasionally, this is possible even if the system is passed all kinds o...

Build Famliy Album with PhotoPrism

5 minute read

After I uploaded my photos to nextcloud, I realized, nextcloud is probably not a good choice for hosting photos, so this time I try to manage these photos wi...

File Sharing with File Browser

1 minute read

Previously, I use cowtransfer to share files with our partners, thanks to cowtransfer-uploader, it is very convenient for automation, this changed recently, ...

fzf reports ‘parse error near `done’

less than 1 minute read

This is a long last issue that happens every time I open a new tab or open iTerm, I thought it was a issue of fzf, and it is not, actually, because reinstall...

Create OpenWrt Style of Patch with Quilt

less than 1 minute read

OpenWrt using its own format of patch file which can be created with quilt. Before creating patches for OpenWrt, we need to create a configuration file for q...

NextCloud with Docker

7 minute read

Previously I deployed a nextcloud container in digitalocean droplet for my note synchronization. This time I want use nextcloud to hold all my documents and ...