Minutes 2025-09-18
- Many people again today!
- People had to sit on the sides of the room
- This often happens on the meetings immediately following K-Day
- Holding off on moving all future meetings to a larger room until we're sure attendance is stable
- Introductions!
- Forgot to do this last meeting
- Name, Year, Major, Distro
- Noah tallied each person's distro of choice
- Arch was the clear winner
- Full breakdown in attached pie chart
- Pie chart was generated from the list of distros with command:
python3 -c " import matplotlib.pyplot as plt, collections data=open('tally.txt').read().splitlines() c=collections.Counter(data) color_map={ 'Alpine':'#0D597F','Arch':'#1793D1','Bedrock':'#333333','Debian':'#A81D33', 'Fedora':'#294172','Gentoo':'#54487A','Mint':'#87CF3E','NixOS':'#5277C3', 'Not Running Linux (YET)':'#999999','RHEL':'#EE0000','Ubuntu':'#E95420' } labels=[f\"{name} ({count})\" for name,count in c.items()] colors=[color_map.get(name,'#cccccc') for name in c.keys()] plt.pie(c.values(), labels=labels, autopct='%1.1f%%', colors=colors) plt.show() "
- Pie chart was generated from the list of distros with command:
- ZFS by Noah!
- For more details, see: Minutes 2025-01-16 (the last time I gave this talk)
- BTRFS also exists
- "If you mention the word 'BTRFS' in the LUG Discord, a mysterious entity by the name of 'Sarten X' may materialize from the depths to give some opinionated takes" - Anonymous LUG member
- Our mirror server is FreeBSD+ZFS, works great
- Kinda ironic the Linux mirror server isn't running Linux
- We also don't even mirror FreeBSD on Mirrors...
- Jellyfin is a thing!
- Mirror of Blender Open Studio Films (all Creative Commons licensed)
- Let me know if you want to have a login to stream them!
- Soon to be migrated to a bare-metal server from the current jank VM

