塵世浮沉近千秋
2019年10月8日 星期二
Linux 實用小指令
Linux主機某個服務的連線數:
netstat -ntu | grep :80 | grep -v LISTEN | awk '{print $5}' | cut -d: -f1 | grep -v 127.0.0.1 | wc -l
指定安裝版本
sudo apt-get install python-pandas=0.20.3
apt-cache policy python-pandas
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)