You are here |
major.io | ||
| | | |
du.nkel.dev
|
|
| | | | A personal code notes blog | |
| | | |
tim.siosm.fr
|
|
| | | | In this post, I will detail how to replace sudo (a setuid binary) by using SSH over a local UNIX socket. I am of the opinion that setuid/setgid binaries are a UNIX legacy that should be deprecated. I will explain the security reasons behind that statement in a future post. This is related to the work of the Confined Users SIG in Fedora. | |
| | | |
brandonrozek.com
|
|
| | | | LXC is a containerization technology that allows us to create system containers. We can set it up so that we can SSH into a container and perform many of the same tasks we would on a regular Linux box. I currently have two uses cases for this. First, these system containers allows me to follow instruction documentation for projects that do not treat docker/podman as a first class distribution method. Maybe the project relies on being able to access systemd, or perhaps I don't want the additional burden o... | |
| | | |
www.valentinog.com
|
|
| | Notes on deploying Django > 3.1 (async) with Uvicorn under Nginx as a reverse proxy. |