Search results for #BashScripting
The magic? $OPTARG automatically grabs the value after your flag! ./temp_conv.sh -f 32 → converts 32°F to Celsius ./temp_conv.sh -c 100 → converts 100°C to Fahrenheit getopts + case statements = flexible CLI tools 🔥 #BashScripting #Linux #CommandLine #DevTips
Linux Shell Scripting Tutorial: A Beginner's Handbook - freecomputerbooks.com/Linux-Shell-Sc… Look for "Read and Download Links" section to download. Follow/Connect me if you like this post. #Linux #Unix #programming #ShellScripting #bash #bashScripting
Bash Scripting: To automate executing all the R scripts using bash. #scRNA #BashScripting #ComputationalBiology #linux
🐧 Ready to level up your DevOps skills? Master Linux basics with this beginner-friendly guide. Learn file permissions, bash scripting, monitoring, and more! Don't miss this! #Linux #DevOps #BashScripting #Monitoring 🚀 Worth read kodekloud.com/blog/linux-mad…
🔗 Snakemake for Bioinformatics – Playlist 👉 youtube.com/playlist?list=… Been putting together a simple series on bioinformatics workflows using Bash & Snakemake. Fairly beginner-friendly. #Snakemake #Bioinformatics #BashScripting #ReproducibleScience #BioinformaticsForBeginners
Diving deeper into the world of Linux and Bash scripting ✨ #Linux #bashscripting #codinglife #techie #shellscripting #commandline #opensource #devlife #Linuxcommunity #programmerslife #terminalmagic #codenewbie #techjourney #unix #learntocode
I completed #BashScripting.. it was fun! tryhackme.com/room/bashscrip… #tryhackme via @RealTryHackMe
One line of Bash can save hours of work. Automate or be automated. #Linux #Automation #BashScripting #Efficiency
Small details that make a BIG difference in code quality! #!/bin/bash # Author: Your Name # Created: Date # Modified: Date # Description: What it does # Usage: How to run it #BashScripting #Linux #DevOps #CodingTips #ProfessionalDevelopment
Day 10 of #30DaysOfBash Today: String Manipulation ✅ Length: ${#string} ✅ Substring: ${string:pos:len} ✅ Replace: ${string/old/new} ✅ Case: ${string^^} ${string,,} ✅ Trim: sed 's/^[[:space:]]*//' ✅ Split: IFS=',' read -ra ✅ Regex: [[ $str =~ regex ]] #Linux #BashScripting
Automate Your Web Deployment with Bash! This simple but powerful script: ✅Installs HTTPD,wget,unzip(dependencies) ✅Downloads a zip from Tooplate ✅Deploys web content to /var/www/html ✅Starts & enables httpd ✅Cleans up temp files. #DevOps #BashScripting #Linux #Automation
Day 9 of #30DaysOfBash Today's topic: Arrays ✅ Declare: my_array=(a b c) ✅ Access: ${my_array[0]} ✅ Iterate: for i in "${my_array[@]}" ✅ Length: ${#my_array[@]} ✅ Associative arrays: declare -A ✅ Sort: sort ✅ Unique: sort -u #Linux #BashScripting
Just created my first bash script! 🚀 Learning automation fundamentals for my DevOps journey - from #!/bin/bash to chmod +x. Small steps leading to big career moves! #DevOps #BashScripting #TechLearning #Automation
Day 8: Today I revised important bash concepts + completed TryHackMe's Bash Scripting room. Full article : medium.com/@itsdavidmanda… #Cybersecurity #BashScripting #Automation #TryHackMe #LSPPDay8 #60DaysOfLearning2025 #LearningWithLeapfrog @lftechnology
Did you know you can do math in Bash? Sandra Henry-Stocker @bugfarm shows how to use $(()) for quick CLI calculations. #2MinuteLinuxTips #BashScripting #CommandLine Read more by Sandra here➡️trib.al/UlKgy7F
📅 Day 6 of #60DaysOfLearning with @lftechnology 📝 Started with Bash scripting! ✅ Created “Hello World” script ✅ Made backup scripts using tar & date ✅ Explored variables & shebang usage #Bash #Linux #Scripting #DevJourney #LearningWithLeapfrog #Bashscripting
📌 I may not have mastered it yet, I'm still figuring things out, but I won't give up. This journey is about progress, not perfection. Thanks to everyone who shared free resources you’re helping learners like me grow! #100DaysOfCybersecurity #BashScripting #CyberAgentOnDuty
Day3/100. 🔥✅ Today I learnt about Bash scripting and also I tested out how to use it. By creating a bash script which outputs list of users and their login times. It wasn’t an easy learning,#CyberSecurity #BashScripting @Techboy150 @_Rega_n
