ASAneesh Sambuinstealthspectre.hashnode.dev·Jun 11, 2023 · 31 min readUseful Command Line UtilitiesImportant Memory Commands in Linux 1. free The free command displays information about the system's memory usage, including the total amount of memory, used memory, free memory, and memory used by buffers/cache. Example Usage: $ free -h 2. top The t...00
ASAneesh Sambuinstealthspectre.hashnode.dev·Jun 8, 2023 · 9 min readDiving into Shell ScriptingConditional Operators In Bash scripting, conditional operators allow you to perform logical and comparison operations to control the flow of your script. These operators help you make decisions based on the conditions you specify. Here are some commo...00
ASAneesh Sambuinstealthspectre.hashnode.dev·Jun 7, 2023 · 13 min readIntroduction to Shell ScriptingWhat is a Shell? Imagine your computer as a living organism with different parts that work together to make it function. The kernel is like the core of this organism. It's the central component of the operating system that manages the hardware resou...00
ASAneesh Sambuinstealthspectre.hashnode.dev·Jun 5, 2023 · 6 min readFundamental Linux CommandsListing commands ls option_flag arguments -> list the subdirectories and files available in the present directory Examples: ls -l -> List the files and directories in a long list format with extra information ls -a -> List all including hidden file...00
ASAneesh Sambuinstealthspectre.hashnode.dev·Jun 5, 2023 · 12 min readUnderstanding LinuxThe Linux What is it? Linux is an open-source operating system that has gained significant popularity over the years. It offers a robust, secure, and flexible platform for a wide range of computing needs. We will see the concept of Linux, its differe...00