参考:http://blog.163.com/jgh2008@126/blog/static/28596246201092081139283/一、获得和安装iftopCentos:yum install iftopUbuntu: sudo apt-get install iftop编译安装:ifto...
分类:
系统相关 时间:
2014-09-22 15:26:52
阅读次数:
321
MySQL在Linux Ubuntu中安装本文使用的Linux是Ubuntu 12.04.2 LTS 64bit的系统,安装MySQL数据库软件包可以通过apt-get实现。在Linux Ubuntu中安装MySQL数据库#安装MySQL服务器端~ sudo apt-get install mysq...
分类:
数据库 时间:
2014-09-22 14:04:02
阅读次数:
414
1、yum install memcached;2、/usr/bin/memcached -d -m 128 -l 127.0.0.1 -p 11211 -u root;3、memcached-tool 127.0.0.1:11211 stats;4、yum install php-pecl-mem...
分类:
Web程序 时间:
2014-09-22 10:48:22
阅读次数:
251
#pip??install??tornado
#cat??web.py
import?tornado.ioloop
import?tornado.web
class?MainHandler(tornado.web.RequestHandler):
????def?get(self):
????????self.write(‘hello,world...
分类:
其他好文 时间:
2014-09-21 22:13:51
阅读次数:
324
一、安装1、# apt-get install wine安装完后在终端里运行wine:# wine会弹出一个对话框:This is the wine64-bin helper package, which does not provide wine itself,but instead exists...
问题描述现阶段正是进行示例程序内存优化测试。先后在手机上安装了好多程序,突然遇到如下问题:使用eclipse编译成功,即将布置到android手机上运行,却报错如下:Installationerror:INSTALL_FAILED_MEDIA_UNAVAILABLEPleasechecklogcatoutputformoredetails.Launchcanceled!网..
分类:
移动开发 时间:
2014-09-21 20:19:22
阅读次数:
351
Debian系列软件管理1、搜索软件包信息 apt-cache search apt-cache search yum 2、查看软件包信息 apt-cache show rpm 3、安装软件 apt-get install rpm 选项: apt-get reinstall 覆盖安装 -f 修复安装 4、卸载,与YUM类似 apt-get remove rpm 选项: apt-g...
分类:
其他好文 时间:
2014-09-21 20:15:41
阅读次数:
217
ubuntu 安装:apt-get? install?? mongdb 若需要使用python链接mongodb还需要安装pymogo :pip? install pymongo 1.先尝试下pymongo链接mongodb >import? pymongo >con=pymongo.Connection(‘localhost‘,2701...
分类:
数据库 时间:
2014-09-21 20:08:51
阅读次数:
297
开发板norflash已经烧写了superboot
具体方法(windows下)
ubuntu已经安装好了minitools
具体方法
以上两个都不是重要的,我是安装好minitools发现里面的串口工具不好用就想到用minicom了
1.安装minicom
#sudo apt-get install minicom
2.配置minico...
分类:
其他好文 时间:
2014-09-21 19:56:51
阅读次数:
297
RedHat系列软件管理--脚本安装 一、解压缩 tar -zxvf webmin-1.700.tar.gz 二、进入相关目录 cd webmin-1.700 三、如果此时执行./configure会提示configure不存在 如果在Linux中不是源代码包安装的话,则他会提供了详细的说明文档,一般是README或是INSTALL 四、查看说明文档 vi README 五、根据提示 ./se...
分类:
其他好文 时间:
2014-09-21 19:42:51
阅读次数:
188