

And they have a great community too. I especially like their off-topic threads e.g. the photography and music ones.


And they have a great community too. I especially like their off-topic threads e.g. the photography and music ones.


IIRC, no. But I’m not sure, it’s been a couple of years.
deleted by creator
If you just wanna use it as a backup, and not access stuff from it directly, it’ll be easier to forego rclone_mount and just use rclone directly to backup stuff on a schedule. That’s what I do.


I have a Kobo Clara 2 BW, and just keep the Internet off. I use Calibre to transfer files to it.
I use rclone to create encrypted backups of some important stuff on OneDrive.


I mean, you can just install Discover on EndeavourOS if you want.


Everyone has listed a lot of reasons, and there’s also https://manjarno.pages.dev/ which pretty much sums up all the technical reasons.
I’d just like to add why I switched. I used Manjaro for a couple of years, and suggested it to friends and family for a while. It was fine when it worked. But when it didn’t, it was a pain to figure out wtf was wrong. Their forum wasn’t helpful, and you can’t get help in the Arch forums, because it’s just different enough. Also, whenever something broke, their logic was always backwards. Like SSL broke for the 5th time, just roll back your clock guys. It felt like being in an abusive relationship with a distro.
I finally switched to EndeavourOS some 4 years ago, and it’s been very smooth ever since. In fact, I’ve had a good experience with pretty much every distro that I’ve used long term (e.g. AlmaLinux, Debian, Fedora, and even Ubuntu), except for Manjaro.


I like EndeavourOS because it’s pretty much vanilla Arch, just with a nice installer. (Although we do now have the archinstall script.) After installation, there’s pretty much no difference. Also, I like the logo. I only installed Arch once for the bragging rights lol.


I’ve installed Fedora on my sister’s laptop, and I barely have to do any maintenance. She’s not very technologically minded, but it’s been solid nonetheless. I don’t use Fedora on my machines, but for someone else, it is what I recommend.


As far as I know, KDE’s gestures aren’t customizable yet. They were introduced about a year ago, and for now, they’re linked to specific actions. But, there seem to be efforts to make them customizable.
For your other issues, they’re related to those specific apps. You’re more likely to get support if you file an issue in their GitHub/support forum.


I’m confused. What do you even mean?


It seems that I’d still need to modify net.ipv4.ip_unprivileged_port_start=80 in sysctl, which I don’t want to do. If I do it, the socket isn’t even strictly necessary.


Just a couple of friends use it. But I’d like to use this as a learning opportunity and do it the proper way. It seems that if I turn of masquerade in general, and use firewalld fine-grained rules to enable it when I actually need it, I might be able to achieve what I want. I’ll post an update to the original post if I can get it to work.


This is interesting. I need to figure out how it works for podman and it’ll be the perfect setup.


I think it’s the masquerade that’s causing problems for me. I have to keep it enabled since I’m running a tailscale exit node. But maybe I can selectively disable it here.


But that just makes most ports unprivileged. That is a solution, but less preferred than my current one.


I mentioned in the post that it seems to make the client IP opaque to caddy.
I like
quadlets, but I wishpodletcould handle translating external networks. Right now, it just fails, and needs manual intervention. Also, afaik, there’s no way to preserve comments when translating.For me, it’s the opposite. I vastly prefer the compose syntax. In general, I guess I prefer
yamlbased syntax totomlorjsonbased ones. It’s just more readable due to the indentation.