You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Fix /etc/hosts

Add the following entry to your /etc/hosts file:

127.0.0.1        localhost

Disabling Automatic Updates

sudo systemctl stop update-engine
sudo systemctl stop locksmithd

Freeing Up Space

To find large files:

sudo du  / -h | grep "^[0-9\.]\+G"
  • No labels