2740 shaares
106 results
tagged
bash
Un petit programme pour voir la meteo dans un terminal ou une page web : http://wttr.in/Chiang_Mai?m
https://github.com/schachmat/wego
https://github.com/schachmat/wego
Un petit programme pour voir la meteo dans un terminal ou une page web : http://wttr.in/Chiang_Mai
https://github.com/schachmat/wego
https://github.com/schachmat/wego
Un livre en html sur bash
Ouvrez un terminal (Ctrl + Alt + t)
Tout d’abord passez en mode root:
sudo su
Jetez un oeil sur les paquets à supprimer:
dpkg -l | grep -i ^rc
Tapez cette commande pour les supprimer:
dpkg -l |grep -i ^rc | cut -d " " -f 3 | xargs dpkg --purge
Tout d’abord passez en mode root:
sudo su
Jetez un oeil sur les paquets à supprimer:
dpkg -l | grep -i ^rc
Tapez cette commande pour les supprimer:
dpkg -l |grep -i ^rc | cut -d " " -f 3 | xargs dpkg --purge