#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Git is a powerful tool for version control, enabling developers to track changes, collaborate with teams, and manage project history efficiently. Here...
Step 1: Conncet ec2 instance and create .sh file using vim command : ubuntu@ip-172-32-41-30 vim digi_watch.sh Step 2: Edit file for insert "i" then...
Command Syntax Discription · 1.Grep: grep [options] pattern file Search for patterns in files and output lines containing matches. 2.awk: awk '{print...
Linux begginer level command · * Below commands widely use in linux * cd / Changes the directory from current to required. ls Lists all the...
What is Linux? Linux is an open-source operating system kernel that serves as the foundation for a wide range of Unix-like operating systems,...