397 liens privés
Possibilité de configurer des tags pour les logs, au niveau daemon.
--log-opt tag="{{.ImageName}}/{{.Name}}/{{.ID}}"
Ca éviter d'avoir à spécifier la chose au niveau runtime (et de faire du code qui peut être redondant).
Il faut que le driver de logging le supporte. Exemple: https://docs.docker.com/engine/admin/logging/awslogs/#tag
Le son qui accompagne la présentation: https://confs.imirhil.fr/20170513_root66_securite-admin-sys.ogg
D'autres présentations: https://confs.imirhil.fr/
Patterns in Ansible are how we decide which hosts to manage.
L'auteur, Gruntwork, fournit par ailleurs un bon outil (wrapper) pour utiliser terraform: https://github.com/gruntwork-io/terragrunt
Context switch overhead is discussed and thread states are introduced.
This blog post explains how Linux programs call functions in the Linux kernel.
It will outline several different methods of making systems calls, how to handcraft your own assembly to make system calls (examples included), kernel entry points into system calls, kernel exit points from system calls, glibc wrappers, bugs, and much, much more.
$ envsubst
egoijeg $LANGUAGE egepokge $SHELL egioj ijrhiojr $EXISTEPAS
egoijeg en_US egepokge /bin/zsh egioj ijrhiojr
Dispo de base dans debian
En plus évolué, il y a envtpl https://github.com/andreasjansson/envtpl
Templating Jinja2
Voir aussi https://github.com/influxdata/kapacitor pour l'alerting.
Cet outil s'appuie sur un datastore influxdb.
lsof +D /var/log
lsof, le couteau suisse :)
voir aussi https://jeekajoo.eu/links/?Kaq3Jg (EDIT: et je vois que la commande en question y était déja mais je ne m'en souvenais plus)
The TTY subsystem is central to the design of Linux, and UNIX in general. Unfortunately, its importance is often overlooked, and it is difficult to find good introductory articles about it. I believe that a basic understanding of TTYs in Linux is essential for the developer and the advanced user.
PS: merci Korben pour ton blog
"""
Explains how to update all Linux containers (LXC) VMs from host operating system using a shell script.
"""
"""
uptime
dmesg | tail
vmstat 1
mpstat -P ALL 1
pidstat 1
iostat -xz 1
free -m
sar -n DEV 1
sar -n TCP,ETCP 1
top
"""
Excellent cet article.
J'ai découvert pidstat (provient du paquet sysstat), mpstat, et je ne savais pas que sar permettait d'analyser la bande passante par interface réseau.
Construire un serveur git en 3 minutes chrono, grâce à SSH et un user unix dédié.
La mise en place + la création d'un premier repo remote tiennent en 7 commandes.
Testé et adopté.