Hello there!

I’m also @[email protected] , and I have a website at https://www.savagewolf.org .

He/They

  • 2 Posts
  • 170 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle
  • Firstly, for my dotfiles, I use home-manager. I keep the config on my git server and in theory I can pull it down and set up a system the way I like it.

    In terms of backups, I use Pika to backup my home directory to my hard disk every day, so I can, in theory, pull back files I delete.

    I also push a core selection of my files to my server using Pika, just in case my house burns down. Likewise, I pull backups from my server to my desktop (again with Pika) in case Linode starts messing me about.

    I also have a 2TiB ssd I keep in a strongbox and some cloud storage which I push bigger things to sporadically.

    I also take occasional data exports from online services I use. Because hey, Google or Discord can ban you at any time for no reason. :P




  • So the question is this: Do you want to be able to reproduce the system exactly, or are you fine taking a few hours to reinstall software. If you’re just wanting to keep settings and data for apps rather than the apps themselves, you can cut down on your storage requirements a lot.

    If it’s the latter, all of your user settings should be in your home directory (“/home/username” or just “~”). If you back that up, you should be able to recover your settings and data on a fresh install of your distro of choice.


  • … Uh… This doesn’t seem that objectionable. It’s a bunch of targeted fixes to websites, I imagine every browser does it in some form. Firefox at least allows you to turn it off if for some reason you wanted to.

    BTW, I think Proton (for playing games) does this as well.

    Also, Every site FF pretends to be a different UA on is artificially reducing FF market share data.

    Ehhh… I think a bigger effect on FF market share statistics is probably all those privacy addons and settings everyone is using.







  • Worth noting that if you’re trying to block telemetery or ads or things like that, using an adblocking dns is probably the better option. Either through a pihole on your network or some online adblocking dns.

    Other than that, if you’re looking for one because you think you “need” one, don’t worry too much if it’s just a personal computer connected to a router. Most distros ship with sensible defaults for security.

    If you actually want to use a firewall, block all incoming and allow all outgoing is a reasonable rule of thumb if you aren’t running a server. Note that “block incoming” doesn’t block connections that the system itself started.



  • SavvyWolf@pawb.socialtoLinux@lemmy.mlA word about systemd
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    21 days ago

    Yeah, was more poking fun of people who cling to the while Unix Philosophy stuff like it’s some unwritten rule that must be followed.

    I honestly think there’s tons of Linux software that could be broadly defined as “multiple things”.

    Even looking at the links other responders have posted, I even think a lot of linux software is made up of components which are tightly coupled together.