Outils du site

Face à un environnement aussi mouvant, l'expression peut vraisemblablement s'harmoniser avec les besoins participatifs du schéma directeur. [http://www.bellamyjc.org/fr/logomachie.html]

04-linux:10-administration:start

Ceci est une ancienne révision du document !


Administration

Free root space

Removing old headers and images

# Check:
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d'

# remove:
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get -y purge

Dernière modification : 2023/04/19 02:45