ZIZOHEB IQBALintechwithzoheb.hashnode.devยทSep 11, 2025 ยท 2 min readDocker 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...00
ZIZOHEB IQBALintechwithzoheb.hashnode.devยทMar 7, 2025 ยท 2 min readCPU 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) โ ...00
ZIZOHEB IQBALintechwithzoheb.hashnode.devยทFeb 8, 2025 ยท 5 min readShell 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...00