home.social

#sysadminlife — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sysadminlife, aggregated by home.social.

fetched live
  1. CW: Sysadmin life existential edition

    We've just had someone in another team create a host called "something".

    We are yet to identify the responsible user, so for now it is someone's something.

    And something is reporting an error in our monitoring dashboard. So something is wrong with something for someone.

    #sysadmin #sysadminlife #it #humour

  2. CW: Sysadmin life existential edition

    We've just had someone in another team create a host called "something".

    We are yet to identify the responsible user, so for now it is someone's something.

    And something is reporting an error in our monitoring dashboard. So something is wrong with something for someone.

    #sysadmin #sysadminlife #it #humour

  3. CW: Sysadmin life existential edition

    We've just had someone in another team create a host called "something".

    We are yet to identify the responsible user, so for now it is someone's something.

    And something is reporting an error in our monitoring dashboard. So something is wrong with something for someone.

    #sysadmin #sysadminlife #it #humour

  4. CW: Sysadmin life existential edition

    We've just had someone in another team create a host called "something".

    We are yet to identify the responsible user, so for now it is someone's something.

    And something is reporting an error in our monitoring dashboard. So something is wrong with something for someone.

    #sysadmin #sysadminlife #it #humour

  5. CW: Sysadmin life existential edition

    We've just had someone in another team create a host called "something".

    We are yet to identify the responsible user, so for now it is someone's something.

    And something is reporting an error in our monitoring dashboard. So something is wrong with something for someone.

    #sysadmin #sysadminlife #it #humour

  6. Today's sidequest: Find a way to run a shell script before printing a file via CUPS on macO. The script basically does a single `curl` to power on the printer’s outlet.

    Have you done something similar? Perhaps with a filter? I don’t need to manipulate print at a at all, just run a single curl before the job is sent to the printer.

    Links to solving this are welcome! (Yes, I’ve obviously searched around and read documentation already, but nothing seems to work so far.)

    #SysAdminLife #CUPS

  7. Today's sidequest: Find a way to run a shell script before printing a file via CUPS on macO. The script basically does a single `curl` to power on the printer’s outlet.

    Have you done something similar? Perhaps with a filter? I don’t need to manipulate print at a at all, just run a single curl before the job is sent to the printer.

    Links to solving this are welcome! (Yes, I’ve obviously searched around and read documentation already, but nothing seems to work so far.)

    #SysAdminLife #CUPS

  8. Today's sidequest: Find a way to run a shell script before printing a file via CUPS on macO. The script basically does a single `curl` to power on the printer’s outlet.

    Have you done something similar? Perhaps with a filter? I don’t need to manipulate print at a at all, just run a single curl before the job is sent to the printer.

    Links to solving this are welcome! (Yes, I’ve obviously searched around and read documentation already, but nothing seems to work so far.)

    #SysAdminLife #CUPS

  9. Today's sidequest: Find a way to run a shell script before printing a file via CUPS on macO. The script basically does a single `curl` to power on the printer’s outlet.

    Have you done something similar? Perhaps with a filter? I don’t need to manipulate print at a at all, just run a single curl before the job is sent to the printer.

    Links to solving this are welcome! (Yes, I’ve obviously searched around and read documentation already, but nothing seems to work so far.)

    #SysAdminLife #CUPS

  10. Today's sidequest: Find a way to run a shell script before printing a file via CUPS on macO. The script basically does a single `curl` to power on the printer’s outlet.

    Have you done something similar? Perhaps with a filter? I don’t need to manipulate print at a at all, just run a single curl before the job is sent to the printer.

    Links to solving this are welcome! (Yes, I’ve obviously searched around and read documentation already, but nothing seems to work so far.)

    #SysAdminLife #CUPS

  11. The Ops part of DevOps in 2026 seems to include trying to work out what Claude has deployed on AWS so Cloudflare DNS can be configured to point at it. If anyone wants me, I'll be out back shouting at the bins. #sysadminlife

  12. The Ops part of DevOps in 2026 seems to include trying to work out what Claude has deployed on AWS so Cloudflare DNS can be configured to point at it. If anyone wants me, I'll be out back shouting at the bins. #sysadminlife

  13. The Ops part of DevOps in 2026 seems to include trying to work out what Claude has deployed on AWS so Cloudflare DNS can be configured to point at it. If anyone wants me, I'll be out back shouting at the bins. #sysadminlife

  14. The Ops part of DevOps in 2026 seems to include trying to work out what Claude has deployed on AWS so Cloudflare DNS can be configured to point at it. If anyone wants me, I'll be out back shouting at the bins. #sysadminlife

  15. The Ops part of DevOps in 2026 seems to include trying to work out what Claude has deployed on AWS so Cloudflare DNS can be configured to point at it. If anyone wants me, I'll be out back shouting at the bins. #sysadminlife

  16. Random tip. On a rpm based Linux system like Red Hat Enterprise Linux, Rocky, Fedora etc, you can find the rpm package that installed a certain file/binary with `rpm -qf /path/to/file`. This is an ancient way of doing that, but really fast, as it uses local info from the rpmdb :). I just used it to find out that the `/usr/sbin/ether-wake` command that I use to switch my homelab machines on via wake-on-LAN (WoL) magic packets lives in the `net-tools` rpm :)

    #SysAdminLife @homelab

  17. Random tip. On a rpm based Linux system like Red Hat Enterprise Linux, Rocky, Fedora etc, you can find the rpm package that installed a certain file/binary with `rpm -qf /path/to/file`. This is an ancient way of doing that, but really fast, as it uses local info from the rpmdb :). I just used it to find out that the `/usr/sbin/ether-wake` command that I use to switch my homelab machines on via wake-on-LAN (WoL) magic packets lives in the `net-tools` rpm :)

    #SysAdminLife @homelab

  18. Random tip. On a rpm based Linux system like Red Hat Enterprise Linux, Rocky, Fedora etc, you can find the rpm package that installed a certain file/binary with `rpm -qf /path/to/file`. This is an ancient way of doing that, but really fast, as it uses local info from the rpmdb :). I just used it to find out that the `/usr/sbin/ether-wake` command that I use to switch my homelab machines on via wake-on-LAN (WoL) magic packets lives in the `net-tools` rpm :)

    #SysAdminLife @homelab

  19. Random tip. On a rpm based Linux system like Red Hat Enterprise Linux, Rocky, Fedora etc, you can find the rpm package that installed a certain file/binary with `rpm -qf /path/to/file`. This is an ancient way of doing that, but really fast, as it uses local info from the rpmdb :). I just used it to find out that the `/usr/sbin/ether-wake` command that I use to switch my homelab machines on via wake-on-LAN (WoL) magic packets lives in the `net-tools` rpm :)

    #SysAdminLife @homelab

  20. To celebrate #SysAdminDay, I updated and rebooted my 9 servers, as I do every Friday :) (These are my private machines, so if something goes wrong, I have the weekend to fix stuff). The twist today: this was done while I am on vacation at my parents, so all remote, including powering my homelab machines on and off :)

    #SysAdminLife @homelab

  21. To celebrate #SysAdminDay, I updated and rebooted my 9 servers, as I do every Friday :) (These are my private machines, so if something goes wrong, I have the weekend to fix stuff). The twist today: this was done while I am on vacation at my parents, so all remote, including powering my homelab machines on and off :)

    #SysAdminLife @homelab

  22. To celebrate #SysAdminDay, I updated and rebooted my 9 servers, as I do every Friday :) (These are my private machines, so if something goes wrong, I have the weekend to fix stuff). The twist today: this was done while I am on vacation at my parents, so all remote, including powering my homelab machines on and off :)

    #SysAdminLife @homelab

  23. To celebrate #SysAdminDay, I updated and rebooted my 9 servers, as I do every Friday :) (These are my private machines, so if something goes wrong, I have the weekend to fix stuff). The twist today: this was done while I am on vacation at my parents, so all remote, including powering my homelab machines on and off :)

    #SysAdminLife @homelab

  24. It's funny when someone downloads a 3 GB ISO file, and calls it "live CD". 😄

    #HomeLab #SysAdminLife @homelab

  25. It's funny when someone downloads a 3 GB ISO file, and calls it "live CD". 😄

    #HomeLab #SysAdminLife @homelab

  26. It's funny when someone downloads a 3 GB ISO file, and calls it "live CD". 😄

    @homelab

  27. It's funny when someone downloads a 3 GB ISO file, and calls it "live CD". 😄

    #HomeLab #SysAdminLife @homelab

  28. It's funny when someone downloads a 3 GB ISO file, and calls it "live CD". 😄

    #HomeLab #SysAdminLife @homelab

  29. Major #SysadminLife work completed: I now have three security tokens for encryption and authentication, all configured identically :flan_hurrah:

    I used to use a Yubikey for this, but was always terrified of getting the PIN wrong three times and it bricking itself. These days, I can't afford the ≈€80 to replace it.

    I've picked up STM32F103CBT6 development boards and flashed Gnuk on them. Because it's FLOSS I disabled the annoying flashing LED too. Total spend: €5 for three!!

  30. Major #SysadminLife work completed: I now have three security tokens for encryption and authentication, all configured identically :flan_hurrah:

    I used to use a Yubikey for this, but was always terrified of getting the PIN wrong three times and it bricking itself. These days, I can't afford the ≈€80 to replace it.

    I've picked up STM32F103CBT6 development boards and flashed Gnuk on them. Because it's FLOSS I disabled the annoying flashing LED too. Total spend: €5 for three!!

  31. Major #SysadminLife work completed: I now have three security tokens for encryption and authentication, all configured identically :flan_hurrah:

    I used to use a Yubikey for this, but was always terrified of getting the PIN wrong three times and it bricking itself. These days, I can't afford the ≈€80 to replace it.

    I've picked up STM32F103CBT6 development boards and flashed Gnuk on them. Because it's FLOSS I disabled the annoying flashing LED too. Total spend: €5 for three!!

  32. Major #SysadminLife work completed: I now have three security tokens for encryption and authentication, all configured identically :flan_hurrah:

    I used to use a Yubikey for this, but was always terrified of getting the PIN wrong three times and it bricking itself. These days, I can't afford the ≈€80 to replace it.

    I've picked up STM32F103CBT6 development boards and flashed Gnuk on them. Because it's FLOSS I disabled the annoying flashing LED too. Total spend: €5 for three!!

  33. Major #SysadminLife work completed: I now have three security tokens for encryption and authentication, all configured identically :flan_hurrah:

    I used to use a Yubikey for this, but was always terrified of getting the PIN wrong three times and it bricking itself. These days, I can't afford the ≈€80 to replace it.

    I've picked up STM32F103CBT6 development boards and flashed Gnuk on them. Because it's FLOSS I disabled the annoying flashing LED too. Total spend: €5 for three!!

  34. The moment you begin using any of the many vibe-coded software projects that are popping up everywhere, you inherit its technical debt and future maintenance.

    #sysadminlife #sloperator #homelab

  35. The moment you begin using any of the many vibe-coded software projects that are popping up everywhere, you inherit its technical debt and future maintenance.

    #sysadminlife #sloperator #homelab

  36. The moment you begin using any of the many vibe-coded software projects that are popping up everywhere, you inherit its technical debt and future maintenance.

    #sysadminlife #sloperator #homelab

  37. The moment you begin using any of the many vibe-coded software projects that are popping up everywhere, you inherit its technical debt and future maintenance.

    #sysadminlife #sloperator #homelab

  38. The moment you begin using any of the many vibe-coded software projects that are popping up everywhere, you inherit its technical debt and future maintenance.

    #sysadminlife #sloperator #homelab

  39. Spent a day troubleshooting Client IPSec IKEv2 connections that kept failing. In the end it was… NOT DNS, but PKI.
    Also, I suspect a weird edge-case bug in #OPNsense’s certificate handling…

    Either way… it’s working again now… so I can finally begin looking into the things that I *actually* wanted to build. A way-too-familiar situation.

    #SysAdminLife #HomeLab

  40. Spent a day troubleshooting Client IPSec IKEv2 connections that kept failing. In the end it was… NOT DNS, but PKI.
    Also, I suspect a weird edge-case bug in #OPNsense’s certificate handling…

    Either way… it’s working again now… so I can finally begin looking into the things that I *actually* wanted to build. A way-too-familiar situation.

    #SysAdminLife #HomeLab

  41. Spent a day troubleshooting Client IPSec IKEv2 connections that kept failing. In the end it was… NOT DNS, but PKI.
    Also, I suspect a weird edge-case bug in #OPNsense’s certificate handling…

    Either way… it’s working again now… so I can finally begin looking into the things that I *actually* wanted to build. A way-too-familiar situation.

    #SysAdminLife #HomeLab

  42. Spent a day troubleshooting Client IPSec IKEv2 connections that kept failing. In the end it was… NOT DNS, but PKI.
    Also, I suspect a weird edge-case bug in #OPNsense’s certificate handling…

    Either way… it’s working again now… so I can finally begin looking into the things that I *actually* wanted to build. A way-too-familiar situation.

    #SysAdminLife #HomeLab

  43. Spent a day troubleshooting Client IPSec IKEv2 connections that kept failing. In the end it was… NOT DNS, but PKI.
    Also, I suspect a weird edge-case bug in #OPNsense’s certificate handling…

    Either way… it’s working again now… so I can finally begin looking into the things that I *actually* wanted to build. A way-too-familiar situation.

    #SysAdminLife #HomeLab

  44. Security and convenience are inversely proportional.

    This post is about vs , and the hurdles to wire up correctly.

    @homelab

  45. Storage maintenance en dat merk ik direct aan de Mastodon process queues die achterop geraken en images die trager laden 😦
    No worries folks, nog maar pakweg 5TB data moven en dan zou het weer vlot moeten gaan !
    #storage
    #maintenance
    #SysadminLife
    #MastodonBelgium
    #MastodonVlaanderen

  46. Storage maintenance en dat merk ik direct aan de Mastodon process queues die achterop geraken en images die trager laden 😦
    No worries folks, nog maar pakweg 5TB data moven en dan zou het weer vlot moeten gaan !
    #storage
    #maintenance
    #SysadminLife
    #MastodonBelgium
    #MastodonVlaanderen