Author: intersectRaven
-
Oracle Containerization
Due to circumstances outside my control, I’ve been forced to experiment with containerizing Oracle databases so, I thought, why not use pluggable databases as well since I’m experimenting? So I did. 😂 What I’m worried about is how it handles minor point updates or IF they even have minor point updates. Now, it’s always a…
-
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…