Dup Goto 📝

home linux/pet-hates/ubuntu

PT2/linux/pet-hates/ubuntu 07-31 13:46:40
To Pop
13 lines, 75 words, 511 chars Monday 2023-07-31 13:46:40

unattended-upgrades

Just remember to sudo apt-get -y upgrade; sudo apt-get -y dist-upgrade semi-regularly and then

sudo systemctl stop unattended-upgrades
sudo systemctl disable unattended-upgrades

Apport

So I write a short 10-line Python script, and as usual it crashes out with an Exception. Then the Apport crash-reporter window pops up asking me whether I want to inform Ubuntu about the crash. FFS!. So

sudo systemctl stop apport
sudo systemctl disable apport