• 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle
  • This is actually a real problem… A lot of digital documents from the 90’s and early 2000’s are lost forever. Hard drives die over time, and nobody out there has come up with a good way to permanently archive all that stuff.

    I am a crazy person, so I have RAID, Ceph, and JBOD in various and sundry forms. Still, drives die.


  • The two things that popped into my head are Immich and Nextcloud. I think Nextcloud is generally more useful, but Immich is more specifically targeted at Photos. As for how to synchronize it… Syncthing? Personally, I hate setting up Syncthing and so I don’t really use it myself anymore, but once it’s set up, it really does take care of itself. Poke the computer once a month to make sure it’s still alive, and you’re set.

    You could probably host Nextcloud at one site and just have a client computer at the next site set to auto sync everything.

    Been running NextCloud for a while, not for photos, but for just general Google Drive replacement.




  • I shouldn’t talk because I dip in and out, but I do that because I like the possibilities. Like, what if someone comes up with a concept, but no one tries it, and it turns out to really work? Like, I like immutability as a concept, so I’ve tried Silverblue, Kinoite, and Bazzite. If nobody gave it a go, then the concept would die on the vine.

    Also, I like seeing different ways of thinking about technology.





  • I have tried a couple of Proxmox clusters, one with overkill specs and one with little Mini PCs. Proxmox does eat up a fair amount of memory, but I have used it with Ceph for live migrations. Its really useful to me to be able to power off a machine, work on it, then bring it back up, and have no interruptions in my services. That said, my Mini PCs always seemed to be hurting for RAM. So that’s my pros and cons.






  • There’s a series of Lemmy posts called the Linux upskill challenge that goes step by step through setting up and using Linux. I tried self hosting and jumping straight in too, and it sucked.

    What worked for me:

    1. Start using open source versions of stuff, like switching from Chrome to Firefox, Office to Libre Office.
    2. Set up Virtual Box, and practice running server apps on Linux on virtual machines, until you’ve done a few Linux VMs and gotten used to the interfaces and commands.
    3. Dual boot a laptop or desktop, one by one getting your daily use apps working in Linux.
    4. Distro hop a bit. I never thought I’d land on Fedora, but here I am.
    5. Get used to running and configuring servers from the command line.
    6. Host some stuff with VMs and get used to the networking and bridging and stuff.
    7. Containers!

    I’m still in the middle of 6+7. Not super comfy with Docker quite yet, but getting there. I really do love having my stuff self-hosted though. Well worth the effort.







  • What I know: https://raid.wiki.kernel.org/index.php/A_guide_to_mdadm No need to do hardware raid, mdadm is great. I got an HBA card off of art of server on eBay, and have ungodly amounts of disk. Also, am ungodly power bill… You can stick regular SATA drives into a SAS Bay, but not SAS drives into a SATA bay. Some HP equipment is bitchy about non -HP drives, cards, etc. I saw a fair amount of “Do RAID 6!” But I found on my hardware that RAID 5 and a hot standby was moderately faster. Try not to mix drive sizes, it messes things up and wastes space. Have fun!