摘要: 1 安装基本软件 sudo apt-get install openssh-server 2 安装开发工具 sudo apt-get install git-core subversion git-svn sudo apt-get install vim sudo apt-get install bison flex sudo apt-get install cscope... 阅读全文
posted @ 2012-07-07 13:34 hello.world 阅读(194) 评论(0) 推荐(0)
摘要: 1 配置篇 git config --global core.editor vim git config --global color.status auto git config --global color.branch auto git config --global color.diff auto git config --global color.ui auto git co... 阅读全文
posted @ 2012-07-07 13:34 hello.world 阅读(144) 评论(0) 推荐(0)
摘要: 1 配置IPsudo vi /etc/network/interfaces 1 # This file describes the network interfaces available on your system 2 # and how to activate them. For more information, see interfaces(5). 3 4 # The loopback network interface 5 auto lo 6 iface lo inet loopback 7 8 auto eth0 9 # static ip10 iface eth0 inet.. 阅读全文
posted @ 2012-07-07 11:36 hello.world 阅读(369) 评论(0) 推荐(0)
摘要: 1 将就着用吧 修改eth1 IP配置文件,以后就使用eth1 2 找回eth0 按以下方法修改脚本文件: sudo vi /etc/udev/rules.d/70-persistent-net.rules 注释掉其中eth0的配置 修改其中eth1配置行的“NAME”字段的值为"eth0” 保存退出。 然后修改网卡IP配置文件。 阅读全文
posted @ 2012-07-07 11:31 hello.world 阅读(1002) 评论(0) 推荐(0)