This week we have been being your eyes and contributing to Common Voice. We discuss the Ubuntu Community Team with Rhys Davies, bring you a command line love and reply to all your wonderful feedback.
Podcast: Play in new window | Download
It’s Season 14 Episode 24 of the Ubuntu Podcast! Alan Pope, Mark Johnson and Rhys Davies are connected and speaking to your brain.
In this week’s show:
- We discuss what we’ve been up to recently:
- Alan has been doing contributing to Mozilla Common Voice.
- Rhys has been being your eyes.
- We discuss The Ubuntu Community team with Developer Advocate Rhys Davies.
- We share a Command Line Lurve:
- Append commands to history as you go.
# After each command, append to the history file and reread it
PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND; history -a; history -c; history -r}"
- And we go over all your amazing feedback – thanks for sending it – please keep sending it!
- Image credit: Geran de Klerk
- We are running a crowd funder to cover our audio production costs on Patreon.
- You can listen to the Ubuntu Podcast back catalogue on YouTube.
That’s all for this week! If there’s a topic you’d like us to discuss, or you have any feedback on previous shows, please send your comments and suggestions to [email protected] or Tweet us or Toot us or Comment on our Facebook page or comment on our sub-Reddit.
- Join us in the Ubuntu Podcast Telegram group.
- And we go over all your amazing feedback – thanks for sending it – please keep sending it!
- Image credit: Geran de Klerk
- We are running a crowd funder to cover our audio production costs on Patreon.
- You can listen to the Ubuntu Podcast back catalogue on YouTube.
That’s all for this week! If there’s a topic you’d like us to discuss, or you have any feedback on previous shows, please send your comments and suggestions to [email protected] or Tweet us or Toot us or Comment on our Facebook page or comment on our sub-Reddit.
- Join us in the Ubuntu Podcast Telegram group.
I put that Command Line Lurve in my .bashrc file. I then get this in my terminal:
bash: PROMPT_COMMAND: line 0: unexpected EOF while looking for matching `”
bash: PROMPT_COMMAND: line 1: syntax error: unexpected end of file
How should the command be used? Thanks.
I just listened to ‘S14E26 – Amid Navigable Impulses’ and ye read out my comment, saying the code was posted incorrectly and was fixed. I can also confirm this – it works fine now. Thanks.