Episode 126
Destination Linux EP126 – Live from SouthEast LinuxFest
June 20th, 2019
1 hr 25 mins 56 secs
Your Hosts
About this Episode
Sponsored by: do.co/dl
Special Guest:
Rocco aka BigDaddyLinux = http://bigdaddylinux.com
Hosts of Destination Linux:
Zeb, aka Zebedeeboss = https://youtube.com/zebedeeboss
Noah of Ask Noah Show = http://asknoahshow.com
Michael of TuxDigital = https://tuxdigital.com
Ryan, aka DasGeek = https://dasgeekcommunity.com
Want to Support the Show?
Support on Patreon or on Ko-Fi
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:
Enso OS 0.3.1 Released
Zorin OS 15 Released, Based on Ubuntu 18.04.2 LTS
KDE Plasma 5.16 Released
Firefox Premium
AMD Delivers New CPU/GPU Computex
OpenSUSE Governance Options
—
Software Spotlight:
Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats. If you want to use a package from another distribution than the one you have installed on your system, you can use alien to convert it to your preferred package format and install it.
Tips & Tricks:
Use the nohup command to ssh into a server run a command and be able to let that command continue to run while you get to logout and move onto something else.
nohup basically is a command to ignore the hangup signal.
To use it just login to an SSH session and type $ nohup (your command) and an &
Then feel free to exit out of the SSH session and come back later.