2014年10月27日 星期一

[Ubuntu] Wireshark no interface



sudo groupadd wireshark
sudo chgrp wireshark /usr/bin/dumpcap
sudo chmod 4754 /usr/bin/dumpcap
sudo usermod -a -G wireshark takashi
id takashi
#id takashi check group.reboot

-------------------------------------------------------
Upgrade to 1.8.2

To install the PPA, run the following command:

sudo add-apt-repository ppa:eugenesan/ppa

then run

sudo apt-get install wireshark

沒有留言:

張貼留言

[python]pip install fcntl (Win10)

建立一個 fcntl.py文件, 並將其存放Python的安装路徑Lib目錄下, C:\Users\[name]\AppData\Local\Programs\Python\Python311\Lib fcntl.py =============================...