<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feed.feedsky.com/styles/feedsky2.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:app.0="http://purl.org/atom/app#" version="2.0"><channel><atom:link href="http://feed.feedsky.com/linuxfly" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feed.feedsky.com/linuxfly" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 07 May 2009 06:50:40 GMT</lastBuildDate><title>我的linux世界</title><description>慢慢地我开始了解这个复杂的世界。。。</description><link atom:type="text/html">http://happyunix.blogspot.com/</link><id xmlns="http://www.w3.org/2005/Atom">tag:blogger.com,1999:blog-2875930856248174414</id><link xmlns="http://www.w3.org/2005/Atom" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://happyunix.blogspot.com/feeds/posts/default"></link><link xmlns="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2875930856248174414/posts/default"></link><link xmlns="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/"></link><link xmlns="http://www.w3.org/2005/Atom" rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/2875930856248174414/posts/default?start-index=26&amp;max-results=25"></link><author xmlns="http://www.w3.org/2005/Atom"><name>Luke Fly</name><uri>http://www.blogger.com/profile/06974172704938730272</uri><email>noreply@blogger.com</email></author><generator xmlns="http://www.w3.org/2005/Atom" version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>107</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><pubDate>Fri, 18 Dec 2009 07:02:21 GMT</pubDate><managingEditor>Luke Fly</managingEditor><item><title>关于尝试提升Ubuntu中intel 显卡性能的笔记</title><link atom:title="关于尝试提升Ubuntu中intel 显卡性能的笔记" atom:type="text/html">http://happyunix.blogspot.com/2009/05/ubuntuintel.html</link><id xmlns="http://www.w3.org/2005/Atom">tag:blogger.com,1999:blog-2875930856248174414.post-5376922700470473001</id><content xmlns="http://www.w3.org/2005/Atom" type="html">在我更新到ubuntu 9.04时我同大多数人一样遇到了intel集成显卡性能低下的问题，在网上google了一些解决解方法，还是觉得ubuntu geek中提到的方法更全面且操作简单，需要的包都是已经打包好的。只要我们把以下的几个包下下来安装上去，然后配置一下xorg.conf就可以了。&lt;br /&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30-rc2/linux-headers-2.6.30-020630rc2-generic_2.6.30-020630rc2_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30-rc2/linux-headers-2.6.30-020630rc2_2.6.30-020630rc2_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30-rc2/linux-image-2.6.30-020630rc2-generic_2.6.30-020630rc2_i386.deb http://ftp.us.debian.org/debian/pool/main/libd/libdrm/libdrm2_2.4.9-1_i386.deb http://ftp.us.debian.org/debian/pool/main/libd/libdrm/libdrm-intel1_2.4.9-1_i386.deb http://http.us.debian.org/debian/pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.7.0-1_i386.deb&lt;br /&gt;下载后我们开始安装：&lt;br /&gt;$ sudo dpkg -i linux-headers-2.6.30-020630rc2_2.6.30-020630rc2_all.deb linux-headers-2.6.30-020630rc2-generic_2.6.30-020630rc2_i386.deb linux-image-2.6.30-020630rc2-generic_2.6.30-020630rc2_i386.deb libdrm2_2.4.9-1_i386.deb libdrm-intel1_2.4.9-1_i386.deb xserver-xorg-video-intel_2.7.0-1_i386.deb&lt;br /&gt;&lt;br /&gt;然后修改xorg.conf&lt;br /&gt;$sudo vim  /etc/X11/xorg.conf&lt;br /&gt;在Device字段修改&lt;br /&gt;&lt;code&gt;Section &quot;Device&quot;&lt;br /&gt;Identifier    &quot;Configured Video Device&quot;&lt;br /&gt;Option        &quot;AccelMethod&quot;            &quot;uxa&quot;&lt;br /&gt;&lt;strong&gt;Option        “Tiling”            “false”&lt;/strong&gt;&lt;br /&gt;EndSection&lt;/code&gt;&lt;br /&gt;修改后保存。&lt;br /&gt;然后重启电脑。如果启动正常的话就一切OK了。注意用glxgears测试的不准确，建议用ppracer。&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-5376922700470473001?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><author xmlns="http://www.w3.org/2005/Atom"><name>Luke Fly</name><uri>http://www.blogger.com/profile/06974172704938730272</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="03095641843117107898"></gd:extendedProperty></author><thr:total>0</thr:total><content:encoded>在我更新到ubuntu 9.04时我同大多数人一样遇到了intel集成显卡性能低下的问题，在网上google了一些解决解方法，还是觉得ubuntu geek中提到的方法更全面且操作简单，需要的包都是已经打包好的。只要我们把以下的几个包下下来安装上去，然后配置一下xorg.conf就可以了。&lt;br /&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30-rc2/linux-headers-2.6.30-020630rc2-generic_2.6.30-020630rc2_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30-rc2/linux-headers-2.6.30-020630rc2_2.6.30-020630rc2_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30-rc2/linux-image-2.6.30-020630rc2-generic_2.6.30-020630rc2_i386.deb http://ftp.us.debian.org/debian/pool/main/libd/libdrm/libdrm2_2.4.9-1_i386.deb http://ftp.us.debian.org/debian/pool/main/libd/libdrm/libdrm-intel1_2.4.9-1_i386.deb http://http.us.debian.org/debian/pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.7.0-1_i386.deb&lt;br /&gt;下载后我们开始安装：&lt;br /&gt;$ sudo dpkg -i linux-headers-2.6.30-020630rc2_2.6.30-020630rc2_all.deb linux-headers-2.6.30-020630rc2-generic_2.6.30-020630rc2_i386.deb linux-image-2.6.30-020630rc2-generic_2.6.30-020630rc2_i386.deb libdrm2_2.4.9-1_i386.deb libdrm-intel1_2.4.9-1_i386.deb xserver-xorg-video-intel_2.7.0-1_i386.deb&lt;br /&gt;&lt;br /&gt;然后修改xorg.conf&lt;br /&gt;$sudo vim  /etc/X11/xorg.conf&lt;br /&gt;在Device字段修改&lt;br /&gt;&lt;code&gt;Section &quot;Device&quot;&lt;br /&gt;Identifier    &quot;Configured Video Device&quot;&lt;br /&gt;Option        &quot;AccelMethod&quot;            &quot;uxa&quot;&lt;br /&gt;&lt;strong&gt;Option        “Tiling”            “false”&lt;/strong&gt;&lt;br /&gt;EndSection&lt;/code&gt;&lt;br /&gt;修改后保存。&lt;br /&gt;然后重启电脑。如果启动正常的话就一切OK了。注意用glxgears测试的不准确，建议用ppracer。&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-5376922700470473001?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/linuxfly/331108983/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/linuxfly/331108983/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><category domain="http://www.blogger.com/atom/ns#">开源</category><category domain="http://www.blogger.com/atom/ns#">linux技术</category><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><pubDate>Thu, 07 May 2009 14:50:40 +0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2875930856248174414.post-5376922700470473001</guid><dc:creator>Luke Fly</dc:creator><fs:srclink>http://happyunix.blogspot.com/2009/05/ubuntuintel.html</fs:srclink><fs:srcfeed>http://happyunix.blogspot.com/feeds/posts/default</fs:srcfeed><fs:itemid>feedsky/linuxfly/~7205508/331108983/5314612</fs:itemid></item><item><title>ubuntu 中安装libfetion的问题</title><link atom:title="ubuntu 中安装libfetion的问题" atom:type="text/html">http://happyunix.blogspot.com/2009/04/ubuntu-libfetion.html</link><id xmlns="http://www.w3.org/2005/Atom">tag:blogger.com,1999:blog-2875930856248174414.post-5971937884131138935</id><content xmlns="http://www.w3.org/2005/Atom" type="html">在ubuntu9.04中默认好像没 安装curl所我们用libfetion的deb包安装上去时不能启动，在终端上运行会有提示说:&lt;br /&gt;linux-fetion: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory&lt;br /&gt;所以我们得手动把curl安装上去。&lt;br /&gt;sudo apt-get install curl(安装apt-get install libcurl4-openssl-dev 也可以的)&lt;br /&gt;安装完之后才可运行libfetion.&lt;br /&gt;当然我们可以自己编译原源码。这个我们可以看官方给出的方法，很容易安装！&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-5971937884131138935?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><author xmlns="http://www.w3.org/2005/Atom"><name>Luke Fly</name><uri>http://www.blogger.com/profile/06974172704938730272</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="03095641843117107898"></gd:extendedProperty></author><thr:total>0</thr:total><content:encoded>在ubuntu9.04中默认好像没 安装curl所我们用libfetion的deb包安装上去时不能启动，在终端上运行会有提示说:&lt;br /&gt;linux-fetion: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory&lt;br /&gt;所以我们得手动把curl安装上去。&lt;br /&gt;sudo apt-get install curl(安装apt-get install libcurl4-openssl-dev 也可以的)&lt;br /&gt;安装完之后才可运行libfetion.&lt;br /&gt;当然我们可以自己编译原源码。这个我们可以看官方给出的方法，很容易安装！&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-5971937884131138935?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/linuxfly/331108984/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/linuxfly/331108984/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><category domain="http://www.blogger.com/atom/ns#">开源</category><category domain="http://www.blogger.com/atom/ns#">linux技术</category><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><pubDate>Tue, 28 Apr 2009 12:57:41 +0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2875930856248174414.post-5971937884131138935</guid><dc:creator>Luke Fly</dc:creator><fs:srclink>http://happyunix.blogspot.com/2009/04/ubuntu-libfetion.html</fs:srclink><fs:srcfeed>http://happyunix.blogspot.com/feeds/posts/default</fs:srcfeed><fs:itemid>feedsky/linuxfly/~7205508/331108984/5314612</fs:itemid></item><item><title>联想昭阳E390惊险刷BIOS经历</title><link atom:title="联想昭阳E390惊险刷BIOS经历" atom:type="text/html">http://happyunix.blogspot.com/2009/04/e390bios.html</link><id xmlns="http://www.w3.org/2005/Atom">tag:blogger.com,1999:blog-2875930856248174414.post-6224586855508257358</id><content xmlns="http://www.w3.org/2005/Atom" type="html">今天很不幸我的联想昭阳E390重装系统后，不停地弹出Evolusion邮件客户端。严重影响了我的工作。在网上我google了一下，我找了一些相关的BIOS，下下来我刷了一下。我也没有怎么看清楚那个BIOS信息，就这么刷进去了，抱着一试，死了不要的心理，重启了机子。等了几十秒种，屏上没有看到我熟悉的界面，心里更急了，再等了差不多一分钟，听到了进入系统的声音。想了想能进系统说明除了视频部分其它的应该是正常的。&lt;span class=&quot;fullpost&quot;&gt;应该是这个BIOS有人更改过BIOS的视频BIOS，可是现在什么都看不到不知道如何是好。我是瞎摸索把自己PC上的液晶接到自己的笔记上，没有到竟然能看到图形界面，心里总算是可是放松了，真以为没有办法刷回原来的BIOS去，赶紧刷回去，然后又重新打，偶尔又看到说只是找到KBC部分的就可以了是以.BIN格式的。可是找了好久没有找到网上说的可以修复这个问题的KBC bios，不过工夫不负有心人，我还是在一个网站上找到了。用U盘启动盘进入DOS刷了进去，重启系统测试了好几个钟都不会自动弹出来了。呵呵，终于好了。&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-6224586855508257358?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><author xmlns="http://www.w3.org/2005/Atom"><name>Luke Fly</name><uri>http://www.blogger.com/profile/06974172704938730272</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="03095641843117107898"></gd:extendedProperty></author><thr:total>1</thr:total><content:encoded>今天很不幸我的联想昭阳E390重装系统后，不停地弹出Evolusion邮件客户端。严重影响了我的工作。在网上我google了一下，我找了一些相关的BIOS，下下来我刷了一下。我也没有怎么看清楚那个BIOS信息，就这么刷进去了，抱着一试，死了不要的心理，重启了机子。等了几十秒种，屏上没有看到我熟悉的界面，心里更急了，再等了差不多一分钟，听到了进入系统的声音。想了想能进系统说明除了视频部分其它的应该是正常的。&lt;span class=&quot;fullpost&quot;&gt;应该是这个BIOS有人更改过BIOS的视频BIOS，可是现在什么都看不到不知道如何是好。我是瞎摸索把自己PC上的液晶接到自己的笔记上，没有到竟然能看到图形界面，心里总算是可是放松了，真以为没有办法刷回原来的BIOS去，赶紧刷回去，然后又重新打，偶尔又看到说只是找到KBC部分的就可以了是以.BIN格式的。可是找了好久没有找到网上说的可以修复这个问题的KBC bios，不过工夫不负有心人，我还是在一个网站上找到了。用U盘启动盘进入DOS刷了进去，重启系统测试了好几个钟都不会自动弹出来了。呵呵，终于好了。&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-6224586855508257358?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/linuxfly/331108985/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/linuxfly/331108985/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><category domain="http://www.blogger.com/atom/ns#">linux技术</category><category domain="http://www.blogger.com/atom/ns#">windows</category><category domain="http://www.blogger.com/atom/ns#">BIOS技术</category><pubDate>Mon, 27 Apr 2009 17:32:56 +0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2875930856248174414.post-6224586855508257358</guid><dc:creator>Luke Fly</dc:creator><fs:srclink>http://happyunix.blogspot.com/2009/04/e390bios.html</fs:srclink><fs:srcfeed>http://happyunix.blogspot.com/feeds/posts/default</fs:srcfeed><fs:itemid>feedsky/linuxfly/~7205508/331108985/5314612</fs:itemid></item><item><title>ubuntu 9.04即将发布！</title><link atom:title="ubuntu 9.04即将发布！" atom:type="text/html">http://happyunix.blogspot.com/2009/04/ubuntu-904.html</link><id xmlns="http://www.w3.org/2005/Atom">tag:blogger.com,1999:blog-2875930856248174414.post-5863026804598520054</id><content xmlns="http://www.w3.org/2005/Atom" type="html">[转载]按照 Ubuntu 9.04 (Jaunty Jackalope) 官方发布的系统开发日程， Ubuntu 9.04 正式版将在今天对外发布。巧从 Ubuntu 发布新版本的惯例来看， Ubuntu 新版的镜像将在正式发布日之前制作完成并向各地的镜像&lt;a href=&quot;http://www.ccw.com.cn/server/topic/stor/&quot; target=&quot;_blank&quot;&gt;服务器&lt;/a&gt;进行分发相应的文件。经 Own&lt;a href=&quot;http://wiki.ccw.com.cn/Linux&quot; target=&quot;_blank&quot;&gt;Linux&lt;/a&gt; 成员证实，Ubuntu 9.04 正式版镜像已经在向各地的镜像服务器进行分发了，ubuntu-9.04-desktop-i386.iso 的大小大概为 698.96MB 。&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;不过，笔者声明本文并不是鼓励大家现在去下载这些正在分发的 Ubuntu 9.04 正式版镜像文件，需要注意的是如果大家现在都去下载(尤其是迅雷)这些 Ubuntu 9.04 正式版镜像文件，这样会在极大的程度上影响 Ubuntu 9.04 正式版镜像文件向各地的镜像服务分发的进度，甚至可能导致 Ubuntu 9.04 不能如期发布，并影响发布后的对巨大下载流量的分压能力。&lt;br /&gt;希望 Ubuntu 爱好者们先不要提供 Ubuntu 9.04 正式版镜像的分发地址。&lt;br /&gt;Ubuntu 9.04，开发代号 Jaunty Jackalope，Ubuntu 9.04 是继 Ubuntu 4.10 首个发行版来的第十的个发行版，它的发布也就宣布了 Ubuntu 已经走过了整整 5 个年头，在这短短的5年里， Ubuntu 发展速度是其他任何 Linux 的发行版无法比拟的，这都得益于 Ubuntu 的核心思想 “Linux for Human Beings” 和 &lt;a href=&quot;http://topic.ccw.com.cn/corpCenter/249.html&quot; target=&quot;_blank&quot;&gt;Ca&lt;/a&gt;nonical 公司的大力推动。&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-5863026804598520054?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><author xmlns="http://www.w3.org/2005/Atom"><name>Luke Fly</name><uri>http://www.blogger.com/profile/06974172704938730272</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="03095641843117107898"></gd:extendedProperty></author><thr:total>0</thr:total><content:encoded>[转载]按照 Ubuntu 9.04 (Jaunty Jackalope) 官方发布的系统开发日程， Ubuntu 9.04 正式版将在今天对外发布。巧从 Ubuntu 发布新版本的惯例来看， Ubuntu 新版的镜像将在正式发布日之前制作完成并向各地的镜像&lt;a href=&quot;http://www.ccw.com.cn/server/topic/stor/&quot; target=&quot;_blank&quot;&gt;服务器&lt;/a&gt;进行分发相应的文件。经 Own&lt;a href=&quot;http://wiki.ccw.com.cn/Linux&quot; target=&quot;_blank&quot;&gt;Linux&lt;/a&gt; 成员证实，Ubuntu 9.04 正式版镜像已经在向各地的镜像服务器进行分发了，ubuntu-9.04-desktop-i386.iso 的大小大概为 698.96MB 。&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;不过，笔者声明本文并不是鼓励大家现在去下载这些正在分发的 Ubuntu 9.04 正式版镜像文件，需要注意的是如果大家现在都去下载(尤其是迅雷)这些 Ubuntu 9.04 正式版镜像文件，这样会在极大的程度上影响 Ubuntu 9.04 正式版镜像文件向各地的镜像服务分发的进度，甚至可能导致 Ubuntu 9.04 不能如期发布，并影响发布后的对巨大下载流量的分压能力。&lt;br /&gt;希望 Ubuntu 爱好者们先不要提供 Ubuntu 9.04 正式版镜像的分发地址。&lt;br /&gt;Ubuntu 9.04，开发代号 Jaunty Jackalope，Ubuntu 9.04 是继 Ubuntu 4.10 首个发行版来的第十的个发行版，它的发布也就宣布了 Ubuntu 已经走过了整整 5 个年头，在这短短的5年里， Ubuntu 发展速度是其他任何 Linux 的发行版无法比拟的，这都得益于 Ubuntu 的核心思想 “Linux for Human Beings” 和 &lt;a href=&quot;http://topic.ccw.com.cn/corpCenter/249.html&quot; target=&quot;_blank&quot;&gt;Ca&lt;/a&gt;nonical 公司的大力推动。&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-5863026804598520054?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/linuxfly/331108986/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/linuxfly/331108986/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><category domain="http://www.blogger.com/atom/ns#">开源</category><category domain="http://www.blogger.com/atom/ns#">linux新闻</category><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><pubDate>Thu, 23 Apr 2009 12:55:52 +0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2875930856248174414.post-5863026804598520054</guid><dc:creator>Luke Fly</dc:creator><fs:srclink>http://happyunix.blogspot.com/2009/04/ubuntu-904.html</fs:srclink><fs:srcfeed>http://happyunix.blogspot.com/feeds/posts/default</fs:srcfeed><fs:itemid>feedsky/linuxfly/~7205508/331108986/5314612</fs:itemid></item><item><title>Foxit Reader Linux 版发布</title><link atom:title="Foxit Reader Linux 版发布" atom:type="text/html">http://happyunix.blogspot.com/2009/04/foxit-reader-linux.html</link><id xmlns="http://www.w3.org/2005/Atom">tag:blogger.com,1999:blog-2875930856248174414.post-3268878666192803776</id><content xmlns="http://www.w3.org/2005/Atom" type="html">今天发现在Foxit Read放出了linux 桌面版本，这对我们经常看PDF文档的人来说可是好消息。Foxit小巧快速，功能丰富。这个版本主要有以下更新。&lt;br /&gt;&lt;ol&gt;&lt;li&gt;增加了对于非嵌入式 中文、日文和韩语字符的支持；&lt;/li&gt;&lt;li&gt;通过添加抗锯齿功能提升了打印质量；&lt;/li&gt;&lt;li&gt;增加了“上一页”和“下一页”功能；&lt;/li&gt;&lt;li&gt;增加保存 PDF 功能。&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;有兴趣的朋友们可以在他们的官方网站上&lt;a href=&quot;http://www.foxitsoftware.com/pdf/desklinux/index.html&quot;&gt;下载&lt;/a&gt;。&lt;/p&gt;&lt;p&gt;同时附上&lt;a href=&quot;http://foxit.vo.llnwd.net/o28/pub/foxit/reader/desktop/linux/1.x/1.0/enu/FoxitReader-1.0-1.i386.rpm&quot;&gt;rpm包下载&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-3268878666192803776?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><author xmlns="http://www.w3.org/2005/Atom"><name>Luke Fly</name><uri>http://www.blogger.com/profile/06974172704938730272</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="03095641843117107898"></gd:extendedProperty></author><thr:total>0</thr:total><content:encoded>今天发现在Foxit Read放出了linux 桌面版本，这对我们经常看PDF文档的人来说可是好消息。Foxit小巧快速，功能丰富。这个版本主要有以下更新。&lt;br /&gt;&lt;ol&gt;&lt;li&gt;增加了对于非嵌入式 中文、日文和韩语字符的支持；&lt;/li&gt;&lt;li&gt;通过添加抗锯齿功能提升了打印质量；&lt;/li&gt;&lt;li&gt;增加了“上一页”和“下一页”功能；&lt;/li&gt;&lt;li&gt;增加保存 PDF 功能。&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;有兴趣的朋友们可以在他们的官方网站上&lt;a href=&quot;http://www.foxitsoftware.com/pdf/desklinux/index.html&quot;&gt;下载&lt;/a&gt;。&lt;/p&gt;&lt;p&gt;同时附上&lt;a href=&quot;http://foxit.vo.llnwd.net/o28/pub/foxit/reader/desktop/linux/1.x/1.0/enu/FoxitReader-1.0-1.i386.rpm&quot;&gt;rpm包下载&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-3268878666192803776?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/linuxfly/331108987/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/linuxfly/331108987/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><category domain="http://www.blogger.com/atom/ns#">开源</category><category domain="http://www.blogger.com/atom/ns#">linux技术</category><category domain="http://www.blogger.com/atom/ns#">fedora</category><pubDate>Thu, 23 Apr 2009 09:59:11 +0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2875930856248174414.post-3268878666192803776</guid><dc:creator>Luke Fly</dc:creator><fs:srclink>http://happyunix.blogspot.com/2009/04/foxit-reader-linux.html</fs:srclink><fs:srcfeed>http://happyunix.blogspot.com/feeds/posts/default</fs:srcfeed><fs:itemid>feedsky/linuxfly/~7205508/331108987/5314612</fs:itemid></item><item><title>Oracle 收购 Sun</title><link atom:title="Oracle 收购 Sun" atom:type="text/html">http://happyunix.blogspot.com/2009/04/oracle-sun.html</link><id xmlns="http://www.w3.org/2005/Atom">tag:blogger.com,1999:blog-2875930856248174414.post-3553698471539992099</id><content xmlns="http://www.w3.org/2005/Atom" type="html">今天准备更新blogger换个模板，好久没有更新了，弄了好久才好，还是庆祝一下终于弄好了呵呵！！刚看到一则消息，Oracle 要收购Sun，Oracle 已与 Sun 达成了收购协议。这笔交易价格为 74 亿美元。目前，Oracle 和 Sun 双方均已在自己的网站上公布了这一消息。包括 Java、Solaris、Open Solaris、MySQL、VirtualBox 等在内的 Sun 旗下的产品将何去何从，令人关注。 个人还是希望Sun能够走下去。&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-3553698471539992099?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><author xmlns="http://www.w3.org/2005/Atom"><name>Luke Fly</name><uri>http://www.blogger.com/profile/06974172704938730272</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="03095641843117107898"></gd:extendedProperty></author><thr:total>0</thr:total><content:encoded>今天准备更新blogger换个模板，好久没有更新了，弄了好久才好，还是庆祝一下终于弄好了呵呵！！刚看到一则消息，Oracle 要收购Sun，Oracle 已与 Sun 达成了收购协议。这笔交易价格为 74 亿美元。目前，Oracle 和 Sun 双方均已在自己的网站上公布了这一消息。包括 Java、Solaris、Open Solaris、MySQL、VirtualBox 等在内的 Sun 旗下的产品将何去何从，令人关注。 个人还是希望Sun能够走下去。&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-3553698471539992099?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/linuxfly/331108988/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/linuxfly/331108988/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><category domain="http://www.blogger.com/atom/ns#">linux新闻</category><category domain="http://www.blogger.com/atom/ns#">Sun</category><category domain="http://www.blogger.com/atom/ns#">Oracle</category><pubDate>Tue, 21 Apr 2009 14:56:14 +0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2875930856248174414.post-3553698471539992099</guid><dc:creator>Luke Fly</dc:creator><fs:srclink>http://happyunix.blogspot.com/2009/04/oracle-sun.html</fs:srclink><fs:srcfeed>http://happyunix.blogspot.com/feeds/posts/default</fs:srcfeed><fs:itemid>feedsky/linuxfly/~7205508/331108988/5314612</fs:itemid></item><item><title>使用axel加速yum更新</title><link atom:title="使用axel加速yum更新" atom:type="text/html">http://happyunix.blogspot.com/2009/03/axel.html</link><id xmlns="http://www.w3.org/2005/Atom">tag:blogger.com,1999:blog-2875930856248174414.post-1935740708730483955</id><content xmlns="http://www.w3.org/2005/Atom" type="html">&lt;div class=&quot;dyfirst&quot;&gt;很多人都在用Ubuntu其中一个原因也许是喜欢它基于Debian的更新方式其实fedora或其它的一些基于fedora的发行版使用yum更新系统也一样的快速方便。这只要你简单的加一些插件就行比如&lt;a href=&quot;http://axel.alioth.debian.org/&quot;&gt;axel&lt;/a&gt;，我要推介的也是这个插件。这个插件主要优势就是可以多线程下载,从而达到加速下载的目的。下面我们就来试用一下吧&lt;br /&gt;   首先下载axel源码包并进行编译到下面站点下载最新的axel源包,&lt;a href=&quot;http://wilmer.gaast.net/main.php/axel.html&quot;&gt;http://wilmer.gaast.net/main.php/axel.html&lt;/a&gt;&lt;br /&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;.进入下载目录:&lt;br /&gt;$tar zxvf 文件名&lt;br /&gt;$cd 解压出来的目录&lt;br /&gt;$./configure --i18n=1 --prefix=/usr(这样可以避免提示找不到axel的问题）&lt;br /&gt;$make&lt;br /&gt;$make install&lt;br /&gt;然后安装yum-fastestmirror插件。&lt;br /&gt;安装完之后还要把两个配置文件放在对应的地方，把axelget.py放到/usr/lib/yumplugins/,把axelget.conf放在/etc/yum/pluginconf.d下。&lt;br /&gt;安装完axel我们还要设置一下fedora.repo和fedora-updates.repo文件才能达到真正的快速。&lt;br /&gt;在fedora.repo和fedora-updates.repo文件中的&lt;br /&gt;mirrorlist=http://mirrors.fedoraproject.org/publiclist/Fedora/$releasever/$basearch/&lt;br /&gt;改为：&lt;br /&gt;mirrorlist=http://mirrors.fedoraproject.org/publiclist/Fedora/$releasever/$basearch/&amp;country=jp(us可选）&lt;br /&gt;然后把/var/yum/fedora/和/var/yum/fedora-updates中的mirrorlist.txt删除&lt;br /&gt;这样就OK了，平均都有一百多K的速度。有时能达到两百多K我的是1M的&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-1935740708730483955?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><author xmlns="http://www.w3.org/2005/Atom"><name>Luke Fly</name><uri>http://www.blogger.com/profile/06974172704938730272</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="03095641843117107898"></gd:extendedProperty></author><thr:total>1</thr:total><content:encoded>&lt;div class=&quot;dyfirst&quot;&gt;很多人都在用Ubuntu其中一个原因也许是喜欢它基于Debian的更新方式其实fedora或其它的一些基于fedora的发行版使用yum更新系统也一样的快速方便。这只要你简单的加一些插件就行比如&lt;a href=&quot;http://axel.alioth.debian.org/&quot;&gt;axel&lt;/a&gt;，我要推介的也是这个插件。这个插件主要优势就是可以多线程下载,从而达到加速下载的目的。下面我们就来试用一下吧&lt;br /&gt;   首先下载axel源码包并进行编译到下面站点下载最新的axel源包,&lt;a href=&quot;http://wilmer.gaast.net/main.php/axel.html&quot;&gt;http://wilmer.gaast.net/main.php/axel.html&lt;/a&gt;&lt;br /&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;.进入下载目录:&lt;br /&gt;$tar zxvf 文件名&lt;br /&gt;$cd 解压出来的目录&lt;br /&gt;$./configure --i18n=1 --prefix=/usr(这样可以避免提示找不到axel的问题）&lt;br /&gt;$make&lt;br /&gt;$make install&lt;br /&gt;然后安装yum-fastestmirror插件。&lt;br /&gt;安装完之后还要把两个配置文件放在对应的地方，把axelget.py放到/usr/lib/yumplugins/,把axelget.conf放在/etc/yum/pluginconf.d下。&lt;br /&gt;安装完axel我们还要设置一下fedora.repo和fedora-updates.repo文件才能达到真正的快速。&lt;br /&gt;在fedora.repo和fedora-updates.repo文件中的&lt;br /&gt;mirrorlist=http://mirrors.fedoraproject.org/publiclist/Fedora/$releasever/$basearch/&lt;br /&gt;改为：&lt;br /&gt;mirrorlist=http://mirrors.fedoraproject.org/publiclist/Fedora/$releasever/$basearch/&amp;country=jp(us可选）&lt;br /&gt;然后把/var/yum/fedora/和/var/yum/fedora-updates中的mirrorlist.txt删除&lt;br /&gt;这样就OK了，平均都有一百多K的速度。有时能达到两百多K我的是1M的&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-1935740708730483955?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/linuxfly/331108989/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/linuxfly/331108989/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><category domain="http://www.blogger.com/atom/ns#">linux新闻</category><category domain="http://www.blogger.com/atom/ns#">linux技术</category><category domain="http://www.blogger.com/atom/ns#">fedora 10</category><pubDate>Thu, 26 Mar 2009 09:52:27 +0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2875930856248174414.post-1935740708730483955</guid><dc:creator>Luke Fly</dc:creator><fs:srclink>http://happyunix.blogspot.com/2009/03/axel.html</fs:srclink><fs:srcfeed>http://happyunix.blogspot.com/feeds/posts/default</fs:srcfeed><fs:itemid>feedsky/linuxfly/~7205508/331108989/5314612</fs:itemid></item><item><title>Fedora中用系统盘或镜像做软件仓库</title><link atom:title="Fedora中用系统盘或镜像做软件仓库" atom:type="text/html">http://happyunix.blogspot.com/2009/02/fedora.html</link><id xmlns="http://www.w3.org/2005/Atom">tag:blogger.com,1999:blog-2875930856248174414.post-909261933600614688</id><content xmlns="http://www.w3.org/2005/Atom" type="html">&lt;div class=&quot;dyfirst&quot;&gt;对于一些人可能上网不方便或都速慢得不行的人可以考虑用已有的DVD系统盘或电脑上的DVD镜像做一个本地的软件仓库。我今天就实现了。具体的做法如下：&lt;br /&gt;1、如果是用DVD光盘的话插入光盘 mount DVD，这个步骤就不说了，最简单的:&lt;br /&gt;#mkdir /media/FedoraDvd&lt;br /&gt;#mount /dev/cdrom /media/FedoraDvd&lt;br /&gt;2、mount DVD ISO文件到一个临时文件夹&lt;br /&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;#mkdir /media/iso&lt;br /&gt;#mount -r -o loop /home/Luke/Document/Fedora-8-x86_64-DVD.iso /media/iso&lt;br /&gt;&lt;br /&gt;3、备份并修改yum仓库,建议这样：&lt;br /&gt;&lt;br /&gt;#mkdir /etc/yum.repos.d/temp&lt;br /&gt;&lt;br /&gt;#mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/temp&lt;br /&gt;&lt;br /&gt;#cp /etc/yum.repos.d/temp/fedora.repo /etc/yum.repos.d/&lt;br /&gt;&lt;br /&gt;注释掉fedora.repo中所有以 baseurl or mirrorlist开始的行,&lt;br /&gt;&lt;br /&gt;增加下面这行&lt;br /&gt;&lt;br /&gt;baseurl=file:///path/to/your/repo&lt;br /&gt;注：有些人是在自己本地用createrepo创建了一个repo其实这样没有必要的。而且用这个命令的时候分让费好多时间。&lt;br /&gt;4、现在就可以使用本地ISO或光盘来安装软件了。&lt;br /&gt;这样只能安装ISO镜像里面有的程序，安装完之后再将yum仓库恢复。&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-909261933600614688?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><author xmlns="http://www.w3.org/2005/Atom"><name>Luke Fly</name><uri>http://www.blogger.com/profile/06974172704938730272</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="03095641843117107898"></gd:extendedProperty></author><thr:total>0</thr:total><content:encoded>&lt;div class=&quot;dyfirst&quot;&gt;对于一些人可能上网不方便或都速慢得不行的人可以考虑用已有的DVD系统盘或电脑上的DVD镜像做一个本地的软件仓库。我今天就实现了。具体的做法如下：&lt;br /&gt;1、如果是用DVD光盘的话插入光盘 mount DVD，这个步骤就不说了，最简单的:&lt;br /&gt;#mkdir /media/FedoraDvd&lt;br /&gt;#mount /dev/cdrom /media/FedoraDvd&lt;br /&gt;2、mount DVD ISO文件到一个临时文件夹&lt;br /&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;#mkdir /media/iso&lt;br /&gt;#mount -r -o loop /home/Luke/Document/Fedora-8-x86_64-DVD.iso /media/iso&lt;br /&gt;&lt;br /&gt;3、备份并修改yum仓库,建议这样：&lt;br /&gt;&lt;br /&gt;#mkdir /etc/yum.repos.d/temp&lt;br /&gt;&lt;br /&gt;#mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/temp&lt;br /&gt;&lt;br /&gt;#cp /etc/yum.repos.d/temp/fedora.repo /etc/yum.repos.d/&lt;br /&gt;&lt;br /&gt;注释掉fedora.repo中所有以 baseurl or mirrorlist开始的行,&lt;br /&gt;&lt;br /&gt;增加下面这行&lt;br /&gt;&lt;br /&gt;baseurl=file:///path/to/your/repo&lt;br /&gt;注：有些人是在自己本地用createrepo创建了一个repo其实这样没有必要的。而且用这个命令的时候分让费好多时间。&lt;br /&gt;4、现在就可以使用本地ISO或光盘来安装软件了。&lt;br /&gt;这样只能安装ISO镜像里面有的程序，安装完之后再将yum仓库恢复。&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-909261933600614688?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/linuxfly/331108990/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/linuxfly/331108990/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><category domain="http://www.blogger.com/atom/ns#">linux新闻</category><category domain="http://www.blogger.com/atom/ns#">linux技术</category><category domain="http://www.blogger.com/atom/ns#">fedora</category><category domain="http://www.blogger.com/atom/ns#">fedora 10</category><pubDate>Sat, 28 Feb 2009 14:10:34 +0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2875930856248174414.post-909261933600614688</guid><dc:creator>Luke Fly</dc:creator><fs:srclink>http://happyunix.blogspot.com/2009/02/fedora.html</fs:srclink><fs:srcfeed>http://happyunix.blogspot.com/feeds/posts/default</fs:srcfeed><fs:itemid>feedsky/linuxfly/~7205508/331108990/5314612</fs:itemid></item><item><link atom:type="text/html">http://item.feedsky.com/~feedsky/linuxfly/~7205508/178765631/5314612/1/item.html</link><id xmlns="http://www.w3.org/2005/Atom">tag:blogger.com,1999:blog-2875930856248174414.post-2305709716892517915</id><app.0:edited>2009-02-26T12:47:10.354+08:00</app.0:edited><content xmlns="http://www.w3.org/2005/Atom" type="html">try to post a blog by Post-Blog-Entry&lt;br /&gt;&lt;p&gt;This blog is just a test.&lt;/p&gt;</content><author xmlns="http://www.w3.org/2005/Atom"><name>Luke Fly</name><uri>http://www.blogger.com/profile/06974172704938730272</uri><email>noreply@blogger.com</email></author><thr:total>0</thr:total><content:encoded>try to post a blog by Post-Blog-Entry&lt;br /&gt;&lt;p&gt;This blog is just a test.&lt;/p&gt;</content:encoded><pubDate>Thu, 26 Feb 2009 12:47:10 +0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2875930856248174414.post-2305709716892517915</guid><dc:creator>Luke Fly</dc:creator><fs:srclink>http://happyunix.blogspot.com/</fs:srclink><fs:srcfeed>http://happyunix.blogspot.com/feeds/posts/default</fs:srcfeed><fs:itemid>feedsky/linuxfly/~7205508/178765631/5314612</fs:itemid></item><item><title>在Dell optiplex 320中安装linux</title><link atom:title="在Dell optiplex 320中安装linux" atom:type="text/html">http://happyunix.blogspot.com/2009/02/dell-optiplex-320linux.html</link><id xmlns="http://www.w3.org/2005/Atom">tag:blogger.com,1999:blog-2875930856248174414.post-6945407190499350610</id><content xmlns="http://www.w3.org/2005/Atom" type="html">&lt;div class=&quot;dyfirst&quot;&gt;一直以来都是家用linux，单位用windows，最近工作不是很忙，就想在办公用的电脑上装个LINUX（fedora），但安装过程极不顺利，因为硬件是DELL Optiplex 320，网上有很多朋友和我是同样问题，具体为什么这款机子不让装LINUX就不大清楚了。&lt;br /&gt;以下是我的安装过程。&lt;br /&gt;刻录光盘，从光盘引导启动系统；&lt;br /&gt;DELL Optiplex 320是64位构架，我选择的fedora-10-x86_64版。&lt;br /&gt;在boot:提示行输入“acpi=off”按回车键只有这样才能顺利启动&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;按正常情况下的步骤安装系统；&lt;br /&gt;重启进入系统后，安装GRUB2：&lt;br /&gt;虽然grub不能引导linux，但GRUB2是可以的，&lt;br /&gt;#yum install grub2&lt;br /&gt;#grub2-install /dev/sda&lt;br /&gt;#update-grub&lt;br /&gt;配置GRUB：&lt;br /&gt;#vi /boot/grub2/grub.cfg (一定要设置准确root)&lt;br /&gt;在内核选项后加参数“ acpi=off”&lt;br /&gt;删除grub:&lt;br /&gt;#apt-get remove grub&lt;br /&gt;其它：内核选项中一定要加上acpi=off。&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-6945407190499350610?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><author xmlns="http://www.w3.org/2005/Atom"><name>Luke Fly</name><uri>http://www.blogger.com/profile/06974172704938730272</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="03095641843117107898"></gd:extendedProperty></author><thr:total>2</thr:total><content:encoded>&lt;div class=&quot;dyfirst&quot;&gt;一直以来都是家用linux，单位用windows，最近工作不是很忙，就想在办公用的电脑上装个LINUX（fedora），但安装过程极不顺利，因为硬件是DELL Optiplex 320，网上有很多朋友和我是同样问题，具体为什么这款机子不让装LINUX就不大清楚了。&lt;br /&gt;以下是我的安装过程。&lt;br /&gt;刻录光盘，从光盘引导启动系统；&lt;br /&gt;DELL Optiplex 320是64位构架，我选择的fedora-10-x86_64版。&lt;br /&gt;在boot:提示行输入“acpi=off”按回车键只有这样才能顺利启动&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;按正常情况下的步骤安装系统；&lt;br /&gt;重启进入系统后，安装GRUB2：&lt;br /&gt;虽然grub不能引导linux，但GRUB2是可以的，&lt;br /&gt;#yum install grub2&lt;br /&gt;#grub2-install /dev/sda&lt;br /&gt;#update-grub&lt;br /&gt;配置GRUB：&lt;br /&gt;#vi /boot/grub2/grub.cfg (一定要设置准确root)&lt;br /&gt;在内核选项后加参数“ acpi=off”&lt;br /&gt;删除grub:&lt;br /&gt;#apt-get remove grub&lt;br /&gt;其它：内核选项中一定要加上acpi=off。&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2875930856248174414-6945407190499350610?l=happyunix.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/linuxfly/331108991/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/linuxfly/331108991/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><category domain="http://www.blogger.com/atom/ns#">linux新闻</category><category domain="http://www.blogger.com/atom/ns#">linux技术</category><category domain="http://www.blogger.com/atom/ns#">fedora</category><pubDate>Tue, 24 Feb 2009 16:05:31 +0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2875930856248174414.post-6945407190499350610</guid><dc:creator>Luke Fly</dc:creator><fs:srclink>http://happyunix.blogspot.com/2009/02/dell-optiplex-320linux.html</fs:srclink><fs:srcfeed>http://happyunix.blogspot.com/feeds/posts/default</fs:srcfeed><fs:itemid>feedsky/linuxfly/~7205508/331108991/5314612</fs:itemid></item></channel></rss>