This is an open series in which Hacker Public Radio Listeners can share their Bash scripting knowledge and experience with the community. General programming topics and Bash commands are explored along with some tutorials for the complete novice.
In this episode I talk about the way I use shell scripting on a
day-to-day basis. I am not employed in a technical field, so the
fact that I use shell scripts at all surprises most people. I am
just a music history professor with an enthusiasm for Linux and
free software. Although I have dabbled a bit with Python, I don't
feel nearly as comfortable with Python as I do with bash, so all
of the scripts I mention in this episode are written for bash.
Here are links to blog posts about some of the scripts mentioned
in the show.
Comment #1 posted on 2013-03-05T21:58:06Z by klaatu
cool stuff
Wow, that's some amazing stuff. I like the markdown2latex a lot! I'd love to hear more from you on HPR about how/if Linux plays into your "day job" and what you use as a music hist professor
Comment #2 posted on 2013-03-06T17:26:15Z by Ken Fallon
Welcome Welcome
Hi Jon,
Great episode and great topic. I could listen to shows on scripts all day !.
Comment #3 posted on 2013-03-07T21:56:59Z by Frank
Thank you
I want to learn more about bash, and just doing stuff because it's in a tutorial doesn't excite me. I have been looking for some ideas for scripts to write for myself to help motivate me to learn, and you gave me some good ones.
By the way, you are not the only person who grapples with selecting a topic for a podcast. Don't feel alone in that.
Comment #4 posted on 2013-03-21T16:00:59Z by Bradley
ssh_config
Ken beat me to it, but you can alias SSH hosts, specify keys, usernames, ports, almost any command line parameters using the ~/.ssh/config file. See man ssh_config for details.
I use it with some password-less ssh keys to allow me to move about my ssh hosts seamlessly. Not too safe I know..
I've also found it useful to add port forwarding to make an ssh proxy to my home network. All to evade my company's decency filters when necessary.. I mean to proxy from an insecure location.
Thanks for the interesting podcast.
Comment #5 posted on 2013-03-21T20:48:02Z by Urugami
Great Episode
Jon, thanks for the great script ideas. Between your scripts and ones that were linked in links and links, etc, I may be able to tweak a few of my own.
Comment #6 posted on 2013-09-27T22:07:00Z by Dangerseeker
LaTeX and UTF8
Hello,
I really liked this episode, because it showed how to use the power of bash to simply make your life easier.
And I am happy to inform you that LaTeX handles UTF8 characters just fine, I use them every day. ;-)
Just import the package "inputenc" with the option "utf8" and it should work like magic:
Note to Verbose Commenters
If you can't fit everything you want to say in the comment below then you really should record a response show instead.
Note to Spammers
All comments are moderated. All links are checked by humans. We strip out all html. Feel free to record a show about yourself, or your industry, or any other topic we may find interesting. We also check shows for spam :).