Old account at https://lemmy.ml/u/qaz

systemd/Linux user

  • 2 Posts
  • 47 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle



  • ~25W which consists of:

    • Mini PC
      • Lenovo Thinkcentre M700 Tiny
      • i5-6500T
      • 8GB DDR4
      • 500GB SSD
    • External USB 3.5" enclosure
      • 2 x 2 TB HDD
    • Network switch
      • 4 Ports Gigabit

    I’ve been thinking about upgrading because the CPU isn’t that fast, the RAM ain’t that much and I want to add a few more HDD’s. I’ve seen a pretty interesting Lenovo P520 with 64GB RAM a CPU that’s 3x times as fast and room for 6 HDD’s for €350, but the power consumption I can see online (80W) isn’t that appealing with European electricity prices.




  • qaz@lemmy.worldtoSelfhosted@lemmy.worldAutostart Jellyfin flatpak
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    9 months ago

    There are several options:

    • Create a systemd service

    +: Can launch application without logging in

    -: Requires learning how to add a systemd service

    • Autostart application on startup

    +: Easy

    -: Requires logging in before it starts

    • Use system Docker container

    +: Quite easy

    -: Works without logging in

    • Use Podman container with systemd-service

    +: Doesn’t require root permissions

    I recommend going with Docker because Flatpak isn’t really meant for server applications.




  • qaz@lemmy.worldtoSelfhosted@lemmy.worldNext DIY NAS
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    9 months ago

    The N100 only has 9 gen 3 PCI lanes. The board has 4 USB ports (2 x 3.0), 4 2.5G ethernet ports, 2 m.2 slots and 6 SATA connections. They might be using a PCI splitter chip to connect all components, which depending on the type and how it’s used could have a big effect on I/O performance.

    EDIT: The N5015 from your previous board only has 8 lanes. What was your max read/write speed on it and did you see anything strange in lspci?