This week’s episode of Destination Linux, we have the CEO of Vivaldi joining us to discuss their partnership with Manjaro and their support for Linux. Then we’re going to talk about two great anonymous, privacy focused distros that both had a new release this week. Plus we’ve also got our famous tips, tricks and software […]

This week’s episode of Destination Linux, we have the CEO of Vivaldi joining us to discuss their partnership with Manjaro and their support for Linux. Then we’re going to talk about two great anonymous, privacy focused distros that both had a new release this week. Plus we’ve also got our famous tips, tricks and software picks. All of this and so much more this week on Destination Linux. So whether you’re brand new to Linux and open source or a guru of sudo. This is the podcast for you.

Subscribe to All DLN Shows in ONE Feed!

https://destinationlinux.network/feed/allshows

Sponsored by: do.co/dln-mongo

Sponsored by: bitwarden.com/dln

Special Guest:

Jon Stephenson von Tetzchner, CEO of Vivaldi Technologies

Hosts of Destination Linux:

Ryan (DasGeek) = dasgeekcommunity.com
Michael Tunnell = tuxdigital.com
Jill Bryant = jilllinuxgirl.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 = http://dlnstore.com

Want to follow the show and hosts on social media?

You can find all of our social accounts at https://destinationlinux.org/contact

Segment Index

00:00:00 = Welcome to DL 24300:01:35 = Community Feedback: Question About Bedrock Linux from NiceMicro00:09:26 = Digital Ocean: Managed MongoDB ( https://do.co/dln-mongo )00:11:30 = Vivaldi CEO Interview: Jon Stephenson von Tetzchner01:08:26 = Bitwarden Password Manager ( https://bitwarden.com/dln )01:11:03 = News: Tails 4.22 & Whonix 1601:17:53 = Software Spotlight: Spice-Up (Presentations) [Flatpak]01:22:24 = Tip of the Week: SCP copy files over ssh01:24:20 = Outro

Tip of the Week: scp

Examples:Run the following command in terminal to run to copy file from local host to remote host: $ scp test.txt [email protected]:/remote/directory/Run the following command to copy file from a remote host to local host :$ scp username@from_host:test.txt /local/directory/