Linux wiki
  • Home
  • Install Debian 13 (trixie)
    • Disable root account
    • Install nala and usefull apps
    • Gnome extension
    • install docker
      • Docker monitoring ctop
  • Server debian usage
  • Ubuntu server install
    • Configuration mail sender MTA postfix
      • config
    • App install
      • Docker
      • python3
    • Basic security tips
      • Hardening tips
      • usefull service to install
      • Disable root user:
      • Configure sshd
      • Configure firewall
      • install fail2ban
      • rootkit
  • Server admin
    • Configure ssh keys
    • Understand key management
  • server security
    • General links
    • Debian Automatic security updates
    • Configure firewall
    • SSH keys
      • SSH keys stored on a host
      • Configure SSH Key for github
        • Create public key
        • Modify ssh config
        • Modify Git config
      • GnuPG
        • Encrypt (symmetric)
        • Decrypt
        • Gedit shortcut
  • Network
    • Commandes de base
    • socket stat
    • arp
    • nmcli
    • iftop / bmon
    • iperf
  • Linux tools
  • Dev tools
    • Git
    • Colortail
    • Putty
    • Mkdocs
    • Sublime
  • Dot Files
  • Bash
    • Sed
    • find
    • grep
    • xargs
    • mkdir
    • web
    • Administration
      • renommer plusieurs fichiers
      • history sorted by occurence
    • bash Redirection
      • Lister les répertoires vides
      • Supprimer les répertoires vides
      • Supprimer les fichiers selon un motif
      • Chercher un motif dans des fichiers
      • Changer les droits des répertoires
      • Changer les droits des fichiers
  • Docker
    • installation
    • docker compose
    • docker
  • Backup
    • softwares
  • Raspberry install OS
    • Flash SD Card
    • Wifi setup before first boot
    • Wifi setup after first boot
    • Configuration
      • Hostname and password
      • Package install
  • Raspberry hardware
  • Web
    • SSL/TLS HTTPS
      • Theory
      • Documentation
      • generate self private key
      • generate private key woth Certbot
  • Python
    • Import beyond top level package
    • args, kwargs
    • SQLAlchemy
    • Path
  • Python script template
  • Gmail
    • Gmvault
      • Installation Gmvault
      • Creation compte email pour backup
      • Copie local des emails
      • Restaurer la copie local vers le compte secondaire
  • SNMP
    • tutorial
    • stack
    • conf files
    • commands
    • interfaces
  • Usefull links
    • Command line tools
    • bash
      • scripting
      • sed
      • sed grep regex
    • System
      • Bios / UEFI
      • Disk & partitions
    • Server
      • SSH
      • nginx
      • Certbot with nginx
Linux wiki
  • Usefull links
  • Edit on GitHub

Usefull links

Command line tools

awesome-shell

bash

scripting

bash One-Liners Explained article: Part One, Two, Three, Four, Five, Six.
bash redirections cheatsheet
bash gnu doc

sed

grymoire
wikibooks
sed1line.txt
Sed One-Liners Explained article: Part One, Part Two, Part Three.

sed grep regex

online sed editor
online regex regexper regex101
sed and regex
grep and regex
awk
grep

System

Bios / UEFI

UEFI vs BIOS explained
Grub2 ful tutorial (dedoimedo)
repair grub from live USB (techmint)
using efibootmgr command (linuxbabe)
reparer grub

Disk & partitions

tuto partitons (malekal)
créer partition (maleka)

Server

SSH

setup ssh passwordless

nginx

SSL configurator (mozilla)

Certbot with nginx

setup Certbot nginx
raspberry pi issue cert fail

Previous

Built with MkDocs using a theme provided by Read the Docs.