/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.

Category: sysadmin-dev-ops

| | sergeykibish.com
| | At some point in life you might find yourself running E2E (end-to-end) test suite using Kubernetes cluster. Such tests are relatively short living processes (they born to run the test and die when are finished). The question is: How to get the generated test report from the container in Kubernetes?
| | tech.michaelaltfield.net
| | This post will outline recommended steps to harden phpList after install to make it reasonably secure. phpList is the most popular open-source software for managing mailing lists. Like wordpress, they have a phplist.com for paid hosting services and phplist.org for free self-hosting. Earlier this week, it was announced that phpList had a critical security vulnerability permitting an attacker to bypass authentication and login as an administrator using an incorrect & carefully-crafted password in some cases. This bug is a result of the fact that [a] PHP is a loosely typed language and [b] the phpList team was using the '==' operator to test for equality of the user's hashed password against the DB. This security pitfall has been known in PHP since at least 20...
| | yasoob.me
| Hi everyone! I maintain an old website for a client that was originally developed in 2015. It hasn't been updated for the last 5 years and uses Django 1.7 and some Django extensions which haven't been updated for Django 3. I recently decided to move the website to a new server and had to repackage the Django code in a Docker container. It took me some time to get it working correctly so I hope this article can save you some time if you ever find yourself in a similar situation.

Refresh the page to see new links for this category.