<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>五四陈科学院-坚信科学，分享技术 &#187; ubuntu</title>
	<atom:link href="http://www.54chen.com/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.54chen.com</link>
	<description>PHP、JAVA、缓存、架构、经验、分享</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:21:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>redmine极速安装手记</title>
		<link>http://www.54chen.com/php-tech/redmine-install-fast-detail.html</link>
		<comments>http://www.54chen.com/php-tech/redmine-install-fast-detail.html#comments</comments>
		<pubDate>Wed, 03 Aug 2011 00:40:06 +0000</pubDate>
		<dc:creator>54chen</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[资料文档]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.54chen.com/php-tech/redmine-install-fast-detail.html</guid>
		<description><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br>Redmine是用Ruby开发的基于基于web的项目管理软件，是用ROR框架开发的一套跨平台项目管理系统，系统通过“项目（Project）”的形式把成员、任务（问题）、文档、讨论以及各种形式的资源组织在一起，大家参与更新任务、文档等内容来推动项目的进度，同时系统利用时间线索和各种动态的报表形式来自动给成员汇报项目进度。 机器环境： ubuntu 10.04 dell optiplex 380 root权限下操作 1）apt-get install mysql-client mysqld-server 2)进mysql: create database redmine_default; GRANT all ON redmine_default.* TO root@'%' IDENTIFIED BY 'miliao'; FLUSH PRIVILEGES ; 3)apt-get install redmine redmine-mysql subversion libapache2-mod-passenger 4)ln -s /usr/share/redmine/public /var/www/redmine 5)a2enmod passenger &#8230;<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br><p><img src="http://img04.taobaocdn.com/imgextra/i4/T1RF46XddFXXXANWHX_084227.jpg" alt="redmine install ubuntu" /><br />
Redmine是用Ruby开发的基于基于web的项目管理软件，是用ROR框架开发的一套跨平台项目管理系统，系统通过“项目（Project）”的形式把成员、任务（问题）、文档、讨论以及各种形式的资源组织在一起，大家参与更新任务、文档等内容来推动项目的进度，同时系统利用时间线索和各种动态的报表形式来自动给成员汇报项目进度。</p>
<p>机器环境：</p>
<blockquote><p>ubuntu 10.04 dell optiplex 380<br />
root权限下操作</p></blockquote>
<p>1）apt-get install mysql-client mysqld-server</p>
<p>2)进mysql:</p>
<blockquote><p>create database redmine_default;<br />
GRANT all ON redmine_default.* TO root@'%' IDENTIFIED BY 'miliao';<br />
FLUSH PRIVILEGES ;</p></blockquote>
<p>3)apt-get install redmine redmine-mysql subversion libapache2-mod-passenger</p>
<p>4)ln -s /usr/share/redmine/public /var/www/redmine</p>
<p>5)a2enmod passenger</p>
<p>6)chmod a+x /usr/share/redmine/public</p>
<p>7)/etc/apache2/sites-available/default<br />
增加：</p>
<blockquote><p>&lt;Directory /var/www/redmine&gt;<br />
RailsBaseURI /redmine<br />
PassengerResolveSymlinksInDocumentRoot on<br />
&lt;/Directory&gt;</p></blockquote>
<p>8)/etc/init.d/apache2 restart<br />
9)打开 http://xxx/redmine</p>
<p>排查问题：<br />
1） /var/log/redmine下有500的原因<br />
2）中文乱码问题：</p>
<blockquote><p>上述第8步时，不要着急做配置。把redmine_default整个数据库导出来，替换其中的charset=laitin1为charset=utf8，清空原表重新导入后再用admin/admin登录重新配置。</p></blockquote>
<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></content:encoded>
			<wfw:commentRss>http://www.54chen.com/php-tech/redmine-install-fast-detail.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ubuntu下Empathy十月起无法登录msn的解决办法</title>
		<link>http://www.54chen.com/_linux_/ubuntu-empathy-msn-bug.html</link>
		<comments>http://www.54chen.com/_linux_/ubuntu-empathy-msn-bug.html#comments</comments>
		<pubDate>Mon, 15 Nov 2010 12:06:50 +0000</pubDate>
		<dc:creator>54chen</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Empathy]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.54chen.com/_linux_/ubuntu-empathy-msn-bug.html</guid>
		<description><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br>作为ubuntu深度用户，我（54chen）在几个星期前就有网友来问过，msn登录常常会挂掉，甚至到现在已经无法再登录，受影响的范围很广，最新的10.10也是一样的，原因可能是msn单方面更新了接口，下面提供一种解决办法（以10.04lts Empathy 2.30.1.1 为例）： #vim /usr/share/pyshared/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py 找到第24行注释掉： #CONTACTS = ("contacts.msn.com", "?fs=1&#038;id=24000&#038;kv=7&#038;rn=93S9SWWw&#038;tw=0&#038;ver=2.1.6000.1") 修改为： CONTACTS = ("contacts.msn.com", "MBI") （请勿复制，引号有转义） 然后重启，恭喜你msn高昂登录。 附： ubuntu下empathy的msn群显示昵称 点击下载我修改过的文件： http://www.54chen.com/RequestMultipleSecurityTokens.py.gz gunzip RequestMultipleSecurityTokens.py.gz sudo cp RequestMultipleSecurityTokens.py /usr/share/pyshared/papyon/service/description/SingleSignOn/<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br><p><img src="http://img03.taobaocdn.com/imgextra/i3/T1BdNRXgNGXXbbb_g__080543.jpg" alt="ubuntu" /></p>
<p>作为ubuntu深度用户，我（54chen）在几个星期前就有网友来问过，msn登录常常会挂掉，甚至到现在已经无法再登录，受影响的范围很广，最新的10.10也是一样的，原因可能是msn单方面更新了接口，下面提供一种解决办法（以10.04lts  Empathy 2.30.1.1 为例）：</p>
<p>#vim /usr/share/pyshared/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py<br />
找到第24行注释掉：<br />
#CONTACTS = ("contacts.msn.com", "?fs=1&#038;id=24000&#038;kv=7&#038;rn=93S9SWWw&#038;tw=0&#038;ver=2.1.6000.1")<br />
修改为：<br />
    CONTACTS = ("contacts.msn.com", "MBI")  （请勿复制，引号有转义）</p>
