Debian 13 serial installer
Debian 13 is a good alternative to Arch Linux when you want to install a lightweight Linux distribution on specific hardware, such as routers. However, most of the…
Debian 13 is a good alternative to Arch Linux when you want to install a lightweight Linux distribution on specific hardware, such as routers. However, most of the…
I've been working on a personal project for several years now. It's a bot that analyzes the Kucoin crypto market and places positions to generate a profit. I've apparently reached a fairly successful first version, which manages to be profitable despite some losses. The bot is available in... Read more
Sometimes it's necessary to rename a local user on a Linux server or workstation. This can be done quickly with a single command. The command below renames the user. Finally, it's also useful to rename the user's home group. This can be done with the command... Read more
Virtual Private Servers (VPS) are experiencing a surge in popularity with the general public following the widespread adoption of AI. Indeed, developing solutions and applications has become much more accessible than before. VPS are then used to publish applications and make them accessible. However, well... Read more
Virtual environments in Python are very useful. They allow you to isolate libraries, and thus restrict a specific version of a library to a particular script. Furthermore, it's common to create an environment when developing scripts, or when running tests to validate their proper functioning... Read more