DEVESH NEMADEdeveshnemade.hashnode.dev·4 hours agoAutomating cron Service Backup and Restart with BashThis script automates the backup, update, and restart process of the cron.jar application on a Linux server. It involves creating a backup of the current JAR file, downloading a new version from a remote SFTP server, stopping the current process, rep...Discussbash script
DEVESH NEMADEdeveshnemade.hashnode.dev·4 hours agoAutomating Log Analysis for Efficient Exception Monitoring in DevOpsHow to Automate Log File Processing and Exception Extraction for Faster Troubleshooting and System Monitoring In DevOps, effective log monitoring and error detection are crucial for maintaining system health. This script automates the process of anal...Discussbash script
Rudresh SinghforBash Tutorialbash-rudresh.hashnode.dev·Nov 13, 2024Bash_mid_AdvWe have already covered the variables — but just for refreshers… 1. Variables Basics: #!/bin/bash # Variable assignment name="Alice" echo "Hello, $name!" # Read input from the user echo "Enter your name:" read user_name echo "Hello, $user_name!" 2...DiscussBash
Laura Diazlaurainthecloud.hashnode.dev·Nov 4, 2024Bash Scripting 👩🏽💻Table of Contents Why did I started learning Bash Scripting? My learning process Challenges faced Interesting discoveries Examples from my experience My humble advice and next steps Why did I started learning Bash Scripting? I started learnin...Discuss·35 readslearnign DevOps
Munilakshmi G J100daysdevops.hashnode.dev·Nov 3, 2024Day 9 of 100 Days: Simple System Resource Monitor & Todo List Manager ( Bash Scripting Projects)Hey there, fellow learners! Welcome to Day 9 of our 100 Days of DevOps journey. Today, I’m excited to share two beginner-friendly Bash scripting projects that will enhance your command line skills and help you automate some everyday tasks. Let’s dive...DiscussBash
Arindam Majumderarindam1729.hashnode.dev·Oct 31, 2024FeaturedLearn Bash Scripting in 10 minutes🧙♂️🪄Introduction As a Programmer, learning bash scripting is really important. It allows us to write scripts to automate boring and repetitive tasks. The applications and uses of scripting are numerous. From managing system processes to performing comple...Discuss·46 likes·283 readsBash
Alaran Ayobamiaythedataguy.hashnode.dev·Oct 31, 2024Bash Scripting Crash Course: Beginner's GuideIntroduction In the ever-expanding universe of technology, the command line remains an essential tool for anyone seeking to harness the full potential of their operating system. At the heart of the command line lies a powerful and versatile scripting...DiscussBash
Fauzeyafauzeya.hashnode.dev·Oct 30, 2024Day 11 Mastering🖥️ Error Handling in Shell Scripting🎯Error handling in shell scripting is essential for building resilient scripts that can handle unexpected situations gracefully Task 1: Checking Exit Status Objective: Write a script that tries to create a directory and checks if the command was succe...Discuss·2 likes#90daysofdevops
Ashish prajapaticodingashish.hashnode.dev·Oct 29, 2024Intro to bashBash is a shell, or commend language interpreter, for the GNU operating system Example. $USER and $PWD are variables echo “print” # to print something val=1 val=$((val+1)) # it increases the value by 1 We can use let val+=1 to increase its value ...DiscussBash
Muffinmuffinn.hashnode.dev·Oct 29, 2024Linux Shells - replicate Bash Script Practical ExerciseHôm nay mình học Linux Shells - có một phần khá hay gọi là Bash Script. Mình sẽ mô phỏng bài thực hành để học viết một Bash Script hỗ trợ việc recon trên Linux cho nhớ bài. (Và để trông ngầu hơn. Tại viết script trên CLI trông giống hắc cơ lỏ vl :)))...Discussbash script