1)安装RUBY:从 http://www.ruby-lang.org/en/ 下载 ruby182-15.exe,安装Ruby。ruby -v 看是否安装成功。2)安装RAILS框架 :gem install rails --remotesrails -v 看版本号号,看是否安装成功。3)安装 J...
分类:
其他好文 时间:
2014-08-19 16:17:04
阅读次数:
205
使用ethtool命令查看指定网卡信息
ethtool eth0
使用 mii-tool命令查看指定网卡情况
mii-tool -v eth1
为了使用lspci命令需要安装以下软件包
yum -y install pciutils
分类:
系统相关 时间:
2014-08-19 15:57:44
阅读次数:
239
1,man命令是一个帮助我们,快速掌握某个命令的使用方法的命令,当然前提时我们安装了man命令模块,man命令的用法,man command,后面跟自己不了解的命令,如果你的系统没有安装,先执行命令,yum install man* ...
分类:
其他好文 时间:
2014-08-19 14:44:55
阅读次数:
250
1.基础系统搭建: sudo?apt-get?install?xorg?lxde-common?lxsession?desktop-file-utils?openbox
sudo?apt-get?install?build-essential?leafpad?lxterminal?obconf
sudo?apt-get?install?xarch...
分类:
其他好文 时间:
2014-08-19 13:02:44
阅读次数:
245
Optional. Configure Search Path To ensure that the downloaded binaries are in your PATH, you can modify your PATH and/or create symbolic links to the ...
分类:
数据库 时间:
2014-08-19 12:45:34
阅读次数:
272
Select Help/Install new software... from the menu, select the Juno update site (http://download.eclipse.org/releases/juno), and then look for the Mark...
分类:
系统相关 时间:
2014-08-19 12:32:04
阅读次数:
241
因为在程序中需要输入中文,但是系统没有预装中文输入法,所以就安装一下,顺便记录1.用root登录 ,或su root2.yum install "@Chinese Support"3.exit4.回到桌面,system->preferences->input method5.如果没有,先注销一下。6...
分类:
其他好文 时间:
2014-08-19 10:33:03
阅读次数:
205
In order to install it on your pi follow the steps: 1. Install subversion: sudo?apt-get update sudo?apt-get install subversion 2.?Go to the folder where you want to have the mjpg-stremer, for e...
分类:
Web程序 时间:
2014-08-19 01:04:23
阅读次数:
251
ubuntu 14.04 input method sudo apt-get install fcitx-googlepinyin sudo apt-get install fcitx-sunpinyin language support 里边设置keyboard input method system: fcitx input method 选择fcitx restar th...
分类:
其他好文 时间:
2014-08-18 23:42:03
阅读次数:
427
How to install Python 2.7 and Python 3.3 on CentOS 6...
分类:
编程语言 时间:
2014-08-18 23:40:13
阅读次数:
828