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
apt-cache policy python-pandas
date
timedatectl如果無法由指令確認可由由資料夾連結確認目前時區
$ ls -l /etc/localtime
lrwxrwxrwx 1 root root 33 Jan 21 11:04 /etc/localtime -> ../usr/share/zoneinfo/Asia/Taipei
查看全部時區列表
$ timedatectl list-timezones
查看時區列表(篩選)$ timedatectl list-timezones | grep -i Asia
sudo timedatectl set-timezone Asia/Taipei
$ sudo unlink /etc/localtime $ sudo ln -s /usr/share/zoneinfo/Asia/Taipei /etc/localtime