I’ve been struggling to get ratios over even 1.0, most are stuck in the low 0.10 - 0.20 range. I don’t seed off my gaming PC 24/7 because I don’t want a VPN on all the time, plus I turn it off at night.
So mainly wondering if anyone has tips on a good setup to keep the PC seeding overnight, I’m running linux mint currently. I also have a RaspPi but I understand they are not great for torrents?
Is there any good way to compartmentalize a VPN? I.e., use the VPN for qBitTorrent only, and use my regular network adapter for other stuff (games, browsers, whatever).
I’ve tried a seedbox in the past and they’re neat, but I’d rather avoid a subscription and just use my hardware. I’m using Private Internet Access VPN until my already paid for time is up in case that’s significant.
Definitely will look into Docker more, I’ve heard of it but hadn’t gotten around to giving it a shot before. Gluetun is not something I’ve heard of though. Sounds like a good setup for what I want. Any suggestions on getting started with Docker?
Use docker compose. Not docker directly. All services have a good docker compose file somewhere online. If not, you may not use the service as a beginner (unless you want to spend a significant time writing everything which is of course good, but you do not have to)
Docker is really cool tech, but not that easy to get it right the first time you run into it. The easy suggestion would probably be some YouTube videos? But the best would be to find your way on the web and follow some written tutorials that gives more details.
Depending on how far and deep you want to go with docker it can range from a simple command you copy/past to more advanced stuff where you add new tools into the image.
My first contact with docker was through Network Chuck’s video, while it gives you a first feeling on what it does and how it work at the basic level, it won’t give you the keys to host qbitorrent behind gluetun on a raspberry pie, let alone on how to properly configure and protect it.
Thanks for the info, definitely motivated to learn and try Docker more now.