linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Hominine, in Pyradion, internet radio TUI client, with recording functionality, written in Python
@Hominine@lemmy.world avatar

Neat! Going to give this a go on my lunch break. Thanks!

christos,
@christos@lemmy.world avatar

Hey let me know how it goes, any feedback is welcome!

dessalines, (edited ) in 100% vanilla distribution challenge

thsentaoehsa osehnat

digdilem, in The Distro Wars are good actually.?

Because it triggers the tribal instinct, innit.

“I use A, so A must be better than B. Otherwise I’m wrong, and I don’t like that.”

The reality, of course, is that there is no “Best distro” for all use cases, and personal choice is absolutely a qualifier in defining those use cases. If your personal requirement is for a neon pink desktop and rather aged theming aimed at little girls, then you’ve absolutely chosen “The best distro” for you and don’t let anyone tell you differently.

kugmo, in What distro would you recommend for a 32-bit old Acer One laptop?
@kugmo@sh.itjust.works avatar

Whatever distro you install, make sure you enable zram, it makes old computers with low ram much more usable, and an out of memory killer too.

piexil,

Ooms are much less necessary with MGLRU if they keep to a new kernel

kugmo,
@kugmo@sh.itjust.works avatar

I’d still use an oom killer even on 6.1 which is the kernel Debian uses, mglru got improvements in following kernels like you said.

dan, (edited )
@dan@upvote.au avatar

The Linux kernel already has OOM killing… Do you mean something like Facebook’s oomd where you can more easily control it from userspace?

kugmo,
@kugmo@sh.itjust.works avatar

yeah, from what i remember the kernel’s oom killer isn’t that fast and external ones work better

Doll_Tow_Jet-ski,

Thanks! Great advice 👍

x3i, in The Distro Wars are good actually.?

Always reminds me of the console wars… people attach their whole identity to all kinds of things nowadays and fight for it like it was a religion. Did not see much good come out of such threads yet.

danileonis,
@danileonis@lemmy.ml avatar

Divide et impera

kbal, in The Distro Wars are good actually.?
@kbal@fedia.io avatar

The only way to avoid having disagreements about which choice of distro is best would be to avoid having any choices.

governorkeagan, in The Distro Wars are good actually.?

I think it’s a double edged sword.

On the one side, you can see it as bringing more attention to Linux and allowing a broader audience to find Linux.

On the flip side, the threads about which distro is best can get very toxic.

flashgnash,

Made infinitely more entertaining by the fact they’re all more or less the same under the hood with minor differences packed ontop of the same Linux kernel

CrypticCoffee, in Manjaro OS

I’ve had it break many times during update. Don’t get me wrong, I liked it at first, but if you want a system that works after update, you’re probably better checking elsewhere. Linux Mint, and Kubuntu are far better simplicity wise. Open Suse or Arch if you want rolling updates.

Rentlar, in The Distro Wars are good actually.?

I haven’t minded the tongue-in-cheek jokes about distros since forever, but people who take it way too seriously, and don’t see that each distro has its benefits and drawbacks are kinda annoying.

WeLoveCastingSpellz,

I think I feel the same way about it

lordnikon,

I kind of feel that could be said about any product or service. very well put.

plinky, in Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack
@plinky@hexbear.net avatar

damn 😱

redd,
@redd@discuss.tchncs.de avatar

Don’t panic!

Waluigis_Talking_Buttplug, in The Distro Wars are good actually.?

HannaMontanaLinux

Fucking what

WeLoveCastingSpellz,

hannahmontana.sourceforge.netObjectively the best distro

WeAreAllOne,

I loled on the Miley Cyrus link! Hahaha fucking hilarious. Good on you dude!

KISSmyOS, (edited )

That’s not even close to the weirdest distro out there.

_edge, in Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack

There are several ways to exploit LogoFAIL. Remote attacks work by first exploiting an unpatched vulnerability in a browser, media player, or other app and using the administrative control gained to replace the legitimate logo image processed early in the boot process with an identical-looking one that exploits a parser flaw. The other way is to gain brief access to a vulnerable device while it’s unlocked and replace the legitimate image file with a malicious one.

In short, the adversary requires elevated access to replace a file on the EFI partition. In this case, you should consider the machine compromised with or without this flaw.

You weren’t hoping that Secure Boot saves your ass, were you?

blindsight, (edited )

The idea is also that a compromised system will remains compromised after all storage drives are removed.

Ithorian,
@Ithorian@hexbear.net avatar

So if I have my computer set that it needs a sudo password for most changes am I good?

fl42v,

Unless they find another way to escalate privileges… A bug, a random binary with suid, etc

_edge,

Yes, that’s my understanding. A normal user cannot do this. (And of course, an attacker shouldn’t not control a local user in the first place.)

Physical access is also a risk, but physical access trumps everything.

Ithorian,
@Ithorian@hexbear.net avatar

Thanks for the answer. Unless my dog learns how to code I think I’m safe from anyone getting physical access

PhatInferno,
@PhatInferno@midwest.social avatar

As a hacker imma start teaching dogs to code as part of my breakin process, sorry bud

FigMcLargeHuge,

Introduce him or her to FidoNet.

Murdoc,

Ah, so the next Air Bud movie will be what, Hack Bud?
“There’s nothing in the specifications that says that a dog can’t have admin access.”
“Nothing but 'net!”

timicin,

You weren’t hoping that Secure Boot saves your ass, were you?

i wonder if containerized firefox (eg snap/flatpak) will

InnerScientist,

replace a file on the EFI partition.

Doesn’t this mean that secure boot would save your ass? If you verify that the boot files are signed (secure boot) then you can’t boot these modified files or am I missing something?

