====== Linux ====== ==== astyle ==== A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective‑C, C#, and Java Source Code [[http://astyle.sourceforge.net/astyle.html#_Quick_Start|AStyle]] ==== OpenVPN ==== # Masquerade traffic from VPN to "the world" -- done in the nat table iptables -t nat -I POSTROUTING -o eth1 \ -s 10.8.0.0/24 -j MASQUERADE