Discussion
Loading...

#Tag

  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
Sabrina Web :privacypride: 📎 boosted
Monospace Mentor
@monospace@floss.social  ·  activity timestamp 5 days ago

Use `ps aux --forest` for a neat process tree view. The parent-child relationships make it easier to find root causes of system load issues or zombie processes.

🔗 Learn more in my course: https://monospacementor.com/courses/linsys-1/

#Linux #SystemAdministration

The Monospace Mentor

Basic Linux System Administration (LINSYS-1) > The Monospace Mentor

Basic Linux System Administration (LINSYS-1) Boost Your System Administration Career With Expert-Led Training Want to get into DevOps/SRE? It all starts with Linux. Every cloud server, every DevOps pipeline, every modern internet infrastructure runs on Linux. Yet most beginners struggle to learn it effectively. They get lost in complex documentation, overwhelmed by command-line interfaces, or...
⁂
More from
The Monospace Mentor
  • Copy link
  • Flag this post
  • Block
Monospace Mentor
@monospace@floss.social  ·  activity timestamp 5 days ago

Use `ps aux --forest` for a neat process tree view. The parent-child relationships make it easier to find root causes of system load issues or zombie processes.

🔗 Learn more in my course: https://monospacementor.com/courses/linsys-1/

#Linux #SystemAdministration

The Monospace Mentor

Basic Linux System Administration (LINSYS-1) > The Monospace Mentor

Basic Linux System Administration (LINSYS-1) Boost Your System Administration Career With Expert-Led Training Want to get into DevOps/SRE? It all starts with Linux. Every cloud server, every DevOps pipeline, every modern internet infrastructure runs on Linux. Yet most beginners struggle to learn it effectively. They get lost in complex documentation, overwhelmed by command-line interfaces, or...
⁂
More from
The Monospace Mentor
  • Copy link
  • Flag this post
  • Block
Tommi 🤯 → 39C3 boosted
Tommi 🤯 → 39C3
@tommi@pan.rent  ·  activity timestamp 3 weeks ago

Using email on the same domain on a Ghost installation on YunoHost

https://postcrescita.it is a wonderful #Ghost website curated by @ceci+comrades. It’s hosted on my community #server, powered by @yunohost.

How can I provide them one or more #email addresses using @postcrescita.it, that they can regularly use through a mail client, without compromising Ghost’s (required) email functionality?

Here is the related thread on the YunoHost forum.

#YunoHost #sysAd #systemAdministration #mailServer #help #mastoAiuto #Linux

  • Copy link
  • Flag this post
  • Block
Tommi 🤯 → 39C3
@tommi@pan.rent  ·  activity timestamp 3 weeks ago

Using email on the same domain on a Ghost installation on YunoHost

https://postcrescita.it is a wonderful #Ghost website curated by @ceci+comrades. It’s hosted on my community #server, powered by @yunohost.

How can I provide them one or more #email addresses using @postcrescita.it, that they can regularly use through a mail client, without compromising Ghost’s (required) email functionality?

Here is the related thread on the YunoHost forum.

#YunoHost #sysAd #systemAdministration #mailServer #help #mastoAiuto #Linux

  • Copy link
  • Flag this post
  • Block
Tommi 🤯 → 39C3
@tommi@pan.rent  ·  activity timestamp 3 weeks ago

Using email on the same domain on a Ghost installation on YunoHost

https://postcrescita.it is a wonderful #Ghost website curated by @ceci+comrades. It’s hosted on my community #server, powered by @yunohost.

How can I provide one or more #email addresses using @postcrescita.it, without compromising Ghost’s (required) email functionality?

Here is the related thread on the YunoHost forum.

#YunoHost #sysAd #systemAdministration #mailServer

  • Copy link
  • Flag this post
  • Block
alcinnz boosted
Monospace Mentor
@monospace@floss.social  ·  activity timestamp 2 months ago

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: https://monospacementor.com/courses/linsys-1/

#Linux#SystemAdministration

  • Copy link
  • Flag this post
  • Block
alcinnz boosted
Monospace Mentor
@monospace@floss.social  ·  activity timestamp 2 months ago

Use setgid on shared directories: chmod g+s /shared/project. New files inherit group ownership, preventing permission chaos when multiple users collaborate.

🔗 Learn more in my course: https://monospacementor.com/courses/linsys-1/

#Linux#SystemAdministration#SysAdmin

  • Copy link
  • Flag this post
  • Block
Monospace Mentor
@monospace@floss.social  ·  activity timestamp 2 months ago

Use setgid on shared directories: chmod g+s /shared/project. New files inherit group ownership, preventing permission chaos when multiple users collaborate.

🔗 Learn more in my course: https://monospacementor.com/courses/linsys-1/

#Linux#SystemAdministration#SysAdmin

  • Copy link
  • Flag this post
  • Block
