I believe that the only FS that absolutely need to be on the root partition are /etc and /var. The rest can be anywhere else with various degrees of tinkering. For /home to be moved, you should just need to edit your fstab (or your systemd mounts, depending on your distro).
- 0 Posts
- 15 Comments
BestBouclettes@jlai.luto Linux@lemmy.ml•Systemd (apparently this issue is still so hot that a D or a d makes a difference, whatever)13·3 months agoI really love all the 5+ years old articles about why systemd sucks.
It’s not perfect but it’s so much better than the plethora of different init methods Linux used to have. Also managing sysv init scripts sucked really bad.
It’s lightweight, most of it is optional, it’s declarative, it makes managing your systems much easier and it just works.
To provision VMs yes, to configure them I think Ansible works best. But you can call Ansible from Terraform.
BestBouclettes@jlai.luto Programmer Humor@lemmy.ml•When you're supposed to use Rust, but you only know Python...9·7 months agoIt’s probably both
BestBouclettes@jlai.luto Linux@lemmy.ml•How do you automount without a desktop environment?11·7 months agoYou can use udev rules and systemd mount or AutoFs.
https://wiki.archlinux.org/title/Udev
https://wiki.archlinux.org/title/Systemd#systemd.mount_-_mounting
BestBouclettes@jlai.luto Linux@lemmy.ml•Your Most Frustrating Configuration Experience?4·8 months agoIt was definitely a headache for me as well, but you need a guest agent (like vmwaretools or qemu-guest-agent), a cloud init ready template for the distro of your choice, a cloud init config file (network/user/vendor) and a custom SCSI/ide cloudinit cdrom mounted at boot on your VM. You also can find cloudinit logs on your VM to try and figure out what’s missing or what went wrong.
BestBouclettes@jlai.luto Linux@lemmy.ml•The least happy computer users: Those running Arch Linux & Firefox21·10 months agoOh shit, I was miserable back when I installed Arch. Dang, you might be onto something there!
BestBouclettes@jlai.luto Linux@lemmy.ml•The least happy computer users: Those running Arch Linux & Firefox351·10 months agoThat’s strange, apart from installing it, Arch is pretty painless to run if you’re not careless
Well it’s a good step in the right direction, not a massive difference but still
BestBouclettes@jlai.luto Linux@lemmy.ml•How to prevent files from being displaced? This protection should (somehow) persist through disk cloning.2·11 months agoYou can read about SELinux here or ACLs here. SELinux can be pretty complex if you’ve never used it, so make sure you understand it well. I believe it should be able to do what you want to achieve.
BestBouclettes@jlai.luto Linux@lemmy.ml•How to prevent files from being displaced? This protection should (somehow) persist through disk cloning.6·11 months agoI guess you can use ACLs depending on your filesystem, or SELinux user contexts.
Maybe it’s badly implemented where I work, but I feel it’s clunky and messy
BestBouclettes@jlai.luto Linux@lemmy.ml•Debian maintainer unilaterally strips KeepassXC package of a lot of features183·1 year agoHe’s not wrong but he sounds like a jackass. A minimal version sounds better than removing features that are present and used by people.
BestBouclettes@jlai.luto Programmer Humor@lemmy.ml•Wait... it's all backdoors ? Always has been bro...1·1 year agoThere are two types of backdoors, the ones that were fixed and the ones we don’t know about.
Yeah, I think I got it wrong, I thought about /usr, but it can be setup on a separate FS as well.