parent
2370e9a6de
commit
d0fba606f3
@ -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`
|
* 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`
|
* update the pointer to the public/ submodule in git: `git commit -m "update public/" public`
|
||||||
|
Loading…
Reference in New Issue
Block a user