this post was submitted on 13 Jul 2025
35 points (94.9% liked)

KemonoMoe

1098 readers
48 users here now

Anime characters with adorable animal characteristics, ears, tails, fur, etc.

  1. Posts must feature "kemonomimis". That is, anime characters with animal features such as cat ears, bunny tails, paws, and so on.
  2. No nudity. Lewd art is fine, but mark it NSFW.
  3. If posting a more suggestive piece, or one with simply a lot of skin, consider still marking it NSFW.
  4. Include a link to the artist in post body, if you can.
  5. AI Generated content is not allowed.
  6. Positivity only. No shitting on the art, the artists, or the fans of the art/artist.
  7. Finally, all rules of the parent instance still apply, of course.

SauceNao can be used to effectively reverse search the creator of a piece, if you do not know it.

You may also leave the post body blank or mention @saucechan@ani.social, in which case the bot will attempt to find and provide the source in a comment.

Find other anime communities which may interest you: Here

Other "moe" communities:

founded 2 years ago
MODERATORS
 

By mafuyu_(chibi21),sauce

Talking about sleep, do anyone still use the Magic-SysRq to reboot the system when it freeze? I remember the RESIUB combination, and it sometime work, sometime doesn't. Regardless of using Magic-SysRq to reboot or not, data is lost anyway :(

top 3 comments
sorted by: hot top controversial new old
[–] Spider89@lemmy.world 3 points 1 week ago (1 children)

I've never heard of Magic-SysRq in my 6 years of using Linux.

I just turn my system off by force (Unplug/hold power button) and Ext4/XFS/F2FS does the rest.

What FS are you using?

[–] maxso216@ani.social 1 points 1 week ago (1 children)

Ext4. Well, during the early days of using Linux, I read an online article stating that Magic-SysRq can recover the system from a hang state, but it doesn't.

[–] Spider89@lemmy.world 2 points 1 week ago

It's probably obsolete by now (I'm not so sure in that department..) since Linux FS are usually robust. (I use F2FS and never have corrupted data caused by a crash.)

If you have changed your FStab (adding noatime) or remove journaling, data has a higher chance of corruption.

Looking at Magic-SysRq, it looks like commands the kernel does that's useful for hang states (Unless a complete lockup occurs). I've never even heard of this, just letting the kernel managed the hang or use the power button.

I don't exactly know how your distro handles these (Or if you are using an experimental distro), but Debian Sid handles crashes exceptionally well. I have used Manjaro, but bugs (audio, lockups) have happened while in use.

Have you checked if it's even working? Take a look here to find out what exactly is it and see if it even works as intended.

Hopefully this is helpful to your troubles. Have a good day.