OSMC OS on USB SSD disk
As of now, the OSMC doesn’t seems to support booting from an USB device (see this post).
But putting the OS on the SSD is still a lot better for performances than on the SD Card.
OSMC provides an installer, which has an option telling to run OSMC from an USB Stick. Sadly, the installer is no longer available for Linux (see this post).
In orde...
Access serial device from rootless container
Reading and writing a serial device from within a container is possible using Podman >3.2
Managing dependencies with Poetry
Poetry is a tool for dependency management and packaging in Python. It allows to declare a project information and dependencies in the pyproject.toml file, and manage them (install/update).
Timezone management in Django
Timezone management in Django is not straightforward. This is a recap of what to be aware of when playing with them.
Systemd useful commands and configurations
This page is a cheatsheet for systemd commands and configurations.
Debugging python code
A “breakpoint” in a python code to get an interactive shell somewhere in the code and make debugging easier.
14 post articles, 2 pages.