Not everyone does online banking (I don’t), and it’s possible to warn your family about scams. If the information isn’t there, you don’t need to lock it down. Of course, that just moves both the security and the accompanying inconvenience off the computer and into the real world.
- 0 Posts
- 243 Comments
If you’re not encrypting or RAIDing your root fs, you may be able to get away without an initrd at all. You just need to make sure you build enough drivers into the kernel to be able to mount the root fs. Once that’s done, the kernel will be able to late-load any other needed modules or firmware. (The machine I’m typing on right now has no initrd, and neither do any of my others.)
It natively require you to compile the kernel
Nitpick: precompiled kernels are now available as
sys-kernel/gentoo-kernel-bin, but you certainly can build your own (I’ve done that for two new machines in the past six months).“sysrescuecd” which is based on gentoo
It used to be, but isn’t anymore. Try booting the Gentoo minimal install image for your arch instead.
Call me weird, but the cursors are just about the only visual element of my desktop that I don’t customize. Boring default X cursors all the way!
nyan@sh.itjust.worksto
Linux@lemmy.ml•Which browser would work with lightning ⚡ speed on a machine having this specifications ??🤔🤔🤔
3·13 days agoI doubt they could even run a modern OS with a light DE.
They could, actually—it’s been about a year since I retired a machine with specs as bad or worse that ran Gentoo with TDE, and it was useful enough for many things. Web browsing was not one of those things, however.
Unless you deliberately set out to compile a minimalistic custom kernel, less than half of them. Problem is, you may not be able to easily tell which half.
I think you might be able to deactivate this one by turning off XFRM support in a custom-configured kernel, at the cost of losing some types of tunneling. Not going to actually test that, though.
nyan@sh.itjust.worksto
Linux@lemmy.ml•The anti-minimalist backlash is the bigger story behind Oxygen’s revival
2·23 days agoEvidently they’ve never visited one of those suburban subdivisions in their own country where all of the houses are built to the same blueprint. Same effect, slightly different scale.
nyan@sh.itjust.worksto
Linux@lemmy.ml•The anti-minimalist backlash is the bigger story behind Oxygen’s revival
5·23 days agoThe largest one is probably the lack of churn. I don’t have to relearn what things look like or how controls function every few years (or where settings have migrated to, or how to accomplish random-obscure-thing-I-might-need-to-do-once-a-year). It lets me get on with whatever I sat down at the computer to do in the first place, which was almost certainly not tinkering with the DE.
It’s also light on resources, since it dates to the days when a single core and 1GB RAM was considered a pretty decent system.
(Note that TDE, which is what I am using, is still well-maintained—it’s just that the people working on it consider keeping the original look and feel to be one of their goals.)
nyan@sh.itjust.worksto
Linux@lemmy.ml•The anti-minimalist backlash is the bigger story behind Oxygen’s revival
7·24 days agoA dislike of minimalistic interfaces is not the only reason that I am using twenty-plus-year-old styling (older than Oxygen, even) on a DE of the same vintage, but it is one minor reason.
nyan@sh.itjust.worksto
Linux@lemmy.ml•The anti-minimalist backlash is the bigger story behind Oxygen’s revival
8·24 days agoReal checkboxes can also take effect immediately, and have much better visual cues. The submit button was intended to save older computers the extra monitoring load of having to keep track of the state of every control all the time—it has nothing to do with control styling.
nyan@sh.itjust.worksto
Linux@lemmy.ml•New Linux PamDOORa Backdoor Uses PAM Modules to Steal SSH Credentials
2·26 days agoActually, you don’t even need Redmond in the equation, just normal media shenanigans. Doomsday warnings sell more
newspapersad impressions than “Minor security issue here, patch when available.”
nyan@sh.itjust.worksto
Linux@lemmy.ml•Dirty Frag: Universal Linux LPE - allows any unprivileged local user to gain root access on a vulnerable Linux system - no patch available
10·28 days agoI’ve encountered a couple of people who use them as remote cameras to observe their 3D printers. That suggests a bunch of other possibilities for things you want to be able to watch or listen to without standing over them and without buying an extra webcam to cover what might be a temporary need.
Hmm? Unless you’re trying to run the most recent build of Gnome, the set of software that actually requires systemd is pretty small. There’s a list somewhere on the Gentoo wiki. What exactly are you having problems with?
nyan@sh.itjust.worksto
Linux@lemmy.ml•Here's an easy way to handle multiple Firefox profiles on Linux
5·1 month agoIn Firefox, I don’t remember having something similar. That was like 5+ years ago, I believe profiles were there, but perhaps less easy to use.
The profiles feature in Firefox haa been there for a long, long time—more than a decade, and possibly longer than Chrome has existed—but not many people read the documentation to find the command-line switch to evoke the selector, and they’ve never been terribly easy to find from inside the GUI.
nyan@sh.itjust.worksto
Linux@lemmy.ml•Copy Fail (CVE-2026-31431) is a trivially exploitable logic bug in Linux, reachable on all major distros released in the last 9 years. A small, portable python script gets root on all platforms.
6·1 month agoWell, it often feels like every “Linux security issue” flagged in the tech press is a privilege escalation, but I admit that I haven’t sat down and done the math.
nyan@sh.itjust.worksto
Linux@lemmy.ml•Copy Fail (CVE-2026-31431) is a trivially exploitable logic bug in Linux, reachable on all major distros released in the last 9 years. A small, portable python script gets root on all platforms.
33·1 month agoExactly. It’s Yet Another Privilege Escalation Vulnerability. Unless you’re dealing with a multiuser machine, the attacker first needs to use some other vuln to get into an unprivileged account. Without that additional vulnerability, this exploit is useless.
nyan@sh.itjust.worksto
Linux@lemmy.ml•Three years of Rusty sudo - Trifecta Tech Foundation
6·1 month agoWe don’t talk about 1997. It might hear. 😱
As a long-time Gentoo user, I can tell you that it’s perfectlly capable of producing both a useful gaming rig and a useful server, provided you have some idea of what you want to end up with.
Proprietary nvidia drivers should be straightforward enough:
emerge nvidia-driversand blacklist the nouveau module (or compile a custom kernel that doesn’t contain it). You’ll probably want to read what the Gentoo wiki has to say about Steam.Good luck.
Gentoo doesn’t indicate there would be any issue with installing SELinux on an OpenRC system, and I can’t see anything anywhere that suggests the requirements differ by init system.