Destination Linux
Destination Linux
TuxDigital Network
354: Interview with Frank Karlitschek of Nextcloud
44 minutes Posted Jan 5, 2024 at 1:00 pm.
Destination Linux 354 Intro
Community Feedback
NAMECHEAP [ link ]
Interview Frank Karlitschek from Nextcloud
LINBIT [ link ]
Gaming: Cosmic Carnage Prologue [ link ]
Software Spotlight: Impression [ link ]
Tips and Tricks: Community Feedback
Events
Outro
0:00
44:42
Download MP3
Show notes
https://youtu.be/wShIu0oE4f0
On this episode of Destination Linux (354), Frank Karlitschek of Nextcloud joins us for an interview at the Ubuntu Summit to discuss Nextcloud, the importance of self-hosting, Open Source, KDE, and more.
Download as MP3
Special Guest:
Frank Karlitschek
Link: https://nextcloud.com
Supported by:
Namecheap = https://destinationlinux.net/namecheap
LINBIT = https://destinationlinux.net/linbit
Hosted by:
Michael Tunnell = https://michaeltunnell.com
Ryan (DasGeek) = https://dasgeekcommunity.com
Jill Bryant = https://jilllinuxgirl.com
Want to Support the Show?
Become a Patron = https://tuxdigital.com/membership
Store = https://tuxdigital.com/store
Chapters:
04:20 NAMECHEAP - [ link ]
30:47 LINBIT - [ link ]
32:05 Gaming: Cosmic Carnage Prologue - [ link ]
35:44 Software Spotlight: Impression - [ link ]
Tip of the Week
apropos -s 1 “” | shuf -n 1
Full Message:
"Hello everyone! love the show. Been a Linux user for a little bit now and I get lots of tips and tricks from you guys. I wanted to share a trick I recently started using to learn commands/tools/stuff. There are so many commands and functions that I would feel overwhelmed learning about them. I came across the apropos command using the -s 1 “” when using that options you will see tons of output and their definitions. This is where your anxiety starts. BUT if you pipe that into the shuf command followed by -n 1 it will output one random command with the brief definition. The full command would be apropos -s 1 “” | shuf -n 1 I then put this in my bashrc start up so when I log into the system it will output one of those random commands. I will then take that one output and make it my mission to know everything I can about it by the end of the day. (if its something I already know, I will run the command until I see something new) Hope someone finds this helpful. Keep marching!"