| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse# Stop all containers
docker stop `docker ps -qa`
# Remove all containers
docker rm `docker ps -qa`
alias ls='ls -lGFh'
alias la='ls -la'
alias gc='git commit -am'
alias gs='git status'
go test -run=. -bench=. -benchtime=5s -count 5 -benchmem -cpuprofile=cpu.out -memprofile=mem.out -trace=trace.out ./package | tee bench.txt
go tool pprof -http :8080 cpu.out
go tool pprof -http :8081 mem.out
go tool trace trace.out
[client]
port = 9704
socket = /var/run/mysqld/mysqld.sock
[mysqld_safe]
| Back | FazBrowse Home | New Git URL |