Linux CLI tips
Wifi connection
Configure WiFi Connections This articles comes from here. This section explains how to establ...
Grub2 complete explanation
Tutoriel trouvé sur cette page Table des matières A savoir avant de configurer Fichier g...
My grub2 config
Enable OS prober If os-prober is disabled, add this line in /etc/default/grub: GRUB_DISABLE_OS_PR...
Swap Ctrl-Left and Alt-Left on your keyboard
Introduction I know, not everyone is a fan of Apple, but I enjoyed quite a bit the UX of my old M...
BTRFS snapshots with snapper
Picked from an article here. Set up automatic snapshots of a BTRFS root subvolume, add these snap...
Create Services in Alpine Linux
I began my development adventure, as everyone else, with simple CLI apps (mostly incredibly usele...
Almalinux LXC setup
Here is a simple review of what should be done in a newly created LXC using the image from Proxmo...
Create/extend SWAP using LVM
This articles comes from 2daygeek.com. All rights belong to them. We use LVM for flexible volume...
Almalinux install nodejs 22
Enable nodejs version 22 in the dnf repository: dnf module enable nodejs:22 The result should ...
Running chronyd on Almalinux LXC (Proxmox)
When running chronyd on AlmaLinux OS on a Proxmox Server, it may raise permission issues, because...
Create system user with custom home directory
To create a system user to run an app, you can use the useradd command. Here is an example to cre...