this post was submitted on 26 May 2024
541 points (95.2% liked)
linuxmemes
21222 readers
101 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nope, tried that, and still SABnzbd opened up in Firefox until I ran
sudo dnf remove firefox
. No clue why.As for the randomized mac, OHHHHH thanks! That's probably why when I put that config file there it was confused! I was unaware of this change, thanks again!
And thanks, I'll definitely check out your debloat guide, but I'm still going to have to do some learning and decide for myself because we'll be different. For instance I'm probably keeping kGpg unless I replace it with Kleopatra (ironically also a K haha). I'll definitely use it as a start point though!
What is a SABnzbd ?
the MAC is randomized but static, so you are somebody else for every network, but then stay the same.
Full MAC randomization causes major breakages though, and should be avoided.
The default hostname is also really unprivate, change it to
PC
withsudo hostnamectl set-hostname PC
.https://sabnzbd.org/
Just Usenet shit. The important part is when you run the program it opens up your default web browser, which in my case was perpetually firefox and idk why.
I've had mac rando on on fedora in the past and am running Graphene with it on by default, no breakages so far in about 2-2.5yr. Maybe my usecase doesn't need static MACs. The only issue is my home wifi says "a new device has been connected" every time I connect, but like, that's fine.
Good point on the hostname though, I usually use a specific name per device for my own sanity but maybe I should make them all generic "PC."
xdg-open will open the default browser. This is likely an issue with that app having firefox hardcoded, or detecting it and using it when detected or some stuff.
People that dont have problems dont have a lot to add in terms or arguments :D
There are 2 types of MAC rando, and GrapheneOS uses full per-connection rando by default.
If you are in networks where access is controlled via the MAC, this will break. Static randomized (in grapheneOS "per network") like on Fedora dont have this issue at all, this should really be default always.
But it does not protect against certain levels of tracking.
Also randomized MACs may fill up certain router softwares and cause DHCP to fail because it tries to remember every connected device "for security" (FritzBox in my case).
Thing is though, it exhibited the desired behavior on Fedora 39 Gnome, if it was just how SABnzbd rolled I'd expect it to do it back then too, but since it's new behavior I suspect it's something else.
Yeah it does clog up the router a bit but I think in my case they auto-clean the older ones out.
Strange. Make sure to contact the devs though, as KDEs settings always worked for me reliably.
I may do that, but honestly instead of doing any testing I kinda just immediately said "fine, you don't wanna do it? Uninstall howbout now?" So idk if I have much valuable data for them.