摘要:通过./wireshark启动会出现no interface can be used for capturing in this system with the current configuration错误!!!原因:是当前用户的权限问题解决方法:1.可以通过执行下面的命令来服务于/usr/bin/dumpcap权限sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap2.可以通过sudo ./wireshark启动wireshark
阅读全文
摘要:VMWARE TOOLS安装提示THE PATH IS NOT A VALID PATH TO THE GENERIC KERNEL HEADERSI solved this problem, I guess.Perhaps the version.h does not exists at 3.7.0-7-generic/include/linux directory.First, make sure install build-essiontial and linux-headers.$ sudo apt-get install build-essential linux-headers-$
阅读全文
摘要:问题:解决办法:1.没安装G++ 可使用 sudo apt-get install g++ 进行安装2.gcc版本和g++版本不相符 可利用gcc -v和g++ -v 查看版本
阅读全文