Fazendo os prints do Python aparecerem no systemctl status

fazer todos os prints passarem o parâmetro flush=True [code language="python"] import functools print = functools.partial(print, flush=True) [/code] https://stackoverflow.com/questions/230751/how-to-flush-output-of-print-function https://fhackts.wordpress.com/2014/11/27/systemd-journal-not-showing-python-3-print/

Criando um Captive Portal no OpenWRT

Referências Captive portal no OpenWRT na mão, sem nenhum plugin! (utiliza apenas o nginx e iptables-mod-ipopt) - Parece ser o melhor de todos https://andrewwippler.com/2016/07/15/openwrt-captive-portal/…