Project Uptime : Progress Report – 4
Continuing to lock down the server as part of project uptime a bit more.. I highly recommend enabling and using iptables on every Linux server. I...
Continuing to lock down the server as part of project uptime a bit more.. I highly recommend enabling and using iptables on every Linux server. I...
Things have been a bit hectic at work.. so didn’t get a lot of time to work on this project. Now that that the new server...
In the fortune magazine, there is a section (and for the life of me.. I cannot seem to find it online and I just cleared my...
Back in 2009 (last decade!! 🙂 ), I wrote a blog post on how you can trick windows to route traffic destined to a particular IP...
After I installed the new kernel as mentioned in this update, I was still seeing the server booting up with the older version. I tried to...
Quick onliner on generating a MD5 fingerprint for a SSL certificate using openssl [code]openssl x509 -noout -md5 -fingerprint -in NAME_OF_CERTIFICATE_FILE [/code] If you don’t specify the...