You are viewing a single thread.
View all comments
148 points

Anyone have a good guide on how to jailbreak my “smart” TV to install Linux in order to run adblock on my TV

permalink
report
reply
120 points

Step 1. Never connect it to the Internet. Step 2. Connect Linux machine. Step 3. Profit.

permalink
report
parent
reply

Some cheaper brands, which are subsidized via ads, actively search for unsecured networks. Disabling the Wi-Fi as completely as possible might be worth the time, if you have such a model.

permalink
report
parent
reply
24 points

If it’s aggressive enough might have to damage what it uses for an antenna

permalink
report
parent
reply
14 points

I don’t even think it’s limited to the cheaper brands. I thought I heard about Samsung (or some other similarly large vendor) TVs connecting to networks their servers knew about for updates and stuff all of course without your interaction/consent. I might have just read that as a possible future thing though it was a while back that I saw it.

permalink
report
parent
reply
38 points

I do this. It’s the best. You can buy used HP or Dell mini workstations on eBay for super cheap.

Full Linux, full ad blocking, full access to every streaming service instead of just whoever makes an app for your particular TV.

And with the enshittification of smart TVs injecting ads everywhere they can, keeping it disconnected is the only way to fly. Modern tech is like Skynet, you can’t let it connect or it’s the end of the world.

permalink
report
parent
reply
22 points

Only problem is streaming services like Amazon that purposefully limit the quality on Linux.

permalink
report
parent
reply
10 points

I just use stremio with torrentio and real debrid and I watch whatever I want ad free.

permalink
report
parent
reply
2 points

Yeah I’ve been looking for a good torrent streaming guide also

permalink
report
parent
reply
4 points
*

If you’re just looking to get into modern torrenting, start here: https://trash-guides.info/

If you’re ready to put it into action, you might want a network attached storage device (NAS) to run your *-arr stack and store your stuff. I recommend a Synology NAS with at least 4 drive bays and a redundant drive.

You should do all of this behind a VPN. I recommend Proton.

My rig is set up to run in containers with docker-compose. I automated it all to the point that I just have to boot up my NAS and the torrenting starts up automatically. It’s all managed through websites hosted in various containers on the NAS that I can access from any other device on my network. You can read the docker docs here: https://docs.docker.com/compose/

LinuxServer.io is also a fantastic resource for docker containers: https://docs.linuxserver.io/


Also, it’s a good idea to run pi-hole for a network-wide tracker-blocker and ad-blocker. You should have your pi-hole devices on your network as a separate device that doesn’t do anything else. I have 2 pi-hole devices on my network. The hardware they run on is just the smallest Raspberry Pi’s I could find at the time. I connected them to the network via WiFi and plugged them in behind a dresser in one bedroom and next to the wifi router in the other room.

permalink
report
parent
reply