

Valhiem
I’m the Never Ending Pie Throwing Robot, aka NEPTR.
Linux enthusiast, programmer, and privacy advocate. I’m nearly done with an IT Security degree.
TL;DR I am a nerd.


Valhiem
A browser is a while different beast. Firefox has half as many lines of code as the Linux kernel, just for comparison. Security must be topnotch since the that model is to treat the website as if it is already malicious. Even with all of Firefox’s developers, it lags behind Chromium in sandboxing/isolation and exploit mitigations.




Alma is an LTS enterprise distro so gets pretty out of date after some time, and I don’t think it is significantly more bloated than Fedora because AlmaLinux is downstream of Fedora. Just uninstall the apps you don’t want on install. Even better is openSUSE Tumbleweed because the YaST installer allows for you to pick and choose every package (or group of packages) that makes it onto your final system.
What I usually do is sudo chown $USER -R /media/drive1


They specifically asked for a desktop operating system, so I recommended systems with a GUI. Proxmox comes with its own bloat, Arch would be far more minimal without the need for a bunch of dependencies.


If all you want is KVM, than any Linux distro + virt-manager will work perfect. My general recommendations for Linux distros are Fedora and openSUSE, because they are usually pretty up-to-date. Arch is also a good option, though not as stable. Choose KDE Plasma or GNOME when using GPU passthrough (because most guides will be made for either of these DEs).
I can’t tell if you are saying you literally mounted the drive at /media or that you mounted it at a subfolder, example: /media/drive1. The 2nd is the proper way of doing it.
Either way, glad I could help!
/run/media is for ephemeral mount points (like a removable USB drive). /mnt is for more permanent mount points. Idr what /media is for but I have seen some Linux distros also use it for removable media.
For managing drives and mount points I usually use gnome-disk-utility because it makes everything easier and it uses mount options like nofail by default. You can choose whether a drive requires password to mount in there too.
You can change that setting in your App Store (eg. Discover for Plasma)


They have so far.


Privacy, freedom to choose whatever I want, focus on FOSS (I hate/dont trust proprietary software), and security features for hardening Linux (Landlock, SELinux, Bubblewrap, sysctl, hardened_malloc).


Thanks for the info! Didn’t realize it was dash.


Rust (Golang or any mem-safe lang) is/are useful for designing secure applications, but not the reason Syd is so great. It is impressive because it is unprivileged, simple yet very granular, has tons of exploit mitigations and hardening options, defaults to hardened_malloc (on arm64 and x64), it’s multilayered sandbox (using landlock, seccomp, namespaces, and more), but of course being written in a memory safe language is an important plus (as memory corruption vulnerabilities are a very large class of common vuln). It abstracts the complexity of working with low-level sandboxing API (such as landlock) while allowing you still construct complicated sandboxes). The dev is also very open to add new ideas.
LMDE is mostly just the apps and visual config. It is verg close to regular Debian. I know for a fact it is basically just regular Debian because I have distromorphed it into Kicksecure several times, which only works on Debian.


I thought about it (and I might still) but the project is still in beta and implementing sysctl and MAC would slow everything down development-wise. Switching to Fish would be easy and cool though.


I am excited to see Chimera Linux mature because iy seems like a distro which prioritizes a simple but modern software stack.
Features of Chimera that I like include:
What I would like:
It started as a fork of the now defunct Mandriva Linux. Mageia isn’t a new Linux distro (in age). Otherwise it is just a normal Linux distro from what I can tell.