TODO of the April 2026

– Something planned to do in April 2026

  • 1 Hexo About page
  • 2 Hexo 404 page and sitemap plugin,to support GOOGLE search index
  • 3 Accross GFW tools – change agent and transfer protocol to more secret and modern ones, and manage UI for whitelists
  • 4 Migrate to Banwago VPS platform. (compare DC difference, prices and coupon, manage UI evaluate)
  • 5 Raspberry PI Zeek deployment.
  • 6 Mikrotik auto route the traffic for home network.
  • 7 Terraform scripts to support anti-gfw tools for emergency.
  • 8 Update resume and apply for jobs in Japan.
  • 9 Github repository update, add more stuff

daily log

20260415

  • Add checkbox format support
    according to the GEMINI’s suggestion, checked the packages.json, find the render engine.
    add gfm: true in the _config.yml, to support checkbox in the blog
  • Add About Page
    hexo new about, made modification in _config_landscape.yml’s menu section
  • 404, to fix google search error
    hexo new 404,npm install hexo-sitemap-gen

20260416

  • make a new blog with hexo, hexo init, and mv the post to the new site
  • backup the postgres database of the Joplin(pg_dump), Joplin cost to much memory, when migrate to Banwago I will make Joplin not run on background, just start as needed

20260417

  • Build Zeek on raspberry pi 4B(8GB), add some comments on github page about the failure and how to fix
  • Try to buid on another Pi board, add a GPIO controlled fan, but due to power current shortage, the simple way may harm the board

20260421

  • Raspberry Pi is not 64 bit system, uname -m can only theck the system’s arch, but the library and application runtime maybe 32bit. getconf LONG_BIT can help identify the real architecture.
  • Find more job opptunities on Linkedin, such as Tesla, PayPay , OpenAI.
  • Read books named <读经示要> , the nine principals were similar to ZhuangZi, try to know how the author thought

20260427

20260428

  • Cloudflared, configured on raspberrypi to expose ssh and web UI
  • Prepare to migrate the blog website to serve by CDN of cloudflare

20260428

  • Configured Cloudflare CDN, freeing up port 443 on the VPS, and implemented SSL offloading using Cloudflare – a very useful feature.
  • Hard to deploy Sing-box, the version split makes configuration extremely complex, requiring adjustments and adaptations for different platforms and network environments.