Comments

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

Bitrot, (edited ) to linux in Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack
@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.

Bitrot, (edited ) to privacyguides in Governments spying on Apple and Google users through phone notifications, U.S. senator says
@Bitrot@lemmy.sdf.org avatar

Curious about this too. From what I could find, for those it seems like the push is being used to wake up the app and tell it to connect to the server where it grabs the data and then creates the notification locally. Even if a bare minimum is used there is room for traffic analysis, and I imagine Google can easily tell the app being targeted for the push, but it shouldn’t mean the contents of the displayed notification are necessarily what was sent through the server. It’s hard to find info without digging because consumer-facing stuff just calls every notification a push notification.

The alternative is an app keeping a constant connection open to the server, which understandably mobile OSs don’t like. With push only the one service needs to keep an open connection to provide updates for all the apps.

Bitrot, to asklemmy in Anyone else no longer remember snoozing their alarm?
@Bitrot@lemmy.sdf.org avatar

Some are integrated in smoke detectors. Down low is a myth based on many detectors using an outlet. CO is lighter than air but widely disperses in a room.

Bitrot, (edited ) to asklemmy in Which items/products were you once able to get from local shops on a whim that you now more or less have to order online?
@Bitrot@lemmy.sdf.org avatar

A surprising number of those things have ended up being at my local Best Buy (including both of your examples), but lower level components like resistors are impossible to find. Even at hobby shops there are only components specifically related to rc vehicles, nothing miscellaneous.

Edit: I guess this was a common opinion. You’d think interest had picked up with so many electronics “maker” things popping up with Arduino or the Pi.

Bitrot, to linux in [Q] Removing/deep cleanup of installed package doesn't work as expected. (remove, purge, autoremove)
@Bitrot@lemmy.sdf.org avatar

If something else depends on it then it shouldn’t be removed, it’s only removing things that are not used elsewhere.

Usually just reading through the packages it’s listing and double check what it’s doing is enough. If something is removing a ton of gnome and you’re not trying to remove gnome, that would be an issue. If something is trying to remove the kernel (unless it’s an old kernel) or grub that’s also worth digging into. I’ve never run into problems with it, I don’t think it’s common these days.

Bitrot, to linux in What's the best way to remote into a linux machine?
@Bitrot@lemmy.sdf.org avatar

It also doesn’t require a session to be logged in at the local console.

Bitrot, to linux in What's the best way to remote into a linux machine?
@Bitrot@lemmy.sdf.org avatar

RustDesk Has worked pretty well for me on the rare occasions I need it.

Bitrot, to asklemmy in Customs Officers: Have you ever laughed out loud when someone gave you their passport and they had an… unusual name?
@Bitrot@lemmy.sdf.org avatar

There are people with the last name Null and they tend to have issues with poorly written applications too.

Bitrot, to asklemmy in Customs Officers: Have you ever laughed out loud when someone gave you their passport and they had an… unusual name?
@Bitrot@lemmy.sdf.org avatar

Heaven forbid we know a common name.

Bitrot, to upliftingnews in Henry Kissinger, America’s Most Notorious War Criminal, Dies At 100
@Bitrot@lemmy.sdf.org avatar

(It’s from the movie The Naked Gun)

Bitrot, to linux in Laptop not working after installing nimdow
@Bitrot@lemmy.sdf.org avatar

What greeter are you using? GDM? You can disable auto login from the command line.

Assuming gdm, as root edit /etc/gdm/custom.conf and set AutomaticLoginEnable=False.

Bitrot, to linux in Ipod problems
@Bitrot@lemmy.sdf.org avatar

Think this model predates apps on the iPod.

Bitrot, (edited ) to linux in [Q] Removing/deep cleanup of installed package doesn't work as expected. (remove, purge, autoremove)
@Bitrot@lemmy.sdf.org avatar

Ah, I can duplicate this behavior too. I think it is probably related to emacs being a metapackage. It does not include emacs itself but forces the install of emacs-gtk. In my mind removing the metapackage should allow you to autoremove dependencies, but people have broken their systems badly with this behavior so it may have been changed or it’s stuck behind some configuration option.

Removing emacs-gtk itself will work as you expect. You can also install emacs-nox for a cli-only one that is smaller.

Edit: there is a setting called APT::Never-MarkAuto-Sections that by default includes meta packages and I think is the cause of this.

Bitrot, to linux in Red Hat Enterprise Linux 10 Dropping The X.Org Server Except For XWayland
@Bitrot@lemmy.sdf.org avatar

Currently Gnome will only allow you to connect to a logged in session. It is more like screen sharing than RDP usually is.

Bitrot, to linux in [Q] Removing/deep cleanup of installed package doesn't work as expected. (remove, purge, autoremove)
@Bitrot@lemmy.sdf.org avatar

It is a very typical way of doing things, you just have to read the output and make sure no important packages are in the list.

Your command should be working. It won’t remove manually installed dependencies but should take care of automatic ones. You can check an individual package with apt show and look at the APT-Manual-Installed field.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #