On this episode of Destination Linux, we discuss some distro news for Peppermint Linux, GParted Live & Ubuntu. We cover some application news for Firefox, VirtualBox and more. Later in the show, we’ll talk about some unfortunate news regarding SQLite and Valve’s Artifact. We’ll also cover so great discussion topics like Photography on Linux and the pros and cons of Headerbars. All that and much more including our Tips, Tricks and Software Spotlight picks!
Hosts of Destination Linux:
Ryan, aka DasGeek = https://dasgeekcommunity.com
Zeb, aka Zebedeeboss = https://youtube.com/zebedeeboss
Noah of Ask Noah Show = http://asknoahshow.com
Michael of TuxDigital = https://tuxdigital.com
Want to Support the Show?
Support on Patreon
Order Destination Linux Apparel
Want to follow the show and hosts on social media?
You can find all of our social accounts at destinationlinux.org/contact
Topics covered in this episode:
GParted Live New ReleaseUbuntu Dock Getting A Tune-UpPeppermint 9 Respin ReleasedFirefox 64 Released & Available On Major Linux DistrosSQLite Bug Impacts All Chromium Based BrowsersVirtualBox 6.0 ReleasedTurn Your Rasberry Pi Into Steam LinkAMD Rolling Out Two More ProcessorsPhotography On LinuxOn HeaderbarsDiscord Gunning For SteamArtifact Isn’t Doing So WellCTRL + C to abort a command in LinuxType ‘reset’ to clear the terminal just like you opened a new windowType ‘clear’ to clear all text from a terminalCtrl + L which is a shortcut that works the same way as “clear” commandCTRL + D to close the Terminal window History – type history in a terminal window to see a numbered list of the commands you have previously typed. I don’t know about you but I always just tapped the up arrow to get to the command I wanted. This way, just mouse scroll back through the list until you see the command you want and then simply type ! followed by the number in the list ie !6 or !132 If you have a large history – try searching – Ctrl + R to invoke “reverse-i-search.” Type a letter – like s – and you’ll get a match for the most recent command in your history that starts with s. Keep typing to narrow your match. When you hit the jackpot, press Enter to execute the suggested command. Each press of Ctrl+R will cycle through other commands that might match.Ctrl + Arrow Keys (left or right) – to jump between segments of a command Ctrl + K – to delete everything after the cursor location
Ctrl + U – to delete everything before the cursor location