un tool de google intéressant pour le monitoring de latence
TIL echo c > /proc/sysrq-trigger
TIL :
Note: With hairpin NAT enabled (--userland-proxy=false), containers port exposure is achieved purely through iptables rules, and no attempt to bind the exposed port is ever made. This means that nothing prevents shadowing a previously listening service outside of Docker through exposing the same port for a container. In such conflicting situation, Docker created iptables rules will take precedence and route to the container.
So in my usecase, it had a really awful side effect. A gossiping application was getting the server's interface as side effect of a loopback communication.
une belle métaphore du système financier actuel
TIL
Sans les types d'apn supplémentaires, impossible pour Android de se mettre en hotspot
journalctl --list-boots
une bonne doc sur les manipulations de journalctl :-)
perso, je fais :
MegaCli -pdlist -a0|grep -i id
for i in $(echo {id_debug..id_fin}); do smartctl -t long -d megaraid,$i -i /dev/sda ; done
dans la majo des cas chez ovh le echo est {4..7}
un serveur de partage de fichires façon firefox
j'ai commencé à passer le putain de palier de progression qui me bloquait
La seconde commande rpm que j'ai le plus utilisé dans ma vie je crois :
rpm -e package-name --nodeps