Categories
Latest
TOP 50 Easy Vim commands to speed up editing
Reading Time: 9 minutes As old IT, Vim is there, and continues to progress with regularly updated versions and forks such as Neovim. The problem: we can’t learn Vim by just using it. It requires a minimum training. But Vim is easy. It just needs basic understanding and practice. I want this guide to just…
RKE2 cluster on Ubuntu 22.04 in minutes – Ansible Galaxy and Manual options (2 ways)
Reading Time: 6 minutes Here are 2 ways to set up a Ranche Kubernetes Engine cluster of 3 (or more) nodes. Minimum requirements Rancher made RKE2 straightforward to install. Here is an example configuration. For details, refer to docs.rke2.io The LAB description Hostname IP Address vCPU RAM (GB) proxy.home.pivert.org 192.168.66.20 1 1 rke21.home.pivert.org 192.168.66.21 2…
TUXEDO InfinityBook Pro Gen7 (MK2) Review – Avis
Reading Time: 6 minutes J”utilise qutodiennement un laptop TUXEDO InfinityBook Pro Gen7 (MK2) modèle performance depuis 2 mois.Il est donc temps d’écrire un avis sur ce laptop particulièrement compact et performant. Description P.S. le prix du laptop intègre l’impression personnalisée et une préinstallation de Windows dans Virtualbox sans license. Avis Ce petit laptop est un…
Upgrade NVMe on Linux / Proxmox / Ceph
Reading Time: 10 minutes I just upgraded my tiny 512GB NVMe SSD to a 4TB one on each node. I started with the host pve3. Here are the steps. Prerequisites Glossary Procedure Note the GPT PMBR size mismatch showing that the new disk is 8 times bigger. List the partitions with p Hopefully, and in…
Comment ajouter un Cluster Network «Full-Mesh» à Ceph sur Proxmox VE
Reading Time: 11 minutes Prérequis Introduction Si vous lisez ces pages, les bénéfices d’un réseau «full mesh» pour vos OSD (object storage daemons) et pour les live migrations de vos VMs n’est plus à démontrer. En quelques mots, si les bénéfices en bande passante dépendent de votre réseau principal, les bénéfices en latence pour les…
Companion: Soupe à la tomate
Reading Time: 3 minutes Très facile à préparer, et toujours aussi délicieux. Voici quelques astuces pour réussir une soupe à la tomate rapide, et en grosse quantité dans votre petit robot Moulinex Companion. Ingrédients pour 4 l de soupe Recette Conseils
Point-in-time recovery (PITR) of PostgreSQL database
Reading Time: 3 minutes This quick guide won’t replace the documentation. It provides an example of PostgreSQL backup, PITR configuration & restore. Backup configuration This is not intended to supersede any backup configuration manual, but before recovery, let’s check how the backup is running. The /mnt/cephfs is a shared filesystem on which I place the…
5. Shorewall en entreprise : Traçabilité, documentation des règles, revues d’audit, journalisation
Reading Time: 3 minutes 1. Traçabilité Garder toutes les versions et l’historique des changements de configuration. Shorewall étant basé sur des fichiers texte, il suffit d’utiliser git.De plus, vous pouvez déclencher un git commit à chaque modification dans /etc/shorewall. Afin de s’assurer qu’un commit soit bien effectué à chaque changement, il faut l’automatiser. Si vous…
CephFS backup
Reading Time: 2 minutes Since it’s a snapshot capable file system, it’s very easy to back up. Rdiff-Backup is an efficient backup tool with «deduplication». Easy, powerful, with python3 as only dependency. Here is an example script that you can schedule from any server with bash and local disk space. For instance, I use this…
CephFS snapshots
Reading Time: 2 minutes CephFS includes snapshot and scheduling capabilities. That’s very efficient and super handy. CephFS snapshots are different from the Ceph RBD snapshots covered here. You might already know that you can easily create a snapshot of any folder or subfolder by just creating a named subfolder in the magic .snap/ subfolder.Example: Very…
Le Rubik’s 3×3 avec la méthode CFOP (Débutant – Intermédiaire)
Reading Time: 11 minutes J’ai commencé avec la méthode simple, mais : Après avoir découvert la méthode simplifiée de Jessica Fridrich, j’ai regretté d’avoir passé du temps à apprendre une méthode simple. La méthode que je vais vous montrer ci-dessous se base un peu plus sur l’intuition, deux « histoires », et un algorithme double…
ceph-csi on Kubernetes 1.24 (CephFS)
Reading Time: 6 minutes This post is outdated, and will be replaced From K8S 1.24, it’s not possible to use the deprecated Cephfs rootfs Provisioner. The solution is to use the new ceph-csi solution for rbd, cephfs or nfs. In this post, we will focus on CephFS mode. The K8S is 3 nodes RKE2 cluster…