I’m tired of social media. With Linux, I can code my computer to not load certain websites like Reddit. On other operating systems, you can install browser extensions to do the same thing. But Linux is cooler.
Open a terminal and run:
sudo gedit /etc/hosts
At the end of the file, add:
127.0.0.1 www.reddit.com
This redirects Reddit so the site won’t load.
Replace Reddit with whatever social media you want to block. Add as many lines as you need. Save the file. Reload the browser. Done. Enjoy serenity.