• Skullgrid
    link
    fedilink
    English
    arrow-up
    30
    ·
    1 year ago

    there ! Completely airtight!

    Pets need air holes…

  • Illegalmexicant
    link
    fedilink
    English
    arrow-up
    23
    ·
    1 year ago

    Every time I remote into a new switch and setup vlans. “Hey can you hook the serial cable back up or power cycle it and I won’t be a dummy this time”

  • Agent641
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 year ago

    I might be locked out, but if I have physical access to any of the infra, I can always knock the building down.

    • BobSentMe@lemm.ee
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 year ago

      Need a windows desktop like prompt that sets them for 1 minute, and asks if you want to keep them. If you don’t respond, it reverts them back and tells you to stop being an idiot. :P

      • paperemail@links.rocks
        link
        fedilink
        English
        arrow-up
        8
        ·
        1 year ago

        So something like:

        nft -f newrules.nft; sleep 2m; nft destroy table ip newrules
        
        # newrules.nft
        table ip newrules {
          # …
        }
        

        As long as you run this in tmux, your new firewall rules will be dropped if you don’t cancel this in 2 minutes.

        • Programmer Belch@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 year ago

          Yes, I did something like that, I didn’t enable the systemd service, just started it and gave it a timer in gnu screen to reboot the system. If I wasn’t out of the network, I would just cancel the timer