home.social

#systemadministration — Public Fediverse posts

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

  1. Linux tip: Use “journalctl -f -u servicename” for real-time service logs. The “-u” targets specific service units, “-f” follows live output. Add “-p err” for errors only.

    🔗 Learn more in my course: monospacementor.com/courses/li

    #Linux #SystemAdministration

  2. 🚨LIVE NOW!🚨 DevOps/SRE Instructor Livestream

    On this lovely Monday, let's chat about #Linux #SystemAdministration, #SelfHosting, or any other topic in the #DevOps and #SRE space you're interested in!

    Owncast: live.monospacementor.com/

  3. Linux tip: Use “systemctl mask servicename” to securely prevent a service from starting. Masked services can't start, even if they're enabled accidentally. “systemctl unmask” reverts the block.

    🔗 Learn more in my course: monospacementor.com/courses/li

    #Linux #SystemAdministration

  4. Linux tip: Use the “setgid” mode bit on shared directories: “chmod g+s /shared/project”. New files will inherit group ownership, which prevents permission chaos between users.

    🔗 Learn more in my course: monospacementor.com/courses/li

    #Linux #SystemAdministration #SysAdmin

  5. Never trust untested backups. With Borgmatic, use `borgmatic check --verbosity 2` for repository integrity and `borgmatic extract --dry-run` to simulate restores. Schedule monthly tests.

    🔗 Learn more in my course: monospacementor.com/courses/li

    #Linux #SystemAdministration

  6. Hey #Mastodon users running online servers,
    I have a question:

    Is auto-ban IP for 24h systematically if they call well known ports without any service provided (FTP / SMB / ...) a good way to limit port scanners efficiency?

    #network #web #SystemAdministration

  7. Hello #Mastodon! First post here.

    I've been developing mend: a Zsh-native recovery tool for #ArchLinux. It maps terminal exit codes to the Arch Wiki using #fzf.

    v0.4.0 is live. Short demo video attached. (1/2)

    #Linux #OpenSource #Zsh #TUI #SystemAdministration #AUR #Mend

  8. Hello #Mastodon! First post here.

    I've been developing mend: a Zsh-native recovery tool for #ArchLinux. It maps terminal exit codes to the Arch Wiki using #fzf.

    v0.4.0 is live. Short demo video attached. (1/2)

    #Linux #OpenSource #Zsh #TUI #SystemAdministration #AUR #Mend

  9. Hello #Mastodon! First post here.

    I've been developing mend: a Zsh-native recovery tool for #ArchLinux. It maps terminal exit codes to the Arch Wiki using #fzf.

    v0.4.0 is live. Short demo video attached. (1/2)

    #Linux #OpenSource #Zsh #TUI #SystemAdministration #AUR #Mend

  10. Hello #Mastodon! First post here.

    I've been developing mend: a Zsh-native recovery tool for #ArchLinux. It maps terminal exit codes to the Arch Wiki using #fzf.

    v0.4.0 is live. Short demo video attached. (1/2)

    #Linux #OpenSource #Zsh #TUI #SystemAdministration #AUR #Mend

  11. Hello #Mastodon! First post here.

    I've been developing mend: a Zsh-native recovery tool for #ArchLinux. It maps terminal exit codes to the Arch Wiki using #fzf.

    v0.4.0 is live. Short demo video attached. (1/2)

    #Linux #OpenSource #Zsh #TUI #SystemAdministration #AUR #Mend

  12. #Linux security best practice: Create system user accounts for services that can’t be used for login: `useradd -r -s /sbin/nologin servicename`

    🔗 Learn more in my course: monospacementor.com/courses/li

    #Linux #SystemAdministration #SysAdmin

  13. TIL (at 3 am): Upgrading Dovecot is not fun when the behavior changes a lot. Took several hours to get it running identical to before. But at least I could remove some old configuration parts.

    kittsteiner.blog/blog/2026/dov #Debian #DevOps #Dovecot #Linux #selfHosting #Sysadmin #SystemAdministration #TIL
  14. Easy way to kickstart a runbook: Log actions with “history | tail -20 | tee file.md” to capture recent commands, then add explanations.

    🔗 Learn more in my course: monospacementor.com/courses/li

    #Linux #SystemAdministration #SysAdmin

  15. Linux tip: Use “ss -tuln” to check for open ports. Filter specific port numbers by adding “| grep :80”, for example.

    🔗 Learn more in my course: monospacementor.com/courses/li

    #Linux #SystemAdministration #SysAdmin

  16. If you want to raise your shell scripts to a new level, give this a try! It'll give useful feedback on the style of your shell code and on possible issues with it.

    shellcheck.net/

    PS: Know when to switch to a proper programming language.

    #Linux #SysAdmin #SystemAdministration

  17. If your terminal ever gets confused by random control sequences, for example after you accidentally output binary data, there's a good chance you can restore order with the `reset` command.

    #Linux #Shell #SystemAdministration #SysAdmin

  18. Linux tip: Full filesystems crash services and corrupt data. Find resource hogs with “df -h” (filesystem usage) and “du -sh /var/log/*” (large directories).

    🔗 Learn more in my course: monospacementor.com/courses/li

    #Linux #SystemAdministration

  19. 🚨LIVE NOW!🚨 DevOps/SRE Instructor Livestream

    On this lovely Thursday, let's chat about #Linux #SystemAdministration, #SelfHosting, or any other topic in the #DevOps and #SRE space you're interested in!

    Owncast: live.monospacementor.com/

  20. 🚨LIVE NOW!🚨 DevOps/SRE Instructor Livestream

    On this lovely Wednesday, let's chat about #Linux #SystemAdministration, #SelfHosting, or any other topic in the #DevOps and #SRE space you're interested in!

    Owncast: live.monospacementor.com/

  21. Sooooo my recent mishaps with server administration are making me speed up my plans of shifting towards community-owned and -maintained hosting.

    Ever since my conversation with @boris almost one year ago, I took his quote “self-hosting is selfish” as a mantra. It’s time to act accordingly.

    Together with @Holly and @youjungnoh, we are putting together a group of tech-savy people who want to, respectively:

    1. Learn more about system administration
    2. Get their hands dirty while doing so
    3. Maintain our own shared server
    4. Host their own things (be them websites, projects, or services) together with comrades instead of individual infrastructure.

    There are many super cool collectives that are doing this already, and we intend to draw inspiration from their work and their documentation, but we really want to do this together!

    Who wants to join? Please, do reach out! I already spun up a small-ish VPS that is now hosting all my static websites. If you’d like to get involved, reach out and I would be happy to give you SSH access 🌻

    We would also be very grateful if more experienced sysAds want to help us out by hosting workshops or brief classes.

    We intend to meet for the first time in South Holland (but maybe virtually too) sometime during the first two weeks of March.

    Next steps:

    1. Find a name for this group/server/mission
    2. Plan a series of (free, open) intro lessons with guests
    3. Start hosting some things
    4. Migrate things I am already hosting with YunoHost in our community server
    5. Migrate to a physical device in a home of ours?

    EDIT: I forgot to add this, but it goes without saying that ours would be a queer and transfeminist server

    #communityHosting #Linux #sysAd #systemAdministration #selfHosting #YunoHost #Nginx #hosting #server #VPS

  22. Sooooo my recent mishaps with server administration are making me speed up my plans of shifting towards community-owned and -maintained hosting.

    Ever since my conversation with @boris almost one year ago, I took his quote “self-hosting is selfish” as a mantra. It’s time to act accordingly.

    Together with @Holly and @youjungnoh, we are putting together a group of tech-savy people who want to, respectively:

    1. Learn more about system administration
    2. Get their hands dirty while doing so
    3. Maintain our own shared server
    4. Host their own things (be them websites, projects, or services) together with comrades instead of individual infrastructure.

    There are many super cool collectives that are doing this already, and we intend to draw inspiration from their work and their documentation, but we really want to do this together!

    Who wants to join? Please, do reach out! I already spun up a small-ish VPS that is now hosting all my static websites. If you’d like to get involved, reach out and I would be happy to give you SSH access 🌻

    We would also be very grateful if more experienced sysAds want to help us out by hosting workshops or brief classes.

    We intend to meet for the first time in South Holland (but maybe virtually too) sometime during the first two weeks of March.

    Next steps:

    1. Find a name for this group/server/mission
    2. Plan a series of (free, open) intro lessons with guests
    3. Start hosting some things
    4. Migrate things I am already hosting with YunoHost in our community server
    5. Migrate to a physical device in a home of ours?

    EDIT: I forgot to add this, but it goes without saying that ours would be a queer and transfeminist server

    #communityHosting #Linux #sysAd #systemAdministration #selfHosting #YunoHost #Nginx #hosting #server #VPS

  23. Sooooo my recent mishaps with server administration are making me speed up my plans of shifting towards community-owned and -maintained hosting.

    Ever since my conversation with @boris almost one year ago, I took his quote “self-hosting is selfish” as a mantra. It’s time to act accordingly.

    Together with @Holly and @youjungnoh, we are putting together a group of tech-savy people who want to, respectively:

    1. Learn more about system administration
    2. Get their hands dirty while doing so
    3. Maintain our own shared server
    4. Host their own things (be them websites, projects, or services) together with comrades instead of individual infrastructure.

    There are many super cool collectives that are doing this already, and we intend to draw inspiration from their work and their documentation, but we really want to do this together!

    Who wants to join? Please, do reach out! I already spun up a small-ish VPS that is now hosting all my static websites. If you’d like to get involved, reach out and I would be happy to give you SSH access 🌻

    We would also be very grateful if more experienced sysAds want to help us out by hosting workshops or brief classes.

    We intend to meet for the first time in South Holland (but maybe virtually too) sometime during the first two weeks of March.

    Next steps:

    1. Find a name for this group/server/mission
    2. Plan a series of (free, open) intro lessons with guests
    3. Start hosting some things
    4. Migrate things I am already hosting with YunoHost in our community server
    5. Migrate to a physical device in a home of ours?

    EDIT: I forgot to add this, but it goes without saying that ours would be a queer and transfeminist server

    #communityHosting #Linux #sysAd #systemAdministration #selfHosting #YunoHost #Nginx #hosting #server #VPS

  24. Sooooo my recent mishaps with server administration are making me speed up my plans of shifting towards community-owned and -maintained hosting.

    Ever since my conversation with @boris almost one year ago, I took his quote “self-hosting is selfish” as a mantra. It’s time to act accordingly.

    Together with @Holly and @youjungnoh, we are putting together a group of tech-savy people who want to, respectively:

    1. Learn more about system administration
    2. Get their hands dirty while doing so
    3. Maintain our own shared server
    4. Host their own things (be them websites, projects, or services) together with comrades instead of individual infrastructure.

    There are many super cool collectives that are doing this already, and we intend to draw inspiration from their work and their documentation, but we really want to do this together!

    Who wants to join? Please, do reach out! I already spun up a small-ish VPS that is now hosting all my static websites. If you’d like to get involved, reach out and I would be happy to give you SSH access 🌻

    We would also be very grateful if more experienced sysAds want to help us out by hosting workshops or brief classes.

    We intend to meet for the first time in South Holland (but maybe virtually too) sometime during the first two weeks of March.

    Next steps:

    1. Find a name for this group/server/mission
    2. Plan a series of (free, open) intro lessons with guests
    3. Start hosting some things
    4. Migrate things I am already hosting with YunoHost in our community server
    5. Migrate to a physical device in a home of ours?

    EDIT: I forgot to add this, but it goes without saying that ours would be a queer and transfeminist server

    #communityHosting #Linux #sysAd #systemAdministration #selfHosting #YunoHost #Nginx #hosting #server #VPS

  25. Sooooo my recent mishaps with server administration are making me speed up my plans of shifting towards community-owned and -maintained hosting.

    Ever since my conversation with @boris almost one year ago, I took his quote “self-hosting is selfish” as a mantra. It’s time to act accordingly.

    Together with @Holly and @youjungnoh, we are putting together a group of tech-savy people who want to, respectively:

    1. Learn more about system administration
    2. Get their hands dirty while doing so
    3. Maintain our own shared server
    4. Host their own things (be them websites, projects, or services) together with comrades instead of individual infrastructure.

    There are many super cool collectives that are doing this already, and we intend to draw inspiration from their work and their documentation, but we really want to do this together!

    Who wants to join? Please, do reach out! I already spun up a small-ish VPS that is now hosting all my static websites. If you’d like to get involved, reach out and I would be happy to give you SSH access 🌻

    We would also be very grateful if more experienced sysAds want to help us out by hosting workshops or brief classes.

    We intend to meet for the first time in South Holland (but maybe virtually too) sometime during the first two weeks of March.

    Next steps:

    1. Find a name for this group/server/mission
    2. Plan a series of (free, open) intro lessons with guests
    3. Start hosting some things
    4. Migrate things I am already hosting with YunoHost in our community server
    5. Migrate to a physical device in a home of ours?

    EDIT: I forgot to add this, but it goes without saying that ours would be a queer and transfeminist server

    #communityHosting #Linux #sysAd #systemAdministration #selfHosting #YunoHost #Nginx #hosting #server #VPS