Month: September 2018
-
Linux screencasting with overlays and all: OBS
OBS is awesome, just learned about it today. https://obsproject.com/
-
Tail: prepend file name to tailing output (bash)
cd /opt/arcsight/connectors/; tail -f *_con1_rsyslog_paloalto_2500*/current/logs/agent.out.wrapper.log | awk ‘/^==> / {a=substr($0, 5, length-8); next} {print a”:”$0}’