Debian
-
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…
-
Packaging a Pandas / Numpy project for Debian 9 and 10 using dh-virtualenv
.
In this post we are going to create a debian package for a project that involves importing pandas and numpy. We…
-
Self-Service Infrastructure
.
Objective Linux System Administrators are constantly interrupted with tasks that could be delegated to someone else. For example: Create a new…
-
How to install Python3-Celery executable in Debian 9?
.
To install the Celery executable (or celery daemon) for Python3, install the following package: apt-get install celeryd It is important to…
-
Book Review: The Debian Administrator’s Handbook (Raphael Hertzog and Roland Mas)
.
This book trains you to be competent in managing Debian servers. Is this important or useful? Well, more than 10% of…