I’m not sure you’ll get nice performance in local network with small appliances (consumer network hardware, mini PCs and rpi 4). I’ve never got sub-ms network disk access on 1Gbps switch and router. In the end I’ve done the opposite - I’ve added one k8s host with a lot of storage, and any storage services are deployed there. All the other k8s services rely on local SSDs.
- 0 Posts
- 19 Comments
custard_swollower@lemmy.worldto
Linux@lemmy.ml•Daemon that kills processes using too much CPU
2·2 months agoOpen a console with top/htop and check if it will be visible when the system halts.
From my experience it looks like out of memory situation and some process starts swapping like crazy, or a faulty hdd that tries to read some part of the disk over and over again without success.
custard_swollower@lemmy.worldto
Selfhosted@lemmy.world•Using Immich in combination with NAS permissionsEnglish
0·3 months agoThere probably is a clever way that you could do it, but clever ways are easy to overstep, misconfigure and can be unreliable long-term.
custard_swollower@lemmy.worldto
Selfhosted@lemmy.world•Why isn't using a key file the most common way to log into self-hosted servers?English
0·3 months agoCongratulations, now your „password” (the 512-byte random key file) is stored as plaintext on your machine :)
With rate-limiting, non-trivial passwords are not viable to be brute-forced, so making them larger just doesn’t give you much.
custard_swollower@lemmy.worldto
Metal@lemmy.world•death/black/sludge metal and grindcore bands that use saxophone (or other wind instruments)?English
0·3 months agoThis is strictly jazz metal, but they have some sax:
The mood is pretty amazing. I’d recommend finding some streaming with better quality though.
custard_swollower@lemmy.worldto
Selfhosted@lemmy.world•Upgrading storage to usb drivesEnglish
0·3 months agoI’m running ZFS mirror on Ubuntu on a USFF machine with 2 external USB 2.5’’ drives. I do weekly scrubs, never lost any data even during power loss. Some of the 2.5’’ USB drivers are crap, I had to replace drive 2 times over last 5 years - while one of the drives is with me since the beginning.
I would say that a lot of people over-secure their local home file storage. If you use filesystem (or software) that does checksumming, your home data will be safe. Yeah, in case of power loss you may lose like 2s of last writes on ext4, and that won’t matter much for majority of people because it’s not like it’s your company’s only copy of internal data.
Rage Against Be Machine?
custard_swollower@lemmy.worldto
Linux@lemmy.ml•What all would you do to set up Ubuntu as a NAS?
0·4 months agoI’ve got Ubuntu + ZFS, and I’m pretty happy about it. No OMV, no Cockpit, everything is set up through a few ansible roles.
custard_swollower@lemmy.worldto
Linux@lemmy.ml•Have Nvidia drivers on Linux gotten worse over later generations?
0·4 months agoIt’s a bazzite issue. Many people share that the drivers are pretty reliable on other distros.
From experience, they got pretty good over last 2-3 years.
custard_swollower@lemmy.worldto
Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish
0·5 months agoAGPL means they are licensing it to you, they are not bound by the license because they are the copyright owners.
custard_swollower@lemmy.worldto
Linux@lemmy.ml•Is it so hard to get Nvidia GPUs working with Linux?
0·6 months agoNo, it’s not hard. By default open source drivers will run, but you can install the nvidia ones through driver manager and everything should just work.
custard_swollower@lemmy.worldto
Linux@lemmy.ml•Is it so hard to get Nvidia GPUs working with Linux?
0·6 months agoNo, it should work out of the box through the open source driver. But, for most people the Nvidia driver (closed) works without issues, you need to install it through driver manager app.
custard_swollower@lemmy.worldto
Linux@lemmy.ml•df showing a full (99%) ssd, but du only showing a fraction of that? UPDATED
0·7 months agoWhat folder did you run it in?
custard_swollower@lemmy.worldto
Linux@lemmy.ml•df showing a full (99%) ssd, but du only showing a fraction of that? UPDATED
0·7 months agoAs @Strit wrote, use sudo, as docker keeps its container, image and volume files under /var/lib/docker, and that folder is not readable without sudo (or root).
custard_swollower@lemmy.worldto
Linux@lemmy.ml•Ubuntu 25.10's Move To Rust Coreutils Is Causing Major Breakage For Some Executables
0·7 months agoYou know that you can change license of software that you own copyright to? You can take GPL code and change it to something else, but you can’t un-GPL existing released code. It’s the same thing with MIT.
The only people bound by the license are people who use it because it is licensed to them.
The difference is that organisation may develop MIT software without publishing their code.
custard_swollower@lemmy.worldto
Linux@lemmy.ml•I have an Nvidia GPU, can I game on Linux?
0·8 months agoNo, it has not „always been fine” - I’ve worked with people who disabled auto updates on their dev machines just to keep a specific kernel & driver version working together. Circa 2016 :)
custard_swollower@lemmy.worldto
Metal@lemmy.world•Maybe currently Germany’s hottest Heavy Metal act - The Night Eternal.English
0·9 months ago„Hottest” as in „deep in hell” or „suddenly very popular”?
custard_swollower@lemmy.worldto
Linux@lemmy.ml•Microsoft Tried To Steal A Project And Almost Got Away With It....
0·10 months agoStolen? It was forked as is allowed by the MIT license. With GPL as well there is no „you cannot fork” rule, you can do exactly the same thing. The author misunderstood that „you have to push the changes to upstream”, which is not in any of those licenses.

Downsizing. If you don’t need to run or keep stuff, then you don’t need so many servers and storage. You may run stuff on cheap mini-pcs.
Sleep: In my experience sleep sucks, I’ve spent long hours planning around sleep in homelab, like: when do I restart, do updates, when do I upload backups. I have Pi and at some point I realised some actions on Pi need my sleeping NAS… so I dropped all the sleep and now it works 24/7.