In this episode Noah and Steve discuss migrating moving into a datacenter. Amazon Linux 3 is based off of Fedora, a new GPD Pocket 3 is out and is an IT sysadmin's dream, a privacy respecting voice assistant, join us for a packed show!

-- During The Show --

01:41 Fedora Feedback & Tumbleweed Challenge - Bhikhu

09:20 RE: Key Mapping - Matt

10:54 User Provides Script to Check HTTPS - Cory

Click To Expand ``` #!/usr/bin/env python3 #based on https://stackoverflow.com/a/52575489 from urllib.request import Request, urlopen, ssl, socket from urllib.error import URLError, HTTPError import json from dateutil import parser for site in { 'asknoahshow.com', 'www.asknoahshow.com', 'podcast.asknoahshow.com', 'altispeed.com', 'www.altispeed.com', }: context = ssl.create_default_context() try: with socket.create_connection((site, '443')) as sock: with context.wrap_socket(sock, server_hostname=site) as ssock: expiration = parser.parse(ssock.getpeercert()['notAfter']) print(f"{str(expiration.date())} {site} ({ssock.version()})") #data = json.dumps(ssock.getpeercert()) except Exception as e: # socket.gaierror, ConnectionRefusedError, ConnectionResetError, ssl.SSLCertVerificationError, etc. print(f"---------- {site} {str(e)}") ```

14:32 Episode 257 Feedback - Kevin

16:05 Open Source ITSM Software - Mauro

17:22 Caller Katana

24:00 Bot Feedback - Sunjam

25:30 Bot Feedback - DJ

26:15 Pick of the Week

28:00 Gadget of the Week

38:26 Amazon Linux 3

42:00 Genie

46:55 NVidia DLSS on Linux

https://www.theverge.com/22803980/nvidia-dlss-linux-arrived-proton-game-deathloop-support

48:30 Libreddit: Private front-end for Reddit

49:30 Steve's Day Job Preview/Future Altispeed

Call to Action

-- 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

Phone Systems for Ask Noah provided by Voxtelesys

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

-- Stay In Touch --

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

Ask Noah Dashboard

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

Contact Noah

live [at] asknoahshow.com

-- Twitter --

Special Guest: Steve Ovens.

Support Ask Noah Show