http://www.360doc.com/content/12/0405/09/9518537_201017506.shtml
i686是系统架构
像之前的还有i386, i486, i586,都是x86架构,32位。
还有就是x86_64,是64位
http://zhidao.baidu.com/question/520328155.html
ctrl+b 书签边栏
安装了Ubuntu查看显卡型号 http://forum.ubuntu.org.cn/viewtopic.php?f=86&t=48090
/etc/X11/xorg.conf Section "Screen" 没有xorg.conf
换一种方法 查看显卡类型及驱动 http://hi.baidu.com/imheaventian/item/a3bd85df134d164edcf9be11
http://my.oschina.net/atttx123/blog/50967
查看显卡驱动是否已经安装好
glxinfo | head |
如果显示"direct rendering: Yes",则已安装
安装显卡驱动 http://tech.ddvip.com/2008-01/120043683040515.html
注: lspci | grep -i graphic 只能查到 VGA compatible controller: Intel Corparation 3rd Gen ....
-----------------------------------------------------------------------------
ubuntu 未设置root 时 su root 输入当前用户密码会出错 方法 sudo passwd root输入root密码然后 su root输入root的密码
ubuntu安装jdk-6u26-linux-i586.bin 到bin目录下输入java 结果: The program 'java' can be found in the following packages: 方法 设置java环境变量
---------------------------
su root 之后 gedit Could not connect to session bus 方法 http://www.2cto.com/os/201208/149106.html
---------------------------
ubuntu 使用ssh localhost 结果 ssh : connect to host localhost port 22: Connection refused 使用命令 ps -e | grep ssh 查看有没有sshd 服务器进程,如果没有sudo apt-get install openssh-server
---------------------------
ubuntu ant 结果 Can not wirte to ...ivy-2.1.0.jar ivy_repo_url 未解决方法 sudo ufw disable 关闭 ubuntu防火墙 解决方法
http://www.douban.com/group/topic/29702133/ 切换到root 发现ant version ...the following packages ,执行source /etc/profile 然后ant clean ,ant 可以下载此文档build successful
-------------------
ubuntu hadoop 编译 can not find autoconf 方法 sudo apt-get install autoconf
安装后错误 can't exec libtoolize no such file or directory at usr bin autoreconf line 195 方法 sudo apt-get update && sudo apt-get install autotools-dev libltdl-dev libtool autoconf autopoint https://answers.launchpad.net/ubuntu/+source/autoconf/+question/213854
--------
拷贝mahout到etc目录下 root terminal l帐户下eclipse 导入项目有read-only file error
--------
dell机上ubuntu安装之后network settings airplane mode更改不过来在此页面上my notebook按F2
--------
缺少某个工具 直接输入 会提示安装某个工具包