Posts
Previously… Chat Control… part 1
After being rejected from their …
As users of cloud resources, we are concerned by the cost of resources we use. The goal is to use the minimum required …
Hello visitor! I hope you are fine.
It’s nice to meet you here.
Oh, you are passionate about alerting? Like me! …
Basically the job is done with a command called git filter-branch
1git filter-branch --force --index-filter "git rm …With Proxmox
Disk auto resize on boot
- Issue when you have several partition, if the order is disk,boot,swap; The last …
On Linux
sudo systemd-resolve --flush-caches
sudo resolvectl flush-caches
Fun commands
sudo systemd-resolve --statistics …
Firewall package rules explanations
When you have openwrt, the server is the router.
INPUT: packets coming from the …
Upgrade all packages in one line command
1opkg list-upgradable | cut -f 1 -d ' ' | xargs -r opkg upgrade — — — …
Prevent Typescript to make Duck typing and have a real strict typing
1// Here, A <> B :p
2export type A = string …En bande organisée ? Flore Vasseur
Jancovici calme Pascal Praud …
Make all availables architectures selectionnable
docker run --privileged --rm tonistiigi/binfmt --install all
Create the …
Pronounciations
- I read (present): rid
- I read (preterit): raid (like red, the color)
- I bought: bôte (boat)
- I buy: bail
- I …





Match all the content of a file
((.x\n?)x)
— — — — — — — — — — — — — — — — — — — — —
La série « Jé pa l’temps » …



Windows 11 ARM
Arch Linux ARM
If there is …
Improvements to become better
- Do not give the same name to namespace between production and local environment, it could …
Thought API methods
Firstly you hate to request the API to get namespace’s data and dave them.
# Describe …If skhd does not work, it is because one process blocks it.
To determine which is this process, use
# …To format a date with bash, you can use the following command.
MacOS
date -j -f "%a %b %d %H:%M:%S %Y %z" …Configuration
Credentials
aws configure set aws_access_key_id MY_ACCESS_KEY
aws configure set aws_secret_access_key …Search an image by size with the size operator
name imagesize:1920x1080
— — — — — — — — — — — — — — — — — — — — —
La …
My use case : I have a commited and pushed file that I want to keep but I want to ignore change. I can not add it to …
Create a local replicaset
The only repo that works after tons of try.
To start the container
docker run -d -p …Remove the new UI when building image
{
"features": {
"buildkit": false
}, …Show the current version
archlinux-java status
Set the wanted version
archlinux-java set <JAVA_ENV_NAME> # Paste …These two scripts allows you to tell to your shell to autodetect .nvmrc in your Node.js projects and to load the wanted …
Force to rescan videos
export USERNAME=<username>
export PASSWORD=<password>
curl --data-binary '{ …Destruction of an old barbecue






Code
const https = require('https');
const fs = require('fs');
const express = require( …As a computer user and as developer, I have a lot of tools. This article will reference all the tools I use. 🤪
Arch and …
Git bisect is an useful command that helps you to quickly find a bug by dichotomy
Usage
git bisect start
Target a bad …
Best practice with the firewall : we block all traffic and authorize what we need and of course, RTFM !
Displaying …
What is k3d ?
k3d is a CLI tool that allows you to easily start and manage a k3s local cluster. k3s is a rancher’s …
🎲 Insert in an array at index
Array.prototype.insert = function (index, item) {
this.splice(index, 0, item);
};
🪓 …





Hello :)
Today, i was trying to understand how a open source project was working and i met some difficult to understand …
☣️ Manual save of a Docker volume
Imported from github.
Save:
docker run --rm \
-v volumename:/vol -w /vol alpine tar …⚠️ Use loadkeys fr to load french keyboard in terminal
Base installation
In the order, do the following things:
- Update …
0-using-doc
godoc -http :8000
- Packages : http://localhost:8000/pkg
- Tests examples : …
Limit rate
https://github.com/animir/node-rate-limiter-flexible#readme
Cools links …
Explanations
- Certificates trust is made by the
trust chains of certificates.

TL;DR Explanations
Self-signed …
Reset database without delete it
DROP SCHEMA public CASCADE;
CREATE SCHEMA public;
GRANT ALL ON SCHEMA public TO …Make a loop in bash
Array=(
'Value 1'
'Value 2'
'Value 3'
)
for value in …
Make it yourself
npm i -D eslint
./node_modules/.bin/eslint --init
// Choose to answer to question to define your style …List/discover all ip on your network
nmap -sP 192.168.1.*
Monitor traffic on a port
tcpdump port 443 and …
Explications rapides
- Bien qu’il y ait un serveur (machine à laquelle les requêtes seront adressées), le réseau …
Multi master with k3s
Start the first master
curl -sfL https://get.k3s.io | sh -s - --no-deploy=traefik …
Hello ! 😉
Today we’ll take a little about Ruby and Node.js installation. As the most of programs, you have the …
Let’s talk about Terraform. I’m not a profesionnal and not a system adminstrator, just trying things because …
Titles
Title 1 (Hugest)
Title 2
dfzdz
Title 3
Title 4
Tditle 5
Title 6 (Smallest)
Links
Simple link: like this
Link with …
Hello
This is my first article written with VSCode and deployed online with a single commit/push. It was really fuck*** …