Kkanikasaikalyaninkanikasaikalyan.hashnode.dev·Sep 4 · 7 min readArchiving and Compressing FilesOverview In Linux, archiving and compression are two different operations: Archiving = Combine multiple files/directories into a single file. Compression = Reduce the size of that file. Files/Direct00
Kkanikasaikalyaninkanikasaikalyan.hashnode.dev·Aug 26 · 7 min readUnderstanding Linux Users, Root, Groups and OwnershipThe foundation of security and access control in Linux Introduction In the previous articles, we explored Linux architecture and learned how the kernel manages processes, memory, devices, and system 00
Kkanikasaikalyaninkanikasaikalyan.hashnode.dev·Aug 26 · 8 min readLinux Kernel Explore Dive: Processes, Memory Management and System CallsUnderstanding what happens behind the scenes when Linux is running your applications. Introduction In the previous article, we explored Linux architecture and learned that the operating system can be00
Kkanikasaikalyaninkanikasaikalyan.hashnode.dev·Aug 26 · 7 min readUnderstanding Linux Architecture: User Space, Kernel Space and HardwareA beginner-friendly journey into how Linux is structured internally Introduction When I first started working with Linux, I spent most of my time running commands, managing services, checking logs, a00
Kkanikasaikalyaninkanikasaikalyan.hashnode.dev·Jun 29 · 6 min readArgoCD Deep Dive – Architecture, GitOps Workflow, and Core ConceptsTraditional Approach: prerequisite: knowledge on helm knowledge on Kubernetes and its internals knowledge on ci/cd and its related tools In traditional releases we does deploy applications via 00