Notes On Linux System Administration

I recently began organizing my notes on Linux system administration. Some might wonder if this is necessary in an era where chatbots are readily available, but I see it as a valuable habit. My initial resources were online courses and books, but rather than copying them directly, I refined and expanded the content over time with the help of chatbots. Since GitHub Pages doesn’t seem to be raising any issues so far, I’ll continue using it to serve my Jekyll platform.

I prefer to create each topic into three sections: command overview, concepts, and steps. The command overview provides a summary of the relevant commands for each chapter. The concepts section offers an in-depth explanation of the topic. Finally, the steps section outlines basic lab exercises to practice the concepts. I mainly used Ubuntu and RHEL 9 with the help of VirtualBox.

The series is organized into eight main subjects:

Overview Of Topics

  • Accessing the System
  • Using the File System
  • Shell Scripting
  • Operating Running Systems
  • Managing Local Storage
  • Security Basics
  • SELinux
  • Managing Systems

Remarks

Question Of AI Takeover

While AI is making significant strides in automating tasks, including system monitoring, troubleshooting, and even some aspects of system administration, it is unlikely to completely “take over” the role of Linux system administrators in the near future.

One of the reasons is complex decision making. AI tools can assist with routine tasks like managing logs, updating systems, and even detecting potential issues. However, complex decisions that require context, understanding of specific business needs, or troubleshooting in real-world environments still require human expertise.

Every system tends to be unique in terms of its configuration, use cases, and performance requirements. A Linux system administrator can adapt to these nuances, while AI, even with machine learning, needs structured data and might struggle with highly customized or non-standard environments.

In terms of security and risk management, system administrators are responsible for making judgment calls on security measures and assessing risks, often based on experience and intuition. While AI can help with automating security scans and threat detection, it is not fully capable of handling the ethical and strategic decision-making involved in securing complex systems.

Another aspect is the human interaction. Many roles in IT, including system administration, also involve communication with other teams, stakeholders, or end users. These human interactions, as well as an understanding of organizational culture and context, are areas where AI still has limitations.

Today linux system administration still a crucial skill. While automation tools, cloud platforms, and container technologies have evolved, Linux continues to be the foundation of many servers, cloud environments, and enterprise systems. The demand for Linux administrators is strong, especially with the growing use of open-source technologies, DevOps practices, and infrastructure-as-code. As businesses rely more on Linux-based systems for scalability, security, and cost efficiency, system administration skills in this area are essential for operation and performance.

Interactive Tutorial

© 2024 • csariyildiz.github.io