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

help-circle






  • I did the hackiest, lamest thing back in the day… I had my client write the current date and time to a file on the share every two minutes as a Cron job… Kept it working for months! I saw it on a forum somewhere, tried it, and… Shocked Pikachu face I don’t know if I ever disabled that Cron job! Haha!



  • There are a lot of problems, but there are a lot of things we aren’t worrying about now, either. AIDS was killing millions, and there was no treatment. The Satanic Panic. People were exposed to lead and asbestos everywhere. Duck and cover drills in schools for when the nukes went off. I mean, we’re all scrambling to figure out how to stop climate disasters, but then they were scrambling to stop some nutter on either side from pushing a button and ending the world! Where I come from, they still took kids away from their parents for the crime of being Aboriginal! Things change.

    I choose to be optimistic. All through the twentieth century, overpopulation and mass famine were looming spectres, and better crops, phosphate fertilizers, falling birthdates all led to us not really being that worried about that. Read Stand on Zanzibar.

    Crime rates are down all over the world.

    The inequality? 1920’s. The FTC and the EU are (finally, IMO) taking big tech to task for their monopolistic behaviour. It’s moving slow, but there is starting to be the political will to address the challenges.

    Things go in cycles.





  • 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!