Category: Documentation
-
Linux Submission Part 2
I just fired off another submission to the Linux kernel at the time of this post. Hopefully it’ll get through. I’m not very hopeful though since the device I sent a patch for is not very popular, maybe due to it being an under-powered system, in the first place. The patch I posted is a…
-
Flippy Flappy Potty
Recently, my toilet’s flapper failed. Bought a replacement and replaced it myself but the pressure was too much that it was bending the flush lever. Bought another one that was different and that was functioning well. I found that the first one I bought had the chain attached to the flapper nearer the center of…
-
WordPress Security
After reviewing logs, I’ve decided to block one of the most taken advantage of vectors in hacking my WordPress blog. Namely, WordPress’ xmlrpc.php file. Now, since I’m already using a reverse proxy, and I don’t really like going the plugin route for such a simple block, I just added the ff. code in my Nginx…