Install
Jellyfin
Open‑source media server setup, hardware decoding, plugins, and client apps for Jellyfin.
- 10 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Jellyfin
Kubernetes - Day - 03 - File Permissions, Bind Mount
1+ hour, 5+ min ago (24+ words) File Permission - chmod 600 <file_name> - chmod -R 6-- <folder_name> -... Tagged with devops, kubernetes, linux....
k3s statt Kubernetes: Warum die Rancher-Distribution unschlagbar ist
1+ hour, 54+ min ago (691+ words) Hier kommt k3s ins Spiel. Entwickelt von SUSE (bzw. Rancher), ist k3s keine abgespeckte Spielzeugversion, sondern eine hochkompakte, aber voll CVE-konforme Kubernetes-Distribution. Sie wurde speziell für IoT, Edge Computing und CI/CD-Pipelines konzipiert, hat sich aber längst auch als extrem robustes Fundament…...
Microsoft engineer explains why Windows gives new files the date of ones you deleted
2+ hour, 34+ min ago (769+ words) Suppose you have a file named articles.txt that you created yesterday. You delete it. A few seconds later, you create a completely different file named article.txt in the same folder. Then, strangely enough, when you open its Properties,…...
Automating Deployment with Github Actions
3+ hour, 8+ min ago (1511+ words) In the previous article, we learned how to spin up a functioning network and compute resources on AWS, and deploy our application on them. Let's remember a key architectural decision: our EC2 instance is in a private subnet, shielded from the…...
1,551 Elasticsearch and 1,462 Memcached Endpoints: Two Cache Layers With Different Defaults
3+ hour, 35+ min ago (836+ words) Two ZoomEye host searches collected on 18 September 2026 returned 1,551 observable services on port 9200 and 1,462 on port 11211. Port 9200 is Elasticsearch's HTTP interface. Port 11211 is Memcached's default listener. The counts are similar; the security stories are not. Elasticsearch: authentication that became a default…...
We wanted a Vercel + Supabase alternative without becoming full-time DevOps
3+ hour, 37+ min ago (986+ words) When we started building small products, Vercel plus Supabase looked like the obvious stack. It was a good way to get moving. The frontend deployed quickly. Postgres and auth were ready. We did not need to think about servers. Then…...
Backups and other lies
3+ hour, 55+ min ago (177+ words) Every sysadmin I know has the same secret: we do not actually back up half the things we tell other people to back up. I have been doing this for a decade. My recovery codes live in a directory called…...
I Built a Local AI Music Studio
4+ hour, 27+ min ago (1028+ words) I have a habit of starting projects because I want one very specific thing. Then somewhere along the... Tagged with ai, music, opensource, showdev....
Why my builds don't run on my laptop
4+ hour, 40+ min ago (531+ words) My React Native app has never been compiled on my own machine. Not once. That started as a limitation and turned into the thing that keeps my releases boring. During development I don't build at all. The JavaScript layer runs…...
Flet 1.0 Released: Build Production Web, Desktop and Mobile Apps in Python Only
5+ hour, 9+ min ago (534+ words) Flet is an open source Python framework that renders its UI with Flutter. You write Python, and Flet draws Material and Cupertino widgets on iOS, Android, Windows, macOS, Linux and the browser. No Dart, Swift, Kotlin or JavaScript required. Last…...