Created
August 31, 2020 11:18
-
-
Save nottux/3bb32cc097bdb2620a90c7aa41424aae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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