Google makes the news this week in one of the largest cases in history over meaningful competition. Do we need the regulation to stop Google? Ubuntu will start allowing you to use a TPM chip for encryption, plus your livestreaming, ZFS, and VPN questions are answered!
-- During The Show --
02:00 Matrix Server
Digital Ocean was too expensive
Registrations closed
Registrations to reopen soon
Geek Lab.ninja
Live Stream/Chat (https://live.minddripone.com/)
04:22 Live Streaming Baseball? - Matt
Bring everything
Laptop
Camera
Internet Access
Ubiquity Nano Beam
Extremely line of sight
Scale Engine (https://www.scaleengine.com/)
VDO.ninja (https://vdo.ninja/)
OwnCast (https://owncast.online/)
Laptop+C920
STI
Run away from Logitech Mevo
15:15 ZFS Questions - Tim
Noah's mini server
ZFS is easy on Ubuntu
Setup ZFS on some old drives
Put your data on something you understand
Setup ZFS on virtual machines
Don't use virtual drives with ZFS in production
Steve's laptop abuse
Noah's laptop VMs
Install ZFS on Ubuntu
sudo apt install zfsutils-linux
To discover an existing ZFS pool
sudo zpool import
Import an Existing Pool By Name
sudo zpool import POOLNAME
Load The Key for An Encrypted Pool
sudo zfs load-key -r POOLNAME
Mount all available Pools
sudo zfs mount -a
Unmount an Encrypted ZFS Dataset
sudo zfs unmount pool/dataset
Unload ZFS Key from Encryption
sudo zfs unload-key -r pool/dataset
To unmount the ZFS pool
sudo zfs unmount -a
To create a striped pool
sudo zpool create pool-name /dev/sdb /dev/sdc
To create a mirrored pool
sudo zpool create -m /mnt/zfs/pool pool-name mirror /dev/sdb /dev/sdc
Create an Encrypted ZFS Dataset
sudo zfs create -o encryption=on -o keylocation=prompt -o keyformat=passphrase pool/dataset
Load ZFS Encryption Key
sudo zfs load-key -r pool/dataset
Destroy a Pool (Be Careful!)
```
sudo zfs destroy -r system/pool
sudo zpool destroy pool-name
```
29:05 Wireguard Distinguishing Connections? - Khayalethu
Networking principles don't allow for this
Gateway of last resort (router)
Steve's PiHole usage
35:35 Bot Question Sleuth
Passing folders into ProxMox VMs
9P protocol/driver
NFS will use more network traffic
Data profiles
39:44 News Wire
Linux 6.6 RC - lkml.org (https://lkml.org/lkml/2023/9/10/185)
Linux desktop rises above 3% - Gaming on Linux (https://www.gamingonlinux.com/2023/09/linux-continues-rising-above-3-desktop-user-share-on-statcounter/)
Tails 5.17 - Tails (https://tails.net/news/version_5.17/index.en.html)
Linux Mint Debian 6 Beta - Linux Mint (https://blog.linuxmint.com/?p=4554)
LibreOffice 7.6 1.5M Downloads - Document Foundation (https://blog.documentfoundation.org/blog/2023/09/11/1-5-million-downloads-of-libreoffice-7-6/)
LibreOffice Update - Document Foundation (https://blog.documentfoundation.org/blog/2023/09/07/the-document-foundation-releases-libreoffice-7-5-6-community/)
Alpha Centauri Remake - Gaming on Linux (https://www.gamingonlinux.com/2023/09/sid-meiers-alpha-centauri-open-source-remake/)
Open Source VR Port of Prey - Phone Arena (https://www.phonearena.com/ar-vr/news/prey-2006-fps-vr-port_id150562)
TUXEDO Computers 3rd Gen Aura - 9 to 5 Linux (https://9to5linux.com/tuxedo-aura-linux-laptops-now-come-with-wi-fi-6e-lte-modem-and-tpm-2-0)
AtlasVPN Flaw - Cyber News (https://cybernews.com/security/atlasvpn-to-patch-flaw-linux-clients/)
Blueshell Malware Spike - GB Hackers (https://gbhackers.com/hackers-using-blueshell-malware/)
LLaMA 2 Outflanked by Falcon Large - Decrypt.co (https://decrypt.co/155209/falcon-large-language-model-llm-ai-training-data-set)
41:38 Linux FDE backed by TPM
Ubuntu has been using Passphrase+LUKS
Ubuntu introducing optional TPM encryption
Linux Today (https://www.linuxtoday.com/news/ubuntu-23-10-to-introduce-an-experimental-tpm-backed-fde/)
Ubuntu (https://ubuntu.com//blog/tpm-backed-full-disk-encryption-is-coming-to-ubuntu)
46:03 Google Anti-Competition
Google is paying to make Google the default
No one is 'forced to make Google default'
Best outcome, force the user to choose
Google 'enhanced ad privacy'
AP News (https://apnews.com/article/google-antitrust-trial-begins-687b9a5b90ec18f207d36df3ba11aebd)
-- The Extra Credit Section --
For links to the articles and material referenced in this week's episode check out this week's page from our podcast dashboard!
This Episode's Podcast Dashboard (http://podcast.asknoahshow.com/354)
Phone Systems for Ask Noah provided by Voxtelesys (http://www.voxtelesys.com/asknoah)
Join us in our dedicated chatroom #GeekLab:linuxdelta.com on Matrix (https://element.linuxdelta.com/#/room/#geeklab:linuxdelta.com)
-- Stay In Touch --
Find all the resources for this show on the Ask Noah Dashboard
Ask Noah Dashboard (http://www.asknoahshow.com)
Need more help than a radio show can offer? Altispeed provides commercial IT services and they’re excited to offer you a great deal for listening to the Ask Noah Show. Call today and ask about the discount for listeners of the Ask Noah Show!
Altispeed Technologies (http://www.altispeed.com/)
Contact Noah
live [at] asknoahshow.com
-- Twitter --
Noah - Kernellinux (https://twitter.com/kernellinux)
Ask Noah Show (https://twitter.com/asknoahshow)
Altispeed Technologies (https://twitter.com/altispeed)
Special Guest: JT Pennington.