Skip to content
Menu
Sri Kode
  • Home
  • Contact
Sri Kode

Category: Linux Administration

September 3, 2024

Parent-Child Relationships in Linux Processes

In Linux, every process is either a parent process or a child process. The parent process is the one that initiates or starts another process. The process that gets started is called the child process. This hierarchy is similar to a family tree, where each child can have its own children, forming a chain of…

Read More
September 2, 2024September 2, 2024

Network Management in Linux Administration

When we talk about network management in Linux, we’re discussing the methods and tools used to control, monitor, and manage network communication between computers and servers. Just like you connect your home devices to a high-speed internet service like Airtel or Jio Fiber to access the internet, servers in the cloud (like those hosted on…

Read More
September 2, 2024

Package Management in Linux Administration

When you think about managing software on your computer, you might imagine downloading a file from a website and clicking through an installer. However, in the world of Linux, package management works a bit differently. Let’s break it down in a way that’s easy to understand. What is Package Management? Package management in Linux refers…

Read More
September 2, 2024September 2, 2024

Service Management in Linux Administration

When working with Linux servers, understanding how to manage services is a crucial skill. Services in Linux are background processes that perform specific tasks, like hosting a website or managing user access. In this blog post, we’ll explore the basics of service management in Linux, covering commands to start, stop, restart, check the status, and…

Read More
August 31, 2024September 3, 2024

Process Management in Linux Administration

Process management in Linux is like managing a team to get things done efficiently. Just like how a well-organized team produces the best results, proper process management ensures that your Linux system runs smoothly. What is a Process in Linux? In Linux, everything is a process. Whether you are opening a file, running a command,…

Read More
August 28, 2024October 24, 2025

User Management in Linux Administration

User management is a critical part of Linux administration. It involves creating and managing user accounts and groups to control access to system resources. In this guide, we’ll cover the basics of user management in Linux using simple commands, ensuring that even beginners can understand the concepts clearly. Become Super User (Root User) Before performing…

Read More
  • Preventing Data Loss in Containers with Docker Volumes
  • Fixing “Permission Denied” Errors in Containers
  • Fixing Port Accessibility Issues in Docker Containers
  • Artifact Repositories in DevOps: Why They Matter
  • Commonly Used Maven Build Targets in Daily DevOps Workflows
©2025 Sri Kode