Blog

My Private System Configurations

After a couple of years, I’ve decided to publicate my private server and system configurations, built with Ansible and NixOS. You’re welcome to use these roles and configs for your own purposes - attribution is appreciated, but not required. If you have any feedback or want to discuss something, don’t hesitate to reach out.

Debian Bookworm New Advanced Package Tool (APT) GPG-Keys Handling

Since more than 2 months Debian has released a new version of his well-known OS. Since this release many people told me, that they get warnings during the package update process using “apt” (Advanced Package Tool).

Useful OpenSSL Commands

During the work with ssl/tls certificates on the command line, it often happens that you need to read out some attributes. To do this the most modern Linux distrubtions includes the openssl application by default. This cool program alows us to read in the certificate from a remote server or from a .pem file. But perhaps that is not the main goal of the libary, it delivers much more features like the generation of certificates itself or the generation of signing requests as example. Perhaps the best description of the functions would by everything what has to do with native SSL/TLS certificate actions is included.

Expanding Virtual Disk and the Linux Filesystem Inside the Guest

Expandation of a virtual File System Due to the aspect that the filesystem of a virtual machine grows with his lifetime (e.g. new dependencies/packages, bigger logs, more user data, …) it can happen that the virtual disk runs out of space and therefore must be expanded. Please be aware, that it can always happen that your guest filesystem get destroyed during the operation. To be prepared for this case, as always, DO BACKUPS!