[-] Gellis12@lemmy.ca -1 points 1 year ago

Not just expensive, downright impossible. The Rockies are volcanic, so boring a level tunnel through the base of the mountains is out of the question. They're also very steep, which necessitates a lot of switchbacks, sharp curves, and even a pair of spiral tunnels at Kicking Horse Pass. We can and do run normal trains through these lines, but the geography severely limits how fast we can move through the terrain.

[-] Gellis12@lemmy.ca 1 points 1 year ago

Ok, there's the problem. Your boot partition is pretty much full. You're using partitions instead of lvm, so expanding the partition will be next to impossible; so start looking through /boot for stuff that's safe to delete. It's weird that you have so much stuff in there, I don't think I've ever seen my boot partition go above 250mb used.

[-] Gellis12@lemmy.ca 1 points 1 year ago

zstd: error 25 : Write error : No space left on device (cannot write compressed block)

What's the output of df -H?

Also, this sounds like it's installing initramfs, which is normally only done when first installing the OS; can we get a list of the packages it's trying to install/upgrade?

[-] Gellis12@lemmy.ca 1 points 1 year ago

I've experienced this exact same issue on my iPhone XS as well

[-] Gellis12@lemmy.ca 1 points 1 year ago

What if walking into the redwood forest is what causes your death? You would've lived if you stayed home and played video games instead of going into the forest and getting mauled by a bear

[-] Gellis12@lemmy.ca 1 points 1 year ago

Your estate refers to everything you own. If you own a car, it'll be sold to cover your debts when you die. Same with your house, all of the food in it, your computer with all of your porn tabs still open, and even your signed vhs collection of rare midget scat porn from the 1990s. It all gets sold off to settle your debts when you die, before it can be distributed to your next of kin.

[-] Gellis12@lemmy.ca 0 points 1 year ago

"Maybe if we slap his wrist again, he'll start being a good cop this time!"

[-] Gellis12@lemmy.ca 1 points 1 year ago

Here's a quick bash script if anyone wants to help flood the attackers with garbage data to hopefully slow them down: while true; do curl https://zelensky.zip/save/$(echo $(hostname) $(date) | shasum | sed 's/.\{3\}$//' | base64); sleep 1; done

Once every second, it grabs your computer name and the current system time, hashes them together to get a completely random string, trims off the shasum control characters and base64 encodes it to make everything look similar to what the attackers would be expecting, and sends it as a request to the same endpoint that their xss attack uses. It'll run on Linux and macOS (and windows if you have a WSL vm set up!) and uses next to nothing in terms of system resources.

view more: ‹ prev next ›

Gellis12

joined 1 year ago