Monospace Mentor
@monospace@floss.social  ·  activity timestamp 2 months ago

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: https://monospacementor.com/courses/linsys-1/

#Linux#SystemAdministration

  • Copy link
  • Flag this post
  • Block
alcinnz boosted
Monospace Mentor
@monospace@floss.social  ·  activity timestamp 4 months ago

Linux tip: ionice -c 3 command runs a command with idle I/O priority. It only gets disk access when no other processes need it. Perfect for backups or maintenance tasks. #Linux#SystemAdministration#SysAdmin#Performance

  • Copy link
  • Flag this post
  • Block
alcinnz boosted
Monospace Mentor
@monospace@floss.social  ·  activity timestamp 4 months ago

Linux tip: strace -e trace=file program traces only file-related system calls. Add -o output.txt to save results. Reveals which config files, libraries, or data files your program actually accesses. #Linux#SystemAdministration#SysAdmin

  • Copy link
  • Flag this post
  • Block
Monospace Mentor
@monospace@floss.social  ·  activity timestamp 4 months ago

Linux tip: ionice -c 3 command runs a command with idle I/O priority. It only gets disk access when no other processes need it. Perfect for backups or maintenance tasks. #Linux#SystemAdministration#SysAdmin#Performance

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
FreeBSD Foundation
@FreeBSDFoundation@mastodon.social  ·  activity timestamp 4 months ago

Did you know FreeBSD includes a built-in utility for scheduling routine maintenance tasks?

From daily security checks to system cleanup jobs, the periodic system helps keep things running smoothly — and it’s easy to customize.

Learn how to use existing periodic scripts and integrate your own in our latest blog:

https://freebsdfoundation.org/blog/an-introduction-to-freebsds-periodic-system/

#FreeBSD#SystemAdministration#OpenSource#Automation#TechTools

Sorry, no caption provided by author
Sorry, no caption provided by author
Sorry, no caption provided by author
  • Copy link
  • Flag this post
  • Block
FreeBSD Foundation
@FreeBSDFoundation@mastodon.social  ·  activity timestamp 4 months ago

Did you know FreeBSD includes a built-in utility for scheduling routine maintenance tasks?

From daily security checks to system cleanup jobs, the periodic system helps keep things running smoothly — and it’s easy to customize.

Learn how to use existing periodic scripts and integrate your own in our latest blog:

https://freebsdfoundation.org/blog/an-introduction-to-freebsds-periodic-system/

#FreeBSD#SystemAdministration#OpenSource#Automation#TechTools

Sorry, no caption provided by author
Sorry, no caption provided by author
Sorry, no caption provided by author
  • Copy link
  • Flag this post
  • Block
alcinnz boosted
Monospace Mentor
@monospace@floss.social  ·  activity timestamp 5 months ago

Interesting read: "Everything You Should Know About Being a Linux Sysadmin, But Probably Don’t"

https://linuxexpert.org/everything-you-should-know-about-being-a-linux-sysadmin-but-probably-dont/

#fun #systemadministration

  • Copy link
  • Flag this post
  • Block
Monospace Mentor
@monospace@floss.social  ·  activity timestamp 4 months ago

Linux tip: strace -e trace=file program traces only file-related system calls. Add -o output.txt to save results. Reveals which config files, libraries, or data files your program actually accesses. #Linux#SystemAdministration#SysAdmin

  • Copy link
  • Flag this post
  • Block
ozoned boosted
Monospace Mentor Live
@stream@live.monospacementor.com  ·  activity timestamp 4 months ago

We're live!

DevOps/SRE Live Stream

#owncast #streaming #linux #ruby #sysadmin #systemadministration #unix #devops #development #livecoding #codestream #tech

https://live.monospacementor.com

Monospace Mentor Live

Monospace Mentor Live

Monospace Mentor Live

Monospace Mentor Live
  • Copy link
  • Flag this post
  • Block
Monospace Mentor Live
@stream@live.monospacementor.com  ·  activity timestamp 4 months ago

We're live!

DevOps/SRE Live Stream

#owncast #streaming #linux #ruby #sysadmin #systemadministration #unix #devops #development #livecoding #codestream #tech

https://live.monospacementor.com

Monospace Mentor Live

Monospace Mentor Live

Monospace Mentor Live

Monospace Mentor Live
  • Copy link
  • Flag this post
  • Block
Monospace Mentor
@monospace@floss.social  ·  activity timestamp 5 months ago

Interesting read: "Everything You Should Know About Being a Linux Sysadmin, But Probably Don’t"

https://linuxexpert.org/everything-you-should-know-about-being-a-linux-sysadmin-but-probably-dont/

#fun #systemadministration

  • Copy link
  • Flag this post
  • Block
Log in

bonfire.cafe

A space for Bonfire maintainers and contributors to communicate

bonfire.cafe: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.0-rc.3.21 no JS en
Automatic federation enabled
  • Explore
  • About
  • Members
  • Code of Conduct
Home
Login