10 lines
350 B
Bash
Executable File
10 lines
350 B
Bash
Executable File
# Need to run this once in a while
|
|
# go clean -cache -testcache -modcache -fuzzcache -x
|
|
# sudo cargo +nightly clean gc -Z gc --max-download-age=1hour
|
|
# uv cache clean
|
|
# bun pm cache rm --global
|
|
# docker system prune --all --force --volumes
|
|
# rm -rf ~/.ollama/models/blobs/sha256-*
|
|
# sudo truncate -s 0 /private/var/log/ovpnagent.log
|
|
# rm -rf ~/pprof
|