Viewing profile — awkgeek
awkgeek
HN member- Joined
- Thu, Sep 25, 2014, 10:59 PM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About awkgeek
No profile information was provided.
Recent public activity
-
comment
Comment #10341178
I like AWS direction towards security. But... Who needs WAF with basic, static rules in 2015 when applications are deployed several times a day? Mod_security in a cloud? Well. Be r…
- story
-
comment
Comment #8965551
Here is how you can handle with it without rebooting the whole server: for s in $(lsof | grep libc | awk '{print $1}' | sort | uniq); do if [[ -f "/etc/init.d/$s" && "$(ps aufx | g…
- story