master
Colin McMillen 4 years ago
parent
commit
d0fba606f3
  1. 4
      Cookbook.md

4
Cookbook.md

@ -1,3 +1,7 @@
* find monogame content builder errors:
```shell
C:\Progra~2\MSBuild\MonoGame\v3.0\Tools\MGCB.exe /quiet /platform:DesktopGL /@:"C:\Users\mcmillen\src\sneak\Content\Content.mgcb" /outputDir:"bin\DesktopGL\Content" /intermediateDir:"obj\DesktopGL\Content"
```
* 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`

Loading…
Cancel
Save