- Allow password input in
go get
env GIT_TERMINAL_PROMPT=1 go get xxxx
- Getting the source directory of a Bash script from within
- Vcpkg updates: Static linking is now available
- and how to replace MD with MT when using static linking.
- Rancher is a self hosted platform to run containers.
- Pushpin is a reverse proxy to handle websocket connections.
Configure max number of open files in:
supervisor
[supervisord]
minfds = 1000000
upstart
limit nofile 1000000 1000000
/etc/security/limits.conf
* hard nofile 1000000
* soft nofile 1000000