#linux
Read more stories on Hashnode
Articles with this tag
Essential for DevOps Engineers · Understanding Cron, Crontabs, and Cron Jobs 1. Cron Definition: Cron is a time-based job scheduler in Unix-like...
The Linux is a type of operating system that is similar to Unix, and it is built upon the Linux Kernel. The Linux Kernel is like the brain of the...
#DAY6 OF #90DaysOfDevOps · File Structure /bin: User binaries (Common Linux command need to use in single user mode) /sbin: System binaries (Commands...
#Day5 of #90DaysOfDevOps · Tasks: Create Directories Using Shell Script: Write a bash script createDirectories.sh that, when executed with three...
#Day4 of #90DaysOfDevOps · Shell scripting in DevOps is like writing a set of instructions or commands that tell the computer what tasks to perform, all...
IMPLEMENTATION BY A PROJECT · Step 1: Clone the Repository Step 2: Install Nginx Step 3: Install Docker Step 4: Configure your app on Nginx Step 5:...