<p>然后重启，恭喜你msn高昂登录。<br />
附：<br />
<a href="http://www.54chen.com/_linux_/ubuntu-1004-lts-version-of-the-empathy-msn-group-chat-under-the-nickname-display-method.html">ubuntu下empathy的msn群显示昵称</a><br />
点击下载我修改过的文件：<br />
<a href=" http://www.54chen.com/RequestMultipleSecurityTokens.py.gz "><br />
http://www.54chen.com/RequestMultipleSecurityTokens.py.gz </a></p>
<blockquote><p>gunzip RequestMultipleSecurityTokens.py.gz<br />
sudo cp RequestMultipleSecurityTokens.py /usr/share/pyshared/papyon/service/description/SingleSignOn/
</p></blockquote>
<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></content:encoded>
			<wfw:commentRss>http://www.54chen.com/_linux_/ubuntu-empathy-msn-bug.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ubuntu 10.04 LTS版本下的Empathy MSN群聊显示昵称方法</title>
		<link>http://www.54chen.com/_linux_/ubuntu-1004-lts-version-of-the-empathy-msn-group-chat-under-the-nickname-display-method.html</link>
		<comments>http://www.54chen.com/_linux_/ubuntu-1004-lts-version-of-the-empathy-msn-group-chat-under-the-nickname-display-method.html#comments</comments>
		<pubDate>Fri, 04 Jun 2010 11:23:44 +0000</pubDate>
		<dc:creator>54chen</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.54chen.com/_linux_/ubuntu-1004-lts-version-of-the-empathy-msn-group-chat-under-the-nickname-display-method.html</guid>
		<description><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br>1.关系普及 Empathy是个托，python-papyon是个python实现的msn库，telepathy-butterfly是个完成msn功能的python客户端。 2.修改办法 sudo vim /usr/share/pyshared/papyon/conversation.py 查找 if message_type == 这个字符串 找到内容为： if message_type == 'text/plain': msg = ConversationMessage(unicode(message.body, message_encoding), TextFormat.parse(message_formatting), self.__last_received_msn_objects) try: display_name = message.get_header('P4-Context') 将if判断后try之前中间定义msg这一堆内容修改为如下： try: msg = ConversationMessage(unicode("["+message.get_header('P4-Context')+"]"+message.body, message_encoding), TextFormat.parse(message_formatting), self.__last_received_msn_objects) except KeyError: msg = ConversationMessage(unicode(message.body, message_encoding), &#8230;<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br><p><img src="http://img06.taobaocdn.com/bao/uploaded/i6/T1BulCXhXkXXXYjVM9_072304.jpg" alt="54chen ubuntu empathy msn" /></p>
<h2><strong>1.关系普及</strong></h2>
<p>Empathy是个托，python-papyon是个python实现的msn库，telepathy-butterfly是个完成msn功能的python客户端。</p>
<h2><strong>2.修改办法</strong></h2>
<p>sudo vim /usr/share/pyshared/papyon/conversation.py<br />
查找 if message_type == 这个字符串<br />
找到内容为：</p>
<blockquote><p>if message_type == 'text/plain':<br />
            msg = ConversationMessage(unicode(message.body, message_encoding),<br />
                    TextFormat.parse(message_formatting),<br />
                    self.__last_received_msn_objects)<br />
            try:<br />
                display_name = message.get_header('P4-Context')</p></blockquote>
<p>将if判断后try之前中间定义msg这一堆内容修改为如下：</p>
<blockquote><p> try:<br />
                msg = ConversationMessage(unicode("["+message.get_header('P4-Context')+"]"+message.body, message_encoding),<br />
                    TextFormat.parse(message_formatting),<br />
                    self.__last_received_msn_objects)<br />
            except KeyError:<br />
                  msg = ConversationMessage(unicode(message.body, message_encoding),<br />
                    TextFormat.parse(message_formatting),<br />
                    self.__last_received_msn_objects)</p></blockquote>
<p>保存后重新启动empathy，msn群里就能显示昵称鸟。</p>
<p><img src="http://img02.taobaocdn.com/bao/uploaded/i2/T1_udCXfXjXXbldwg4_053033.jpg" alt="empathy" /></p>
<p><a href="http://www.54chen.com/conversation.py.gz"><font color=red>点击此处下载我的conversation.py文件</font></a></p>
<p>下载下来后执行：</p>
<blockquote><p>chen@54chen:~$ gunzip conversation.py.gz<br />
chen@54chen:~$ sudo cp conversation.py /usr/share/pyshared/papyon/</p></blockquote>
<p><strong>我的版本是：Empathy 2.30.1</strong></p>
<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></content:encoded>
			<wfw:commentRss>http://www.54chen.com/_linux_/ubuntu-1004-lts-version-of-the-empathy-msn-group-chat-under-the-nickname-display-method.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>[更新]ubuntu 10.04 硬盘安装手记</title>
		<link>http://www.54chen.com/_linux_/update-ubuntu-1004-installed-hard-disk-notes.html</link>
		<comments>http://www.54chen.com/_linux_/update-ubuntu-1004-installed-hard-disk-notes.html#comments</comments>
		<pubDate>Thu, 20 May 2010 06:46:44 +0000</pubDate>
		<dc:creator>54chen</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[硬盘安装]]></category>

		<guid isPermaLink="false">http://www.54chen.com/_linux_/update-ubuntu-1004-installed-hard-disk-notes.html</guid>
		<description><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br>在过去的两年里，ubuntu发展迅速，快速成为了技术人员居家工作旅行必备系统。54chen从8.04开始从fc系列（RH的后续个人系统）换到ubuntu来使用，期间连续发布了多篇使用ubuntu各个版本的安装和使用手记。54chen作为互联网最早的ubuntu"义务推广员"，一路看到了ubuntu队伍的发展和壮大。 安装的记录： ubuntu 8.10 desktop版本 硬盘安装手记 [十一归来]ubuntu 9.10 硬盘安装手记 还有许多配置相关的手记。 10.04的发布：2010年4月29日(看上去是这样的，四月份发布的都是长期支持的版本，后缀里有一个LTS的标识，同时4月份出的版本往往也是没有啥巨大动作的。) 根据官方总结，Ubuntu 10.04中将会具有以下全新特性： 快速启动：在几乎所有机型上的启动速度都明显更快，在使用固态硬盘(SSD)的笔记本电脑或者上网本等机型上的速度超快。这意味着用户可以开机后立即进入浏览器，快速访问网站。 　　 起点社交：Ubuntu 10.04LTS桌面版新的“Me Menu”(我的菜单)整合了社交网站如Facebook、Digg、Twitter和Identica，使得各个网站的登录和个人信息更新一次完成。 Me Menu的聊天软件，支持同时登录QQ、MSN、Google Talk等多个应用程序，和朋友或者同事聊天。（没有出现本土化的SNS和微博，墙干净了，没啥用） 　　Ubuntu One：增强的在线服务桌面整合功能意味着用户可以更容易地使用云端服务存储、分享和同步文件及文件夹、浏览器书签和通讯录，使得从个人计算机向个人计算应用的演进更进一步。 　　Ubuntu One音乐库：Ubuntu用户可直接使用默认音乐播放器试听全球巨星和著名乐队的作品。用户购买的乐曲将会直接存储在云端的Ubuntu One存储空间中，并可在自己的多台电脑和音乐播放设备上调用和播放。(限无数字版权管理DRM-Free的音乐) 　　Ubuntu软件中心2.0：使用界面更加简洁友好，轻松完成寻找、安装新的应用程序以及查看和删除已安装程序的过程。用户还可直观辨别来自 Ubuntu、Canonical合作伙伴或者使用 Canonical Launchpad PPA服务的开发人员的所提供的软件。 　　Ubuntu 10.04 上网本版(UNE)：除了标准版本拥有的新功能，上网本用户还能在基于固态硬盘(SSD)设备上享受到超快的启动速度，更快的挂起/恢复速度可以进一步延长电池使用时间，当然还包括针对这些小屏幕定制的业界领先的界面。 与9.10相比，Amazon机器镜像的事情没有被继续做深，期待10.10（十全十美）的版本中的表现。 以下是安装步骤记录： 下载： http://releases.ubuntu.com/lucid/ 大小600M左右，提示一下下，如果有个2G的U盘啥的，用U盘来安装可以省去很多事情（装进U盘，从U盘启动即可安装）。 改名为ubuntu10.iso，放在了D：根目录里，用winrar打开，解压casper文件下的两个文件到c盘根目录。 &#8230;<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br><p><img src="http://img07.taobaocdn.com/bao/uploaded/i7/T1CCxAXlthXXcwnIIY_025651.jpg" alt="技术娱乐" /><br />
