• 1 Post
  • 580 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle
  • So going back to the title, what to study? Maybe some specific book? Private classes/courses?

    Networking. If you want to understand the reasoning behind things this is where you start. A good foundation in tcp/ip, the 7 layer network stack, as well as basic network protocols (dns, dhcp, http, etc.) will go a long way toward helping you troubleshoot when things go wrong.

    Maybe throw in some operating systems study as well for when you start to use docker.


  • atzanteol@sh.itjust.workstoSelfhosted@lemmy.worldCheapest 16x4tb NAS
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    2
    ·
    edit-2
    15 days ago

    You’re talking a lot of storage - it might be worth investing in some low-end server hardware. A Dell tower or something, maybe one off eBay if you’re looking to cut costs.

    I picked up a PowerEdge T110II a long time ago and it’s been… flawless. Just a simple server with a 4x4TB RAID5. No hardware problems (aside from occasional disk failures over the years), easy to manage. It costs a bit more - but server hardware is often just more reliable and for a NAS that’s job #1. This server just runs.

    I just upgraded the memory in it to 32GB for ~$100USD. Before that it had 8GB. I needed more for restic doing backups. I probably could have gotten away with 16GB but I figured I’d max it out for that price.












  • atzanteol@sh.itjust.workstoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    5
    ·
    1 month ago

    While learning about all the Linux stuff I came to know about desktops, and I felt like, if I wanted to ever use a different one, yes, it could be installed the hard way, but I would rather have a distro that can be installed with my desired desktop by default, and the one that got my attention was KDE.

    ‘sudo apt install kde-full’ is “the hard way”?






  • Also, what can I expect concerning RAID? That is definitely the most concerning thing for me, as I’ve never worked with it.

    Generally speaking it’s recommended these days to use a software RAID rather than relying on hardware. If anything happens to that RAID controller you will need to replace it with a duplicate in order to mount your drives. Software RAID is controlled by the Linux OS and would be much easier to recover. There used to be a bit of a performance penalty for a software RAID but these days it’s negligible.