- 0 Posts
- 14 Comments
Thanks to Crowdstrike I know that at least the checkouts in shops and some ATMs here use Windows 8 or newer, because of the new blue screen design (don’t remember if they had the QR code, which would mean at least Windows 10)
crater2150@feddit.orgto Not The Onion@lemmy.world•Republican leading inquiry into Biden’s autopen use has digitally signed lettersEnglish1·18 days agoI don’t think The Guardian is wrong here, see this passage from the article:
Comer has sent 16 letters to former Biden White House officials requesting transcribed interviews, NBC said. Metadata analysis showed that all appeared to be signed with a digitally inserted signature. Further letters requesting testimony from the White House physician Dr Kevin O’Connor and Anthony Bernal, a senior aide to former first lady Jill Biden, were also signed with digital images, NBC said.
He did not use cryptographic signatures, but images of his written signature, which I think is pretty similar to using an autopen (albeit probably much easier to detect)
Well, having a domain is basically documenting your IP publicly. It’s not that risky.
crater2150@feddit.orgto Steam Deck@sopuli.xyz•Discussion: Do you think the next steamdeck will be x86 or ARM?4·2 months agoARM boards with slotted RAM use the same type as x86 (although mostly LPDDR, as found in laptops), so I assume there isn’t any difference that is related to the CPU architecture.
My theory for why it created copies: The files you listed look like they are all subdirectories from /dev, which is (usually) a separate filesystem. When you try to move a file or directory across filesystems, the OS can’t just change the link, it has to actually copy the files and then remove the original. As a directory is a set of links to files, and the copies are different files, directories are just newly created with the same name in the new location instead of copying the directory filesystem entry. It looks like
mv
creates these target directories, before it checks if it actually has permission to remove the source, but checks file permissions, before it copies them
crater2150@feddit.orgto Europe@feddit.org•Another way electric cars clean the air: study says brake dust reduced by 83%English2·2 months agoExcept the circumstances in which they run on gasoline are not that exceptional: https://theicct.org/publication/real-world-phev-use-jun22/ And the lower weight of the battery is partially offset by needing an additional drive train, a transmission with multiple gears (purely electric cars usually have fixed transmission) and other smaller parts required for the combustion engine. These also increase the required maintenance a lot (e.g. requiring oil changes).
crater2150@feddit.orgto TenForward: Where Every Vulcan Knows Your Name@lemmy.world•Home Improvement9·2 months agoIt’s a reference to the TNG episode Chain of Command
My Lemmy client can’t do spoiler tags, but the explanation for the “four lights” part is in the plot section of the linked wiki article
Regarding snapshots, I use a setup, where at the root of the btrfs partition I have the subvolumes “rootfs”, “home”, and a directory “snapshots”. I can boot into a snapshot by changing the mount options for the rootfs in the kernel command line, e.g.setting
subvol=snapshots/rootfs-yyyy-mm-dd
.The only difference between a snapshot and a regular subvolume is that snapshots are readonly by default, you can keep a writable copy of a snapshot beside it for recovery purposes, if you need it. As long as nothing is written in it, it shouldn’t use any significant extra space.
crater2150@feddit.orgto Linux@lemmy.ml•Linux for a Windows & Android person (Advice needed)1·3 months agoI know that, but that does not give apps root access. Unless you mean something else by root access than being run with root privileges
crater2150@feddit.orgto Linux@lemmy.ml•Progress towards universal Copy/Paste shortcuts on Linux2·3 months agoBut Shift+insert currently pastes the primary selection, not the copy-paste clipboard. So it doesn’t do the same as Ctrl+V.
crater2150@feddit.orgto Linux@lemmy.ml•Progress towards universal Copy/Paste shortcuts on Linux1·3 months agoWell, the article proposes to use dedicated copy and paste keys. If you don’t have an insert key, you probably don’t have those either.
crater2150@feddit.orgto Linux@lemmy.ml•Linux for a Windows & Android person (Advice needed)2·3 months agoAnd best of all, you get an OS that is secure, which traditional Linux distros aren’t due to every app having root access by default.
What? Which distro runs everything as root by default?
In the EU, cars have to be equipped with automatic emergency call systems since 2018. So probably since then most brands will have had it, as they are required to have cell connection hardware anyway.