From c8dde23afd80335b2ede515d5c94d14087553364 Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Mon, 8 Apr 2024 05:20:50 +0000 Subject: [PATCH] Update howto.md --- howto.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/howto.md b/howto.md index d3dff47..8e7826c 100644 --- a/howto.md +++ b/howto.md @@ -24,11 +24,19 @@ socat udp-listen:444,fork,reuseaddr udp:microsoft.com:443 ## http upload server +<details> + <summary>Deprecated</summary> ``` python3 -m pip install --user uploadserver python3 -m uploadserver -b ::0 +# Then access localhost:8000/upload with browser +``` +</details> + +``` +# Installed on all recolic nodes. +simple-http-server -u -l 8000100100 ``` -Then access localhost:8000/upload with browser ## use hp4100 printer @@ -56,3 +64,9 @@ Best solution: Just use the real KYC link. <https://www.three.com.hk/prepaid/acc Alternative solution: If you love the app so much, you can download the correct app manually. The appid must be `hk.com.three.my3plus`. If Play Store says not available, download apk from 3rd-party. +## journal cleanup + +``` +journalctl --disk-usage +journalctl --vacuum-size=20M +``` -- GitLab