Cyberpunk worked out of the box for me, but senua 2 absolutely refuses to start no matter what kind of voodoo I try ("fatal error"). I seem to always be on the opposite spectrum of protondb mint users I swear.
I've had this issue many times as well. I've found changing the MTU would help since it seems some filter specific ranges. Doesn't always work but I've had more success than failure doing so
This thread has provided genius ideas I somehow never thought of, and I'm totally stealing them for my sites lol.
It always amazes me that they're able to do so much for voyager after all these years. Had I been the one to make it, I'd be like "space junk now" after the first problem because I doubt I would have come up with all the amazing redundancies they did.
How did I not know websites did this. Here I was always trying to guess the urls a few times before giving up lol. Today I learned...
Thanks for the extension suggestion too!
Seems phishy.
I'm a Linux mint user for my main system and am no beginner. As others have said, it's friendly to both beginners and advanced users, it's good to see you've made that choice.
That being said, don't stop there. Whether it's in a virtual machine or some old laptop, also try one of the "from scratch" systems. I went with Gentoo and that is the root of where a ton of my Linux knowledge started. It's my favorite distro simply because it has that history for me. You'll find everyone has their own favorites for their own reasons, so be sure to explore and find the one that you enjoy and helps you learn.
Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I'm off the field with my question lol
I've heard and seen folks say rooting Android is a huge security risk and adds an attack surface, but haven't seen anything to support the claims, really. Yes it's less secure for the average person, who doesn't know anything about security, to root an Android, but to say it's completely insecure without any supporting explanation (not you in particular, just in general when this is said) doesn't help. I like to imagine it like installing Linux and being told to trust the distribution you installed, but they disabled root and removed sudo because it's insecure.
The reason I root is actually for both security and privacy. Without it, I can't use custom firewall rules to restrict apps and system processes from reaching out to the internet or local network devices (AFWall+), have a local hosts setup (Adaway), run a VPN to my home network (Wireguard), and monitor all app network process calls (PCAPdroid) at the exact same time. It also prevents me from being able to create custom cron jobs and custom system changes I need that have only root access.
Being that I am also home 95% of the time with my phone on my person at all times, physical attack surface is less concerning for me, too.
With that all being said, the (assumed) excuse that "malware" is the security risk with root makes no sense to me because whether or not I have root access, phone malware probably doesn't need it in most cases since they're exploiting non-root things so that they can target the majority, not minority. Not to mention I rarely ever even install apps on the phone and most of my web surfing is done on my laptop, not my phone.
This isn't really a "Linux" problem. Calling it a Linux problem implies all distros do the same thing out of the box because it's a part of the core system. Systemd has a file, /etc/systemd/resolved.conf
which has one line DNS=
that you can add the servers you want. It's as simple as that. If you're using Dnsmasq for DNS instead, you'd edit the Dnsmasq file. If you're not using my of those (i.e. you removed systemd-resolved, Dnsmasq, etc) then you can just edit the /etc/reeolv.conf
directly without worry of it being overwritten.
While many distros come with systemd out of the box, not all of them do. For example, I use Gentoo with rc and after editing my resolv.conf, never had to worry about it again unless I decided to install a custom DNS software on it later.
I read many replies to your post as "DNS software shouldn't be allowed to change DNS settings" for the most part, and that doesn't quite make sense to me. If it's a problem, remove said software. Browsers are definitely annoying in the DNS front, I won't disagree with that. Fortunately, they allow you to turn that off though.
Just ran a Wireshark on it for 12 hours. The only thing it ever does is a frequent ping to their home site, but includes no useful data other than an IP address if you're not on VPN. I wouldn't worry about it personally. If it's a big deal, DNS block darkreader.org or block pings to it through your firewall... Chances are it's just to download the latest css rules when they have them or something.
My family uses a custom Todo list on home assistant. I've got a separate dashboard of items we can just click to add to the grocery list, and then when shopping, checking them will move them out of the way. Very convenient, quick, and shared. So if you use HA, it might be good option, especially since you're wanting something simpler (I was in the same boat)