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

help-circle
  • Likely because they’re old and resist change like me?

    Seriously though it’s such a shift from what I understand I’m very reticent to even start the process. I have a lab at work though that I should really start playing with it at no real risk to anything production. You know what, I’m going to do that next week! Yeah, progress.

    First docker and now IPv6. I’m so cutting edge 🤣






  • I’ve been meaning to check out crowdsec because it seems to fit my niche usage. Wuzah seems VERY powerful and something I could likely use at work so that’s an advantage but very complex. Fail2ban is good at what it does but very simplistic and would require a lot of individual instances that would seem like a bear to maintain. CrowdSec seems like it’s in the Goldilocks zone somewhere in the middle. Pretty powerful, not terribly hard to manage, and not too difficult to install. But I haven’t done anything with any of them yet so I’m not very much help. I am curious what you go with though.



  • Yeah kind of totally agree. Trying to self host without using the terminal would be like trying to drive a car without touching the steering wheel with your hands. It’s possible but dangerous and cumbersome.

    Don’t let it scare you. Get something installed to let you build some VMs to play around without worries (Virtualbox, VM Workstation, parallels), and install a distribution like Debian, Ubuntu, Mint and start to play. To self host all you really need is learning some basic file manipulation (move,copy,remove), how to edit text files (vi,emacs,nano), and the basic directory structure. That will get you 90% of the way there. When you see things like awk, sed, grep ask an AI to explain it, they are actually useful for that. These sort of commands start getting into advanced things like output redirection and regex which can be EXTREMELY confusing. Heck I have a CS degree, been in IT for almost 30 years, and I’ve been using Linux since the mid 90s and some of that still confuses me. So basically don’t fret if it’s too confusing, you are totally not alone. Play, screw up, try to fix it, curse, read a lot, try again, realize it’s toast, start over. Honestly I think I just described my job 😂




  • billwashere@lemmy.worldtoSelfhosted@lemmy.worldISO Selfhost
    link
    fedilink
    English
    arrow-up
    14
    ·
    3 months ago

    I gotta comment on the mid 70s thing and how great it is to hear that. I have also been into computers since the late 70s (well and early 80s) although I imagine I got started a little younger than you … like I was 8 and writing basic/ assembly on my various machines back in the day (TRS-80 Model III, Tandy CoCo 2, Coleco Adam, C64). So I’m only mid 50s and I thought I was the old guy around here :) But damn if you don’t give me hope that I can stay like this for many years to come.


  • billwashere@lemmy.worldtoSelfhosted@lemmy.worldISO Selfhost
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    3 months ago

    I’m not sure “Reddit levels of activity” is necessarily a good thing :)

    But yeah that takes some getting used to for sure. I would think this is one of the more popular communities here for kinda obvious reasons given the nature of Lemmy. I’ve only been here since the first great migration but I’ve already seen Lemmy in general grow tremendously.


  • Best I can tell is it’s a normal `username@hostname current_directory$ sorta prompt with some coloring: • Red for the square brackets • Orange (color 172) for the username • Light blue (color 153) for the hostname • Amber (color 214) for the current working directory

    Other than being hard to read from the embedded coloring I’m not sure why this is a war crime.








  • billwashere@lemmy.worldtoSelfhosted@lemmy.worldWhich RAID?
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    Just remember if the data is important, raid is not backup. Have the media in another place. I have like 40-50 1tb drives I’ve copied stuff too in case everything goes belly up. Restoring won’t be fun but it will be possible.

    If it were me personally, I’d get two more 16 tb drives and Raid 6 the whole thing. But that’s only because you’ve got the NAS already. If I just had the drives I’d set up a JBOD and either use TrieNAS, Unraid, or maybe OpenMediaVault.