logo

That Time Mike Tyson Broke The Show - The Linux Lugcast Ep 256 for 11.15.24

time8 mo agoview4 views

Welcome to Episode 256 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 Join the Jitsi meeting at https://jitsi.minnix.dev/lugcast Youtube Channel https://www.youtube.com/@thelinuxlugcast Peertube Channel https://nightshift.minnix.dev/c/linux_lugcast/videos

Previous Movie:spaceman https://www.imdb.com/title/tt11097384/

Next movie: Get Lamp https://www.imdb.com/title/tt1756529/

nginx load balancing https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/

minnix: webserver info

install nginx

I just created a files folder within the webserver root so the pull is simple https://file-server.com/lugcast_254.ogg

the site conf for file-server.minnix.dev is located in /etc/nginx/conf.d/file-server.conf

looks like this:

server { listen 80; server_name file-server.minnix.dev;

root /var/www/files;                                       

autoindex on;                           

location / {
    try_files $uri $uri/ =404;
}

}

then I proxy port 80 through npm

minnix: Tuya

https://www.medievia.com/

Our next recording date will be Dec 6, 2024 Our music is "Downright" provided by Klaatu and Broam and we would like to thank Minnix for the mumble server

Loading comments...