The Binary Times – Series 4 Episode 10

Series 4 Episode 10 – In this episode, Mark chats about his experiences with Elementary OS, he also speaks about the Kilkishen coding club which has had its second class, Wayne speaks about installing OSTicket, the new Raspberry Pi TV hat, Sonoj Festival, Ubuntu Server 18.04 quirks, more amazing under the hood tips and an Irish saying in this fortnights episode, have a listen…
00:24 Wayne welcomes us to Series 4 Episode 10 of the Binary Times. Bristol is bright and sunny, and Mark isn’t sure what time zone he’s in any more. At least the day is a good day to be alive in.
01:16 Wayne asks Mark what he’s been up to for the last two weeks, and Mark tells us. First he tells us that he’s sporting his new sweatshirt from Gabor and co at Hello Tux and loving it. He goes on to tell us that he has installed Elementary OS and he’s really impressed (the release notes for Elementary OS 5 Juno can be found here). Mark notes the Libre Office suite isn’t installed by default so the first thing he does is install it. Mark calls out Elementary’s coding editor and the file manager for special mention. He goes on to say that after first impressions he would even consider using it on laptops and for the Coding Club. Mark then talks a bit further about the Coding Club.
09:12 Mark asks Wayne what he’s been at. Wayne tells us he’s been going bonkers with Linux the last two weeks he’s been doing so many things. He first mentions the second annual Sonoj Convention that’s on right now. What he really likes is the fact that it can be streamed live and downloaded later.
12:49 The next thing Wayne chats about is the Raspberry Pi TV hat. This opens all kinds of opportunities for working with TV streams. Mark tells us that he recently got a POE hat but is unsure of its utility, while Wayne mentions that you can get a GPIO extender. Wayne lets us know that there are tutorials available already for the Raspberry Pi TV hat.
17:35 Wayne and Mook talk about the Ubuntu user statistics.

22:58 Wayne tells us a bit of a convulted story about KVMs, 16.04, 18.04 and OS-Ticket. Please find the following as notes to get osticket working on Ubuntu 18.04:
OSTicket setup on 18.04
The php packages require the universe repositories, this can be enabled (know this is the universal repository and not maintained by Canonical)thus:
sudo add-apt-repository universe
You can get OSTicket from github
You can get Mariadb 10.3 from here.
You need to link the osticket.conf to nginx’s default site using this command:
sudo ln -s /etc/nginx/conf.d/osticket.conf /etc/nginx/sites-enabled/default.
A fix for the ‘Valid CRSF toke issue’ can be found here.
A fix for the ajax white box issue can be found here.
Untested WHITE BOX issue fixes can be found here, here and here.
27:04 Wayne tried to get Office 365 working with Thunderbird without success. Speaking of failures, Mark mentions that he recently upgraded his Ubuntu Touch phone but the upgrade has left his phone fairly unresponsive and unusable unfortunately. Wayne brings the chat back to OSTicket and why he wants to use it and mentions Zim as an alternative. The guys talk about using OSTicket, documentation and retirement.
33:47 Wayne tells us he bravely did a do-release upgrade to his 16.04 box over SSH and the guys discuss all the new changes to 18.04.
39:20 Under The Hood – Mark tells us that there are GUI frontends for systemd. These include systemdgenie, systemd-kcm (superceded by systemdgenie), systemd system manager and systemd manager, as well as cockpit. Mark found this out with the help of Linux Magazine!
Wayne’s first under the hood is a vim tip – Switching case of characters – Press “~” – if you keep pressing “~” it will switch case one character at a time. See this article for more. He goes on to say using the “.” repeats commands. Wayne goes on to tell us to create a simple webpage for the current working directory over port 8000, use this command:
Python -m SimpleHTTPServer

Robert wrote in to inform us that this module seems to come standard in any installation of Python 2 but something to be aware of is that in many distros, the "python" command is symlinked to Python 3. Since Python 3 doesn't include this module in its standard library, you need to run "python2 -m SimpleHTTPServer" to use it.
46:06 Irish saying of the podcast - "Faigh do chóta agus cuir ort é" Get your coat and put it on!

Leave a Reply

Your email address will not be published. Required fields are marked *