Episode 243

Welcome to Episode 243 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

Lemmy community at https://lemux.minnix.dev/c/linux_lugcast
Join in the conversation at  https://matrix.to/#/#lugcast:minnix.dev
Youtube Channel
https://www.youtube.com/@thelinuxlugcast
Peertube Channel
https://nightshift.minnix.dev/c/linux_lugcast/videos

Last shows movie: Cyber Seeker
https://www.imdb.com/title/tt0306699/

Next Shows Movie: Freejack
https://www.imdb.com/title/tt0104299/?ref_=nv_sr_srsg_0_tt_3_nm_5_q_freejack

Joe
DVD duplication machine conversion to storage bay

minnix: solid
https://solidproject.org/
Wordpress activityplug troubles https://github.com/Automattic/wordpress-activitypub/issues/748

minnix SBC case builder
https://www.cnx-software.com/2024/04/30/sbc-case-builder-v3-0-can-create-thousands-of-cases-for-popular-sbcs-and-standard-motherboards-mini-itx-pico-itx-nuc/

caffeine and nicotine and creatine talk

honkey
new mobo came in damaged

netminer Q4OS with trinity desktop
https://q4os.org/

https://www.printables.com/model/162865-bed-level-test
https://www.printables.com/model/755134-aquarium-tools-with-bigger-holes-on-the-net

2 headed girl gets married
https://people.com/conjoined-twin-abby-hensel-is-married-8621316

honkey nano gets an update
https://9to5linux.com/gnu-nano-8-0-released-with-new-options-and-various-improvements

tilde text editor
https://github.com/gphalkes/tilde
https://os.ghalkes.nl/tilde/

Windows is shit, what else is new?

Internet Archive in trouble
https://lunduke.locals.com/post/5556650/the-internet-archives-last-ditch-effort-to-save-itself

version: “3”

networks:
gitea:
external: false

services:
server:
image: gitea/gitea:1.21.11
container_name: gitea
environment:
– USER_UID=1000
– USER_GID=1000
– GITEA__database__DB_TYPE=postgres
– GITEA__database__HOST=db:5432
– GITEA__database__NAME=gitea
– GITEA__database__USER=gitea
– GITEA__database__PASSWD=gitea
restart: unless-stopped
networks:
– gitea
volumes:
– ./gitea:/data
– /etc/timezone:/etc/timezone:ro
– /etc/localtime:/etc/localtime:ro
ports:
– “3000:3000”
– “222:22”
depends_on:
– db

db:
image: postgres:14
restart: unless-stopped
environment:
– POSTGRES_USER=gitea
– POSTGRES_PASSWORD=gitea
– POSTGRES_DB=gitea
networks:
– gitea
volumes:
– ./postgres:/var/lib/postgresql/data

Our next recording date will be May 17th, 2024
Our music is “Downright” provided by Klaatu and Broam
and we would like to thank Minnix for the mumble server