• 1 Post
  • 36 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle








  • tristan@aussie.zonetoLinux@lemmy.mlStarlite?
    link
    fedilink
    arrow-up
    8
    ·
    1 year ago

    You’re assuming that everybody that buys a tablet like this also wants/has a laptop. Many people ONLY want the tablet as a portable computer while having a more powerful desktop in their home or office

    In my case I have a tablet and a laptop, but my laptop ends up staying at home 99% of the time docked and acting as a desktop. When it comes time to replace it, I’ll just get a desktop and keep the tablet











  • It’s not hard to setup a pi as a backup DNS on your local network, but how I’ve setup a few friends who have limited hardware is to have the primary DNS as the local adguard and the secondary DNS as adguards public adblock DNS

    That way if the local falls over, you still get some as ad blocking from their public one. If your setup allows it, they also have a public doh and dot encrypted dns for a bit of privacy


  • Congrats on your new slippery slope haha

    ike I fire up a docker image which plays music (if that’s even possible?) it has to have access to the disc, sound drivers, maybe interactive stuff etc on the host PC right?

    So the main things you’ll want to read up on for that are mounts. Mounts will let you attach files and folders from the host computer into the docker container that it sees as if it’s inside the container.

    A lot of docker apps will run a web host, so instead of accessing them like a normal application, you load up the website that’s located at the IP address, and the exposed port. Then just like running Netflix or anything, it already has access to local sound and video devices through that

    This also means that you can open them up to other computers/devices on the home network… so your phone could load it up and play music or your windows PC could, and it’s all served from that docker container

    If you’re interested in hosting media, you could look into Plex or jellyfin, they are media servers that can stream self hosted videos, music and photos over the network.

    There’s a lot of other options that are more specific, and what’s right for everybody else might not be right for you so it’s worth playing around with various options