Posts Tagged wtf
iptables fun and games
Posted by Kyle Lexmond in Linux, Sysadmin on September 28, 2012
Note to self: When configuring iptables, don’t copy + paste /sbin/iptables -F /sbin/iptables -P INPUT DROP <bunch of other commands> into bash. I had A Bad Time.
Lua WTFs: a boolean apparently isn’t a boolean.
Posted by Kyle Lexmond in Programming on March 11, 2012
It’s 1:30am, I’ve been working on this for the last few hours (and got afair bit of stuf done), but i can’t wrap my head around this last problem.