Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MO
Posts
0
Comments
18
Joined
2 yr. ago
  • sudo find /srv/lemmy/example.com/volumes/pictrs/files -type f -ctime -1 -exec rm {} \;

    • sudo: run as root
    • find /srv/lemmy/example.com/volumes/pictrs/files -type f: find files (f) in directory
    • -ctime -1: which have been created in the last day
    • -exec rm {} execute the command rm (remove) on each of them
  • Thanks for the update, if there's ways we can help please mention them. Be it about know-how, be it financial, be it about our behaviour when interacting with the server, be it about general knowledge we could provide.