Looking for Recommendations on Good Bash Scripting Courses

0
1
Asked By CuriousCoder87 On

I'm on the hunt for a solid bash scripting course! I've recently tried a couple on Coursera, but they were pretty disappointing. One course had terrible audio levels, making it hard to hear the instructor, and some commands didn't even work on my Linux setup. The other course suggested using their virtual machine, but it was missing files that the instructor obviously had during the lessons. It's been a frustrating experience overall and I want to find a quality course to really improve my bash skills. I have access to Coursera and O'Reilly, and I don't mind paying if it's a fantastic course; otherwise, free options are great too. I just completed the LPIC 1 101 course and have some hands-on Linux experience. Looking forward to your suggestions!

5 Answers

Answered By LinuxLover22 On

If you're comfortable with programming concepts like variables and functions, try using GitHub Copilot or other coding assistants to transition into more declarative tools like Ansible. Just make sure you're familiar with how SSH works too!

CuriousCoder87 -

I’m not actually aware of the programming basics; just know Linux fundamentals. Could you recommend a decent Python or Go course?

Answered By BashBuddy89 On

While bash scripting is handy, if you're getting deep into things like arrays or nested loops, Python could serve you better. Start with the basics like variable expansion, loops, and using tools like grep, awk, and sed to cover most tasks. If you ever need to further manipulate data, Python will handle that much more gracefully.

CuriousCoder87 -

Thanks for all the solid info! I'll definitely keep those basics in mind.

Answered By CodeNinja45 On

Bash is decent to learn, but if you're finding it tricky, consider picking up something like Python or Go. They provide a better foundation for programming, and you can easily learn bash along the way. It's just a matter of choosing the right tool for the task at hand!

NewBashLearner04 -

Is bash actually considered a programming language? If so, do you have suggestions for good Python or Go courses?

ScriptSage77 -

Bash isn’t really designed to be a traditional programming language; it’s more of a scripting tool. But it’s super handy if you deal with Linux or BSD regularly!

Answered By ShellScriptGuru On

While I don’t have a course to recommend, I suggest checking out 'Unix Shell Script Tactics' on GitHub. It’s great for learning by doing. Start with simple scripts, refining them as you go, and make sure to use Shellcheck to tidy up your code!

Answered By TechieTom23 On

Check out the Bash Shell Scripting guide on Wikibooks. It’s quite useful and a great resource for beginners!

CuriousCoder87 -

That actually looks useful, thanks!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.