hottari,

If I can replace a file in your EFI, how hard would it be to sign the same file.

InnerScientist,

Well, it rules out an evil maid attack and maybe jumping over a dual boot setup.

fl42v, (edited )

If it can execute in ram (as far as I understand, they’ve been talking about fileless attacks, so… Possible?), it can just inject whatever

Addit: also, sucure boot on most systems, well, sucks, unless you remove m$ keys and flash yours, at least. The thing is, they signed shim and whatever was the alternative chainable bootloader (mako or smth?) effectively rendering the whole thing useless; also there was a grub binary distributed as part of some kaspersky’s livecd-s with unlocked config, so, yet again, load whatever tf you want

InnerScientist,

Last time I enabled secure boot it was with a unified kernel image, there was nothing on the EFI partition that was unsigned.

Idk about the default shim setup but using dracut with uki, rolled keys and luks it’d be secure.

After this you’re protected from offline attacks only though, unless you sign the UKI on a different device any program with root could still sign the modified images itself but no one could do an Evil Maid Attack or similar.

fl42v,

The point with m$ keys was that you should delete them as they’re used to sign stuff that loads literally anything given your maid is insistent enough.

[note: it was mentioned in the arch wiki that sometimes removing m$ keys bricks some (which exactly wasn’t mentioned) devices]

_edge,

Well, not an expert. We learned now that logos are not signed. I’m not sure the boot menu config file is not either. So on a typical linux setup you can inject a command there.

peopleproblems,

See, I knew there were other reasons I wouldn’t touch secure boot lol

falsem,

Yeah, if someone has write access to your boot partition then you're kind of already screwed.

plinky,
@plinky@hexbear.net avatar

The worst part it persists through reinstalls (if i understood correctly)

_edge,

This is also my understanding, at least of you keep the EFI partition.

Bitrot, (edited )
@Bitrot@lemmy.sdf.org avatar

It can outlast those too.

In many of these cases, however, it’s still possible to run a software tool freely available from the IBV or device vendor website that reflashes the firmware from the OS. To pass security checks, the tool installs the same cryptographically signed UEFI firmware already in use, with only the logo image, which doesn’t require a valid digital signature, changed.

Bipta,

Boy do I love the future.

Bitrot,
@Bitrot@lemmy.sdf.org avatar

It’s reminiscent of boot sector viruses in the DOS days.

sabreW4K3, in Fedora 40 Eyes The Ability To Boot Unified Kernel Images Directly
@sabreW4K3@lemmy.tf avatar

Is this good?

vanderbilt,
@vanderbilt@beehaw.org avatar

Yes, in my opinion. The configuration of grub (boot loader) is just another step to go wrong, and this will eliminate that possibility. Additionally, it will prevent stupider operating systems (cough Windows) from accidentally overwriting the boot loader during an update.

sabreW4K3,
@sabreW4K3@lemmy.tf avatar

Does that mean that the OS would have to handle version booting?

vanderbilt,
@vanderbilt@beehaw.org avatar

My understanding is that’s a yes.

sabreW4K3,
@sabreW4K3@lemmy.tf avatar

Thank you

Flaky, (edited )
@Flaky@iusearchlinux.fyi avatar

It basically means instead of relying on a bootloader (e.g. GRUB or systemd-boot) the computer boots the kernel directly. Generally there should be no change besides having to use the BIOS menu to manually select a kernel.

sabreW4K3,
@sabreW4K3@lemmy.tf avatar

Thank you, you’re awesome!

Flaky,
@Flaky@iusearchlinux.fyi avatar

No problem! :)

FWIW, a lot of the DIY distros (Arch and Gentoo being the ones on most minds) allow this already so it’s nothing new. It’s just Fedora implementing it that’s new I guess. If you’re curious, the term to search is “EFISTUB”.

Blisterexe,

Is the benifit making secure boot work better?

duncesplayed,

I think for most people they won’t care either way.

Some people do legitimately occasionally need to poke around in GRUB before loading the kernel. Setting up certain kernel parameters or looking for something on the filesystem or something like that. For those people, booting directly into the kernel means your ability to “poke around” is now limited by how nice your motherboard’s firmware is. But even for those people, they should always at least have the option of setting up a 2-stage boot.

0x0, in Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack

I wonder if old BIOS are vulnerable…

admin,
@admin@lemmy.my-box.dev avatar

Nope, they aren’t as universal as EFI. I think the closest comparable attack vector for “old tech” is a bootsector virus.

charonn0, in Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack
@charonn0@startrek.website avatar

As its name suggests, LogoFAIL involves logos, specifically those of the hardware seller that are displayed on the device screen early in the boot process, while the UEFI is still running. Image parsers in UEFIs from all three major IBVs are riddled with roughly a dozen critical vulnerabilities that have gone unnoticed until now. By replacing the legitimate logo images with identical-looking ones that have been specially crafted to exploit these bugs, LogoFAIL makes it possible to execute malicious code at the most sensitive stage of the boot process, which is known as DXE, short for Driver Execution Environment.

So, does disabling the boot logo prevent the attack, or would it only make the attack obvious?

lol, (edited )
@lol@discuss.tchncs.de avatar

deleted_by_author

  • Loading...
  • charonn0,
    @charonn0@startrek.website avatar

    Usually you can, though the setting might be listed under something like “show diagnostic during boot”.

    lazylion_ca,

    If you have access to replace the logo file, you probably have access to enable it as well.

    fl42v,

    Not necessarily, I guess. They’re talking about a firmware upgrade of sorts, and, at least on the machines I own(ed), performing it didn’t reset user settings (which disabling the logo is)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #