Mar 7 · 9 min read · I Built an AI-Powered Nginx Observability Platform Using Temporal, Ollama, and Splunk — Here's Everything I Learned I recently started learning DevOps. After finishing Linux, shell scripting, Git and
Join discussion
Feb 10 · 3 min read · Managing users and file access is a core responsibility of Linux system administration. In environments where multiple departments share the same system, it is important to ensure that users can only access files that belong to their department. This...
MMOHAMED commented
Feb 11 · 3 min read · When you’re starting out with Linux, scripting can feel abstract, until you actually create a file, make it executable, and watch the system run your code. In this lab, I practiced exactly that: creating and executing a simple Bash script and using t...
Join discussion
Jan 29 · 2 min read · What is Shell, How does that work ? Shell is a user interface that allows users to communicate with operating system using commands. In Linux shell is a black and white screen which is also called as terminal where you can enter the command and displ...
Join discussion
Jan 9 · 4 min read · The Philosophy Linux is not just a Kernel; it is a way of thinking. Everything is a file. (Even your hard drive, your mouse, and your RAM). Small, single-purpose programs. (Do one thing and do it well). Chainability. (Output of one program becomes...
Join discussion