Episode 157

Destination Linux 157: Zorin OS, Intel GPU, Valve, Firefox & More

00:00:00
/
01:10:40

January 23rd, 2020

1 hr 10 mins 40 secs

Your Hosts
Special Guest

About this Episode

https://destinationlinux.org/episode-157 - Hosted by Ryan, Zeb, Noah & Michael

Quick Links:
Ryan, aka DasGeek = https://dasgeekcommunity.com
Michael of TuxDigital = https://tuxdigital.com
Zeb, aka Zebedeeboss = https://youtube.com/zebedeeboss
Noah of Ask Noah Show = http://asknoahshow.com

Want to Support the Show?
Support us on Patreon = https://destinationlinux.org/patreon
Support us on Sponsus = https://destinationlinux.org/sponsus
Destination Linux Network Store = https://destinationlinux.network/store

Want to follow the show and hosts on social media?
You can find all of our social accounts at https://destinationlinux.org/contact


Topics covered in this episode:

Full Show Notes = https://destinationlinux.org/episode-157

Peppermint OS
Zorin OS GRID
Intel GPU's Take A Hit
Firefox Has Layoffs
Valve Is Up To Something


Software Spotlight:
Veracrypt

Tips & Tricks:
Create your own answer bot in the terminal.

Sometimes when you run an update and something fails you don't want to go through the hassle of answering Yes to every single instance over again. In this case you can make your very own Answer Bot using a Pipe.

For example:
yes | apt-get upgrade
yes | pacman -Syu
no | command of your choice

This will keep you from having to manually answer each time by putting yes or no the pipe symbol and your command.