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
Except 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).
It'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.
I know that, but that does not give apps root access. Unless you mean something else by root access than being run with root privileges
But Shift+insert currently pastes the primary selection, not the copy-paste clipboard. So it doesn't do the same as Ctrl+V.
Well, 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.
And 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?
Das gesamte Bürgergeld war 7k€ (innerhalb des ersten Jahres zwischen 5636€ und 7471€ bei der Familie), die Miete ist nur ein Teil davon. Focus schreibt dazu, warum die Spanne so hoch ist u.a.:
Der Bescheid, über den Palmer sich empört, stammt aus dem Oktober 2022. Zu diesem Zeitpunkt lag der Strompreis auf dem höchsten Stand, den er während der Energiekrise erreichte, rund 20 Prozent höher als heute. Die Gaspreise für Haushalte waren je nach Tarif rund 33 Prozent höher als heute. Beide Daten stammen von den Vergleichsportalen Check24 und Verivox. Bei einer siebenköpfigen Familie sorgt das für enorme Mehrkosten pro Monat, selbst, wenn diese nicht übermäßig heizt oder Strom verbraucht. Das musste das Jobcenter in seinem Bescheid berücksichtigen.
Und auch mit einem gut bezahlten Industrie-Job kann man arbeitslos werden, je nach Alter kann es dann auch länger dauern, einen neuen Job zu finden.
Tatsächlich ist die Regelung bereits so, dass man nur "angemessene" Mieten erstattet bekommt, allerdings mit einer Karenzzeit von einem Jahr (https://www.arbeitsagentur.de/arbeitslos-arbeit-finden/buergergeld/wohnen). Bei dem Bescheid, dem Palmer vorgelegt hat, ist die Familie in diesem Jahr. Eine neue Wohnung suchen kann dauern, noch dazu geht es hier um eine siebenköpfige Familie (zumindest bei allen anderen Quellen als T-Online). Palmer hat bei Lanz sich explizit gegen die Karenzzeit ausgesprochen, das würde bedeuten erst ausziehen, dann Wohnung suchen?
Der Focus hat hier eine Einordnung zu den Beträgen: https://www.focus.de/finanzen/news/palmers-behauptung-in-der-analyse-mehr-als-6000-euro-buergergeld-sind-nicht-selten_b5b82eaa-93f5-41df-8b59-793eee9901ba.html
If it is anything like other surgeries done at vets, the risky part with such an old animal is the sedation, not the surgery itself. And with animals you usually need to fully sedate them, as they don't understand that they need to stay still.
ARM 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.