• 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle


  • Cenzorrll@lemmy.worldtoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    1 day ago

    EDIT: Wow! thanks for all the detailed and super quick replies! I’ve been reading all the comments here and am concluding that (even though I am currently running only one service) it might be interesting to start using Docker to run all (future) services seperately on the server!

    This is pretty much what I’ve started doing. Containers have the wonderful benefit that if you don’t like it, you just delete it. If you install on bare metal (at least in Linux) you can end up with a lot of extra packages getting installed and configured that could affect your system in the future. With containers, all those specific extras are bundled together and removed at the same time without having any effect on your base system, so you’re always at your clean OS install.

    I will also add an irritation with docker containers as well, if you create something in a container that isn’t kept in a shared volume, it gets destroyed when starting the container again. The container you use keeps the maintainers setup, for instance I do occasional encoding of videos in a handbrake container, I can’t save any profiles I make within that container because it will get wiped next time I restart the container since it’s part of the container, not on any shared volume.



  • If you don’t need a laptop, I’ve been having a blast with using mini/micro/tiny business PCs off of eBay. I’ve had zero issues installing Debian on them, and they’re designed to be easy to maintain by IT departments, so Wi-Fi, storage, RAM, and even CPUs are all replaceable. They are mobile CPUs, so if you need the heavy lifting of desktop CPUs, you’d probably need to go with a larger form factor.


  • Cenzorrll@lemmy.worldtoSelfhosted@lemmy.worldHardware recs for newb? Please.
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    5 months ago

    Check eBay for used business micro/mini/tiny PCs. They’re pretty cheap, and low power consumption. They’re mostly Intel processors, so that’s what you make of it. If I were you I’d look for i3 processors 9th gen and up, i5 and i7 8th Gen and up for transcoding. They can hardware transcode pretty much anything but AV1, vp9, and hevc 12bit but the processors are powerful enough that they can transcode those to x265/264 to a device or two using the CPU without issues.

    If you don’t plan on transcoding, I’ve had no issues with a 5th Gen i5 NUC doing server things, but I do offload any processor heavy things to my 7060 micro (8th Gen i7) machine if I want it done quickly.


  • As mentioned many times I’m sure, I use my rpi’s as a pi-hole/VPN. It’s nice having them as dedicated devices for low power things, if my main server ever fudges up, my VPN still works and internal DNS is still resolved. If I’m not home and get complaints from the family that jellyfin isn’t working, I can either fix it remotely or wake up my dev server for them to use in the meantime.

    I also have an rpi 1 as a “dedicated ssh machine” that I can ssh into in case all of my other machines have gone goofy. If for any reason my two main devices aren’t accessible, that one will be because if there’s power to the house it will turn on. It does literally nothing else, so there’s very little chance a power outage will corrupt anything. It does require that the pivpn device is working if I’m not home, but I prefer to leave that to it’s own …devices.






  • It’s likely there’s another boot device that’s taking priority over USB, if USB is even enabled in the bios. I’ve had a few computers that try to pxe boot after internal drives, so it never went to usb until I futzed with the boot order to remove pxe. It’s likely not that you didn’t have an SSD in it, but that USB drives aren’t high enough on the boot list, or not at all. You could try finding what the boot selection key press is on boot, then blindly picking first, second, third option etc. to see if anything gets a hit (frantically press boot key during start up then hit enter after a few seconds, then reset and do it again if nothing happens after about 30 seconds, but hit down, then enter.)





  • I second the Synology, I currently have a 2 drive version setup as raid 1 with 3TB drives. It was super easy to set up, and I haven’t touched it in about 5 years now. Set everything up how I wanted and it’s worked flawlessly ever since. Granted, I set it up for myself, not for anyone with an aversion to technology. I much prefer to have a large amount of my data under my own control, plus I get to keep full resolution photos, videos, etc. without worrying about running out of space.

    Plus transferring data over a home network is so much faster than through an ISP (at least with what’s available to me).