#shellscripting результаты поиска
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




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

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



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


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
![devhubbycom's tweet image. 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](https://pbs.twimg.com/media/GxHvQWjX0AAkHNO.jpg)
11.09.25, 19 Uhr, DAS ABENTEUER MIT WinGet @DenelonMs ist unser Guide bei dieser Session Kommandozeilen installieren, aktualisieren und verwalten - so einfach gehts. @PsugInnSalzach @chagerCOC #ShellScripting #WindowsPowerShell #PowerShell #Automatisierung

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

(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

"🚀 Just dropped a new blog on mastering wildcards in shell scripting! 🐚💡 Simplified examples for easy learning. Let me know your thoughts, and stay tuned for more tech insights! #ShellScripting #buildinpublic #DevOps #techblog truptimane.medium.com/unleashing-the…
"Living devops" #shellscripting #shell #linux
Shell scripting is the one skill that separates DevOps engineers who panic during incidents from those who fix them in minutes. I spent 8 years in Linux before I got into DevOps. I wrote a minimalistic ebook on Linux shell scripting that will give you enough knowledge to start…

Tweet 7/7 📝 Full technical analysis and reproduction steps: github.com/warpdotdev/War… @warpdotdev Please prioritize this fix - heredocs are fundamental shell functionality that many developers rely on daily. #TerminalBug #DevOps #ShellScripting
(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

(Open Access Online) The Linux Command Line: A Complete Introduction - freecomputerbooks.com/The-Linux-Comm… Look for "Read and Download Links" section to download. Follow me if you like this. #ShellScripting #LinuxCommandLine #LinuxProgramming #BashScripting #BashOneliners #UnixProgramming

Found on YouTube: 🚀 Sum of Two numbers using #shellscripting #devopscicdflow #linux #scripting #automation #devopslife youtube.com/watch?v=DJ6h5K…
youtube.com
YouTube
🚀 Sum of Two numbers using #shellscripting #devopscicdflow #linux...
A great cheatsheet for understanding the different uses of parentheses, braces, and brackets in Bash. A handy reference for any developer or system admin. #Bash #ShellScripting #Linux #Programming
Found on YouTube: 🔥Basic Linux Command | Embedded Systems #linuxcommands #shellscripting #embeddedsystems youtube.com/watch?v=VZAyko…
youtube.com
YouTube
🔥Basic Linux Command | Embedded Systems #linuxcommands #shellscrip...
"Living devops" #shellscripting #shell #linux
Shell scripting is the one skill that separates DevOps engineers who panic during incidents from those who fix them in minutes. I spent 8 years in Linux before I got into DevOps. I wrote a minimalistic ebook on Linux shell scripting that will give you enough knowledge to start…

Found on YouTube: 🔥Basic Linux Command | Embedded Systems #linuxcommands #shellscripting #embeddedsystems youtube.com/watch?v=TEPPDZ…
youtube.com
YouTube
🔥Basic Linux Command | Embedded Systems #linuxcommands #shellscrip...
Found on YouTube: 🔥Basic Linux Command | Embedded Systems #linuxcommands #shellscripting #embeddedsystems youtube.com/watch?v=G5R15s…
youtube.com
YouTube
🔥Basic Linux Command | Embedded Systems #linuxcommands #shellscrip...
Month 1 of My DevOps Journey is complete! Balancing motherhood, health, & learning hasn’t been easy but each week I grew stronger. Here’s my recap of Week 2–4 ⬇️ #Tech4Dev #Linux #shellscripting #usermanagement
Found on YouTube: Day 6 | Linux Bash Shell Scripting | Part -2 #linux #shellscripting #shorts #ytshorts youtube.com/watch?v=hBHNR5…
youtube.com
YouTube
Day 6 | Linux Bash Shell Scripting | Part -2 #linux #shellscripting...
Found on YouTube: Day 6 | Linux Bash Shell Scripting | Part -1 #linux #shellscripting #shorts #ytshorts youtube.com/watch?v=uy8Pkf…
youtube.com
YouTube
Day 6 | Linux Bash Shell Scripting | Part -1 #linux #shellscripting...
In Chapter #10 of the LFCS certification, understand the difference between terminals and shells, and start writing your own shell scripts. 📖 Read the full guide (Pro members only): 👉 pro.tecmint.com/understanding-… Follow @Tecmint for more #Linux tips and #ShellScripting guides!
#100DaysOfCode | #Day93 Applied Bash scripting to mini projects. Built automation scripts for daily tasks, simple backup routines with tar & cron, and a basic system monitoring script using df, free, and uptime. Hands-on practice makes concepts stick. #ShellScripting #Linux #code
#100DaysOfCode | #Day92 Focused on Bash efficiency. Practiced regex in depth—quantifiers, anchors, character classes. Also revised pipelines with | and filters like sort, uniq, cut, and tr to chain commands and process data smoothly. #ShellScripting #Linux #DevJourney
#100DaysOfCode | #Day91 Dived into powerful Bash tools. Practiced grep for searching, sed for stream editing, and awk for text processing. Also explored basics of regular expressions to match & filter patterns.These tools make automation far more efficient. #ShellScripting #Linux
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




11.09.25, 19 Uhr, DAS ABENTEUER MIT WinGet @DenelonMs ist unser Guide bei dieser Session Kommandozeilen installieren, aktualisieren und verwalten - so einfach gehts. @PsugInnSalzach @chagerCOC #ShellScripting #WindowsPowerShell #PowerShell #Automatisierung

I’m happy to share that I’ve obtained a new certification: Shell Scripts for Beginners from @KodeKloudHQ #devops #kodekloud #shellscripting

Joined the world of shell scripting on my Raspberry Pi! 🐧 Just wrote my first 'Hello, World!' 🌍. I will one day write better script #RaspberryPi #ShellScripting #HelloWorld @smaglago @kelamoaba @kwakueffa

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


“Basic #inux #shellScripting for #devops Engineers” by Sam Samarullah #justsayin 🤷♂️ link.medium.com/svE96VAbMyb

Shell Scripting Mastery: Essential for DevOps Careers tinyurl.com/bn2cptzx #MasteringShellScripting #ShellScripting #DevOps #AutomotiveTasks #AI #AINews #AnalyticsInsight #AnalyticsInsightMagazine

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

Editando las ultimas clases de la versión beta del curso de #ShellScripting de @JuncoTIC ... ya falta menos! 😀

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

Save time and efforts with Bash and Shell Scripting! Signup for our masterclass to learn how to automate complex and repetitive tasks. #bash #shellscripting #automation Daddy G.0Gangs of Lagos #devs #techies bit.ly/ubash1

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
![devhubbycom's tweet image. 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](https://pbs.twimg.com/media/GxHvQWjX0AAkHNO.jpg)
I know this is nothing to some Software engineer gurus 🙃 but I'm so excited I could write a script that actually work and reduce repetitions🤭. All thanks to @julienbarbier42 and @alx_africa Here's to #doingmorehardthings #shellscripting #alxafrica #cohort13

Something went wrong.
Something went wrong.
United States Trends
- 1. Amazon Web Services 10.3K posts
- 2. Good Monday 25.7K posts
- 3. Snapchat 58.6K posts
- 4. #Talus_Labs N/A
- 5. #MondayMotivation 6,814 posts
- 6. us-east-1 8,162 posts
- 7. #outage N/A
- 8. #EndSARS 62.6K posts
- 9. Happy Diwali 327K posts
- 10. #RobloxDown 1,384 posts
- 11. Victory Monday 1,107 posts
- 12. Falcons 27.2K posts
- 13. FDV 5min 3,049 posts
- 14. Bitget 54.9K posts
- 15. 60 Minutes 16.9K posts
- 16. Game 7 49.1K posts
- 17. Market Cap Surges 1,030 posts
- 18. Penix 9,480 posts
- 19. Niners 6,315 posts
- 20. Elsie 6,507 posts