在过去的两年里，ubuntu发展迅速，快速成为了技术人员居家工作旅行必备系统。54chen从8.04开始从fc系列（RH的后续个人系统）换到ubuntu来使用，期间连续发布了多篇使用ubuntu各个版本的安装和使用手记。54chen作为互联网最早的ubuntu"义务推广员"，一路看到了ubuntu队伍的发展和壮大。</p>
<p>安装的记录：<br />
<a rel="bookmark" href="http://www.54chen.com/372-ubuntu-810-desktop%e7%89%88%e6%9c%ac-%e7%a1%ac%e7%9b%98%e5%ae%89%e8%a3%85%e6%89%8b%e8%ae%b0/">ubuntu 8.10 desktop版本 硬盘安装手记</a><br />
<a rel="bookmark" href="http://www.54chen.com/_linux_/11-return-ubuntu-910-notes-from-the-hard-disk-installation.html">[十一归来]ubuntu 9.10 硬盘安装手记</a><br />
还有许多配置相关的手记。</p>
<p>10.04的发布：2010年4月29日(看上去是这样的，四月份发布的都是长期支持的版本，后缀里有一个LTS的标识，同时4月份出的版本往往也是没有啥巨大动作的。)</p>
<p>根据官方总结，Ubuntu 10.04中将会具有以下全新特性：</p>
<p>       快速启动：在几乎所有机型上的启动速度都明显更快，在使用固态硬盘(SSD)的笔记本电脑或者上网本等机型上的速度超快。这意味着用户可以开机后立即进入浏览器，快速访问网站。</p>
<p>　　 起点社交：Ubuntu 10.04LTS桌面版新的“Me Menu”(我的菜单)整合了社交网站如Facebook、Digg、Twitter和Identica，使得各个网站的登录和个人信息更新一次完成。 Me Menu的聊天软件，支持同时登录QQ、MSN、Google Talk等多个应用程序，和朋友或者同事聊天。（没有出现本土化的SNS和微博，墙干净了，没啥用）</p>
<p>　　Ubuntu One：增强的在线服务桌面整合功能意味着用户可以更容易地使用云端服务存储、分享和同步文件及文件夹、浏览器书签和通讯录，使得从个人计算机向个人计算应用的演进更进一步。</p>
<p>　　Ubuntu One音乐库：Ubuntu用户可直接使用默认音乐播放器试听全球巨星和著名乐队的作品。用户购买的乐曲将会直接存储在云端的Ubuntu One存储空间中，并可在自己的多台电脑和音乐播放设备上调用和播放。(限无数字版权管理DRM-Free的音乐)</p>
<p>　　Ubuntu软件中心2.0：使用界面更加简洁友好，轻松完成寻找、安装新的应用程序以及查看和删除已安装程序的过程。用户还可直观辨别来自 Ubuntu、Canonical合作伙伴或者使用 Canonical Launchpad PPA服务的开发人员的所提供的软件。</p>
<p>　　Ubuntu 10.04 上网本版(UNE)：除了标准版本拥有的新功能，上网本用户还能在基于固态硬盘(SSD)设备上享受到超快的启动速度，更快的挂起/恢复速度可以进一步延长电池使用时间，当然还包括针对这些小屏幕定制的业界领先的界面。<br />
与9.10相比，Amazon机器镜像的事情没有被继续做深，期待10.10（十全十美）的版本中的表现。</p>
<p>以下是安装步骤记录：</p>
<p><strong>下载：</strong></p>
<p><a href="http://releases.ubuntu.com/lucid/">http://releases.ubuntu.com/lucid/</a></p>
<p>大小600M左右，提示一下下，如果有个2G的U盘啥的，用U盘来安装可以省去很多事情（装进U盘，从U盘启动即可安装）。</p>
<p>改名为ubuntu10.iso，放在了D：根目录里，用winrar打开，解压casper文件下的两个文件到c盘根目录。</p>
<p>vmlinuz   和 initrd.lz</p>
<p><strong>winGrub配置：</strong><br />
很高兴这个老机器安装了一个fedora core5和win2k，n年前的系统，从来不换系统，有毒杀毒，有病治病。</p>
<p>winGrub的安装见 <a rel="bookmark" href="http://www.54chen.com/372-ubuntu-810-desktop%e7%89%88%e6%9c%ac-%e7%a1%ac%e7%9b%98%e5%ae%89%e8%a3%85%e6%89%8b%e8%ae%b0/"><span style="font-size: x-small; font-family: Arial; color: #3366cc;">ubuntu 8.10 desktop版本 硬盘安装手记</span></a> 前半部分内容。</p>
<p>所以系统中已经有一个之前的GRLDR了，现在抄一下boot.ini和menu.lst</p>
<p>C:\boot.ini</p>
<blockquote><p>[boot loader]<br />
timeout=5<br />
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT<br />
[operating systems]<br />
multi(0)disk(0)rdisk(0)partition(1)\WINNT=”Microsoft Windows 2000 Professional” /fastdetect<br />
C:\GRLDR=”Linux”</p></blockquote>
<p>C:\boot\grub\menu.lst</p>
<blockquote><p>timeout 15</p>
<p>title 1. install Ubuntu10.04<br />
root (hd0,0)<br />
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu10.iso ro quiet splash –<br />
label check live-install<br />
initrd (hd0,0)/initrd.lz</p></blockquote>
<p><strong>进入liveCD安装：</strong></p>
<p>重启，先从boot.ini的界面进linux，再从wingrub的界面进 install Ubuntu10.04</p>
<p>一切正常的话，能直接进入LiveCD的桌面了。</p>
<p>然后打开终端，运行：</p>
<blockquote><p>umount -l /isodevice</p></blockquote>
<p>双击桌面的安装。。。</p>
<p>这台老机器，2个80G的硬盘，全都使用了97%左右的空间（鬼知道装了些什么，难道有过量的毛片），每次到第四步识别分区的时候都要花12分钟左右。</p>
<p><strong>总结：</strong></p>
<p>liveCD一般都中文包不全，很多地方没翻译完，需要更新。<br />
网速如果不够快，79%进度时最好拔掉网线，因为配置apt时间会过长而不往下面进行。<br />
没有大的惊喜，期待10.10</p>
<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></content:encoded>
			<wfw:commentRss>http://www.54chen.com/_linux_/update-ubuntu-1004-installed-hard-disk-notes.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ubuntu 9.10快速安装nginx+php环境手记[54chen科学院]</title>
		<link>http://www.54chen.com/php-tech/ubuntu-910-quick-install-nginx-php-notes-from-the-environment-54.html</link>
		<comments>http://www.54chen.com/php-tech/ubuntu-910-quick-install-nginx-php-notes-from-the-environment-54.html#comments</comments>
		<pubDate>Thu, 24 Dec 2009 09:17:05 +0000</pubDate>
		<dc:creator>cc0cc</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.54chen.com/php-tech/ubuntu-910-quick-install-nginx-php-notes-from-the-environment-54.html</guid>
		<description><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br>我(54chen)因为场景需要，特地在ubuntu9.10中安装nginx+php的环境，要快速不要优化，记录如下： sudo apt-get install php5 php5-cgi php5-cli php5-gd php5-curl php5-mysql nginx sudo apt-get install lighttpd spawn-fcgi -a 127.0.0.1 -p 9000 -C 5 -u www-data -g www-data -f /usr/bin/php-cgi 上面的操作解读： 1.安装php nginx 2.安装lighttpd，为啥要安装这个，因为他有个spawn-fcgi，因为apt下来的php不是php-fpm。 3.用spawn-fcgi启动php-cgi在9000端口监听。 sudo vim /etc/php5/cgi/php.ini 修改php.ini文件 cgi.fix_pathinfo=1; 这样php-cgi方能正常使用SCRIPT_FILENAME这个变量 sudo &#8230;<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br><p>我(<a href="http://www.54chen.com">54chen</a>)因为场景需要，特地在<a href="http://www.54chen.com/_linux_/11-return-ubuntu-910-notes-from-the-hard-disk-installation.html">ubuntu9.10</a>中安装nginx+php的环境，要快速不要优化，记录如下：</p>
