来来往往,飘飘荡荡
你问我为何会悲伤,
其实,我只是想流浪
Wireshark是一款非常流行的协议分析软件。
apt-get安装:
apt-get install wireshark
出于安全方面的考虑,普通用户不能够打开网卡设备进行抓包,wireshark不建议用户通过sudo在root权限下运行,wireshark为ubuntu(Debian)用户提供了一种在非root下的解决方法。(详细解释可以参考:/usr/share/doc/wireshark-common/README.Debian)
具体步骤:
dpkg-reconfigure wireshark-common
“Should non-superusers be able to capture packages?”
选择Yes (默认是no)
在组策略中会出现wireshark组,默认没有任何用户属于这个组,只需把特定的用户加入组中(需要注销后重新登录来使设置生效)就可以以该用户来运行wireshark实时抓网络数据包。
Android x86是在x86平台下的Android Live CD。
项目地址:www.android-x86.org/ (需要翻墙)
VirtualBox虚拟机运行Android x86(VirtualBox How To):
1. VirtualBox虚拟机设置如下:
配置截屏如下:
[注意!]indicator-multiloadm某些版本存在严重的内存泄漏,如果在程序运行过程中发现运行速度变慢,compiz进程内存使用量异常增加,请试着退出indicator-multiload。相关链接:https://bugs.launchpad.net/ubuntu/natty/+source/unity/+bug/779717
ubuntu 11.04不能像之前版本那样在任务栏上添加applets,用来实时显示CPU、内存、网络的使用情况。目前的解决办法是安装程序indicator-multiload,打开shell后输入如下命令来安装:
$ sudo add-apt-repository ppa:indicator-multiload/stable-daily
$ sudo apt-get update
$ sudo apt-get install indicator-multiload
安装成功后,输入下面的命令运行
$ indicator-multiload
程序默认只显示CPU使用情况,可以点击后进行设置(如下图所示):
项目链接地址:https://launchpad.net/indicator-multiload
Canonical URL by SEO No Duplicate WordPress Plugin
最近留言