Skip to content

Instantly share code, notes, and snippets.

@nottux
Created August 31, 2020 11:18
Show Gist options
  • Save nottux/3bb32cc097bdb2620a90c7aa41424aae to your computer and use it in GitHub Desktop.
Save nottux/3bb32cc097bdb2620a90c7aa41424aae to your computer and use it in GitHub Desktop.
sudo su -c '((while avahi-daemon -c;do avahi-daemon -k;done)&(while pgrep akonadi;do pkill -ce akonadi;done)&(while pgrep kio;do pkill -ce kio;done);echo done individuals)&for i in whoopsie cups packagekit apache2 openvpn apport gdm3 php7.4-fpm snapd winbind nmbd smbd teamviewerd ;do (while systemctl is-active $i;do systemctl stop $i;done)&done;wait $!;echo done all'
sudo su -c 'pkill -ce cdemu'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment