• @[email protected]
    link
    fedilink
    1503 months ago

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

    • ZytaZiouZ
      link
      1223 months ago

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

      • [email protected]
        link
        fedilink
        403 months ago

        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.

        • @evidences
          link
          143 months ago

          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.

      • @nothingcorporate
        link
        383 months ago

        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.

        • @[email protected]
          link
          fedilink
          English
          223 months ago

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

          • @[email protected]
            link
            fedilink
            223 months ago

            Get a browser spoofing add-on! I have google fiber, and I’ve found that my internet is faster if it thinks I’m using chrome 🤷‍♂️

            • @[email protected]
              link
              fedilink
              4
              edit-2
              3 months ago

              That doesn’t make sense, a “browser spoofing” addon most certainly doesn’t do anything that would be detectable by an ISP listening in on your encrypted connections.

              • @[email protected]
                link
                fedilink
                63 months ago

                Amazon is not an ISP though…? In this scenario, Amazon Prime Video is a server that is receiving a series of HTTP requests. User agent spoofing absolutely would work in that scenario.

          • @[email protected]
            link
            fedilink
            133 months ago

            That is why I’m not subscribed to any of them. If they don’t want to offer me the same bare minimum, it’s on them. I mean why are they even doing that? To protect against piracy? Yeah, that seems to be doing absolutely nothing then.

          • Kaityy
            link
            fedilink
            123 months ago

            This is the point where you download qbittorrent on the machine, and hop on your favorite torrent site to go get whatever show or movie you want for free, and play it on VLC. Just make sure to use a VPN if you live in a country that enforces piracy law. My reccomendation is Mullvad VPN ($5/month) if you care about privacy, and literally whatever’s the cheapest if you don’t.

            • @PriorityMotif
              link
              23 months ago

              You can get a seedbox for $10-$15 and set up the arr stack to automate everything. I think we watch YouTube ad free more than anything though.

          • bizarroland
            link
            fedilink
            73 months ago

            And it also depends on your version of Linux as sometimes they don’t play well with the copy protection software.

            I had a lot of issues getting some videos on Tubi to play just because I was playing it on a Linux.

            I was using mint cinnamon.

              • @Crismus
                link
                43 months ago

                Same here I’ve just started pirating more.

    • @hate2bme
      link
      103 months ago

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

        • @[email protected]
          link
          fedilink
          4
          edit-2
          3 months ago

          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.