• 0 Posts
  • 55 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle

  • Running Plex in a docker container will be your best bet. After installing docker you can run a docker compose file that has your /config folder mapped to a separate location. Here is a sample compose file from the linuxserver.io group, which I highly recommend.

    ---
    services:
      plex:
        image: lscr.io/linuxserver/plex:latest
        container_name: plex
        network_mode: host
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=Etc/UTC
          - VERSION=docker
          - PLEX_CLAIM= #optional
        volumes:
          - /path/to/plex/library:/config
          - /path/to/tvseries:/tv
          - /path/to/movies:/movies
        restart: unless-stopped
    

    Pay special attention to the section marked “volumes” you’ll see the first line is a mapping for the plex config from the host to inside the container. The left side of the “:” is the path as the host sees it, the right side is from inside the container. You can use this compose file in each installation of linux to share your config and watch history as plex will always find it in the /config folder. That’s the beauty of containerization!

    That being said I wouldn’t run two containers at the same time. That could have unintended consequences as each may try to write to the same file at the same time. As long as only one instance of plex is using the config at a time you’ll be alright. You can find more info about the compose file here!

    If you have any questions, feel free to ask! 😁







  • It’s really not that hard to use a local account. When it askes for a Microsoft account just hit SHIFT+F10 then type in the command “oobe\bypassnro” and the pc will reboot. Now just don’t let the computer connect to internet, and when it askes for internet hit “I don’t have an internet connection” and then it will let you continue with a local account.

    …I admit though… as I typed that out its pretty annoying lol Not hard, but like… just annoying.








  • Check out my other comment but I’m pretty sure it’s because of the confidence clip. There’s actually an extra step where you sweep your thumb across the spoon to allow the pin to be removed from the grenade. After that yeah you probably could pull it with your teeth… but if you fucked up and fumbled it you’d win the Darwin award.

    Really the myth should be about cooking a grenade. Absolutely no way in fucking hell you’d ever trust that fuse to “actually” be 4 seconds. What if it’s short and actually 3? And you wait to 2 to throw? Nooo way lmao


  • They’re probably referring to the confidence clip. We used to tape the spoon to the grenade because if the pin got caught on your jacket, you’d have a really bad day. There’s actually an extra step before you pull the pin where you sweep your thumb across the spoon to allow the pin to be pulled out. If you just grabbed a grenade and tried to rip the pin out with your teeth, without removing the confidence clip, you’d rip your teeth out.