<blockquote><p>sudo apt-get install php5 php5-cgi php5-cli php5-gd php5-curl php5-mysql nginx</p>
<p>sudo apt-get install lighttpd</p>
<p>spawn-fcgi -a 127.0.0.1 -p 9000 -C 5 -u www-data -g www-data -f /usr/bin/php-cgi</p></blockquote>
<p>上面的操作解读：</p>
<p>1.安装php nginx</p>
<p>2.安装lighttpd，为啥要安装这个，因为他有个spawn-fcgi，因为apt下来的php不是php-fpm。</p>
<p>3.用spawn-fcgi启动php-cgi在9000端口监听。</p>
<blockquote><p>sudo vim /etc/php5/cgi/php.ini</p>
<p>修改php.ini文件</p>
<p>cgi.fix_pathinfo=1; 这样php-cgi方能正常使用SCRIPT_FILENAME这个变量</p></blockquote>
<p>sudo vim /etc/nginx/sites-enabled/www.54chen.com</p>
<blockquote><p>server {<br />
listen 80; //端口<br />
server_name wiki.54chen.com; //虚拟域名<br />
access_log /var/log/nginx/hwiki.54chen.com.access.log; //访问日志<br />
location / {<br />
root /home/wiki.54chen.com; //size根目录<br />
index index.php;<br />
}<br />
location ~ \.php$ { #php fastcgi的配置<br />
fastcgi_pass 127.0.0.1:9000; #php fastcgi的代理端口与ip<br />
fastcgi_index index.php;<br />
fastcgi_param SCRIPT_FILENAME /home/wiki.54chen.com$fastcgi_script_name; #要处理的php文件的路径<br />
include /etc/nginx/fastcgi_params; #fastcgi的参数文件地址<br />
}<br />
}</p></blockquote>
<p>好，上面的操作就建立了一个<a href="http://www.54chen.com/memo/%e4%b8%80%e5%8f%a5%e8%af%9d%e8%ae%b0%e5%bd%95%e5%a4%87%e5%bf%98.html">虚拟主机</a>，保存好。</p>
<p>sudo killall apache2</p>
<p>杀掉apache，启动nginx.</p>
<p>sudo /etc/init.d/nginx start</p>
<p>大功告成！整个过程不超过十五分钟。呼呼～～</p>
<p>圣诞快乐！！！</p>
<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></content:encoded>
			<wfw:commentRss>http://www.54chen.com/php-tech/ubuntu-910-quick-install-nginx-php-notes-from-the-environment-54.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ubuntu9.10里的firefox不显示DNS Flusher插件的解决办法</title>
		<link>http://www.54chen.com/_linux_/ubuntu910-inside-firefox-does-not-display-plug-in-solution-to-dns-flusher.html</link>
		<comments>http://www.54chen.com/_linux_/ubuntu910-inside-firefox-does-not-display-plug-in-solution-to-dns-flusher.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 08:18:53 +0000</pubDate>
		<dc:creator>cc0cc</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[dnsflusher]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.54chen.com/_linux_/ubuntu910-inside-firefox-does-not-display-plug-in-solution-to-dns-flusher.html</guid>
		<description><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br>ubuntu 9.10里的firefox是3.55版本的，DNS Flusher是个很好用的快速切换dns的插件。 ubuntu下是大小写敏感的，而DNS Flusher的作者似乎只是个windows用户。 修改这个文件： vim /home/cc/.mozilla/firefox/icj6nr4a.default/extensions/{7d575baa-b543-11dc-8314-0800200c9a66}/chrome.manifest (根据你的情况自己修改下目录) 然后修改这个文件里的第一行和第二行里的两个overlay，将里面的dnsFlusher.xul都改成dnsflusher.xul，注意，只修改前面两个overlay，后面的content和skin无需修改。<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br><p>ubuntu 9.10里的firefox是3.55版本的，DNS Flusher是个很好用的快速切换dns的插件。</p>
