🎯
Focusing
- Netherlands
Pinned Loading
-
Remove all from Docker
Remove all from Docker 1# Stop all containers
2docker stop `docker ps -qa`
34# Remove all containers
5docker rm `docker ps -qa`
-
aliases.sh
aliases.sh 1alias ls='ls -lGFh'
2alias la='ls -la'
34alias gc='git commit -am'
5alias gs='git status'
-
Go cpu and memory profiling benchmar...
Go cpu and memory profiling benchmarks. #golang #benchmark 1go test -run=. -bench=. -benchtime=5s -count 5 -benchmem -cpuprofile=cpu.out -memprofile=mem.out -trace=trace.out ./package | tee bench.txt
2go tool pprof -http :8080 cpu.out
3go tool pprof -http :8081 mem.out
4go tool trace trace.out
5 -
mysql - my.cnf 1gb ram
mysql - my.cnf 1gb ram 1[client]
2port = 9704
3socket = /var/run/mysqld/mysqld.sock
45[mysqld_safe]
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.