The joy of getting everyone to join in with your Liset dance.
That’s not what the map is showing.
Oh no! Anyway...
I don't want the join another Sync community when I have this one right here AND I especially do not want to join a community on Discord.
Then don't?
That's a Lemmy account setting, but you can also change it from Sync.
You really showed that bot who's boss.
Just report and move on.
What if they don't want to be femboys? Consent is important.
That's just sad. Go outside.
It is Loss.
The Papyrus meme is just a reaction, because every Tumblr screenshot must have a superfluous reaction.
I swear I've seen this before but with Markiplier.
It's a spambot, it doesn't care how much you yell at it. Just report and move on.
Too small for most things I would want to carry.
Psst, anatidaephobia isn't real. It's a term coined by a comedian.
Nobody "fears" homosexuality for reasons unrelated to homophobia, stop giving bigots excuses to hide behind.
What an absurd (and arguably harmful) distinction to make. Nobody is "afraid of homosexuality" for reasons unrelated to homophobia.
Permanently Deleted
Why? Because /r/linux is that way?
It’s not linked on the crosspost either 💀
...Link?
Accidentally right
So you know how to feel about it, of course.


Moving install to different partition
Okay, so I want to do something stupid and I’d like the input of smarter people to make sure I don’t screw it up. This is what I’ve got:

p1: EFI partition, p2: Linux install, p3: /home partition, p4: other Linux install, p5: another Linux install. Long story.
I use the third install (on p5) exclusively now. I want to clean up the mess seen above by moving it to p2 (currently occupied by the first install), and removing p4 and p5. What I thought I’d do (on a live USB) is:
- Overwrite p2 with the data of p5. (probably with rsync?)
- Edit fstab on p2 to change the UUID of the root partition to the new one.
- Try to boot from p2
- If it works, remove p4 and p5
Would that work the way I want it to? Anything obvious I’m missing?