<p>ubuntu下是大小写敏感的，而DNS Flusher的作者似乎只是个windows用户。</p>
<blockquote><p>修改这个文件：</p>
<p>vim /home/cc/.mozilla/firefox/icj6nr4a.default/extensions/{7d575baa-b543-11dc-8314-0800200c9a66}/chrome.manifest</p></blockquote>
<p>(根据你的情况自己修改下目录)</p>
<p>然后修改这个文件里的第一行和第二行里的两个overlay，将里面的<strong>dnsFlusher.xul</strong>都改成<strong>dnsflusher.xul</strong>，注意，只修改前面两个overlay，后面的content和skin无需修改。</p>
<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></content:encoded>
			<wfw:commentRss>http://www.54chen.com/_linux_/ubuntu910-inside-firefox-does-not-display-plug-in-solution-to-dns-flusher.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>x200 ntfs硬盘安装ubuntu9.10正式版手记</title>
		<link>http://www.54chen.com/_linux_/x200-ntfs-hard-disk-to-install-the-official-version-of-notes-from-ubuntu910.html</link>
		<comments>http://www.54chen.com/_linux_/x200-ntfs-hard-disk-to-install-the-official-version-of-notes-from-ubuntu910.html#comments</comments>
		<pubDate>Tue, 17 Nov 2009 05:42:06 +0000</pubDate>
		<dc:creator>cc0cc</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x200]]></category>

		<guid isPermaLink="false">http://www.54chen.com/_linux_/x200-ntfs-hard-disk-to-install-the-official-version-of-notes-from-ubuntu910.html</guid>
		<description><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br>09年10月31日，9.10发布了正式版本，科学院曾经出过两篇硬盘安装的手记，一个是8的一个是9.10测试版本的。地址是： [十一归来]ubuntu 9.10 硬盘安装手记 ubuntu 8.10 desktop版本 硬盘安装手记 先说平时我们用wingrub安装的时候，是不支持ntfs的，只能用grub for dos的grldr文件(grub4dos的这个文件支持ntfs)。 下载iso文件：ubuntu-9.10-desktop-i386.iso 同上一文，我列出使用的boot.ini和menu.lst: boot.ini [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect C:\GRLDR="wingrub" menu.lst timeout 10 title Windows at (hd0,0) root (hd0,0) chainloader +1 title install &#8230;<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br><p>09年10月31日，9.10发布了正式版本，科学院曾经出过两篇硬盘安装的手记，一个是8的一个是9.10测试版本的。地址是：<br />
<a rel="bookmark" href="http://www.54chen.com/796-11-return-ubuntu-910-notes-from-the-hard-disk-installation/">[十一归来]ubuntu 9.10 硬盘安装手记</a><br />
<a rel="bookmark" href="http://www.54chen.com/372-ubuntu-810-desktop%e7%89%88%e6%9c%ac-%e7%a1%ac%e7%9b%98%e5%ae%89%e8%a3%85%e6%89%8b%e8%ae%b0/">ubuntu 8.10 desktop版本 硬盘安装手记</a></p>
<p>先说平时我们用wingrub安装的时候，是不支持ntfs的，只能用grub for dos的grldr文件(grub4dos的这个文件支持ntfs)。</p>
<p>下载iso文件：ubuntu-9.10-desktop-i386.iso</p>
<p>同上一文，我列出使用的boot.ini和menu.lst:</p>
<p>boot.ini</p>
<blockquote><p>[boot loader]<br />
timeout=30<br />
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS<br />
[operating systems]<br />
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect<br />
C:\GRLDR="wingrub"</p></blockquote>
<p>menu.lst</p>
<blockquote><p>timeout 10</p>
<p>title Windows at (hd0,0)<br />
root (hd0,0)<br />
chainloader +1</p>
<p>title install Ubuntu9.10<br />
root (hd0,0)<br />
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-9.10-desktop-i386.iso ro quiet splash –<br />
label check live-install<br />
initrd (hd0,0)/initrd.lz</p></blockquote>
<p>然后，iso文件放在D盘，用RAR打开iso文件，解压出来initrd.lz和vmlinuz两个文件。</p>
<p>重启电脑，进入desktop，双击安装。</p>
<p>最后的时候运行一下umount -l /isodevice</p>
<p>安装结束后，重启进系统，中文不全，选择一下最快的源，联网下语言包。</p>
<p>thinpad x200 所有硬件全部正常可使用。</p>
<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></content:encoded>
			<wfw:commentRss>http://www.54chen.com/_linux_/x200-ntfs-hard-disk-to-install-the-official-version-of-notes-from-ubuntu910.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[十一归来]ubuntu 9.10 硬盘安装手记</title>
		<link>http://www.54chen.com/_linux_/11-return-ubuntu-910-notes-from-the-hard-disk-installation.html</link>
		<comments>http://www.54chen.com/_linux_/11-return-ubuntu-910-notes-from-the-hard-disk-installation.html#comments</comments>
		<pubDate>Thu, 08 Oct 2009 14:57:26 +0000</pubDate>
		<dc:creator>cc0cc</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[硬盘安装]]></category>

		<guid isPermaLink="false">http://www.54chen.com/_linux_/11-return-ubuntu-910-notes-from-the-hard-disk-installation.html</guid>
		<description><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br>很早之前，科学院发布过一篇 ubuntu 8.10 desktop版本 硬盘安装手记 时隔今日，中间经过了一个9.04的beta版本后，又迎来了新的beta版本 9.10最近的发布过程： 2009年10月1日——Beta版本发布 2009年10月22日——公布发布候选版本 2009年10月29日——Ubuntu 9.10正版版本上架 根据总结，Ubuntu 9.10中将会具有以下全新特性： 1、Ubuntu 9.10中将会添加全新的令人印象更加深刻的启动图形； 2、Ubuntu 9.10将会具有更快的启动速度（“Jaunty Jackalope”曾经在netbook上实现25秒的启动速度，Karmic Koala，尽管里面的动物“树袋熊”速度比较慢，但有望实现更快的启动速度）； 3、Ubuntu 9.10将可以为Netbook更好地整合Moblin技术； 4、Ubuntu 9.10将具有更好的视觉体验； 5、Ubuntu 9.10将通过完整的开源软件来提升服务器版本的云计算性能； 6、Ubuntu 9.10将主要采用Amazon APIs来管理云计算，当然GoGrid APIs 也在考虑中； 7、Ubuntu 9.10中的Canonical 将创建Karmic Koala的标准Amazon机器镜像，本质上就是创建"ready-to-run" 程序，作为Amazon群体的“标准版本”； 8、为了节约资源，Ubuntu 9.10中的休眠和唤醒特性将扩展到服务器版本。 第七这个太牛B了，单台机器做成云里的一个节点，绝对主流，绝对未来！力顶！ 7号，休假归来，拖一回搞个系统玩。 以下是安装步骤记录： 下载： &#8230;<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br><p>很早之前，科学院发布过一篇 <a rel="bookmark" href="http://www.54chen.com/372-ubuntu-810-desktop%e7%89%88%e6%9c%ac-%e7%a1%ac%e7%9b%98%e5%ae%89%e8%a3%85%e6%89%8b%e8%ae%b0/"><span style="font-size: x-small; color: #3366cc; font-family: Arial;">ubuntu 8.10 desktop版本 硬盘安装手记</span></a> 时隔今日，中间经过了一个9.04的beta版本后，又迎来了新的beta版本</p>
