

This is better than my CISA email alerts. What RSS feeds are you using? Can you share the XML?
This is better than my CISA email alerts. What RSS feeds are you using? Can you share the XML?
You’re missing Modi
The water isn’t drained. You sink the shaft past what you need to extract. Restabilization is why slave lives were so cheap. This was gulag work. Shafts would collapse all the time. It’s not a modern mining operation.
Build the snapshot with the below file
btrfs subvolume snapshot -r /path-to-sv/subvol /path-to-sv/subvol.ro
# send the subvolume to file, compress with parallel ZSTD & monitor progress
btrfs send /path-to-sv/subvol.snap.ro | \
pv -c | pzstd -16 | pv -c | \
dd of=/path-to-external-backup/subvol.zstd.back
# delete read-only snapshot
btrfs subvolume delete /path-to-sv/subvol.ro
To restore subvolume from backup we run the process in reverse:
# read backup file and decompress the stream, redirect to temporary read-only snapshot
dd if=/path-to-external-backup/subvol.zstd.back | \
pv -c | pzstd -d | pv -c | \
btrfs receive /path-to-sv/
# make a RW subvolume
btrfs subvolume snapshot subvol.ro subvol
# delete temporary snapshot
btrfs subvolume delete /path-to-sv/subvol.ro
From here
https://superuser.com/questions/1396241/btrfs-imaging-a-volume-to-an-external-file
You might want to make this into a systemd timer to run at boot or before shutting down
https://linuxconfig.org/how-to-schedule-tasks-with-systemd-timers-in-linux
Wait till you find garbage time
Why? You’re posting to Lemmy
Can’t wait to read about the Palintir FAA merger
I misunderstood the thread then. The original post didn’t have the edit it does now.
Mutual Aid relies on mutual security. Investigate someone’s language and demeanor before including them in praxis.
They’re the “independents”… they’ll vote for whoever comes along and tells them what they want to hear and they’ll not investigate further.
This is why Bernie got so close. Trump’s messaging is cathartic for them. “We’re gonna get the guys who did this to you!” Trump yells, standing behind the guys that did this to them.
Bernie’s messaging was “Shit has been bad for a long time. Let’s fix it. Tell me your problem and we’ll work something out. The rich fucked you over. We’re gonna make them pay taxes.”
Dems if they want to stay one party, need to find that messaging again. Hell Dwight D Eisenhower could get elected as a dem these days.
Shit’s fucked.
I completely agree.
Some of us out here are truly harm reductive and are sewing faces back on. We all need to band together before the leapords start coming for our throats.
There are dedicated banking hours for a reason. It’s so they have time to feed the money tree the crushed bones of children.
Shrink it small enough for the billionaire class to buy it up outright.
https://journals.sagepub.com/doi/full/10.1177/1354066119843319
Wild west all over again.
Oh sorry.
install is already a part of make/cmake as well, so it’d break any of those workflows also.
The joke I thought I was making was “I’m too lazy to type out what I want, let’s just break the system instead.”
Where are these diving licenses for cars? I know a few vehicles I’d like to throw in a lake.
Also, what’s a violently mentally ill doing driving? Someone take the keys away from the DSM
Alias is your friend.
alias install=“sudo apt update && sudo apt install -y”
install git
Cargo-culture is alive and well in the era of LLMs
Thanks for the clarification. If you haven’t already the SRA is a good resource.
Thanks but that’s not an RSS feed