techwithzoheb.hashnode.devDocker Revision ( 1 Page)๐ณ Docker Cheatsheet โ Quick Revision ๐น Basics What is Docker? Platform to build, ship, and run applications in containers (lightweight, isolated environments). Key Components: Image โ Blueprint (read-only). Container โ Running instance of an i...Sep 11, 2025ยท2 min read
techwithzoheb.hashnode.devCPU usage in LinuxTo check and interpret CPU usage in Linux, we can use several commands. Here are the most common ones: 1. Using top Command top Press 1 to see CPU usage per core. The %Cpu(s) section shows: us (user) โ CPU used by user processes. sy (system) โ ...Mar 7, 2025ยท2 min read
techwithzoheb.hashnode.devShell Scripting RevisionHere are Shell Scripting Revision Notes for quick reference. ๐ 1. Basics of Shell Scripting What is a Shell Script? A shell script is a file containing a series of Linux commands. It automates tasks that you would normally run manually in a termi...Feb 8, 2025ยท5 min read