Trouver les gros consommateurs dans /home Les 10 plus gros répertoires avec du : sudo du /home -h — * | sort -rh | head -10 for i in G M K;do sudo du -ah | grep [0-9]$i | sort -nr -k 1; done | head -n 11 Les 10 plus gros fichiers avec find …
Catégorie : GNU/Linux
Mai 30
Netdata : la supervision complète, temps réel et locale
(WIP) Sous debian 9 en général apt-get install zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl cd /opt git clone https://github.com/firehol/netdata.git –depth=1 cd netdata ./netdata-installer.sh apt-get install zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl libuv1-dev ./netdata-installer.sh apt-get install zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive …
Fév 03
Cachet : une page de statut des services
Objet Cachet is software that improves downtime. Great companies all over the world are using Cachet to better communicate downtime and system outages to their customers, teams and shareholders. Cachet est une page de statut des services Conditions préalables To run Cachet on your CentOS 7 system you will need a couple of things: PHP …