Wireshark是一款非常流行的协议分析软件。自然可以网络抓包的需求。sudo apt-get install wireshark出于安全方面的考虑,普通用户不能够打开网卡设备进行抓包,wireshark不建议用户通过sudo在root权限下运行,wireshark为ubuntu(Debian)用...
分类:
系统相关 时间:
2014-08-18 12:10:34
阅读次数:
255
proftpd的配置方式类似apache,比vsftpd更易用,xampp就集成了proftpd. apt-cache search proftpd 搜索相关包 sudo apt-get install proftpd-basic 安装 安装时默认作为一个standalone server运行proftpd,如果每天的...
分类:
其他好文 时间:
2014-08-17 18:43:02
阅读次数:
296
1、安装apache2
sudo apt-get install apache2
运行如下命令重启:sudo /etc/init.d/apache2 restart
在浏览器里输入http://localhost或者是http://127.0.0.1,如果看到了It works!,那就说明Apache就成功的安装了。
====================================...
分类:
Web程序 时间:
2014-08-17 17:06:32
阅读次数:
282
标签:
ubuntu
分类: 操作系统
用 windows 的 mstsc 连接 ubuntu 安装 xrdp
打开终端,输入命令:
sudo apt-get install xrdp
用 wind...
分类:
其他好文 时间:
2014-08-17 15:38:52
阅读次数:
245
ubuntu can't play audio and vedio. because flash-plugin haven't install. so , do it.sudo apt-get install flashplugin-installerok. done !
分类:
其他好文 时间:
2014-08-17 09:10:11
阅读次数:
178
本文说明如何修改树莓派软件源。如果使用raspbian系统,修改软件源的方法和ubuntu相同,可在http://www.raspbian.org找到最新的软件源镜像,修改/etc/apt/sources文件中的内容即可。...
分类:
其他好文 时间:
2014-08-16 17:09:20
阅读次数:
167
安装环境: Ubuntu 14 PostgreSQL 9.01. 安装PostgreSQL输入如下命令sudo apt-get install postgresql系统会提示安装所需磁盘空间,输入"y",安装程序会自动完成。 安装完毕后,系统会创建一个数据库超级用户“postgres”, 密码为.....
分类:
数据库 时间:
2014-08-16 16:16:10
阅读次数:
236
今天在ubuntu下安装任何软件都提示以下错误:You might want to run 'apt-get -f install' to correct these:The following packages have unmet dependencies:kate : Depends: kde...
分类:
其他好文 时间:
2014-08-16 13:49:20
阅读次数:
454
Ubuntu Linux与Windows系统不同,Ubuntu Linux不会产生无用垃圾文件,但是在升级缓存中,Ubuntu Linux不会自动删除这些文件。1,非常有用的清理命令:sudo apt-get autocleansudo apt-get cleansudo apt-get autor...
分类:
其他好文 时间:
2014-08-16 12:27:40
阅读次数:
170
Ganglia是比较知名的开源监控系统, 运维上需要关注的一些通用的状态都有所涉及。其组成主要是gmond(监控程序),gmetad(信息收集程序),web(监控数据展现app)。ubuntu的apt源中Ganglia-webfrontend对应gmetad+web展现应用;ganglia-moni...
分类:
其他好文 时间:
2014-08-16 00:57:49
阅读次数:
299