Linux: Add a user to have sudo privileges
If there is no sudo group on your system, add one.
If there is no sudo group on your system, add one.
Found this on Wikipedia today. Pretty interesting.
I’m a frequent user of OSX’s HotCorners feature. It allows me to put my display to sleep with a simple swipe of the mouse to the bottom-right corner of the s...
Search everywhere: Shift + Shift Find in Project: Cmd + Shift + F Add a breakpoint: Cmd + F8 Duplicate a line: Cmd + D Run in debug mode: Shift + F9 Run: Shi...
(And by “Robot,” I mean the Robot Framework)
Java has some nice classes that wrap Primitives (Integer, Boolean, etc). In recent versions of Java, these classes can be used interchangeably with Primitive...
I’d come across an obscure reference to port knocking in a security book and was curious to try it out. Essentially, port knocking is a way of firewalling co...
Here’s a list of plugins I’ve found useful in writing automated Selenium tests for Chrome:
Just got the news about this recently. Launching in Summer 2015. Very cool. https://www.eff.org/deeplinks/2014/11/certificate-authority-encrypt-entire-web
Note: usually, it’s better to use an asynchronous function, like setTimeout(), because this function blocks execution until it’s finished. That being said, s...