Episode 261: Moving to a Datacenter - a podcast by Noah J. Chelliah

from 2021-11-30T20:00

:: ::

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
Get Fedora (getfedora.org)Get OpenSuse Tumbleweed (https://get.opensuse.org/tumbleweed/)
Fedora is not unstableWhat should we look for in OpenSuse Tumbleweed? - Write In!
Underlying distribution seems matter less now daysWhat is the primary use of OpenSuse Tumbleweed? - Write In!
Linux Delta (http://www.linuxdelta.com/)09:20 RE: Key Mapping - Matt
Key-Mapper Github (https://github.com/sezanzeb/key-mapper)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, socketfrom urllib.error import URLError, HTTPError
import jsonfrom 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)}")```
Banking this for work!
Register for Less (R4l.com)Free Hosting doesn't include HTTPS
Changes coming at the end of the year14:32 Episode 257 Feedback - Kevin
Netbox (https://github.com/netbox-community/netbox)16:05 Open Source ITSM Software - Mauro
GLPI Project (https://glpi-project.org/)17:22 Caller Katana
RaspberryPi HiFi Hats?HiFi Berry (https://www.hifiberry.com/)
Volumio (https://volumio.com/en/)Behringer (https://www.behringer.com/product.html?modelCode=P0484)
24:00 Bot Feedback - SunjamHome Lab OS (https://homelabos.com/)
25:30 Bot Feedback - DJThanks Noah and Steve
OpenVPN worked!26:15 Pick of the Week
Graphical Docker App for LinuxDockeye Github (https://github.com/vv9k/dockeye)
Portainer (https://www.portainer.io/)28:00 Gadget of the Week
GPD Pocket 1 is awesomeThis device has changed my life
GPD Pocket 3 (https://www.indiegogo.com/projects/pocket-3-a-modular-and-full-featured-handheld-pc#/)Designed for IT work
Modular IO PortsComes with a stylus
38:26 Amazon Linux 3Based on Fedora Community Linux
IT World Canada Article (https://www.itworldcanada.com/post/amazon-linux-3-to-be-based-on-fedora-community-linux)SeLinux on by default
Companies moving from "Tried&True" to "Rolling&Community"
42:00 GenieOpen Source Virtual Assistant
Voicebot AI (https://voicebot.ai/2021/11/26/open-source-virtual-assistant-almond-renamed-genie/)OVAL (https://oval.cs.stanford.edu/)
Stanford University's Open Virtual Assistant Lab (OVAL) rebranded its Almond assistant as GenieMycroft (https://mycroft.ai/)
Competition is goodRhasspy (https://rhasspy.readthedocs.io/en/latest/)
46:55 NVidia DLSS on Linuxhttps://www.theverge.com/22803980/nvidia-dlss-linux-arrived-proton-game-deathloop-support
Available in Proton 6.3-8Still Need to set
PROTONENABLENVAPI = 1dxgi.nvapiHack = False
Available on Nvidea Only (not on the Steam Deck)48:30 Libreddit: Private front-end for Reddit
Libreddit (https://www.reddit.com/r/linux/comments/r5e3vh/libreddit_private_frontend_for_reddit/)Alternative private front-end for Reddit
49:30 Steve's Day Job Preview/Future AltispeedSteve is a Red Hat ArchitectContainerize Altispeed Technologies
HA/Redundancy/Fail OverSLAs
Where Altispeed is at nowWhere Altispeed wants to go
Altispeed SandboxSkating to where the puck is going
Move platforms then "modernize"Call to Action
Send us your questionsSpecial episode Sept 21
Special Event - Altispeed Technologies RoundtableThurs Dec 9, 6 pm central
OSV 23 (https://www.opensourcevoices.org/23)-- 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/261)
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)

Further episodes of Ask Noah Show

Further podcasts by Noah J. Chelliah

Website of Noah J. Chelliah