

Realistically, probably not much for people outside of the tech industry. People will use the best tool for the job, and whether it’s foss or not won’t matter.
Hello there!
I’m also @savvywolf@furry.engineer , and I have a website at https://www.savagewolf.org/ .
He/They
Realistically, probably not much for people outside of the tech industry. People will use the best tool for the job, and whether it’s foss or not won’t matter.
Mint. It just works and Cinnamon is a good DE (ui design peaked in the Windows XP days). Plus you also get all the software built and tested for Ubuntu without the bullshit of using Ubuntu.
For my server I use NixOS, because having one unified configuration is so nice.
Skipped to the “ugly” part of the article and I kind of agree with the language being hard?
I think a bigger problem is that it’s hard to find “best practices” because information is just scattered everywhere and search engines are terrible.
Like, the language itself is fairly simple and the tutorial is good. But it’s a struggle when it comes to doing things like “how do I change the source of a package”, “how do I compose two modules together” and “how do I add a repo to a flake so it’s visible in my config”. Most of this information comes from random discourse threads where the responder assumes you have a working knowledge of the part of the codebase they’re taking about.
It’s relatively trivial, you just need to write a kernel module. You’d just need/want to make it gpl so everything it does is fully audited and transparent. That’s not a problem, is it? Right?
From a technical standpoint, you could argue that someone could create a fork of the kernel that spoofs the interface that the anticheat uses to make it ignore things. You can, of course, also do something similar in Windows, but security theatre never let practicality get in the way.
Daily backups. Then you can have as much wild ambition as you like. Disk failures do not care for your permissions bits anyway.
Practically though, one thing I find that’s a good habit to get into is to use rmdir
on directories that you know should be empty instead of rm -rf
. If you’ve made a mistake and try to delete the wrong folder, it’ll error out.
Ah. If this is a new build that suggests a hardware issue. Can you try running with only one stick of RAM and/or xmp disabled to see if that fixes things?
What do you mean by “green screen of death”? Is there any text or something you can transcribe or screenshot for us?
I meant in the Passwords and Keys app below, sorry should have specified!
If you want to keep autologin enabled, you can also just set the password to nothing (that is, when you’re setting the password, just press enter without typing anything) to disable the password.
Saves having to mess with the .desktop files.
Does it mention something about “your login key was not unlocked when you logged in”?
If so, open up the application called “Passwords and Keys” (or “seahorse”), right click on “Login” > Change password and set it to match your Linux user account.
> Claims to support xdg.
> Stores config in ~/.matchctl.conf
Yet another dating app that gives me trust issues. ;_;
MIT license, for those wondering.
https://en.m.wikipedia.org/wiki/Magic_SysRq_key
Alt+SysRq+C, although your distro may have it disabled by default.
A fair warning though, safety is relative and crashing the kernel can be destructive. Make sure you have backups when breaking things.
Ubuntu back in the Gnome 2 days.
For my main desktop I use Mint because it just works, widely supported and Cinnamon is good (sadly no Wayland yet. ;_;). I also use Home-manager for my configuration because it allows me to easily just specify my config as a set of files I can check into git.
For my server, I use NixOS, because having all my configuration in a few text files is very nice to get an overview of what my server is doing.
It’s the directory that needs to be writable to delete files, not the file itself.
Although the immutable bit (if that’s what you’re talking about - I thought you meant unsetting the write bit) might change that, I’m not sure.
The home directory would need to be immutable, not bashrc.
I don’t think that actually works; the attacker could just remove .bashrc and create a new file with the same name.
In an ideal world, a search engine will point to this thread, where the answer is the topvoted comment.
With the death of Stackoverflow and Reddit, hopefully Lemmy can fill the void of an information archive. :P
Because people have conversations and then clickbait youtubers overexaggerate it.