Linux
-
Create Debian package with virtual environment and Python interpreter inside using UV
.
Goals: Create a Debian package that contains both the virtual environment and the Python interpreter inside. Why is this project useful?…
-
Create debian package out of a Python installed via UV
.
Objective Package a Python interpreter, that I will install via UV, in a debian package.Specifically, I chose Python 3.9 (yes it’s…
-
Self-Service Infrastructure
.
Objective Linux System Administrators are constantly interrupted with tasks that could be delegated to someone else. For example: Create a new…
-
Python SSH Debugger
.
In my job as a Linux System Administrator, a considerable amount of the support requests that I receive are related to…
-
Upgrading to Ubuntu 20.04 broke my Vim YouCompleteMe
.
YCM ceased working after Ubuntu upgrade.To make it work again, you need to use the vim-youcompleteme that comes from the apt…
-
Prometheus, how to solve “error: unknown short flag ‘-c’, try –help”
.
If you’ve got this error, this is probably because you are using the sintax of an old configuration file. This is solved…
-
Containers listen on default ports despite you don’t publish them
.
This is a very weird phenomenon that I found out the other day. When people make container images they usually EXPOSE…
-
Mastering Filebeat
.
Filebeat is the program that crawls your logs in a certain folder or file that you specify, and sends these logs…