Category

System Administration Guides and Best Practices

Learn system administration with practical guides on user management, services, monitoring, and Linux server management.

The System Administration section focuses on managing and maintaining Linux systems efficiently.

These tutorials cover essential administrative tasks required for servers and production environments.

You can also explore Linux and Networking for deeper insights.

Topics covered

  • User and group management
  • Service and process management
  • System monitoring
  • Troubleshooting

Ideal for

  • System administrators
  • DevOps engineers

105 articles

RHEL/CentOS 8 Kickstart example | Kickstart Generator

In this article I will share most used Kickstart commands to automate installation in sample RHEL/CentOS 8 Kickstart example file and link to kickstart …

By admin · 13 min read · system-administration

How to run script on startup using systemd in Linux

How to execute and run script at startup after N minutes with delay using systemd and without cronjob in CentOS/RHEL 7/8 Linux before login prompt appears

By admin · 6 min read · system-administration