My choice is OpenWrt and specialized hardware. It is much better suited for home use and has much lower power consumption (i.e. silent). Right now I’m looking for replacement for my home router and going to buy one of Banana Pi boards. However in the US the optimal choice may be different.
- 1 Post
- 363 Comments
mdam doesn’t work on either my Trixie or 26.04 install
What? Do you mean it is incompatible with Mac OS software RAID implementation? This does not mean it doesn’t work. You will also be unable to read your software RAID if you insert disks into hardware RAID device.
Much more common than is should be.
The current stable release is Debian 13. Choosing 12 is nonsense.
If you are choosing between Fedora and Debian, definitely go with Debian. Fedora evolves too rapidly for professional use, and its administration requires excessive effort.
I didn’t try many of them. I use Ansible for my job, but sometimes I hate it. I would try Terraform/OpenTofu or Salt if I were looking for alternative.
I’m hoping that’s just because I installed them on the same disk though.
No. It does not matter where they are installed.
Usually Grub successfully finds all distros installed. I guess that it fails because of some Atomic distro differences. If you use Grub from Fedora Atomic, it should also find a “normal” distro.
deleted by creator
bizdelnick@lemmy.mlto
Linux@lemmy.ml•Hannah Montana Linux Reborn (Codename: BestofBothWorlds)
81·28 days agoWhat is it and why should we care?
you don’t really need to scale a homelab that much
Maybe. But you never know this beforehand.
if something breaks, you just want to quickly fix it manually because “doing the Ansible” is more of a pain
In most cases you just need to replay a playbook for quick fix. But I agree that the proper fix will likely take a longer time (while downtime is much shorter).
now idempotency and documentation-as-code is out of the window.
Let @BruisedMoose@piefed.social decide.
P. S. I don’t like Ansible, other tools can be easier to use. But I don’t want to recommend something concrete.
It is hard, if even possible, to keep documentation up-to-date. Better use a configuration management system (salt, ansible etc.) for your servers. Yes, you need to learn how to use it. Yes, it will take a longer time to make changes in your configuration. But as a result you’ll have a self-documented configuration-as-a-code that will allow you to scale your setup as you need. Reproducing something won’t require reading your notes, remembering your actions etc.
Absolutely wrong. Only the manual (I mean official documentation, not a “howto” in someone’s blog) can provide you a complete and up-to date information.
It depends on what you mean by “local private network”. Probably, you need samba.
It doesn’t hide what’s under the hood and permits to fix/modify it. Yes, I’m a nerd.
I have no idea. It depends on your locale on mac.
You probably need to pass the
iocharsetmount option.
In matrix, chats with e2e encryption are protected from hoster even if they would try to steal your data.
bizdelnick@lemmy.mlto
Linux@lemmy.ml•foreach - Bash alias to execute command on each line
2·3 months agoI almost never use
xargs. The most common case for it isfind, but it is easier to use its-execoption. Also, withfindyour example is incorrect. You forgot that file names can contain special characters, the newline character in particular. That’s why you need to pass-print0option tofindand-0option toxargs.

Yes, it is normal.