Wenn ihr euren #Javascript mit mehr Wiener Schmä füllen wollt, könnt ihr das jetzt tun 😉

#dontuseinproduction

https://chaos.social/@dickenhobelix/111215277175729042

Dickenhobelix (@[email protected])

Gerade bin ich in der Diskussion mit meinem Teamlead auf Wienerscript gekommen. Das ist wienerischer syntactic sugar um Javascript. Viel Spaß! https://github.com/pichsenmeister/WienerScript

chaos.social

How to simply get log messages from your OpenWRT router to your computer? Under System > Logging, configure "external system log server" and run this locally:

$ cat poormans-rsyslog.service
[Service]
Restart=always
RestartSec=5
ExecStart=/usr/bin/socat -u UDP-RECV:514 STDOUT

Then you can just use `journalctl -f` to view the log.

#openwrt #systemd #quickhack #dontuseinproduction