- 3 Posts
- 6 Comments
A lot. That’s the answer.
- JATtho@sopuli.xyztoOpen Source@lemmy.ml•Yuzu & Citra devs fold to Nintendo's demands | Pay $2.3million to settle, take down github, domains, patreon, discord, with immediate effect.7·1 year ago
I think the difference with Dolphin is that it now emulates an extinct system(s), so it cannot possibly compete with the actual thing. They did have a close call last year, if I remember, and they pretty quickly went into “jettison all illegal shit out of the code base NOW.” -mode.
- JATtho@sopuli.xyztoLinux@lemmy.ml•What's (are) the funniest/stupidest way(s) you've broken your linux setup?3·1 year ago
I had a similar debacle, when I managed to corrupt a btrfs file system to point it wouldn’t mount again…
I was preparing it to have as my main system on bare hardware. I had accidentally mounted the same block device simultaneously in the host and guest: kablamo silent corruption and all 5 hours of progress lost.* :(
*shred the guest VM, host was ok.
- JATtho@sopuli.xyztoLinux@lemmy.ml•What's (are) the funniest/stupidest way(s) you've broken your linux setup?3·1 year ago
On arch, UEFI boot vars are mounted at
/sys/firmware/efi/efivars
. It’s unwise torm -rf
them…
- JATtho@sopuli.xyztoAsklemmy@lemmy.ml•What's the oldest piece of tech you still have running?1·2 years ago
GameBoy Color with a single game: Pokémon Red.
Next time I was able go to the shop they had upgraded to GameBoy Advance and no GB/GBC games were to be never found again. It was the best/worst thing I ever got. :'(
Please, never run plain “sudo make install” on a package managed system. With linux from scratch it might make sense… Doing so will “install” the thing (copy the files), but the copied files are foreign to the package manager. You cannot easily undo this, and can cause issues in future.
You had a compiler error about missing header file, libXft is from Xorg project. “devel” versions of packages usually provide these files.
st
is from suckless project so it doesn’t need much to be “installed”: copy the built binaries into~/bin/
or/opt/
and set your userPATH
to look into those dirs. Check your userenv
if you need to modify thePATH
.
deleted by creator