随笔分类 -  Linux

摘要:ubuntu下的配置文件为/etc/network/interfacescentos下的配置文件位于/etc/sysconfig/network-scripts/目录下,每一个网卡(物理的或者虚拟的)单独一个文件,文件名为ifcfg-xxx,其中xxx为网卡名,ifcfg-eth0的内容通常长这样:... 阅读全文
posted @ 2015-03-24 21:02 __brthls 阅读(167) 评论(0) 推荐(0)
摘要:用pip 和 easy_install都不行,一直报同样的错误:gevent/gevent.core.c:9.22: fetal error: pyconfig.h: No such file ordirectory最后直接sudo apt-get install python-gevent居然就成... 阅读全文
posted @ 2015-03-23 22:04 __brthls 阅读(772) 评论(0) 推荐(0)
摘要:step1:在win7端安装ssh客户端puttyputty下载地址:http://www.chiark.greenend.org.uk/~sgtatham/putty/download.htmlstep2:在win7端安装xming(x server)xming下载地址:http://source... 阅读全文
posted @ 2015-02-23 23:31 __brthls 阅读(1666) 评论(0) 推荐(1)