The Binary Times – Series 2 Episode 3

Series 2 Episode 3 – In this episode we talk about Marks Ubuntu phone debacle, thoughts on learning linux command line, more Ubuntu MATE goodness, Command Line Linux tools and another epic Irish saying, have a listen.
00:25 Intro to Series 2 Episode 3 begins with a chat about the meteor shower last night.Clear skies made for some great viewing and possibly good pictures.
01:42 Mark begins his linux escapades for the last two weeks by telling us that his ubuntu phone crashed. He took this opportunity to reflash his phone with the ubports image. Wayne points out that necessity is often the mother of all getting things done that you need to do. Deadlines work!
06:30 Mark tells us that he’s been working on the Series 1 binary times CD. He took the advice of Wayne and some of the guys at a music meetup in Mallow to come up with the final result, which will be available to buy or as a perk for our patrons over on patreon. The CD sleeve and CD label were produced with LibreOffice Draw and the CDs produced using Brasero or K3b.
08:35 Wayne has been keeping an eye on the omgubuntu website, run by Joey Sneddon, and came across an article on the release of 16.04.3. He noticed that on one of the machines he upgraded the fans are running quite a bit more and there were some display issues with multiple screens. Unfortunately he discovered these issues after autoremoving the previous kernels… Wayne is looking for some advice on going back to an earlier kernel. Wayne and Mark bemoan fan noise.
16:36 Wayne goes on to tell us about another omgubuntu article, and that is Ubuntu Mate 17.10 alpha 2 has been released. Mark really wants to install Mutiny, Wayne tells us how. Wayne is chuffed that he’s influenced Mark to use Mate. He goes onto clarify that in the last episode he was talking about synapse and not snaps. The guys struggle to think of a simple subject.
22:52 Wayne concludes his what has he been doing in his really exciting linux adventures by talking about Samba and chown. The guys discuss modern methods of finding out information related to linux.
31:35 Wayne turned on the Rod of Doom! Mark wants to do that project.
32:56 Mark begins Under the hood with ! commands:
!* – Execute the command with the arguments passed to the previous command.
!^ – Execute the command with the first argument of the last executed command.
!$ – Execute the command with the last argument of the last executed command.
!?keyword?! – Executes a command from the Bash history for the first pattern match of the specified keyword.
The guys discuss the dangers of the last command and how using ! seems to be frowned upon anyway, so use with caution! Both agree sudo !! is quite a useful command when used with respect.
36:15 Wayne talks about wget and how useful it is.
wget –recursive –no-clobber –page-requisites –html-extension –convert-links –restrict-file-names=windows –domains website.org –no-parent www.website.org/tutorials/html/
–recursive – download the entire Web site.
–domains website.org – don’t follow links outside website.org.
–no-parent – don’t follow links outside the directory tutorials/html/.
–page-requisites – get all the elements that compose the page (images, CSS and so on).
–html-extension – save files with the .html extension.
–convert-links – convert links so that they work locally, off-line.
–restrict-file-names=windows – modify filenames so that they will work in Windows as well.
–no-clobber – don’t overwrite any existing files (used in case the download is interrupted and resumed).
Wayne finishes with lshw commands:
lshw -c disk – detailed disk information
lshw -short – shortened version (quite useful)
lshw -sanitize – remove sensitive info such as UUIDs and IP addresses, serials etc…
43:25 Irish saying for the podcast – Tá mé go maith.

Leave a Reply

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