this post was submitted on 12 Jun 2026
9 points (100.0% liked)

Linux

65723 readers
491 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
9
How can I block websites? (programming.dev)
submitted 2 hours ago* (last edited 2 hours ago) by staircase@programming.dev to c/linux@lemmy.ml
 

tl;dr what are all the ways I can block a website on linux? Debian if it's relevant.

I want to stop myself using certain sites. Since I'm reasonably techy and can work round all blocks I've come up with, I've found an effective approach is to apply as many hurdles as possible, so that visiting the website takes effort.

So far I've added the site to ublock's block list, and redirected sites via /etc/hosts. What other options are there?

While I have admin access to the router, I'm not allowed to block sites there.

top 10 comments
sorted by: hot top controversial new old
[–] BartyDeCanter@piefed.social 4 points 1 hour ago

Setup a PiHole and add them to the blocklist. Then make the PiHole password stupid long and write it down. Then take the paper, put it in a safe, and put it in the highest shelf in the back of your closet. Recurse safes and passwords as much as needed.

[–] whatiswrongwithyou@lemmy.ml 2 points 45 minutes ago (1 children)

You’re gonna have better luck changing your habits than you will making a block that you yourself can’t overcome.

[–] tofu@lemmy.nocturnal.garden 1 points 10 minutes ago

Creating hurdles can help lowering the temptation. I totally get OP.

[–] kungen@feddit.nu 6 points 1 hour ago

Therapy of some sorts is probably going to be more effective than making self-blocks, especially if you're technically competent. I wish you luck with stopping whatever addiction it is.

[–] Delilah@lemmy.blahaj.zone 1 points 37 minutes ago

Therapy is probably a better option.

[–] Levi@lemmy.ca 2 points 1 hour ago

If redirecting with /etc/hosts isn't enough, you could set up a cron job (I guess as root?) to re-copy a hosts file back to /etc/hosts every half hour or something. That way even if you do manually change /etc/hosts for an quick peak of an illicit website, it'll go back to being blocked in a short amount of time. This'll add a bit of the "pain in the ass" factor.

[–] anamethatisnt@sopuli.xyz 4 points 1 hour ago (1 children)

Only thing I can think of is to remove your default account from the sudoers file and have an account with a frustratingly long password written on physical paper hold the keys to the kingdom. That will make a whole lot of other things a hurdle too though.

[–] Peffse@lemmy.world 2 points 1 hour ago

Yeah, whatever roadblocks are set up can easily be dismantled using the same privs.

Only way to achieve this goal is to either hand the keys to someone else or to lock yourself out.

[–] Holytimes@sh.itjust.works 2 points 2 hours ago

Just set the site to be hidden? If it's not in the list you didn't even know its an option and thus everything else is moot.

Pretty sure every search engine at thing point has a option to just "not show results from this website" or equivalent.

Out of sight out of mind.

[–] rain_worl@lemmy.world 1 points 1 hour ago

i'm curious what websites are you doing. what's the threat model??