• 1 Post
  • 92 Comments
Joined 2 years ago
cake
Cake day: June 7th, 2023

help-circle
  • The theme song from Mighty Mouse gives the description of a hero that I subscribe to. A hero is someone who is there to save the day when someone really needs saving. Anyone can be a hero if they answer the call when fate provides them the need for one.

    Mister Trouble never hangs around
    When he hears this Mighty sound.
    "Here I come to save the day"
    That means that Mighty Mouse is on the way.
    
    Yes sir, when there is a wrong to right
    Mighty Mouse will join the fight.
    On the sea or on the land,
    He gets the situation well in hand
    
    So though we are in danger, we never despair
    Cause we know that where there's danger he is there!
    (He is there, on the land, on the sea, in the air!)
    
    We're not worrying at all
    We're just listening for his call
    “Here I come, to save the day!”
    That means that Mighty Mouse
    Is on the way!
    
    We're not worrying at all
    We're just listening for his call
    “Here I come, to save the day!”
    That means that Mighty Mouse
    Is on the way!
    
    source: https://www.lyricsondemand.com/tvthemes/mightymouselyrics.html
    







  • I’m not denying reality. I’m mad and I want to make things better. So I work within my personal sphere of influence to lead by example and show the people around me what being kind, caring, interested, and engaged looks like in real life. I talk about the scary things I see or read about happening, along with the historical correlations when I recognize them and have the opportunity, with anyone and everyone that wants to discuss it, and frequently in spaces where others can overhear the conversation.

    I think there are lots of people taking a similar approach. Talking to people around you in person is a lot more effective than doing it on the internet.

    I’m not saying you’re doing the thing I’m about to mention, to be clear, but it feels adjacent to it, so I’m throwing it out there for the lemmyverse at large. I think it’s kinda shitty to see all the “why aren’t Americans doing anything” comments and posts. It would be astronomically stupid to post openly online about any serious resistance efforts. Most of us just want to live our lives, raise our families, and teach our children how to grow into honest and caring adults when they grow up. Being a lone wolf in a revolution that hasn’t yet materialized does not help any of us accomplish those goals, and it hurts the chances of a real popular uprising once a critical mass is achieved because it gives the gestapo something to point to and say “See, we’re actually needed for safety and not fascist pigs.” I can’t go fix this problem by myself any other way than the one I am doing right now, and I’m doing the hell out of it.

    But it makes me sad, and a little bit depressed, probably like you are feeling too based on your post, to see such an apparent dearth of true patriotism reflected in our ruling class and to further see it echoed by the ruled class with stupid signs and idolatrous Trump flags alongside American flags that the flyer clearly has no real connection to other than as a cult symbol. Always remember how hard moneyed interests in the US attacked our education system, and never forgive the people that have made it a multi generational effort to ensure American children grew up without a true understanding of how government works nor the stakes at hand.

    And now, with our society operating with a 6th grade reading level, the ruling class is performing their next trick: fooling the undereducated into allowing the rulers to take over and own everything as they see fit. After all, running things is very complicated and the instruction manuals are written at a much higher reading level than we can really understand entirely, you see. They fucked us, they are fucking us, and they continue to fuck us, while removing our collective ability to spread awareness of the perpetual enfuckening and how it has developed.

    It’s just a whole thing, man. Fuck me. I’m trying, I’m doing my best, others are too, the constant reminder that I’m not doing enough is a bit much, and I’m not in a position where I can just declare myself a plumber with an affinity for he color green and see how my new career works out. In fact, that would probably make me less effective to the resistance efforts. You know?






  • Proxmox on a Lenovo micro form factor is probably a good cost effective option. Get a business class ThinkCentre, like an M720 or something similar that’s 3-5 years old that a corpo has just upgraded away from, i5 or Ryzen 5 with however much storage and RAM you want. Spin up a container specifically and only for PiHole+Unbound (and consider adding a pi or some other dedicated hardware for DNS later on for redundancy in case your main goes down), and then the rest is however you want to build your environment.

    For me, I’ve got a Pi dedicated to 3 key tasks: PiHole, Unbound, and PiVPN (edit: and Nginx Proxy Manager. It’s dedicated to 4 key tasks…). It’s basically my filtering interface between the home network the rest of the internet immediately after my router handles the frontline defenses, and then I’ve got a Proxmox cluster to run most of the rest of my internal services.



  • Ultimately up to you, but I’d go with no GUI and just use ssh (and sftp if you need to do file transfers).

    When I was using Docker, it was headless because the GUI just ate up space and resources I didn’t need. All your interaction will be in the shell anyway, launching your compose.yml files.

    But, if dealing with a headless machine sounds like more trouble than you want to try, install the DE if your choice and breathe easy because it’ll still work perfectly fine.


  • I think you’ve put more thought into how to get started than many others would! You have a pretty good plan from what it seems. My thoughts from each section below.

    Hardware: I’m partial to Crucial and Kingston for storage that is affordable and dependable

    OS: I’d probably spin up a Debian install if I were in your shoes and run my services using docker-compose files. It’s a quick and easy to get up and running, and despite the ease, there is still the option to do a lot of customization when you want to, and that will make it easy to learn more at your own pace and leisure.

    Services: For the CalDav portion, I’m really liking Radicale.

    Security: PiVPN is what I’m running on my actual RPi along with PiHole, and it was a super simple setup. I connect via Wireguard from any of my other devices.