

That’s a Monkey’s Paw waiting to reduce the human lifespan
Main: @gnufuu@lemmy.ca, Backup: @gnufuu@infosec.pub


That’s a Monkey’s Paw waiting to reduce the human lifespan


If you’re not getting any useful answers, it might be partially on you.
I have tried streamfab and other programs, nothing works.
This will put off many potential helpers because you didn’t specify what exactly you tried or any error messages. Someone who knows a useful program might not bother because you ‘tried other programs’ without specifying. You could motivate much more useful comments by not holding back crucial information.
You’re just letting your cat scratch and ruin the top left corner of the photo?


But how am I going to be hyperbombarded with ads during my favourite match of “Who’s The Best At Cheating”? Having to use an offshore DNS resolver just doesn’t feel right.


The EFF provides pretty sound advice, see the 2nd link in my initial comment.


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


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


Presumably they didn’t like how you used the meme format. Surprise Pikachu is usually about someone who’s surprised by something particularly predictable and obvious.


You’ll fit right in lmao. Welcome to Lemmy :)


Nice specs, nice setup. You might want to add another rainbow sticker or two, just in case :p
No hurry, it clearly hasn’t fully recharged yet
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.
Why do you say Tails isn’t for you? If it’s because it’s inconvenient to use, I doubt you’re going to like Qubes.