• 0 Posts
  • 9 Comments
Joined 9 months ago
cake
Cake day: September 20th, 2025

help-circle

  • For me, I have three proxmox nodes that are configured to restart VMs and LXC containers if a host goes offline. There’s a Palo Alto pa-440 for my fw/router and a brocade switch (they were something work gave me for practicing for a network exam).

    The nodes, Palo, brocade, and AT&T modem are all on two UPS 1500va systems along with my wifi ap. Run time in case of power loss is around an hour.

    I’m this close to getting a comprehensive shutdown script working from a raspberry pi that is triggered if there’s power loss (most UPS systems have some capability to trigger scripts on a host that’s connected to the UPS’s console port).

    If I can get that script working, the battery backup will run a PI for several days.

    Back on the redundancy side, I host two PowerDNS systems in the proxmox cluster along with a 3 node/LXC container Vault.


  • plateee@piefed.socialtolinuxmemes@lemmy.worldSudo disbelief
    link
    fedilink
    English
    arrow-up
    14
    ·
    5 months ago

    Ah, I see your problem, you need to add --no-preserve-root.

    See the French are super into wine - and grape vines are notoriously hard to get rid of, so if you want to really get rid of the French language pack, you need to rip that grapevine out by the root (e.g. don’t preserve the root). Otherwise, the French language pack will just grow back harder and Frenchier than before.

    Sacrebleu!




  • Maybe a controversial take, but I like pihole for blocking only - I have a pair of powerDNS servers set up for my internal name resolution. They recurse to Pihole, but can fall back to internet DNS servers if Pihole isn’t responsive.

    I tried pihole for local resolution and found it to be a fairly large pain to automate. Plus kubes has PDNS hooks for auto-updating DNS entries.




  • plateee@piefed.socialtoLinux@lemmy.mlPrinters for Linux
    link
    fedilink
    English
    arrow-up
    8
    ·
    9 months ago

    Yup, another vote for brother laser printers. If you’re worried about them applying updates that add DRM to toner cartridges, but you still want network printing you can do one of two things:

    1. Give the printer a static IPv4 address and block egress from your router with a firewall.
    2. Give it a static IPv4 address but give it a non-functional gateway (e.g. if your gateway is 10.0.0.1, make the printer’s gateway 10.0.0.254)

    Heck, do both if you’re paranoid.

    Either way it’s not getting updates unless you manually change things or download the firmware updates on your Linux box and apply it that way.