Démarrage sur le disque miraculeux (?) en essayant de booter sur un DVD.
Un peu de nettoyage, Libération de 5Go, il restait 106 Mo d'espace libre!
rm -rf _bazel_jeanpat/
desactivation de quelques trucs au démarrage comme mysql:
sudo systemctl disable mysql
[sudo] Mot de passe de jeanpat :
Synchronizing state of mysql.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable mysql
(base) jeanpat@Dell-T5500:~$ sudo vim /etc/in
init/ init.d/ initramfs-tools/ inputrc insserv.conf insserv.conf.d/ inxi.conf
(base) jeanpat@Dell-T5500:~$ sudo vim /etc/init/mysql.conf
(base) jeanpat@Dell-T5500:~$ sudo systemctl disable mysql
Synchronizing state of mysql.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable mysql
avec:
/e/i/mysql.conf
description "MySQL 5.7 Server"
author "Mario Limonciello <superm1@ubuntu.com>"
#start on runlevel [2345]
stop on starting rc RUNLEVEL=[016]
Désactivation de apt-daily:
(base) jeanpat@Dell-T5500:~$ sudo systemctl disable apt-daily.service
(base) jeanpat@Dell-T5500:~$ sudo systemctl disable apt-daily.timer
Removed /etc/systemd/system/timers.target.wants/apt-daily.timer.
(base) jeanpat@Dell-T5500:~$ sudo systemctl disable apt-daily-upgrade.timer
Removed /etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer.
(base) jeanpat@Dell-T5500:~$ sudo systemctl disable apt-daily-upgrade.service
Je n'eteint plus le pc maintenant qu'il fonctionne ... :/