Mastering UID/GID Mapping in Proxmox LXC Containers
Unlock seamless file sharing with proper UID/GID mapping
Stop chmod -R 777 roulette. π₯οΈ
Fix βnobody:usersβ in unpriv Proxmox LXCs with proper UID/GID mapping: why +100000 exists, the exact lxc.idmap lines, and clean NFS/SMB bind mounts.
No day drinking required.
π diymediaserver.com/post/masteri...
28.10.2025 15:07 β π 1 π 0 π¬ 0 π 0
How to Install and Configure Tdarr for Media Library Optimization
Installing Tdarr In an Unprivileged LXC with Quicksync
A complete guide on setting up Tdarr in an unprivileged LXC container with Intel QuickSync support.
β
Automated H.265 conversion
β
Reclaim TBs of storage
β
Hardware acceleration
I have already saved over 700GBs in just two days.
diymediaserver.com/post/setup-t...
21.10.2025 13:31 β π 0 π 0 π¬ 0 π 0
The Complete Guide to Securing SSH on Your Server
Step-by-step SSH security best practices to protect your Linux server
Secure SSH? Think of it as putting pants on your server. Keys, no-root, firewall, Fail2ban.
The partyβs invite-only now.
diymediaserver.com/post/complet...
09.10.2025 18:16 β π 0 π 0 π¬ 0 π 0
How to Upgrade Debian 12 to 13 in Proxmox LXC Without CREDENTIALS Errors
Fix systemd credential issues and upgrade your Debian LXC containers on Proxmox 9
POV: You decide to "quickly" upgrade your Debian LXC containers to Trixie, because Reddit said it was easy.
Turns out systemd 256+ said "nah" to unprivileged containers.
Good news: There's a 5-minute fix.
π diymediaserver.com/post/upgrade...
#Homelab #Proxmox
19.09.2025 12:38 β π 2 π 0 π¬ 0 π 0
How to Install Docker on Debian for GPU Passthrough and Transcoding
A Practical Guide to Docker GPU Passthrough on Home Servers
Reddit: βGPU passthrough in Docker is easy!β
Reality: 3AM, permission denied on /dev/dri, Jellyfin ignoring your GPU and beating your CPU like it has an unpaid gambling debt.
Hereβs the guide that actually works:
π diymediaserver.com/post/install...
03.09.2025 15:38 β π 3 π 0 π¬ 1 π 0
GPU Passthrough with Proxmox: A Practical Guide
Turbocharge Your VMs with Intel QuickSync and PCIe PassthroughβWithout Breaking Your Host
Want Jellyfin to transcode with Intel QuickSync without bricking your Proxmox host?
Hereβs the step-by-step GPU passthrough guide I wish I had:
π diymediaserver.com/post/gpu-pas...
21.08.2025 13:52 β π 0 π 0 π¬ 0 π 0
Just upgraded:
Proxmox 8.4.11 to 9.0.5
PBS: 3.46 to 4.0.14
Took about 20mins to do two servers and one backup server.
These guides are perfect:
pve.proxmox.com/wiki/Upgrade...
pbs.proxmox.com/wiki/Upgrade...
So far everything is running fine.
17.08.2025 13:36 β π 0 π 0 π¬ 0 π 0
Master the Basics - SMB Guide for Media Servers
Install, configure, and run SMB like you own the network (because you do).
Running SMB without knowing the config options is like driving stick without knowing what a clutch is.
Fix that.
Hereβs my guide on how to install and configure SMB.
π diymediaserver.com/post/smb-gui...
13.08.2025 15:54 β π 1 π 0 π¬ 0 π 0
Master the Basics - NFS Guide for Media Servers
How to share files without giving hackers or housemates the keys to your kingdom
Running NFS without root_squash? Bold. Not so smart, but bold.
NFS Squash Decoder:
β
root_squash:
Remote root becomes nfsnobody.
βno_root_squash:
Remote root stays root.
β οΈall_squash:
Every user maps to anonuid.
Hereβs how to squash smart and stop the chaos:
π diymediaserver.com/post/nfs-gui...
06.08.2025 13:10 β π 1 π 0 π¬ 0 π 0
Jellyfin + Intel QuickSync in Unprivileged LXC - The Complete Guide
Give Jellyfin real hardware transcoding. It is easier than you think.
I keep seeing comments like this: "You can't do GPU passthrough in unprivileged LXC!"
That is Complete Bullπ©.
I set up Intel QuickSync transcoding in an *unprivileged* LXC on my Proxmox server. Here's the complete guide:
Yes you can access NFS shares too.
π diymediaserver.com/post/jellyfi...
27.07.2025 14:20 β π 0 π 0 π¬ 0 π 0
Why I Ditched My VM NAS and Went Bare-Metal (And You Should Too)
From Fragile VM to Bulletproof Bare-Metal NAS
Is your VM NAS a ticking time bomb?
Mine βmostly workedββ¦ until Jellyfin in an unprivileged LXC lost half my library.
Mounts failed. Containers booted too early. Total chaos.
Why I Ditched My VM NAS and Went Bare-Metal
(and regained some of my sanity back):
π diymediaserver.com/post/why_i_d...
24.07.2025 13:34 β π 0 π 0 π¬ 0 π 0
πͺ¦ RIP my old Dell PERC H310. You had a good 10 year run. Now replaced with a new to me LSI 9300-8i. I hope it gives me another 10 years or more.
17.07.2025 21:12 β π 0 π 0 π¬ 0 π 0
My wife has said the same. I see it as another life insurance policy. I'm working on simplifying and documenting my setup so she can just hand the documents to someone and they can fix it or tear it down.
11.07.2025 16:40 β π 1 π 0 π¬ 0 π 0
Is it still a homelab if the whole family notices when it goes down?
Feels less like tinkering, more like running a business⦠with impossible-to-please clients.
Congrats! Youβre now CIO, CTO, sysadmin, and helpdesk. All unpaid.
And yet somehowβ¦ itβs still fun.
11.07.2025 12:11 β π 0 π 0 π¬ 1 π 0
Two Years of LXC Hell - Why I Crawled Back to Docker (And You Should Too)
How I Escaped LXC Hell and Built a Media Stack That Doesnβt Suck
I spent 2 years running the Arr suite in unprivileged LXC containers.
It was *fine* until NFS ghosts, stale handles, and permission errors drove me insane.
I rebuilt it all in Docker Compose. It finally works.
Hereβs the setup I shouldβve used from the start:
π diymediaserver.com/post/two-yea...
06.07.2025 14:19 β π 0 π 0 π¬ 0 π 0
Yeah, Iβve been radio silent. Between upgrading the blog and dodging the flaming dumpster fire that is U.S. politics right now, social media just hasnβt been the vibe. But donβt worry, Iβm still building, still planning on writing more, and still helping orhers anyway I can. Hang in there.
01.07.2025 19:45 β π 0 π 0 π¬ 0 π 0
Docker vs Mutiple LXCs for the Arr Suite
Why Docker in a VM beats multiple LXCs for your media automation stack
Moved my entire *arr suite from 7 LXCs to Docker in one VM.
Networking issues: gone.
Permission headaches: gone.
Update complexity: gone.
Why I feel Docker is better solution than separate LXCs for the *arr suite:
π diymediaserver.com/post/docker-...
22.06.2025 13:49 β π 0 π 0 π¬ 0 π 0
Some of you are asking why I brought my Arr stack back to Docker from LXCs. I'll have a post about my reasons soon.
Also others are asking for my complete Docker Compose and .env files. I will share these with everyone soon.
Right now I'm focusing on the blog to bring you a better user experience.
16.06.2025 18:49 β π 0 π 0 π¬ 0 π 0
After months of juggling Sonarr, Radarr, SABnzbd, etc. across separate LXCs, Iβve moved the entire Arr stack back into a single Docker VM.
Less overhead, easier updates, and cleaner permissions.
Sometimes consolidation beats isolation.
#homelab #docker #selfhosted #arrstack
15.06.2025 14:35 β π 5 π 0 π¬ 0 π 0
Testing out Debian 13 (Trixie) for my NAS. Feels a lot less bloated than Ubuntu 24.04. Once released, I'll be migrating all of my VMs and LXC containers back to Debian. I just feels more like home than Ubuntu ever did for me.
13.06.2025 12:23 β π 1 π 0 π¬ 0 π 0
I would love to use CEPH but, I don't have the network gear to take full advantage... Yet.
25.05.2025 12:20 β π 1 π 0 π¬ 0 π 0
Adding a 3rd Proxmox server to the mix. I might have a problem. Now the question is to cluster or not. I have no need for high availability so leaning to not.
23.05.2025 15:49 β π 0 π 0 π¬ 1 π 0
In a world where streaming services keep jacking up prices...
One man said "no more."
Armed with Proxmox, Docker, and a dangerously optimistic MergerFS config..
He built a self-hosted empire with Jellyfin, Sonarr, and sheer stubbornness.
This summer..
"Terminal Velocity: Rise of the Media Server"
13.05.2025 11:56 β π 0 π 0 π¬ 0 π 0
Added 24TBs of storage to the NAS this weekend. Now I have a total 81TBs of available. I see more Linux .iso files in my future. π
05.05.2025 17:42 β π 1 π 0 π¬ 0 π 0
Back in the day, running a WWIV BBS at 14.4kbps and 28.8kbps was like owning a nightclub where three people showed up: me, a troll, and a guy trying to crash the system. I miss the simpler times. #SysopLife #619 #760
25.04.2025 13:18 β π 0 π 0 π¬ 0 π 0
Upgraded to Proxmox 8.4 last weekend and everything is still running fine.
- 25 LXCs
- 5 VMs
- 2 Servers
- 1 ZFS Pool
Have you upgraded?
19.04.2025 11:26 β π 0 π 0 π¬ 0 π 0
Docker helps developers bring their ideas to life by conquering the complexity of app development.
The Universal Operating System; items posted automatically from https://micronews.debian.org and https://bits.debian.org.
https://www.debian.org
Advocate | Agitator | Organizer | Activist
Defend Freedom | Nurture Earth | Do Good
#Anonymous #Op3E #OpEyesUp #OpDC
demographically interesting
think i made a bad post? send me $5 and i'll delete it soap.systems/donate.md
πΏ Mr. Morale - Kendrick Lamar & Tanna Leone
The AI-powered developer platform to build, scale, and deliver secure software.
The official Bluesky account of the most reliable cybersecurity news platform brings exclusive dark web, tech, hacking news, and much more. Contact: admin@hackread.com.
We are Anonymous, we are legion, we do not forgive, we do not forget. Expect us. #Antifa without apology! Come at us, bro! +1-760-706-7425
Web: https://youranon.news
twitter: @YourAnonNews
mastodon: nerdculture.de/@youranonnews
#Anonymous: Actions Not Nouns. All that exists is interaction. #BindingChaos #3E https://spookyconnections.com/
Support, awareness and discussion of Mental Health related issues within the collective and outside.
#OpMentalHealth #OpStopSuicide #OpLove #Anonymous
Veilid chat: AnonymousOpMentalHealth
https://medium.com/@anonymous-opmentalhealth
In the name of all #digital warriors, we warriors promise to participate in the #Anonymous. #HackThePlanet #AnonOps #infosec #Antifa π΅πΈ Support For #ΠSF
π΄
π
https://anonymous-france.info/
#CyberSecurity & #AnonNews
https://twitter.com/YourAnonRiots
Lift the pedosadist / trafficking networks and the entire global oligarchy will be in the net. - Heather Marsh, 2014 #OpDeathEaters #Anonymous
We are #Anonymous, an internet-based international collective from all around the world | Get the latest updates on global conflicts and Anonymous Ops
We are Anonymous. We are legion. We do not forgive. We do not forget. Expect us. YourAnonOne on X.
Armed with poison-tipped pens, we slash through the golden shroud of power, twirling over the tomb of oligarchy. #Anonymous
Rocky Linux is a community-driven Enterprise Linux distribution, for HPC, AltArch, and beyond. | π @rockylinux@fosstodon.org | ποΈ @resf.org
πΎ Hypernode is your feed for #BBS culture, #ASCII aesthetics, and terminal-era tech! Your new source for what's hype in the underground #TEXTMODE world. Need proof? Scroll below!
π Telnet://HYPERNODE.DDNS.NET
Follow me if youβre a nerd who likes computers, Linux, games or engineering. I follow back