#shellscripting نتائج البحث
Learn Bash from zero to pro: 10 modules, 50+ lessons, interactive runnable examples. Variables, loops, functions, I/O, sed/awk, regex, debugging, and more. Start now: 8gwifi.org/tutorials/bash #Bash #ShellScripting #Linux #DevOps
While I've been waiting on packages to compile for ELFS I've been playing with xonsh in between builds. Xonsh is a python-powered shell. I don't often use python, but have started growing a liking to it with xonsh. #python #shellscripting #shell #elfs #xonsh #linux
🚀 Administradores Linux, ¡potencien su eficiencia! Nuestro nuevo post introduce el #ShellScripting. ¡Imprescindible para #LPIC1, #LFCS y #RHCSA! 🔗 Lee el post aquí: rootzilopochtli.com/introduccion-a… #Linux #Bash #SysAdmin #DevOps #Automatizacion #IT
Spent a lot of time today diving into #Linux commands & #ShellScripting From process mgmt, file ops, compression, networking tools to user mgmt 🚀 Scripts got smarter with conditions & checks too 🔥 #100DaysOfCode #Linux #Bash #Scripting #DevOps #SysAdmin #TechJourney #Coding
Kicking off the new year with the 3rd edition of the Unix and Shell Scripting for Bioinformatics with the brilliant @FerreiranunesJ #Bionformatics #ShellScripting #coding #Genomics
Just coded a fun, interactive shell script to dive into NGINX logs! 🎉 Pick what you want—top IPs, paths, status codes, or user agents—and boom, instant insights! Who knew log analysis could be this cool? 🚀✨ #ShellScripting #Linux #DevOps #Automation
Day 91 🚀 Built a GitHub API integration script today! 🔹 Uses curl + PAT for auth 🔹 Fetches repo collaborators via API 🔹 Filters users with jq 🔹 CLI: ./list_users.sh <org> <repo> 🔹 Great for fast access audits when members leave the team. #DevOps #GitHub #ShellScripting
Is grep the bracket whisperer Linux needs to locate my [fantastic but elusive] squares? Source: devhubby.com/thread/how-do-… #ITPro #ShellScripting #TechHelp #Terminal #brackets #linux
(Open Access) Bourne Shell Scripting: freecomputerbooks.com/Bourne-Shell-S… Look for "Read and Download Links" section to download. Follow me if you like this post. #BourneShell #ShellScripting #ShellProgramming #BashShell #Bash #Linux #Unix #LinuxProgramming
Day 90 🚀 Built an AWS Resource Tracking script today! 🔹 Lists S3, EC2, Lambda & IAM 🔹 Uses AWS CLI + jq for JSON parsing 🔹 Added shebang, comments, debug mode & file output 🔹 Automated via cron for daily cost-optimization #DevOps #AWS #ShellScripting
Automate tasks like a boss! 💻💼 This article explores the power of shell scripting. Boost productivity & efficiency! 🚀 #ShellScripting #Coding #IT Read More buff.ly/3RjEbw2
Did you know there are books on Linux that are published under the Creative Commons license? This means you can freely read, share, and sometimes modify the content for collaborative learning 😎👇 #linux #sysadmin #shellscripting
Remote engineers can leave builds and scripts running 24/7 in the cloud while closing their laptops at night. Move your pipelines into an always‑on shells.com.
それにしてもこのシェルスクリプト、よく見るとOSに何も開発ツールがインストールされてない場合でも動かせるよう、OS内部の API を呼び出すために使ってる AppleScriptObjC をスクリプトに組み込んであって、スゴイことになっている。
Close, hand-rolled shell scripts can do better than that and aren't inherently broken in paths with spaces in them.
Learn Bash from zero to pro: 10 modules, 50+ lessons, interactive runnable examples. Variables, loops, functions, I/O, sed/awk, regex, debugging, and more. Start now: 8gwifi.org/tutorials/bash #Bash #ShellScripting #Linux #DevOps
🚀 DevOps Day 11 | Shell Scripting (Day 7) Learned how to automate project backups today! Created a script to back up files + added backup rotation to clean old backups automatically. Practical & super useful for real DevOps work #DevOps #ShellScripting #Linux #Automation
💻 Master Advanced Bash Shell Scripting – Online Training! . 📲 Register Now: tr.ee/RfVnqp . 👨🏫 Trainer: Real-Time Industry Experts. 📅 Starting on: 15th Dec @ 08:00 PM(IST) 🖥️ Mode : Online Training (Free for All) . #BashScripting #AdvancedBash #ShellScripting
🚀DevOps Journey – Day 8 | Shell Scripting (Day 4) Learned error handling in shell scripting — how errors happen, how to catch them & control script flow. Also deployed a Django project using a shell script and fixed the errors during deployment 😄 #DevOps #ShellScripting
New Blog Alert for Linux Beginners & DevOps Enthusiasts! Just published easy-to-follow guide on How to Run Linux Scripts — perfect for anyone stepping into Linux, DevOps, or system automation 📌 Read the full guide here: underscore-semicolon.blogspot.com/2025/11/how-to… #Linux #DevOps #ShellScripting
Day 91 🚀 Built a GitHub API integration script today! 🔹 Uses curl + PAT for auth 🔹 Fetches repo collaborators via API 🔹 Filters users with jq 🔹 CLI: ./list_users.sh <org> <repo> 🔹 Great for fast access audits when members leave the team. #DevOps #GitHub #ShellScripting
I have developed a shell script project that simplifies user and group lifecycle management while also providing a way to back up user data. You can explore the project on GitHub for more details. GitHub link: github.com/iamridoydey/us… #devops #shellscripting #bash #aws
Day 90 🚀 Built an AWS Resource Tracking script today! 🔹 Lists S3, EC2, Lambda & IAM 🔹 Uses AWS CLI + jq for JSON parsing 🔹 Added shebang, comments, debug mode & file output 🔹 Automated via cron for daily cost-optimization #DevOps #AWS #ShellScripting
Hello DevOps learner, I am posting My DevOps Journey ✅ Linux Completed 🎯Next target- Shell Scripting I think to start with Abhishek Veeramalla #abhishekveeramalla YouTube course for shell scripting If anyone has any other suggestions pls me know #devops #shellscripting #bash
Day 89 🚀 Covered today: 🔹 Debugging with echo & pipefail 🔹 grep, awk, pipes & PS filtering 🔹 curl vs wget usage 🔹 trap for signal handling 🔹 if-else, loops, crontab 🔹 Log filtering & process listing #DevOps #Linux #ShellScripting #Bash
Day 88 🚀 Covered today: 🔹 Shell scripting basics 🔹 File & folder navigation 🔹 cd, vi, touch, chmod 🔹 CPU, RAM & disk checks 🔹 Writing simple shell scripts 🔹 Using top & history commands #DevOps #Linux #ShellScripting
🚀 Ready to Master Linux & Advanced Shell Scripting? . 📲 Register Now: tr.ee/pWCHfd . 📅 Date: 27th November ⏰ Time: 08:30 PM (IST) 🏫 Mode: Zoom Live Session . #LinuxTraining #ShellScripting #AdvancedShellScripting #DevOps #OnlineTraining #AshokIT
何年か前にシェルスクリプトの実行中にシェルスクリプトを書き換えてトラブルになった話。そのときはシェルの動作を完全に理解してなくて適当なことを言った気がするけど、多分これで実行中に編集できるようになるはず。 #!/bin/sh { # ここに全部のコードを書く exit }
シェルスクリプトのガチ記事久々に見たかもしれない! 硬派や、、、! ShellScriptで自動化を楽にしたい時に知っておいても良いこと | sreake.com | 株式会社スリーシェイク sreake.com/blog/shellscri…
sreake.com
ShellScriptで自動化を楽にしたい時に知っておいても良いこと | sreake.com | 株式会社スリーシェイク
はじめに こんにちは、皆さん。今日は、シェルスクリプトを使った高度な自動化のベストプラクティスとパターンについ
Something went wrong.
Something went wrong.
United States Trends
- 1. Miami 83.4K posts
- 2. Miami 83.4K posts
- 3. Fletcher 7,651 posts
- 4. Marcel Reed 2,490 posts
- 5. Toney 4,915 posts
- 6. Carson Beck 3,315 posts
- 7. Michael Irvin 2,105 posts
- 8. Dawson 6,558 posts
- 9. Isak 32.8K posts
- 10. Aggies 4,126 posts
- 11. Lowe 9,618 posts
- 12. St. John 6,254 posts
- 13. Romero 19.5K posts
- 14. Clinton 474K posts
- 15. Liverpool 69.7K posts
- 16. #CFP2025 N/A
- 17. Jayden Quaintance 2,319 posts
- 18. Carter Davis N/A
- 19. Azzi 4,471 posts
- 20. #TOTLIV 20.3K posts