Episode 175

Welcome to Episode 175 the LinuxLUGcast

We are an open podcast/LUG that meets at 9 PM EST every first and third friday of the month using mumble.
We encourage anyone listening to join us and participate on the podcast. Check out https://www.linuxlugcast.com/ for the server details.

If you have any questions, comments, or topic you would like us to discus and are unable to join us during the live show you can
send us email at feedback@linuxlugcast.com
check out our MeWe community  at https://mewe.com/join/linuxlugcast

minnix – linuxgamecast
Star Traders : Frontiers
https://store.steampowered.com/app/335620/Star_Traders_+Frontiers/
https://www.youtube.com/watch?v=QyneeQ4jZpQ

Danny Meeks:
https://github.com/coqui-ai/

Danny Meeks:
https://www.tomshardware.com/news/canonical-ubuntu-risc-v

Danny Meeks:
https://www.tomshardware.com/news/pi-server-blade

Danny Meeks:
https://dur.hunterwittenborn.com/

Danny Meeks:
https://www.neowin.net/news/microsoft-will-require-all-windows-11-laptops-to-have-a-webcam-from-2023/

minnix – prime day pickup
https://www.amazon.com/gp/product/B08CDQJLX4/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&psc=1

NetMiner
Ucaresystemcore debian based system uptdater manager : https://github.com/Utappia/uCareSystem

Somic 2.4ghz headset
https://www.amazon.com/gp/product/B08V56DKKS/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&psc=1

movies
https://www.imdb.com/title/tt0077834/?ref_=wl_li_tt
https://www.imdb.com/title/tt0085764/?ref_=wl_li_tt
https://www.imdb.com/title/tt0121694/?ref_=wl_li_tt

https://cybersecurityventures.com/movies-about-cybersecurity-and-hacking/

**”TMOTM (Tech Movie of the Month)”**

*list your picks in the comments*

We floated an idea to do a tech movie of the month last show. Everyone picks a group of tech related movies and we’ll pick one, all watch it, and then give our review each month. Any listeners are free to add to the list as well. Only caveat is that it’s tech/linux/computer related.

I figured to make this more fair, we should employ a randomizer that takes all the picks from the list and outputs one to review. And what better way than the Linux way? It should pick a random movie from the list, add it to another, and delete it from the original list. Here’s my script:

“`
#! /bin/bash

## Variables
SELECT_FILE=”~/Desktop/MOVIELIST”
CHOSEN_FILE=”~/Desktop/MONTHYPICK”
NUMBER_CHOSEN=1

## START
CHOICES=`cat “$SELECT_FILE”
#echo “$MOVIELIST” MONTHLYPICK=`echo “$CHOICES” | sort -R | sed ${NUMBER_CHOSEN}q`
echo “$MONTHLYPICK” > “$CHOSEN_FILE”
echo “$MONTHLYPICK” | grep -v “^$MONTHLYPICK$” > “$SELECT_FILE”

“`

next recording date will be July 16, 2021
Our music is “Downright” provided by Klaatu and Broam
We would like to thank Delwin for the use of his mumble server.
Finally we would like to give a special thanks to Fatherfinch, Fweeb, Dave Morris and Tony Beemus for all their help and support over the years.

 

episode 176 shownotes

http://honkeymagoo.ddns.net:9001/p/lugcast_176