# npm install -g create-react-app
2018年1月20日 星期六
2017年12月27日 星期三
pip "403 Must access using HTTPS instead of HTTP"
Uninsatll pip
# pip uninstall pip# apt-get purge python-pip
Reinstall pip
$ wget https://bootstrap.pypa.io/get-pip.py
# python get-pip.py
References :
2017年12月25日 星期一
InfluxDB admin interface available
As of version 1.3, the web admin interface is no longer available in InfluxDB. The interface does not run on port 8083and InfluxDB ignores the [admin] section in the configuration file if that section is present. Chronograf replaces the web admin interface with improved tooling for querying data, writing data, and database management. See Chronograf’s transition guide for more information.
2017年12月19日 星期二
2017年11月3日 星期五
2017年9月20日 星期三
kill process by port
show
fuser 8080/tcpkill
fuser -k 8080/tcp
References :
unix - How to kill a process running on particular port in Linux? - Stack Overflow
訂閱:
文章 (Atom)