<p>9.10最近的发布过程：</p>
<p>2009年10月1日——Beta版本发布</p>
<p>2009年10月22日——公布发布候选版本</p>
<p>2009年10月29日——Ubuntu 9.10正版版本上架</p>
<p>根据总结，Ubuntu 9.10中将会具有以下全新特性：</p>
<p>1、Ubuntu 9.10中将会添加全新的令人印象更加深刻的启动图形；</p>
<p>2、Ubuntu 9.10将会具有更快的启动速度（“Jaunty Jackalope”曾经在netbook上实现25秒的启动速度，Karmic Koala，尽管里面的动物“树袋熊”速度比较慢，但有望实现更快的启动速度）；</p>
<p>3、Ubuntu 9.10将可以为Netbook更好地整合Moblin技术；</p>
<p>4、Ubuntu 9.10将具有更好的视觉体验；</p>
<p>5、Ubuntu 9.10将通过完整的开源软件来提升服务器版本的云计算性能；</p>
<p>6、Ubuntu 9.10将主要采用Amazon APIs来管理云计算，当然GoGrid APIs 也在考虑中；</p>
<p>7、Ubuntu 9.10中的Canonical 将创建Karmic Koala的标准Amazon机器镜像，本质上就是创建"ready-to-run" 程序，作为Amazon群体的“标准版本”；</p>
<p>8、为了节约资源，Ubuntu 9.10中的休眠和唤醒特性将扩展到服务器版本。</p>
<blockquote><p>第七这个太牛B了，单台机器做成云里的一个节点，绝对主流，绝对未来！力顶！</p></blockquote>
<p>7号，休假归来，拖一回搞个系统玩。</p>
<p>以下是安装步骤记录：</p>
<p><strong>下载：</strong></p>
<p><a href="http://releases.ubuntu.com/karmic/ubuntu-9.10-beta-desktop-i386.iso">http://releases.ubuntu.com/karmic/ubuntu-9.10-beta-desktop-i386.iso</a></p>
<p>用迅雷啥的来拖，速度还不错，半小时搞到手。</p>
<p>改名为ubuntu9.iso，放在了D：根目录里，用winrar打开，解压casper文件下的两个文件到c盘根目录。</p>
<p>vmlinuz   和 initrd.lz</p>
<p><strong>winGrub配置：</strong><br />
很高兴这个老机器安装了一个fedora core5和win2k，n年前的系统，从来不换系统，有毒杀毒，有病治病。</p>
<p>winGrub的安装见 <a rel="bookmark" href="http://www.54chen.com/372-ubuntu-810-desktop%e7%89%88%e6%9c%ac-%e7%a1%ac%e7%9b%98%e5%ae%89%e8%a3%85%e6%89%8b%e8%ae%b0/"><span style="font-size: x-small; color: #3366cc; font-family: Arial;">ubuntu 8.10 desktop版本 硬盘安装手记</span></a> 前半部分内容。</p>
<p>所以系统中已经有一个之前的GRLDR了，现在抄一下boot.ini和menu.lst</p>
<p>C:\boot.ini</p>
<blockquote><p>[boot loader]<br />
timeout=5<br />
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT<br />
[operating systems]<br />
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect<br />
C:\GRLDR="Linux"</p></blockquote>
<p>C:\boot\grub\menu.lst</p>
<blockquote><p>timeout 15</p>
<p>title 1. install Ubuntu9.10<br />
root (hd0,0)<br />
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu9.iso ro quiet splash --<br />
label check live-install<br />
initrd (hd0,0)/initrd.lz</p></blockquote>
<p><strong>进入liveCD安装：</strong></p>
<p>重启，先从boot.ini的界面进linux，再从wingrub的界面进 install Ubuntu9.10</p>
<p>一切正常的话，能直接进入LiveCD的桌面了。</p>
<p>然后打开终端，运行：</p>
<blockquote><p>umount -l /isodevice</p></blockquote>
<p><span style="color: #ff0000;">千万不要运行：umount -l /cdrom(真的不知道是哪个SB传播的要下这个区，这会导致之后的grub里看不到你装好的ubuntu系统)</span></p>
<p>双击桌面的安装。。。</p>
<p>这台老机器，2个80G的硬盘，全都使用了97%左右的空间（鬼知道装了些什么，难道有过量的毛片），每次到第四步识别分区的时候都要花12分钟左右。</p>
<p><strong>总结：</strong></p>
<p>这个版本的界面美化做得不错，不过grub2没感觉到有多方便，有可能是为了提高开机速度吧。目前为止，中文包不全，很多地方没翻译完。</p>
<p>用QQ for linux 和IBUS的输入法有冲突的感觉，老是动不动挂掉。</p>
<p>版本太新，firefox啥的找个flash插件都困难。</p>
<p>要试的同志，还是再等半个月正式发布。</p>
<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></content:encoded>
			<wfw:commentRss>http://www.54chen.com/_linux_/11-return-ubuntu-910-notes-from-the-hard-disk-installation.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ubuntu 8.10 desktop版本 硬盘安装手记</title>
		<link>http://www.54chen.com/_linux_/ubuntu-810-desktop%e7%89%88%e6%9c%ac-%e7%a1%ac%e7%9b%98%e5%ae%89%e8%a3%85%e6%89%8b%e8%ae%b0.html</link>
		<comments>http://www.54chen.com/_linux_/ubuntu-810-desktop%e7%89%88%e6%9c%ac-%e7%a1%ac%e7%9b%98%e5%ae%89%e8%a3%85%e6%89%8b%e8%ae%b0.html#comments</comments>
		<pubDate>Mon, 05 Jan 2009 08:01:37 +0000</pubDate>
		<dc:creator>cc0cc</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.54chen.com/_linux_/ubuntu-810-desktop%e7%89%88%e6%9c%ac-%e7%a1%ac%e7%9b%98%e5%ae%89%e8%a3%85%e6%89%8b%e8%ae%b0.html</guid>
		<description><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br>[文章作者：陈臻 本文版本：v1.0 最后修改：2009.1.5 转载请注明原文链接：http://www.54chen.com/c/372] 折腾到半夜，特做记录。 1.ubuntu8.10 liveCD系统镜像文件下载： ubuntu-8.10-desktop-i386.iso http://ubuntu.interhost.co.il/intrepid/ubuntu-8.10-desktop-i386.iso（某一个镜像的地址） 2.winGrub文件下载： WINGRB0206.EXE http://fedora.linuxsir.org/main/files/WINGRB0206.EXE 3.安装WINGRB0206.EXE： 双击，没啥说的。 4.运行winGrub： 第一次打开会有个BaseSetup，把勾都选上，选OK就行。 主界面中： Profiles选default。 Tools-&#62;Install Grub-&#62;Boot From 选Boot.ini，System Drive选C，Title随便写，TimeOut写30，-&#62;install 完毕！ 5.修改menu.lst： 从ubuntu-8.10-desktop-i386.iso的casper里解压出来vmlinuz和initrd.gz到C盘根目录，ubuntu-8.10-desktop-i386.iso文件放在任何一个盘的根目录，它会自己去找到的。 在C:\GRUB\menu.lst里增加如下： title Install Ubuntu root (hd0,0) kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-8.10-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8 &#8230;<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br><p>[文章作者：陈臻 本文版本：v1.0 最后修改：2009.1.5 转载请注明原文链接：<a href="http://www.54chen.com/c/372">http://www.54chen.com/c/372</a>]</p>
<p>折腾到半夜，特做记录。</p>
<p>1.ubuntu8.10 liveCD系统镜像文件下载：</p>
<p>ubuntu-8.10-desktop-i386.iso</p>
<p>http://ubuntu.interhost.co.il/intrepid/ubuntu-8.10-desktop-i386.iso（某一个镜像的地址）</p>
<p>2.winGrub文件下载：</p>
<p>WINGRB0206.EXE</p>
<p>http://fedora.linuxsir.org/main/files/WINGRB0206.EXE</p>
<p>3.安装WINGRB0206.EXE：</p>
<p>双击，没啥说的。</p>
<p>4.运行winGrub：</p>
<p>第一次打开会有个BaseSetup，把勾都选上，选OK就行。</p>
<p>主界面中：</p>
<p>Profiles选default。</p>
<p>Tools-&gt;Install Grub-&gt;Boot From 选Boot.ini，System Drive选C，Title随便写，TimeOut写30，-&gt;install</p>
<p>完毕！</p>
<p>5.修改menu.lst：</p>
<p>从ubuntu-8.10-desktop-i386.iso的casper里解压出来vmlinuz和initrd.gz到C盘根目录，ubuntu-8.10-desktop-i386.iso文件放在任何一个盘的根目录，它会自己去找到的。</p>
<p>在C:\GRUB\menu.lst里增加如下：</p>
<p>title Install Ubuntu<br />
root (hd0,0)<br />
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-8.10-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8<br />
initrd (hd0,0)/initrd.gz</p>
<p>保存，重启。</p>
<p>6.选择从install Ubuntu进去：</p>
<p>一直进啊进，到了liveCD的桌面。双击安装。</p>
<p>问题来了，整个硬盘没有显示！使用ubuntu下的系统管理器可以看到系统加载了一个/isodevice的设备，这个就是加载的在F盘下的ubuntu镜像。我们要使用ubuntu下的终端输入sudo umount -l /isodevice来卸载掉它。-l这个参数必须加，否则不能卸载。然后在安装进程中点击后退，鼠标变成一个转动的圆圈，等两三分钟（视系统配置）就可以加载硬盘了。</p>
<p>7.安装完成重新启动</p>
<p>8.进入系统：</p>
<p>这时会发现一半中文一半英文，听说是LiveCD版本的原因，中文支持不完整。</p>
<p>这时先搜索最快的软件源服务器，然后在终端里输入</p>
<p>sudo apt-get update 更新了列表后执行下列命令</p>
<p>sudo apt-get install language-support-zh</p>
<p>ThinkPad 系列，调整屏幕亮度，请使用“首选项”-“电源管理”.亮度选择那个条是反的。试了就知道了。</p>
<p>完毕。</p>
<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></content:encoded>
			<wfw:commentRss>http://www.54chen.com/_linux_/ubuntu-810-desktop%e7%89%88%e6%9c%ac-%e7%a1%ac%e7%9b%98%e5%ae%89%e8%a3%85%e6%89%8b%e8%ae%b0.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>64位ubuntu wine1.0 安装qq</title>
		<link>http://www.54chen.com/_linux_/64%e4%bd%8dubuntu-wine10-%e5%ae%89%e8%a3%85qq.html</link>
		<comments>http://www.54chen.com/_linux_/64%e4%bd%8dubuntu-wine10-%e5%ae%89%e8%a3%85qq.html#comments</comments>
		<pubDate>Tue, 29 Jul 2008 10:10:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[qq]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.54chen.com/_linux_/64%e4%bd%8dubuntu-wine10-%e5%ae%89%e8%a3%85qq.html</guid>
		<description><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br>环境比较特殊 注意是64的i386就不要看了 {安装wine:} 1.添加签名 wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- &#124; sudo apt-key add - 2.更新WINE源 sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list 3.更新软件包 sudo apt-get update 4.安装WINE sudo apt-get install wine {设置wine:} Wine快速设置 deb包 for amd64的下载地址是： http://ubuntu-tweak.googlecode.com/files/wine-ubuntu_amd64.deb 顺便再加上之前的for i386的： http://ubuntu-tweak.googlecode.com/files/wine-ubuntu.deb {使用QQ} Wine的版本: Wine &#8230;<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.54chen.com"><img border="0" src="http://www.54chen.com/wp-content/themes/54chen2011/images/54chen-logo.gif"></a><br>以下内容由<a href="http://www.54chen.com">[五四陈科学院]</a>提供<br><p>环境比较特殊 注意是64的i386就不要看了<br />
{安装wine:}<br />
1.添加签名<br />
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -<br />
2.更新WINE源<br />
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list<br />
3.更新软件包<br />
sudo apt-get update<br />
4.安装WINE<br />
sudo apt-get install wine</p>
<p>{设置wine:}</p>
<p>Wine快速设置 deb包 for amd64的下载地址是：</p>
<p><a href="http://ubuntu-tweak.googlecode.com/files/wine-ubuntu_amd64.deb">http://ubuntu-tweak.googlecode.com/files/wine-ubuntu_amd64.deb</a></p>
<p>顺便再加上之前的for i386的：</p>
<p><a href="http://ubuntu-tweak.googlecode.com/files/wine-ubuntu.deb">http://ubuntu-tweak.googlecode.com/files/wine-ubuntu.deb </a><br />
{使用QQ}<br />
<span class="postbody"><span style="font-weight: bold;">Wine的版本</span>:<br />
Wine 1.0 (默认中文补丁,有打过补丁的Wine1.0下载,见下面)<br />
windowssux已经把8.04-32bits的deb包(包括中文补丁)做出来了，在<a class="postlink" href="http://ftp.ubuntu.org.cn/home/windowssux/Wine-CN/" target="_blank">http://ftp.ubuntu.org.cn/home/windowssux/Wine-CN/</a>。<br />
登录的用户名和密码在<a class="postlink" href="http://forum.ubuntu.org.cn/viewtopic.php?t=9685" target="_blank">http://forum.ubuntu.org.cn/viewtopic.php?t=9685</a>。</p>
<p><span style="font-weight: bold;">Wine的注册表</span><br />
修改过的内容如下,请给这个文件保存成QQ2007.reg<br />
REGEDIT4<br />
[HKEY_CURRENT_USER\Software\Wine\AppDefaults\QQ.exe]<br />
"Version"="vista"<br />
[HKEY_CURRENT_USER\Software\Wine\AppDefaults\QQ.exe\DllOverrides]<br />
"riched20"="native"<br />
"riched32"="native"</p>
<p>并使用下列命令导入<br />
#regedit QQ2007.reg</p>
<p><span style="font-weight: bold;">替换DLL文件</span><br />
需要的 dll:: mfc42.dll msvcp60.dll 给上面的这二个dll放到~/.wine/drive_c/windows/system32/目录中<br />
下面下载的那个qq2007beta1kb5_0.0.2007_x86.tgz中也有,也可以从windows的系统中找</p>
<p><span style="font-weight: bold;">安装方法</span><br />
下载:<a class="postlink" href="http://linuxfire.com.cn/%7Ehuahua/zero/qq2007beta1kb5_0.0.2007_x86.tgz" target="_blank">http://linuxfire.com.cn/~huahua/zero/qq2007beta1kb5_0.0.2007_x86.tgz</a><br />
解压后,只使用这个中的那个QQ,原wine之类的配置文件不要了.</p>
<p><span style="font-weight: bold;">运行</span><br />
可以建一个下面这样的快捷方式,注意修复你的路径为你自己的.<br />
env WINEPREFIX="/home/fukai/.wine" wine "Z:\home\fukai\qq2007beta1kb5\QQ\QQ.exe"</p>
<p><span style="font-weight: bold;">在安装和使用程序时的注意事项</span><br />
现发现的bug有快捷键不能用,视频有时会死机,传文件之类都非常正常</p>
<p>＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝<br />
有空的时候再研究下一键安装 linux qq<br />
为今天听到的马化腾说linux qq是假消息的消息默哀</span></p>
<br><br>想快点找到作者也可以到Twitter上留言: <a href="https://www.twitter.com/54chen" target="_blank">@54chen</a><br>或者你懒得带梯子上墙，请到新浪微博：<a href="http://t.sina.com.cn/54chen" target="_blank">@54chen</a>]]></content:encoded>
			<wfw:commentRss>http://www.54chen.com/_linux_/64%e4%bd%8dubuntu-wine10-%e5%ae%89%e8%a3%85qq.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

