Welcome!
Unless specified otherwise, all code in the posts are in public domain. Feel free to use it, change it and share it! The posts themselves are licensed under this Creative Commons license. Social:
TwitterAbout Me
Hi, I'm Thomas Roth, a guy from Cologne, Germany who is interested in security research, programming and everything that's kind of hackable. This Blog is about the stuff that I like and do and I hope you enjoy it.
If you want to contact me:
input@stacksmashing.netCategories
- Broken Code (4)
- Code (1)
- Everyday Hacks (6)
- Everyday Problems (1)
- Security (7)
- Stuff (7)
- Tools (2)
Category Archives: Everyday Problems
Sudo Problem: No Space After #
Update: The bug will be fixed in sudo 1.7.3 Today a colleague of mine asked me about a problem he had with a sudoers file: testuser ALL=NOPASSWD: /usr/bin/foo #comment foo bar This line didn’t seem to take any effect, the … Continue reading