I did this. In the following sequence, over a few years, and am now to step 5: 1. Turn off notifications for the Facebook app on your phone; 2. Turn off notifications for the Facebook Messenger, Instagram, et cetera apps on your phone; 3. Delete the Facebook app from your phone; 4. Delete the Facebook Messenger, Instagram, et cetera apps from your phone; and finally 5. Log out of Facebook on your desktop. It took me…
I wrote a script: # ~/unfuckfacbook.sh #!/bin/bash sed -i '' s/'^127.0.0.1 facebook.com'/'#127.0.0.1 facebook.com'/ /etc/hosts sed -i '' s/'^127.0.0.1 www.facebook.com'/'#127.0.0.1 www.facebook.com'/ /etc/hosts sed -i '' s/'^127.0.0.1 m.facebook.com'/'#127.0.0.1 m.facebook.com'/ /etc/hosts sleep 30 say "Hey asshole, get off Facebook" sleep 30 ~/fuckfacbook.sh ~/fuckfacbook.sh just undoes the hosts file work It helppe…
sed: can't read s/^127.0.0.1 f....