

One way of helping would be to tell people how to mitigate it. Telling them it’s impossible does the exact opposite.
Main: @gnufuu@lemmy.ca, Backup: @gnufuu@infosec.pub


One way of helping would be to tell people how to mitigate it. Telling them it’s impossible does the exact opposite.


Gotta love a call for contribution that makes you want to paint your face blue and attack Adobe with a sword lmao


“Eat my shorts”


Super App. Das AfD-Mitglied, das ich gemeldet habe, ist mittlerweile nicht mehr dort.


Booting a live USB and reinstalling GRUB as follows has saved my butt in the past. Obviously replace the /dev/sdXY paths with your own. Further adjustments might be needed depending on your system.
# mount root partition:
sudo mount /dev/sdXY2 /mnt
# mount boot partition (if there is any)
sudo mount /dev/sdXY3 /mnt/boot
# mount efi partition (if there is any)
sudo mount /dev/sdXY1 /mnt/boot/efi
# mount other partitions:
for dir in /dev /dev/pts /proc /sys /sys/firmware/efi/efivars /run; do sudo mount --bind $dir /mnt$dir; done
# chroot into mounted system:
sudo chroot /mnt /bin/bash -i
# reinstall grub:
grub-install
# rebuild grub.cfg:
update-grub
# rebuild initramfs (not sure if necessary):
update-initramfs -u
# sync, exit chroot, reboot:
sync
exit
sudo reboot


Welcome to Lemmy :), you’ll fit right in lmao


Nice specs, nice setup. You might want to add another rainbow sticker or two, just in case :p



In case somebody wanted confirmation. Maybe don’t visit the page with Javascript enabled.


One more reason why it’s so important for jailbreaking to be legal.
Yeah, seems irrelevant, doesn’t it?
But what about this?
I was referring to the stuff you wrote after that but it’s fine if you don’t want to talk about it.
Let’s see. You called for a “master tutor” of “antifa praxis” but let’s assume that was a joke. You posted a link to one of your own comments and described it as “strong”. And now you’re implying that your own comment, when read correctly, is able to single-handedly motivate people into direct acion. It all seems a bit patronising.
They might have read your comment better than you did yourself.
If you have to run away after step 1, don’t worry. The Windows logo is still a slight improvement.
Only a matter of time until it demands for Windows to be installed
mdadm --stop /dev/mdX should at least tell you whether or not mdadm is causing the spinning.
The EFF provides pretty sound advice, see the 2nd link in my initial comment.