Ask Noah Show 354

Published: Sept. 13, 2023, 1 a.m.

b'

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!

\\n\\n

-- During The Show --

\\n\\n

02:00 Matrix Server

\\n\\n
    \\n
  • Digital Ocean was too expensive
  • \\n
  • Registrations closed
  • \\n
  • Registrations to reopen soon
  • \\n
  • Geek Lab.ninja
  • \\n
  • Live Stream/Chat
  • \\n
\\n\\n

04:22 Live Streaming Baseball? - Matt

\\n\\n
    \\n
  • Bring everything\\n\\n
      \\n
    • Laptop
    • \\n
    • Camera
    • \\n
    • Internet Access
    • \\n
  • \\n
  • Ubiquity Nano Beam\\n\\n
      \\n
    • Extremely line of sight
    • \\n
  • \\n
  • Scale Engine
  • \\n
  • VDO.ninja
  • \\n
  • OwnCast
  • \\n
  • Laptop+C920
  • \\n
  • STI
  • \\n
  • Run away from Logitech Mevo
  • \\n
\\n\\n

15:15 ZFS Questions - Tim

\\n\\n
    \\n
  • Noah\'s mini server
  • \\n
  • ZFS is easy on Ubuntu
  • \\n
  • Setup ZFS on some old drives
  • \\n
  • Put your data on something you understand
  • \\n
  • Setup ZFS on virtual machines
  • \\n
  • Don\'t use virtual drives with ZFS in production
  • \\n
  • Steve\'s laptop abuse
  • \\n
  • Noah\'s laptop VMs

  • \\n
  • Install ZFS on Ubuntu

  • \\n
\\n\\n
sudo apt install zfsutils-linux\\n
\\n\\n
    \\n
  • To discover an existing ZFS pool
  • \\n
\\n\\n
sudo zpool import\\n
\\n\\n
    \\n
  • Import an Existing Pool By Name
  • \\n
\\n\\n
sudo zpool import POOLNAME\\n
\\n\\n
    \\n
  • Load The Key for An Encrypted Pool
  • \\n
\\n\\n
sudo zfs load-key -r POOLNAME\\n
\\n\\n
    \\n
  • Mount all available Pools
  • \\n
\\n\\n
sudo zfs mount -a\\n
\\n\\n
    \\n
  • Unmount an Encrypted ZFS Dataset
  • \\n
\\n\\n
sudo zfs unmount pool/dataset\\n
\\n\\n
    \\n
  • Unload ZFS Key from Encryption
  • \\n
\\n\\n
sudo zfs unload-key -r pool/dataset\\n
\\n\\n
    \\n
  • To unmount the ZFS pool
  • \\n
\\n\\n
sudo zfs unmount -a\\n
\\n\\n
    \\n
  • To create a striped pool
  • \\n
\\n\\n
sudo zpool create pool-name /dev/sdb /dev/sdc\\n
\\n\\n
    \\n
  • To create a mirrored pool
  • \\n
\\n\\n
sudo zpool create -m /mnt/zfs/pool pool-name mirror /dev/sdb /dev/sdc\\n
\\n\\n
    \\n
  • Create an Encrypted ZFS Dataset
  • \\n
\\n\\n
sudo zfs create -o encryption=on -o keylocation=prompt -o keyformat=passphrase pool/dataset\\n
\\n\\n
    \\n
  • Load ZFS Encryption Key
  • \\n
\\n\\n
sudo zfs load-key -r pool/dataset\\n
\\n\\n
    \\n
  • Destroy a Pool (Be Careful!)
  • \\n
\\n\\n
sudo zfs destroy -r system/pool\\n\\nsudo zpool destroy pool-name\\n
\\n\\n

29:05 Wireguard Distinguishing Connections? - Khayalethu

\\n\\n
    \\n
  • Networking principles don\'t allow for this
  • \\n
  • Gateway of last resort (router)
  • \\n
  • Steve\'s PiHole usage
  • \\n
\\n\\n

35:35 Bot Question Sleuth

\\n\\n
    \\n
  • Passing folders into ProxMox VMs
  • \\n
  • 9P protocol/driver
  • \\n
  • NFS will use more network traffic
  • \\n
  • Data profiles
  • \\n
\\n\\n

39:44 News Wire

\\n\\n\\n\\n

41:38 Linux FDE backed by TPM

\\n\\n
    \\n
  • Ubuntu has been using Passphrase+LUKS
  • \\n
  • Ubuntu introducing optional TPM encryption
  • \\n
  • Linux Today
  • \\n
  • Ubuntu
  • \\n
\\n\\n

46:03 Google Anti-Competition

\\n\\n
    \\n
  • Google is paying to make Google the default
  • \\n
  • No one is \'forced to make Google default\'
  • \\n
  • Best outcome, force the user to choose
  • \\n
  • Google \'enhanced ad privacy\'
  • \\n
  • AP News
  • \\n
\\n\\n

-- The Extra Credit Section --

\\n\\n

For links to the articles and material referenced in this week\'s episode check out this week\'s page from our podcast dashboard!

\\n\\n

This Episode\'s Podcast Dashboard

\\n\\n

Phone Systems for Ask Noah provided by Voxtelesys

\\n\\n

Join us in our dedicated chatroom #GeekLab:linuxdelta.com on Matrix

\\n\\n

-- Stay In Touch --

\\n\\n

Find all the resources for this show on the Ask Noah Dashboard

\\n\\n
\\n

Ask Noah Dashboard

\\n
\\n\\n

Need more help than a radio show can offer? Altispeed provides commercial IT services and they\\u2019re 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!

\\n\\n
\\n

Altispeed Technologies

\\n
\\n\\n

Contact Noah

\\n\\n
\\n

live [at] asknoahshow.com

\\n
\\n\\n

-- Twitter --

\\n\\n

Support Ask Noah Show

'