If you’re interested in (co-)moderating any of the communities created by me, you’re welcome to message me.

I also have the account @Novocirab@jlai.lu. Furthermore, I operate the bot account @daswetter@feddit.org, which posts in !daswetter@feddit.org.

  • 1 Post
  • 41 Comments
Joined 1 year ago
cake
Cake day: February 27th, 2025

help-circle
  • Roughly from high level to low level:

    1. uBlock custom filters
    2. Make pages unusable or less attractive by wonky per-site browser or extension settings
    3. IP and DNS blocks on your local machine
    4. Run a DNS proxy on your local machine and block domains with it
    5. Host a pihole server on a different machine, make it your DNS server and block domains there
    6. IP and DNS blocks in your router (if your current one has no option for this, consider buying another, preferably used)

    Best apply the methods arbitrarily, so that you get even more confused about how you might restore access to a given website.

    Options 5 and 6 may be the only viable ones for locking down certain smartphones or tablets.


















  • Yeah, unless one happens to have one of the beefier Raspi 4 or Raspi 5 variants (which, of course, would be an overpriced choice if their sole purpose is to be a home server). To give specific recommendation for cost-effective beefier home server hardware: Used Thin Clients. For example, Dell T530 Wyse (or T520, or T540, or the 6x0 series).


  • A few months ago I wrote out some recommendations around the same theme here. Extracts:

    A good start is to install tldr. You use it like man, but it gives you shorter explanations – or rather, a short list of illustrative examples.

    Going further, check out Fish instead of Bash. I haven’t use Fish yet, but it’s said to be much better for learning Linux commands as a beginner. Later on, you may switch to Zsh. In any case, hitting Tab once or twice will often give you a list of possible completions to the command you are typing.

    Also, I hugely recommend reading at least one book about Linux. I’m now almost through with the O’Reilly book “Classic Shell Scripting” by Robbins and Beebe (ISBN 9780596005955). Despite the fact that it’s 20 years old, it helped me hugely – primarily with the shell and its commands, but also with understanding things like file structure.

    It presupposes some familiarity with Unix-like systems and with the shell, so if one’s just starting out, the book “Learning the Unix Operating System” may be better.