Skip to content

Instantly share code, notes, and snippets.

@apolzek
Last active June 5, 2023 18:04
Show Gist options
  • Save apolzek/5c280433d2e02a0b41b556094b719524 to your computer and use it in GitHub Desktop.
Save apolzek/5c280433d2e02a0b41b556094b719524 to your computer and use it in GitHub Desktop.
Disable Apport Ubuntu
#!/bin/bash
sudo service apport stop
sudo echo "enabled=0" > /etc/default/apport
----------------------------OU--------------------------------
sudo sed -i 's/enabled=0/enabled=1/g' /etc/default/apport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment