#bashscripting ผลการค้นหา
Made my first AWS Resource Tracker. It was simple but fun. Used comamnd: aws ec2 describe-instances | jq '.Reservations[].Instances[].InstanceId' Crazy things waiting ahead. #AWSCli #BashScripting #DevOps #CloudComputing
![ATarjun007's tweet image. Made my first AWS Resource Tracker. It was simple but fun. Used comamnd: aws ec2 describe-instances | jq '.Reservations[].Instances[].InstanceId'
Crazy things waiting ahead.
#AWSCli #BashScripting #DevOps #CloudComputing](https://pbs.twimg.com/media/G2zrzUTWoAABQYf.png)
![ATarjun007's tweet image. Made my first AWS Resource Tracker. It was simple but fun. Used comamnd: aws ec2 describe-instances | jq '.Reservations[].Instances[].InstanceId'
Crazy things waiting ahead.
#AWSCli #BashScripting #DevOps #CloudComputing](https://pbs.twimg.com/media/G2zsANQXQAAYeaJ.png)
Mastering Bash scripting is like giving your terminal superpowers—automate tasks, save time, feel unstoppable. #BashScripting #DevLife
6/6 🎯 Why it matters: Arrays are fundamental for: ✅ Processing file lists ✅ Command arguments ✅ Configuration management ✅ Automated deployments #BashScripting #DevOps #Linux #ShellScripting #Programming #Arrays
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
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
Bash scripting enhances productivity in Linux system maintenance. How has Bash transformed your workflow? #BashScripting #Linux $AIMASTER 🖥️🔄
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
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




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

#bash #bashscripting #linux #linuxsystemadministration Find a mean of updating my kali linux without pressing lotta of commands. Cheers 🍻

#Bash #BashScripting #Linux #Linuxsystemadministration #CloudComputing #devops Good morning world, Still on Bash Scripting , enjoying every bit of it. Trying out some installation shits on my system today. Happy blessed Monday, stay jiggy


Writing Clean Bash Shell Scripts you can use ; [semicolon ] to include multiple commands on single line your code will look better , shorter #bashscripting
![firfox20's tweet image. Writing Clean Bash Shell Scripts
you can use ; [semicolon ]
to include multiple commands on single line
your code will look better , shorter
#bashscripting](https://pbs.twimg.com/media/GJI3ZyMWcAA4cUE.png)
#bash #bashscripting #scripting #readcommand #selectcommand We are getting there. We are moving closer. Let's get it!

Enhance #Bash scripting skills with 5 techniques! Arrays, maps, named args, pass-by-ref, and type/modifier attributes. Level up with JAPR's tech solutions. Happy coding! #BashScripting #TechSolutions #JAPR

#bash #bashscripting #scripting Fall in love with scripting that I'm done with the basic one, I got an advanced udemy course on it already. I will keep updating you here, let's fucking get it! Below are the projects I laid my hands on and I schedule time for their running

#bashscripting #bash #scripting Split my screen into 4. First to the left is the Script. The second is the "echo commands I instructed the script to perform" The third is the "ls command" to check my redirect output update_file, upgrade_file and error_file.

One line of Bash can save hours of work. Automate or be automated. #Linux #Automation #BashScripting #Efficiency

Challenge your knowledge of the Bash shell. Can you solve all the clues? #BashScripting #Programming #Crossword #bb6a461921a474652999fd2763b0fb0d

#bash #bashscripting #scripting Learning about Case statement today. This is one of the stuff I did today. The first two page is based on case statement while the last on I tried run an installation package on my kali and I redirect it into a files. Let's get it!

𝗗𝗮𝘆 𝟯 : Started learning 𝗕𝗮𝘀𝗵 𝗦𝗰𝗿𝗶𝗽𝘁𝗶𝗻𝗴 today! Covered: 𝗦𝗵𝗲𝗹𝗹 𝗕𝗮𝘀𝗶𝗰𝘀 – 𝗕𝗮𝘀𝗵 𝗖𝗼𝗺𝗺𝗮𝗻𝗱𝘀 – 𝗩𝗮𝗿𝗶𝗮𝗯𝗹𝗲𝘀 & 𝗜𝗻𝗽𝘂𝘁 Bash scripting is essential for automation—excited to learn more! #Linux #BashScripting #Automation #CyberSecurity

📱🔍 Need to pull an Android app's APK by package name? 🤖 Use this Bash function with ADB: 📥 #AndroidDev #BashScripting #bugbountytips

day-3 finally completed. learned a lot about working with case statements, functions and how the user profiles are managed in linux #linux #bash #bashscripting #github #automation #opensource #devops #scripting

Something went wrong.
Something went wrong.
United States Trends
- 1. D’Angelo 323K posts
- 2. Charlie 606K posts
- 3. Erika Kirk 56.2K posts
- 4. Young Republicans 20.1K posts
- 5. Politico 190K posts
- 6. #PortfolioDay 19.6K posts
- 7. Pentagon 111K posts
- 8. Presidential Medal of Freedom 80.4K posts
- 9. Jason Kelce 6,394 posts
- 10. #AriZZona N/A
- 11. Big 12 N/A
- 12. Brown Sugar 23.1K posts
- 13. Drew Struzan 33.2K posts
- 14. Scream 5 N/A
- 15. George Strait 4,582 posts
- 16. David Bell N/A
- 17. Burl Ives N/A
- 18. Angie Stone 38.7K posts
- 19. Venables 4,130 posts
- 20. VPNs 1,770 posts