diff --git a/Cookbook.md b/Cookbook.md index 1d8e834..370a41c 100644 --- a/Cookbook.md +++ b/Cookbook.md @@ -1,3 +1,5 @@ +* sort gitea access.log by IP address: `sudo -u git cat /var/lib/gitea/log/access.log | cut -d " " -f 1 | sort | uniq -c | sort -nr | head` + * update the pointer to the public/ submodule in git: `git commit -m "update public/" public` * export sprites from Aseprite with: `[X] JSON Data, [v] Array, [X] tags`, Item Filename: `{title} {frame}`