• 7 Posts
  • 115 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle




  • I know i2p is a bit hard, but if you can figure out how to torrent you should be able to. I would recommend i2p+, which is a fork of i2p that is compatible with regular i2p but is easier to setup. Get the installer here: https://i2pplus.github.io/. If you are on linux, don’t worry about it being an exe, it is java and you can run it with “java -jar file.exe.” After that, you can open a browser and type localhost:7657. Set your proxy in your browser to localhost:4444, for the http and https settings. It may be different if you use chrome. Now you should be able to access tracker2.postman.i2p/. Don’t forget a slash at the end. Your browser won’t recognize it as a website without it. You will need the torrent client, i2psnark, which can be accessed on localhost:7657/i2psnark.

    This may sound complicated, but the steps to install i2p boil down to:

    1. Download installer
    2. Run installer
    3. Access i2p dashboard through browser
    4. Configure your browser to use i2p





  • I believe zfs has deduplication built in if you want a separate backup partition. Not sure about its reliability though. Personally I just have a script that keeps a backup and an oldbackup, and they are both fairly small. I keep a file in my home dir called excluded for things like linux ISOs that don’t need backed up.








  • I wouldn’t switch to mint from debian. Freebsd could be worth trying, but I would play with it in a VM first. I am not knowledgeable about BSD’s, but there are others if you were unaware. They have similar names but I think netBSD and freebsd exist. FYI, BSD isn’t linux if you were unaware. Your phrasing suggested that you might think it is so I wanted to let you know.

    Newer kernels are great if you need bleeding edge hardware or filesystems, but for your use case I really think debian is the way to go.

    I would like to suggest you throw Fedora into the mix, or even opensuse if you want to try an rpm based distro. Opensuse has a leap flavor which is stable like debian. Fedora is fairly stable, but has regular releases (2 a year) so you also get more current software.

    Sorry to throw more options into the mix, but those are fairly simple and mainstream options (fedora is more mainstream fyi) but they are worth considering.