It’s Episode Thirty of Season Eight of the Ubuntu Podcast! With Mark Johnson, Laura Cowen, Martin Wimpress, and Alan Pope!

In this week’s show:

  • We chat about OggCamp 2015 with Les Pounder.
  • We go over your feedback.
  • We have a command line love, from Alan: sed -n '1p;$p'
  • We chat about developing cross-platform games in HTML5, the continuing saga of Mark’s laptop, building a kernel the Ubuntu Way, and getting a cheap Jolla phone.

That’s all for this week, please send your comments and suggestions to: [email protected]
Join us on IRC in #ubuntu-podcast on Freenode
Follow us on Twitter
Find our Facebook Fan Page
Follow us on Google+


1 Comment » for S08E30 – Gunday
  1. Ken Fallon says:

    Thanks for sed -n ‘1p;$p’. I have been looking for something to do this for ages. This will be used daily. Right up there with Ctrl+R on the list of useful command line tools.

    for i in $(seq 1 1000000);
    do
    echo “Thanks a $i”
    done