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

Linux

65722 readers
525 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
19
How can I block websites? (programming.dev)
submitted 10 hours ago* (last edited 10 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.

you are viewing a single comment's thread
view the rest of the comments
[–] anamethatisnt@sopuli.xyz 5 points 10 hours 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 5 points 9 hours 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.