<?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; 虚拟机</title>
	<atom:link href="http://blog.upsuper.org/tag/%e8%99%9a%e6%8b%9f%e6%9c%ba/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.upsuper.org</link>
	<description>the place where there are some ghost appearing...</description>
	<lastBuildDate>Wed, 19 Oct 2011 13:21:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>我的 lab2（一）——Windows 下的 Linux</title>
		<link>http://blog.upsuper.org/my-lab2-1-linux-under-windows/</link>
		<comments>http://blog.upsuper.org/my-lab2-1-linux-under-windows/#comments</comments>
		<pubDate>Thu, 14 May 2009 07:02:18 +0000</pubDate>
		<dc:creator>upsuper</dc:creator>
				<category><![CDATA[探究学习]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://blog.upsuper.org/?p=755</guid>
		<description><![CDATA[在开源界，总是有很多不可思议的东西，在没有虚拟化技术的机子中的 Windows 下跑 Linux 可以以 Native 的速度似乎很早就已经成功了。使用的是一个叫做 coLinux 的程序，它将整个 Linux 系统当做 Windows 的一个进程，其高得惊人的执行效率伴随着是相当小的资源占用。 前面其实用过 coLinux，当时使用了官方网站上提供的 Debian 镜像，可以直接使用。但这次由于某些原因，不得不使用 Ubuntu，于是就用前一段载的 DVD 安装了一个。虽然只装了基本系统，过程还是相当艰难的…… 对于没用过 coLinux 的，首先要到 SourceForge.net 上下载 coLinux-stable 和下面任意一个制作好的硬盘镜像。这些镜像除了预装系统不同外，其大小也不同，ArchLinux 的是 256MB，Debian 是 1GB，Ubuntu 是 2GB。如果空间充裕建议下 Ubuntu 版的吧，这样以后可以做的事情比较多~ 接下去安装什么的都很简单了，下载的 coLinux 安装程序按照过程安好，然后把刚才载的镜像解压到安装文件夹。你还可以在这里根据你想要的大小下载一个 Swap 的镜像，同样放到那个目录。 其实编辑一下 example.conf，把对应的文件名填上就可以打开了。不过这样不好玩，不是么？ 现在准备好 Ubuntu 9.04 DVD 的 ISO 镜像，新建一个文件叫做 ubuntu.conf，然后从 ISO 当中的 install 目录提取出 initrd.gz，备份安装文件夹中的同名文件备用。接下来新建一个文件叫做 [...]]]></description>
			<content:encoded><![CDATA[<p>在开源界，总是有很多不可思议的东西，在没有虚拟化技术的机子中的 Windows 下跑 Linux 可以以 Native 的速度似乎很早就已经成功了。使用的是一个叫做 coLinux 的程序，它将整个 Linux 系统当做 Windows 的一个进程，其高得惊人的执行效率伴随着是相当小的资源占用。<br />
<span id="more-755"></span><br />
前面其实用过 coLinux，当时使用了官方网站上提供的 Debian 镜像，可以直接使用。但这次由于某些原因，不得不使用 Ubuntu，于是就用前一段载的 DVD 安装了一个。虽然只装了基本系统，过程还是相当艰难的……</p>
<p>对于没用过 coLinux 的，首先要到 <a href="http://sourceforge.net/project/showfiles.php?group_id=98788">SourceForge.net</a> 上下载 coLinux-stable 和下面任意一个制作好的硬盘镜像。这些镜像除了预装系统不同外，其大小也不同，ArchLinux 的是 256MB，Debian 是 1GB，Ubuntu 是 2GB。如果空间充裕建议下 Ubuntu 版的吧，这样以后可以做的事情比较多~</p>
<p>接下去安装什么的都很简单了，下载的 coLinux 安装程序按照过程安好，然后把刚才载的镜像解压到安装文件夹。你还可以在<a href="http://gniarf.nerim.net/colinux/swap/">这里</a>根据你想要的大小下载一个 Swap 的镜像，同样放到那个目录。</p>
<p>其实编辑一下 example.conf，把对应的文件名填上就可以打开了。不过这样不好玩，不是么？</p>
<p>现在准备好 Ubuntu 9.04 DVD 的 ISO 镜像，新建一个文件叫做 ubuntu.conf，然后从 ISO 当中的 install 目录提取出 initrd.gz，备份安装文件夹中的同名文件备用。接下来新建一个文件叫做 ubuntu.conf，内容按照如下模版填写：</p>

<div class="wp_codebox"><table><tr id="p75510"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre></td><td class="code" id="p755code10"><pre class="text" style="font-family:monospace;"># c:\coLinux 换成你的安装目录
kernel=&quot;c:\coLinux\vmlinux&quot;
# 这里写上你下载的镜像的文件名
cobd0=&quot;ubuntu.ext3.1gb&quot;
# 这是 swap 区的镜像的文件名，没有就可以不写了
cobd1=&quot;swap_256Mb&quot;
# 这个是 DVD 镜像的位置
cobd2=&quot;d:\share\ubuntu-9.04-dvd-i386.iso&quot;
# 以光盘启动
root=/dev/cobd2
ro
initrd=&quot;initrd.gz&quot;
#内存大小，单位 MB，如果内存大的可以适量加大，我这里总物理内存只有 256，所以才给这么些
mem=64
# 安装之前先不要启用网络，否则就后果自负了……
#eth0=pcap-bridge, &quot;colinux&quot;</pre></td></tr></table></div>

<p>接下去执行 colinux-daemon.exe @ubuntu.conf，进入安装。</p>
<p>由于 Ubuntu 的安装程序不能正确格式化磁盘，因此我们要先帮它格式化好。先点 Alt+F2 进入控制台，输入下面命令预格式化：</p>

<div class="wp_codebox"><table><tr id="p75511"><td class="line_numbers"><pre>1
2
</pre></td><td class="code" id="p755code11"><pre class="bash" style="font-family:monospace;">mke2fs <span style="color: #660033;">-j</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>cobd0
mkswap <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>cobd1</pre></td></tr></table></div>

<p>重启在此进入安装，此时根据提示安装即可。但有几个地方需要注意，一是可能遇到说找不到光驱，此时选择不加载外部驱动，手动指定，然后输入 /dev/cobd2 加载 DVD 镜像；问是否不加载内核模块而继续时选是；在划分磁盘时选择手动，将刚刚格式化过的 /dev/cobd0 选择使用为 ext3，保留数据挂载为 /。安装的时候最好什么额外的包都不要选，特别是 Desktop 那些，先安个基本系统就好了。最后，不要安装 grub 和 lilo，装了也会出错……所以就直接忽略就好了。</p>
<p>安装过程可能持续相当的时间，如果刚才不禁掉网络可能就跟囧了……</p>
<p>安装好以在 Monitor 菜单中选择 Power off 关机。编辑 ubuntu.conf，将 root=/dev/cobd2 修改为 root=/dev/cobd0，去掉 eth0=pcap-bridge, “colinux” 前的注释符，并把刚才备份的 initrd.gz 覆盖从 ISO 中提取出来的文件。在此执行 colinux-daemon.exe @ubuntu.conf，至此就进入了 Ubuntu 9.04。</p>
<p>登入，下面先设置更新源。我发现，如果设置了 DVD 作为更新源，绝大多数常用的软件包都不需要上网下载。现在我们知道，DVD 已经被在 /dev/cobd2 上了。现在，执行下面命令，添加 DVD 源：</p>

<div class="wp_codebox"><table><tr id="p75512"><td class="line_numbers"><pre>1
2
</pre></td><td class="code" id="p755code12"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>cobd2 <span style="color: #000000; font-weight: bold;">/</span>cdrom
<span style="color: #c20cb9; font-weight: bold;">sudo</span> apt-cdrom add</pre></td></tr></table></div>

<p>然后就 sudo apt-get update 一下就可以用了~</p>
<p>因为我个人习惯于是用 vim 而非 nano，因此我必经这步安装了个 vim，然后开始编辑网络。</p>

<div class="wp_codebox"><table><tr id="p75513"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p755code13"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>network<span style="color: #000000; font-weight: bold;">/</span>interfaces</pre></td></tr></table></div>

<p>在其中写入相关的网络配置：</p>

<div class="wp_codebox"><table><tr id="p75514"><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code" id="p755code14"><pre class="text" style="font-family:monospace;">auto eth0
iface eth0 inet static
	address IP地址
	netmask 255.255.255.0
	gateway 网关</pre></td></tr></table></div>

<p>由于我们选择了桥接模式，现在这个虚拟机和你的宿主机在网络上是平级的，因此可根据自己的网络配置设置。如果有需要设置 DNS 服务器的话，应该新建 /etc/resolv.conf，并按照下面格式添加 DNS 服务器：</p>

<div class="wp_codebox"><table><tr id="p75515"><td class="line_numbers"><pre>1
2
</pre></td><td class="code" id="p755code15"><pre class="text" style="font-family:monospace;">nameserver 218.85.157.99
nameserver 202.101.98.55</pre></td></tr></table></div>

<p>下面就运行下面的命令重开网络：</p>

<div class="wp_codebox"><table><tr id="p75516"><td class="line_numbers"><pre>1
2
</pre></td><td class="code" id="p755code16"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ifdown</span> eth0
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ifup</span> eth0</pre></td></tr></table></div>

<p>就可以使用了。</p>
<p>安装东西的时刻来临了！</p>
<p>不过还有一个需要的东西，就是 Xming。有了这个，你就可以实现在 Windows 下无缝使用 Linux 的界面程序了！首先要在虚拟机中安装 xterm，并在 Windows 下从<a href="http://www.straightrunning.com/XmingNotes/">这个地方</a>下载 Xming 和 Xming-fonts 并安装。</p>
<p>完成 Xming 的安装后，进入其安装目录，编辑 X0.hosts 文件，在 localhost 下面再加一行你的虚拟机的 IP 地址，最后启动 Xming。</p>
<p>在 Linux 下，你必须在输入下面命令：</p>

<div class="wp_codebox"><table><tr id="p75517"><td class="line_numbers"><pre>1
2
</pre></td><td class="code" id="p755code17"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">DISPLAY</span>=IP地址:<span style="color: #000000;">0</span>
xterm <span style="color: #000000; font-weight: bold;">&amp;</span></pre></td></tr></table></div>

<p>其中 IP 地址为你宿主机的 IP 地址。这时你将看到一个白色背景的终端窗口，这说明你已经成功了！现在运行任何有界面的程序，就可以在 Windows 下看到看似原生环境的界面了。</p>
<p>当然，在疯狂的安装过程中，可能会发现空间变得越来越紧张，特别是像我这样一开始选用了 1GB 的镜像来安装 Ubuntu 的人……</p>
<p>要扩大镜像文件，首先需要一个叫做 mkFile.exe 的程序，因为似乎不好找，所以就自己预编译了一个，可以点击这里下载：<a href="http://down.upsuper.org/mkFile.rar">mkFile.rar</a> (326.57KB)</p>
<p>在关闭虚拟机的情况下，执行“mkFile.exe -r -g 你的镜像文件 2”就可以将镜像文件扩大到 2GB。重新开启虚拟机，在虚拟机中执行</p>

<div class="wp_codebox"><table><tr id="p75518"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p755code18"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> resize2fs <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>cobd0</pre></td></tr></table></div>

<p>稍等片刻就完成了。</p>
<p>下面是一张我在 coLinux 中编译安装并运行出 Scribes 的截图~其实我今天做这番事最根本的动机是为了在 Windows 下看看 Scribes 的……其实还是很完美的~虽然慢了一点……<br />
<a href="http://blog.upsuper.org/wp-content/uploads/2009/05/scribes_in_colinux.png"><img src="http://blog.upsuper.org/wp-content/uploads/2009/05/scribes_in_colinux-300x225.png" alt="scribes_in_colinux" title="scribes_in_colinux" width="300" height="225" class="alignnone size-medium wp-image-757" /></a></p>
<hr />
<p>参考：<a href="http://blog.csdn.net/jnstone3/archive/2008/10/02/3010040.aspx">CoLinux入门教程</a>、<a href="http://sheng.javaeye.com/blog/360766">在coLinux上安装Ubuntu8.04</a>、<a href="http://blog.frosty-geek.net/2009/04/ext3-online-resize-with-ubuntu-810.html">ext3 online resize with Ubuntu 8.10 Intrepid</a>、<a href="http://www.oklinux.cn/html/Basic/jyjq/20081011/62040.html">将Ubuntu DVD做软件源</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.upsuper.org/my-lab2-1-linux-under-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我的 lab1（一）——Just enough 的 JeOS</title>
		<link>http://blog.upsuper.org/my-lab1-1-just-enough-of-jeos/</link>
		<comments>http://blog.upsuper.org/my-lab1-1-just-enough-of-jeos/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 15:17:53 +0000</pubDate>
		<dc:creator>upsuper</dc:creator>
				<category><![CDATA[探究学习]]></category>
		<category><![CDATA[JeOS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://blog.upsuper.org/?p=655</guid>
		<description><![CDATA[为了想提早试验 PHP 5.3 （昨晚下了个 Alpha，今天发现变成 Beta 了……），我在 VMware 下建立了个实验室，因为据说 JeOS 是有为虚拟机优化的，所以用了 Ubuntu JeOS 8.04.1，取名叫 upsuper-lab1。 话说 VMware 6.5 还着实智能，识别出了 JeOS 的 iso 里面是 Ubuntu 8.04，不过可惜他智能过头了，自己弄了个安装程序准备介入，结果安装失败了……我把 VMware 额外加载的光驱干掉，再安一次就好了。 安装 JeOS 是文字界面（至少不是 LiveCD 那样的界面……），而且，Ubuntu 的文字界面安装有一大囧处，就是会检测 apt！JeOS 的安装确实两次卡在检测 apt 上……根据某次在学校安装 Alternate 的经验，赶快把网卡禁用掉，然后重新安装，所有不该有的东西成功跳过。 随后，系统启动进入 Ubuntu。我突然发现，这真是一个 Just enough 的系统，连图形界面都没有……囧……我第一个想法是，用 apt 弄一个 apache2 先。结果当我启动 apt 的时候，蓦然想起，网络还没弄好。如果在图形界面，肯定是瞬间就可以解决的问题（Ubuntu 有带些强大的网络管理程序），可是在文字界面…… 幸好是在虚拟机，回到外面，在网上找到了网络配置的方法，用 vim 打开 /etc/network/interfaces，然后将其修改为 [...]]]></description>
			<content:encoded><![CDATA[<p>为了想提早试验 PHP 5.3 （昨晚下了个 Alpha，今天发现变成 Beta 了……），我在 VMware 下建立了个实验室，因为据说 JeOS 是有为虚拟机优化的，所以用了 Ubuntu JeOS 8.04.1，取名叫 upsuper-lab1。<br />
<span id="more-655"></span><br />
话说 VMware 6.5 还着实智能，识别出了 JeOS 的 iso 里面是 Ubuntu 8.04，不过可惜他智能过头了，自己弄了个安装程序准备介入，结果安装失败了……我把 VMware 额外加载的光驱干掉，再安一次就好了。</p>
<p>安装 JeOS 是文字界面（至少不是 LiveCD 那样的界面……），而且，Ubuntu 的文字界面安装有一大囧处，就是会检测 apt！JeOS 的安装确实两次卡在检测 apt 上……根据某次在学校安装 Alternate 的经验，赶快把网卡禁用掉，然后重新安装，所有不该有的东西成功跳过。</p>
<p>随后，系统启动进入 Ubuntu。我突然发现，这真是一个 Just enough 的系统，连图形界面都没有……囧……我第一个想法是，用 apt 弄一个 apache2 先。结果当我启动 apt 的时候，蓦然想起，网络还没弄好。如果在图形界面，肯定是瞬间就可以解决的问题（Ubuntu 有带些强大的网络管理程序），可是在文字界面……</p>
<p>幸好是在虚拟机，回到外面，在网上找到了<a href="http://www.blogjava.net/aoxj/archive/2008/04/18/194103.html" target="_blank">网络配置的方法</a>，用 vim 打开 /etc/network/interfaces，然后将其修改为</p>

<div class="wp_codebox"><table><tr id="p65522"><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code" id="p655code22"><pre class="text" style="font-family:monospace;">auto lo eth0
iface lo inet loopback
iface eth0 inet dhcp</pre></td></tr></table></div>

<p>最后</p>

<div class="wp_codebox"><table><tr id="p65523"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p655code23"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>networking restart</pre></td></tr></table></div>

<p>成功的找到了网络。接着就是 Ubuntu 都需要的配置过程——改 apt 源。</p>
<p>还是 vim 打开 /etc/apt/sources.list<br />
将里面 cn.achieve.ubuntu.com 全部改成 tw.achieve.ubuntu.com 或 mirror.lupaworld.com，保存。</p>
<p>终于可以用 apt 了，真是欣慰。</p>
<p>运行 apt 发现中文都是菱形？！又在网上查找了一翻，找到一篇<a href="http://www.linuxdiyf.com/viewarticle.php?id=79931" target="_blank">相关的文章</a>，修改了 /etc/default/locale 文件的相关内容，重启。</p>
<p>把 apache2 安装好了，并把 VMware 的网络设置从 NAT 设置为 Bridge，然后在主机的浏览器输入 IP 地址，看到了那个著名的 It works!</p>
<p>下面是 ftp 服务器。因为我在自己的机子上都没做过 ftp，所以自然是不知道怎么弄的。去网上先是看到一个传说中很好的 ftp 服务器，叫做 wu-ftp，结果弄了半天配置不出来，就放弃了。换了个叫 vsftp 的。网上资料似乎很多，就是没有能让我配置成功的。最后我只得找到他的 <a href="http://vsftpd.beasts.org/vsftpd_conf.html" target="_blank">Manpage</a>，按着里面的说法配置。配出来恐怕安全性不高，不过足够易用就好了……下面是我的配置文件：</p>

<div class="wp_codebox"><table><tr id="p65524"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
</pre></td><td class="code" id="p655code24"><pre class="text" style="font-family:monospace;">anon_mkdir_write_enable=YES
anon_other_write_enable=YES
anon_upload_enable=YES
anon_world_readable_only=NO
anonymous_enable=YES
connect_from_port_20=YES
dirmessage_enable=YES
listen=YES
local_enable=YES
no_anon_password=YES
write_enable=YES
xferlog_enable=YES
xferlog_std_format=YES
accept_timeout=3600
connect_timeout=3600
file_open_mode=0777
anon_root=/var/www</pre></td></tr></table></div>

<p>匿名倒是没登上去，用我在 JeOS 里的用户名密码倒是登上去，而且可以直接查看整个文件系统（相关权限还在就是了）。</p>
<p>不管了，反正能用就行了，这是 lab 嘛……</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.upsuper.org/my-lab1-1-just-enough-of-jeos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Workstation 6.5.1 in Ubuntu</title>
		<link>http://blog.upsuper.org/vmware-workstation-6-5-1-in-ubuntu/</link>
		<comments>http://blog.upsuper.org/vmware-workstation-6-5-1-in-ubuntu/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 00:34:27 +0000</pubDate>
		<dc:creator>upsuper</dc:creator>
				<category><![CDATA[探究学习]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VeryCD]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://blog.upsuper.org/?p=611</guid>
		<description><![CDATA[在升级 Ubuntu 8.10 之后，由于内核的更新，原来编译安装的 VMware 6.0 已经不能用了，也没有兴趣再 config 一次，想到 6.5 已经出了，就干脆用 vmware-uninstall.pl 卸了……但是网上一直找不到 VMware 6.5，连 VeryCD 上都没有…… 今天又搜了一遍，发现 VMware 出了 6.5.1……最终到 VMware 的官方网站注册并下载了 VMware Workstation 6.5.1 for linux，准备发到 VeryCD 上去~ 下载来的，是一个 .bundle 的文件，不知道怎么开，网上看到Ubuntu 下安装bundle文件。原来只要把 .bundle 文件的权限添加“可以以程序执行文件”，然后直接运行就可以了。 将其权限加好后，在 sudo 下执行，发现下面的错误： Extracting VMware Installer&#8230;done. Launching a SCIM daemon with Socket FrontEnd&#8230; Loading simple Config module &#8230; Creating [...]]]></description>
			<content:encoded><![CDATA[<p>在升级 Ubuntu 8.10 之后，由于内核的更新，原来编译安装的 VMware 6.0 已经不能用了，也没有兴趣再 config 一次，想到 6.5 已经出了，就干脆用 vmware-uninstall.pl 卸了……但是网上一直找不到 VMware 6.5，连 VeryCD 上都没有……</p>
<p>今天又搜了一遍，发现 VMware 出了 6.5.1……最终到 VMware 的官方网站注册并下载了 VMware Workstation 6.5.1 for linux，准备发到 VeryCD 上去~</p>
<p>下载来的，是一个 .bundle 的文件，不知道怎么开，网上看到<a href="http://hi.baidu.com/leemuhe/blog/item/af67cb1b13c400fcae513305.html" target="_blank">Ubuntu 下安装bundle文件</a>。原来只要把 .bundle 文件的权限添加“可以以程序执行文件”，然后直接运行就可以了。</p>
<p>将其权限加好后，在 sudo 下执行，发现下面的错误：</p>
<blockquote><p>
Extracting VMware Installer&#8230;done.<br />
Launching a SCIM daemon with Socket FrontEnd&#8230;<br />
Loading simple Config module &#8230;<br />
Creating backend &#8230;<br />
Traceback (most recent call last):<br />
  File “/usr/share/scim-python/engine/__init__.py”, line 26, in <module><br />
    import scim<br />
ImportError: No module named scim<br />
ImportError: No module named engine<br />
/tmp/vmis.P26669/install/vmware-installer/vmware-installer: line 27: 26725 段错误               “$PYTHON” “$VMWARE_INSTALLER”/vmware-installer.py “$@”
</p></blockquote>
<p>不知道这是什么错误……我把 pkill 了 scim，没用，把 scim-python 文件夹重命名，还是没用……又是一番搜索，发现 Ubuntu 中文论坛上似乎有同样的问题：<a href="http://forum.ubuntu.org.cn/viewtopic.php?p=988933" target="_blank">安装VMware6.5错误，内附错误信息，请大家给我看看该怎么办。</a>根据下面一个人回复的提示，我将 /usr/share/scim-python/engine/__init__.py 文件中的 import scim 注释掉，可以正常安装。但去掉注释并没有像那人所说的依然可以安装。因此我将 import scim 的注释保留到安装完成。</p>
<p>安好后，就是注册的问题。因为 VMware 是可以先试用的，虽然 keygen 是 Windows 下的，我也 wine 不起来（好像以前可以……），于是就干脆先装了一个 Windows 在里面，然后在那里面跑 keygen，把注册码填进去。这实在不能不说是一种讽刺啊……</p>
<p>经过试用，这个版本相对原来的 6.0 在速度上有很大改进，对于我很关注的新加入的 Unity 原生窗口支持，倒是并没有期待中那么好。我主要是觉得有些地方还是不够方便，比如我的电脑等对于 Windows 很关键的东西在 Unity 中并没有出现，因此操作起来时不时还要切换回去。同时，Unity 的速度实在不敢恭维……特别是在 Compiz 下，类似迅雷那种有很多奇怪的窗口就比较累一点（因为那些提示性的“窗口”也要像普通窗口那样炫一下……）因此还是乖乖继续用原来的方式，期待 VMware 的继续改进……</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.upsuper.org/vmware-workstation-6-5-1-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu之旅（四）</title>
		<link>http://blog.upsuper.org/ubuntu-trip-4/</link>
		<comments>http://blog.upsuper.org/ubuntu-trip-4/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 15:30:04 +0000</pubDate>
		<dc:creator>upsuper</dc:creator>
				<category><![CDATA[探究学习]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[虚拟机]]></category>
		<category><![CDATA[论坛]]></category>

		<guid isPermaLink="false">http://blog.upsuper.org/?p=104</guid>
		<description><![CDATA[今天玩了一天，晚上回来弄了一会儿Ubuntu，算是把VMware安装好了。由于有一些奇特的步骤，也在这里说说吧。还调整了Flash的中文显示问题。 可能也有人会遇到VMware编译不过的问题吧，就是会出现类似下面这样的错误： In file included from include/asm/bitops.h:2, from /tmp/vmware-config2/vmmon-only/./include/vcpuset.h:74, from /tmp/vmware-config2/vmmon-only/./include/modulecall.h:23, from /tmp/vmware-config2/vmmon-only/common/vmx86.h:18, from /tmp/vmware-config2/vmmon-only/common/hostif.h:18, from /tmp/vmware-config2/vmmon-only/common/cpuid.c:14: include/asm/bitops_32.h:9:2: error: #error only can be included directly 在参考了这位仁兄的做法后，我自己摸索，找到了Ubuntu下的解决方法：首先，找到vmware-distrib/lib/modules/source里面的vmmon.tar文件，你可以先将它备份。然后解压这个文件，在解压出来的vmmon-only文件夹中找到include/vcpuset.h文件，找到 74 #include &#34;asm/bitops.h&#34; 替换为 74 #include &#34;linux/bitops.h&#34; //#include &#34;asm/bitops.h&#34; 保存。然后删除刚才的vmmon.tar文件，并且重新将vmmon-only文件夹打包为vmmon.tar。现在再次运行VMware的安装程序，就OK了！ 想上传今天拍的照片到论坛上，结果看到组图插件的Flash显示不出中文。查找了些资料，就改好了。具体步骤就是，找到/etc/fonts/conf.d/49-sansserif.conf，可以先备份，然后打开修改，将里面除了 1 &#60;string&#62;monospace&#60;/string&#62; 以外所有中的内容改为某种中文字体，如我用的是wqy-zenhei。改完效果差不多是这样的： 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [...]]]></description>
			<content:encoded><![CDATA[<p>今天玩了一天，晚上回来弄了一会儿Ubuntu，算是把VMware安装好了。由于有一些奇特的步骤，也在这里说说吧。还调整了Flash的中文显示问题。</p>
<p><span id="more-104"></span></p>
<p>可能也有人会遇到VMware编译不过的问题吧，就是会出现类似下面这样的错误：</p>
<blockquote><p>
In file included from include/asm/bitops.h:2,<br />
                 from /tmp/vmware-config2/vmmon-only/./include/vcpuset.h:74,<br />
                 from /tmp/vmware-config2/vmmon-only/./include/modulecall.h:23,<br />
                 from /tmp/vmware-config2/vmmon-only/common/vmx86.h:18,<br />
                 from /tmp/vmware-config2/vmmon-only/common/hostif.h:18,<br />
                 from /tmp/vmware-config2/vmmon-only/common/cpuid.c:14:<br />
include/asm/bitops_32.h:9:2: error: #error only
<linux/bitops.h> can be included directly
</p></blockquote>
<p>在参考了<a href="http://hi.baidu.com/txcode/blog/item/54cad33fd18a5fc67d1e7101.html" target="_blank">这位仁兄的做法后</a>，我自己摸索，找到了Ubuntu下的解决方法：首先，找到vmware-distrib/lib/modules/source里面的vmmon.tar文件，你可以先将它备份。然后解压这个文件，在解压出来的vmmon-only文件夹中找到include/vcpuset.h文件，找到</p>

<div class="wp_codebox"><table><tr id="p10429"><td class="line_numbers"><pre>74
</pre></td><td class="code" id="p104code29"><pre class="cpp" style="font-family:monospace;"><span style="color: #339900;">#include &quot;asm/bitops.h&quot;</span></pre></td></tr></table></div>

<p>替换为</p>

<div class="wp_codebox"><table><tr id="p10430"><td class="line_numbers"><pre>74
</pre></td><td class="code" id="p104code30"><pre class="cpp" style="font-family:monospace;"><span style="color: #339900;">#include &quot;linux/bitops.h&quot; //#include &quot;asm/bitops.h&quot;</span></pre></td></tr></table></div>

<p>保存。然后删除刚才的vmmon.tar文件，并且重新将vmmon-only文件夹打包为vmmon.tar。现在再次运行VMware的安装程序，就OK了！</p>
<p>想上传今天拍的照片到论坛上，结果看到组图插件的Flash显示不出中文。查找了些资料，就改好了。具体步骤就是，找到/etc/fonts/conf.d/49-sansserif.conf，可以先备份，然后打开修改，将里面除了</p>

<div class="wp_codebox"><table><tr id="p10431"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p104code31"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>monospace<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>以外所有<string></string>中的内容改为某种中文字体，如我用的是wqy-zenhei。改完效果差不多是这样的：</p>

<div class="wp_codebox"><table><tr id="p10432"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
</pre></td><td class="code" id="p104code32"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #00bbdd;">&lt;!DOCTYPE fontconfig SYSTEM &quot;fonts.dtd&quot;&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;fontconfig<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #808080; font-style: italic;">&lt;!--</span>
<span style="color: #808080; font-style: italic;">  If the font still has no generic name, add sans-serif</span>
<span style="color: #808080; font-style: italic;"> --&gt;</span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match</span> <span style="color: #000066;">target</span>=<span style="color: #ff0000;">&quot;pattern&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;test</span> <span style="color: #000066;">qual</span>=<span style="color: #ff0000;">&quot;all&quot;</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;family&quot;</span> <span style="color: #000066;">compare</span>=<span style="color: #ff0000;">&quot;not_eq&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>wqy-zenhei<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/test<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;test</span> <span style="color: #000066;">qual</span>=<span style="color: #ff0000;">&quot;all&quot;</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;family&quot;</span> <span style="color: #000066;">compare</span>=<span style="color: #ff0000;">&quot;not_eq&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>wqy-zenhei<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/test<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;test</span> <span style="color: #000066;">qual</span>=<span style="color: #ff0000;">&quot;all&quot;</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;family&quot;</span> <span style="color: #000066;">compare</span>=<span style="color: #ff0000;">&quot;not_eq&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>monospace<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/test<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;edit</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;family&quot;</span> <span style="color: #000066;">mode</span>=<span style="color: #ff0000;">&quot;append_last&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>wqy-zenhei<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/edit<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/match<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/fontconfig<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>重启一下Firefox就可以了。神奇地发现，Audacious中文显示也正常了！</p>
<p>另外，发现了一点小小的问题，就是奇虎的那个论坛组图插件的Flash上传中使用的文件过滤器中所有的扩展名都是小写，而我新的那些照片却偏偏是大写扩展名……我想Flash这点应该稍微改进一下，或者奇虎的插件稍微改进改进，为这些非Windows区分大小写的操作系统考虑考虑。不过急着要上传，就弄了一个叫做pyRenamer的软件来批量重命名，可以直接通过apt-get安装，而且是图形界面化的，操作也简单，这里就不再详细说明了。</p>
<p>今天好晚了……玩得好累的说……</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.upsuper.org/ubuntu-trip-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu之旅（三）——全面转入Ubuntu！</title>
		<link>http://blog.upsuper.org/ubuntu-trip-3-fully-into-the-ubuntu/</link>
		<comments>http://blog.upsuper.org/ubuntu-trip-3-fully-into-the-ubuntu/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 08:01:43 +0000</pubDate>
		<dc:creator>upsuper</dc:creator>
				<category><![CDATA[探究学习]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://blog.upsuper.org/?p=102</guid>
		<description><![CDATA[这是周末的事情了。我上周末将原来的Windows XP删掉，安装了一个Ubuntu 8.04LTS。对于这个系统，在虚拟机中摆弄过很多次了，但在主机上装还是第一次。 我的电脑有些神奇的事情，以前就曾经试图用Live CD跑过Ubuntu，结果是出现 MP-BIOS bug:8254 timer not connected to IO-APIC kernel panic-not syncing:IO-APIC+timer doesn&#8217;twork!Boot with apic=debug and send a report.Then try booting with the &#8216;noapic&#8217; option 这样的错误提示而无法进入，即使在启动选项中加了“noapic”仍然无法进入，这次又出现了同样的情况。虽然不抱什么希望，但是当我再次在启动选项中加入“noapic”后，奇迹出现了！Live CD成功引导进入光盘版Ubuntu！随后，我在Live CD引导的系统中对原系统的一些东西进行了一些备份。我将硬盘分为了6个区，其中C盘System、D盘Software、E盘Work、F盘Media、G盘Virtual、H盘Download。这次我将C盘和D盘共60GB的空间划出来给Ubuntu，剩下的暂时保留为NTFS，以后慢慢拿出来。 顺便说一说如何加载原来的盘。Ubuntu加载包括NTFS在内的所有Windows分区格式都不再需要外加软件了，可以直接使用“mount”命令。比如在我的机上要挂载E盘可以： 1 2 sudo mkdir /media/e sudo mount /dev/sda5 /media/e 里面那个sda5是安装到确定分区那一步时检查的，不过把“sda+数字”一个一个试过去，看要的是哪个。不过这样做是愚昧了，因为我后来发现Ubuntu可以自动帮你挂载。在“计算机”里面会有出现所有的盘符，只要右击点“挂载 (Mount)”，就会弹出相应对话框，操作还是比较简易的。 安装完成之后，把光盘取出，重启。重新黑屏，出现上面错误……我想，这下完了，已经没有Windows了……不过转念想想，在启动菜单的启动选项里加个“noapic”试试，最后成功地进入了Ubuntu。经过在网上查找资料，了解到只要编辑/boot/grub/menu.lst文件，在“kernel”那行后面加入“noapic”，保存，以后就不用每次启动改了。 终于用上了Ubuntu后，觉得Ubuntu在主机上用比在虚拟机里用快多了！然后第一件事就是修改源，把cn99的源加上去，具体的方法参看我前面的这篇日志，然后升级，并安装了些必要的软件，把大部分未来需要的软件都弄上去了。 我觉得我还是很喜欢打命令的，不知道是不是因为习惯了，都很少用新立得。换了套皮肤，然后看了看Ubuntu支持的最“高”的视觉效果，绝对不亚于Vista！ 以后就基本在Ubuntu下用家里的电脑了。不过Windows还是需要的，因为有些程序还Wine不起来，或者说我还不会Wine。我准备这次在Ubuntu下安装VMware来虚拟Windows。据说在VMware Workstation 6.5中将会加入对类似VMware Fusion中原生窗体的支持，那时候运行Windows的程序就像真的在Ubuntu里跑一样了！另外在网上也看到另一种方法，只要用现在的虚拟机就可以实现这样的功能，不过还是蛮期待的！因为有虚拟机这种东西的存在，我才能放心进入Ubuntu的。]]></description>
			<content:encoded><![CDATA[<p>这是周末的事情了。我上周末将原来的Windows XP删掉，安装了一个Ubuntu 8.04LTS。对于这个系统，在虚拟机中摆弄过很多次了，但在主机上装还是第一次。</p>
<p>我的电脑有些神奇的事情，以前就曾经试图用Live CD跑过Ubuntu，结果是出现</p>
<blockquote><p>MP-BIOS bug:8254 timer not connected to IO-APIC<br />
kernel panic-not syncing:IO-APIC+timer doesn&#8217;twork!Boot with apic=debug and send a report.Then try booting with the &#8216;noapic&#8217; option</p></blockquote>
<p>这样的错误提示而无法进入，即使在启动选项中加了“noapic”仍然无法进入，这次又出现了同样的情况。虽然不抱什么希望，但是当我再次在启动选项中加入“noapic”后，奇迹出现了！Live CD成功引导进入光盘版Ubuntu！随后，我在Live CD引导的系统中对原系统的一些东西进行了一些备份。我将硬盘分为了6个区，其中C盘System、D盘Software、E盘Work、F盘Media、G盘Virtual、H盘Download。这次我将C盘和D盘共60GB的空间划出来给Ubuntu，剩下的暂时保留为NTFS，以后慢慢拿出来。</p>
<p><span id="more-102"></span></p>
<p>顺便说一说如何加载原来的盘。Ubuntu加载包括NTFS在内的所有Windows分区格式都不再需要外加软件了，可以直接使用“mount”命令。比如在我的机上要挂载E盘可以：</p>

<div class="wp_codebox"><table><tr id="p10234"><td class="line_numbers"><pre>1
2
</pre></td><td class="code" id="p102code34"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>e
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda5 <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>e</pre></td></tr></table></div>

<p>里面那个sda5是安装到确定分区那一步时检查的，不过把“sda+数字”一个一个试过去，看要的是哪个。不过这样做是愚昧了，因为我后来发现Ubuntu可以自动帮你挂载。在“计算机”里面会有出现所有的盘符，只要右击点“挂载 (Mount)”，就会弹出相应对话框，操作还是比较简易的。</p>
<p>安装完成之后，把光盘取出，重启。重新黑屏，出现上面错误……我想，这下完了，已经没有Windows了……不过转念想想，在启动菜单的启动选项里加个“noapic”试试，最后成功地进入了Ubuntu。经过在网上查找资料，了解到只要编辑/boot/grub/menu.lst文件，在“kernel”那行后面加入“noapic”，保存，以后就不用每次启动改了。</p>
<p>终于用上了Ubuntu后，觉得Ubuntu在主机上用比在虚拟机里用快多了！然后第一件事就是修改源，把cn99的源加上去，具体的方法参看我前面的<a href="http://blog.upsuper.org/notes-of-exploration-of-lamp-1/">这篇日志</a>，然后升级，并安装了些必要的软件，把大部分未来需要的软件都弄上去了。</p>
<p>我觉得我还是很喜欢打命令的，不知道是不是因为习惯了，都很少用新立得。换了套皮肤，然后看了看Ubuntu支持的最“高”的视觉效果，绝对不亚于Vista！</p>
<p>以后就基本在Ubuntu下用家里的电脑了。不过Windows还是需要的，因为有些程序还Wine不起来，或者说我还不会Wine。我准备这次在Ubuntu下安装VMware来虚拟Windows。据说在VMware Workstation 6.5中将会加入对类似VMware Fusion中原生窗体的支持，那时候运行Windows的程序就像真的在Ubuntu里跑一样了！另外在网上也看到另一种方法，只要用现在的虚拟机就可以实现这样的功能，不过还是蛮期待的！因为有虚拟机这种东西的存在，我才能放心进入Ubuntu的。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.upsuper.org/ubuntu-trip-3-fully-into-the-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu之旅（二）</title>
		<link>http://blog.upsuper.org/ubuntu-trip-2/</link>
		<comments>http://blog.upsuper.org/ubuntu-trip-2/#comments</comments>
		<pubDate>Sun, 11 May 2008 10:49:49 +0000</pubDate>
		<dc:creator>upsuper</dc:creator>
				<category><![CDATA[探究学习]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://blog.upsuper.org/?p=88</guid>
		<description><![CDATA[今天继续Ubuntu之旅~ 今天做的主要事情就是安装IE。安装IE其实没什么特别好讲的，为什么呢？因为已经有现成的脚本了，直接下载过来然后运行一下就可以了。具体就是要下载一个文件ies4linux.tar.gz，这是最重要的东西了，其他都简单。不过这个文件我今天在Ubuntu上死都下不了，从迅雷下载的情况看，是没有从原始地址得到数据，所以传到这里来，大家需要的可以直接下：ies4linux.tar.gz (324.55KB)。 下面就是安装了： 1 2 3 4 5 6 sudo apt-get install cabextract wine #安装wine #这是从我的网站下载这个文件，如果下好就不用再下了 wget http://down.upsuper.org/ies4linux.tar.gz tar zxvf ies4linux.tar.gz #解压文件 cd ies4linux-* #切换到解压的目录 ./ies4linux #运行安装程序 这个安装程序还是比较智能化的。记得我曾经尝试过用 1 sudo ./ies4linux 结果提示我，建议我不要使用root来运行IE。 当然，这个安装过程要到微软的网站下载相关程序，所以需要一些等待。而且不要以为等待就可以到处乱跑，因为那个程序似乎写得比较粗，一会儿一会儿会出点小错，好在支持断点继续。不过这导致我运行了9次这个安装程序，才成功地装上IE。另外，注意两点，一是一开始那个窗口里面，记得选择“CN”作为语言，安装完就是中文的；二是下面那个按转Adobe Flash插件的勾建议是去掉，因为今天下载Flash插件的时候等了半天都没反应…… 不过今天在安装的过程中还是有许多小小的插曲~因为我一开始是想安装IE7的，所以预先在宿主Windows下把IE7的安装文件下好了，这个IE7的安装文件就是我们在Windows下安装用的，可以到这里下载：http://www.google.com/toolbar/ie7/。不过后来没什么办法把它传到虚拟机里，所以就在虚拟机又下了一遍。这里推荐一个软件叫做d4x，可以用apt安装： 1 sudo apt-get install d4x 安装好后就直接在终端中输入d4x就运行了。在那里面下载速度还是可以的，不过没有像迅雷这样能够下源地址下不到的东西…… 还有要说的就是为了能够把文件传进来所做的事情。我先是安装了samba服务，配置了半天，Ubuntu不能访问Windows的共享目录，Windows也不能访问Ubuntu的共享目录……最后还逼我把宿主的Apache打开，让虚拟机访问。 今天因为要来学校的缘故，没有把IE7装好。不过前人都有不少经验了，要装也是很容易的吧。 走之前还试了一下我们pidgin。发现其支持的协议真多，其中包括了我常用的MSN和Google Talk，不过也包含了令人厌恶的QQ。另外有个人推荐我用psi，我就试装了一下。不过实在是觉得没什么意义，还占用38MB的空间，装完就直接卸掉了。顺便说，开始的时候我只卸载psi，然后apt提示我，只会少掉6MB。再看看上面的提示，apt告诉我可以用autoremove来连带卸载没用的东西： 1 2 sudo apt-get install psi sudo apt-get autoremove [...]]]></description>
			<content:encoded><![CDATA[<p>今天继续Ubuntu之旅~</p>
<p>今天做的主要事情就是安装IE。安装IE其实没什么特别好讲的，为什么呢？因为已经有现成的脚本了，直接下载过来然后运行一下就可以了。具体就是要下载一个文件ies4linux.tar.gz，这是最重要的东西了，其他都简单。不过这个文件我今天在Ubuntu上死都下不了，从迅雷下载的情况看，是没有从原始地址得到数据，所以传到这里来，大家需要的可以直接下：<a href="http://down.upsuper.org/ies4linux.tar.gz">ies4linux.tar.gz</a> (324.55KB)。</p>
<p><span id="more-88"></span></p>
<p>下面就是安装了：</p>

<div class="wp_codebox"><table><tr id="p8839"><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code" id="p88code39"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> cabextract wine	<span style="color: #666666; font-style: italic;">#安装wine</span>
<span style="color: #666666; font-style: italic;">#这是从我的网站下载这个文件，如果下好就不用再下了</span>
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>down.upsuper.org<span style="color: #000000; font-weight: bold;">/</span>ies4linux.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> zxvf ies4linux.tar.gz	<span style="color: #666666; font-style: italic;">#解压文件</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> ies4linux-<span style="color: #000000; font-weight: bold;">*</span>	<span style="color: #666666; font-style: italic;">#切换到解压的目录</span>
.<span style="color: #000000; font-weight: bold;">/</span>ies4linux	<span style="color: #666666; font-style: italic;">#运行安装程序</span></pre></td></tr></table></div>

<p>这个安装程序还是比较智能化的。记得我曾经尝试过用</p>

<div class="wp_codebox"><table><tr id="p8840"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p88code40"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> .<span style="color: #000000; font-weight: bold;">/</span>ies4linux</pre></td></tr></table></div>

<p>结果提示我，建议我不要使用root来运行IE。</p>
<p>当然，这个安装过程要到微软的网站下载相关程序，所以需要一些等待。而且不要以为等待就可以到处乱跑，因为那个程序似乎写得比较粗，一会儿一会儿会出点小错，好在支持断点继续。不过这导致我运行了9次这个安装程序，才成功地装上IE。另外，注意两点，一是一开始那个窗口里面，记得选择“CN”作为语言，安装完就是中文的；二是下面那个按转Adobe Flash插件的勾建议是去掉，因为今天下载Flash插件的时候等了半天都没反应……</p>
<p>不过今天在安装的过程中还是有许多小小的插曲~因为我一开始是想安装IE7的，所以预先在宿主Windows下把IE7的安装文件下好了，这个IE7的安装文件就是我们在Windows下安装用的，可以到这里下载：<a href="http://www.google.com/toolbar/ie7/" target="_blank">http://www.google.com/toolbar/ie7/</a>。不过后来没什么办法把它传到虚拟机里，所以就在虚拟机又下了一遍。这里推荐一个软件叫做d4x，可以用apt安装：</p>

<div class="wp_codebox"><table><tr id="p8841"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p88code41"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> d4x</pre></td></tr></table></div>

<p>安装好后就直接在终端中输入d4x就运行了。在那里面下载速度还是可以的，不过没有像迅雷这样能够下源地址下不到的东西……</p>
<p>还有要说的就是为了能够把文件传进来所做的事情。我先是安装了samba服务，配置了半天，Ubuntu不能访问Windows的共享目录，Windows也不能访问Ubuntu的共享目录……最后还逼我把宿主的Apache打开，让虚拟机访问。</p>
<p>今天因为要来学校的缘故，没有把IE7装好。不过前人都有不少经验了，要装也是很容易的吧。</p>
<p>走之前还试了一下我们pidgin。发现其支持的协议真多，其中包括了我常用的MSN和Google Talk，不过也包含了令人厌恶的QQ。另外有个人推荐我用psi，我就试装了一下。不过实在是觉得没什么意义，还占用38MB的空间，装完就直接卸掉了。顺便说，开始的时候我只卸载psi，然后apt提示我，只会少掉6MB。再看看上面的提示，apt告诉我可以用autoremove来连带卸载没用的东西：</p>

<div class="wp_codebox"><table><tr id="p8842"><td class="line_numbers"><pre>1
2
</pre></td><td class="code" id="p88code42"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> psi
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> autoremove psi</pre></td></tr></table></div>

<p>还真是强大！想想Windows哪有这么好……</p>
<p>我觉得我很快就能够转入Ubuntu了。现在的它对于我来说已经相当方便了哈~</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.upsuper.org/ubuntu-trip-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu之旅（一）</title>
		<link>http://blog.upsuper.org/ubuntu-trip-1/</link>
		<comments>http://blog.upsuper.org/ubuntu-trip-1/#comments</comments>
		<pubDate>Sat, 10 May 2008 15:44:10 +0000</pubDate>
		<dc:creator>upsuper</dc:creator>
				<category><![CDATA[探究学习]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[快捷键]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://blog.upsuper.org/?p=87</guid>
		<description><![CDATA[今天小小地探索了一下伟大的Ubuntu，使用的是刚出的Ubuntu8.04LTS。这里就来说一说吧~ 本来想给我的电脑直接装上Ubuntu8.04LTS的，盘刻好了，还用分区魔术师划了些地方出来装。结果还是失败了，好像是提示什么I/O APIC的问题，Ubuntu的Linux内核根本启动不起来……所以最后只好回到Windows下用VMware了。 原来我的VMware里面就有一个Ubuntu的虚拟机，今天便把原来的内容全部消掉，重新安装了一个新的Ubuntu。安装还算顺利，就是安完还是半中文半英文，看得蛮不爽的说。 我的VMware设置为桥接到宿主所在网络，所以和在真实的网络环境一样。因为知道Ubuntu最依靠的就是网络，所以就先把网络设置好了。我家使用的是一个小型的支持DHCP的家用路由器，因此我在“系统-&#62;系统管理-&#62;网络”里面点击解锁后点击列表中的第一个，并设置其为DHCP。随后登入路由器，发现为我的Ubuntu虚拟系统分配了一个新的IP地址。Ubuntu的网络是连上了，可是我宿主机Windows的网络却不能用了，可虚拟机里面却好好的……郁闷……算了，先用虚拟机吧~ 下面来处理语言的问题。经过调查，我先更新了apt的sources.list。首先点击“应用程序-&#62;附件-&#62;终端”，应用程序可能是中文，不过反正就是第一个菜单。然后输入： 1 2 sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup sudo gedit /etc/apt/sources.list 前面的sudo大约表示能够用最大权限，似乎etc目录都要用最大权限才能修改的样子，至于gedit是使用Gnome的Ubuntu下才有的命令。接下来我跟大家说说我更新以后的sources.list吧： 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 deb http://archive.ubuntu.org.cn/ubuntu-cn/ hardy [...]]]></description>
			<content:encoded><![CDATA[<p>今天小小地探索了一下伟大的Ubuntu，使用的是刚出的Ubuntu8.04LTS。这里就来说一说吧~</p>
<p><span id="more-87"></span></p>
<p>本来想给我的电脑直接装上Ubuntu8.04LTS的，盘刻好了，还用分区魔术师划了些地方出来装。结果还是失败了，好像是提示什么I/O APIC的问题，Ubuntu的Linux内核根本启动不起来……所以最后只好回到Windows下用VMware了。</p>
<p>原来我的VMware里面就有一个Ubuntu的虚拟机，今天便把原来的内容全部消掉，重新安装了一个新的Ubuntu。安装还算顺利，就是安完还是半中文半英文，看得蛮不爽的说。</p>
<p>我的VMware设置为桥接到宿主所在网络，所以和在真实的网络环境一样。因为知道Ubuntu最依靠的就是网络，所以就先把网络设置好了。我家使用的是一个小型的支持DHCP的家用路由器，因此我在“系统-&gt;系统管理-&gt;网络”里面点击解锁后点击列表中的第一个，并设置其为DHCP。随后登入路由器，发现为我的Ubuntu虚拟系统分配了一个新的IP地址。Ubuntu的网络是连上了，可是我宿主机Windows的网络却不能用了，可虚拟机里面却好好的……郁闷……算了，先用虚拟机吧~</p>
<p>下面来处理语言的问题。经过调查，我先更新了apt的sources.list。首先点击“应用程序-&gt;附件-&gt;终端”，应用程序可能是中文，不过反正就是第一个菜单。然后输入：</p>

<div class="wp_codebox"><table><tr id="p8750"><td class="line_numbers"><pre>1
2
</pre></td><td class="code" id="p87code50"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list_backup
<span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list</pre></td></tr></table></div>

<p>前面的sudo大约表示能够用最大权限，似乎etc目录都要用最大权限才能修改的样子，至于gedit是使用Gnome的Ubuntu下才有的命令。接下来我跟大家说说我更新以后的sources.list吧：</p>

<div class="wp_codebox"><table><tr id="p8751"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
</pre></td><td class="code" id="p87code51"><pre class="text" style="font-family:monospace;">deb http://archive.ubuntu.org.cn/ubuntu-cn/ hardy main restricted universe multiverse
&nbsp;
# 这一套极快，每秒可以上MB级
deb http://ubuntu.cn99.com/ubuntu/ hardy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-backports main restricted universe multiverse
&nbsp;
deb http://mirror.rootguide.org/ubuntu/ hardy main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ hardy main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ hardy-updates main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ hardy-backports main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ hardy-security main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ hardy-proposed main multiverse restricted universe
deb-src http://mirror.rootguide.org/ubuntu/ hardy-proposed main restricted universe multiverse
&nbsp;
# 这是官方的源
deb http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-proposed main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-proposed main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse</pre></td></tr></table></div>

<p>接着就在终端中运行</p>

<div class="wp_codebox"><table><tr id="p8752"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p87code52"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update</pre></td></tr></table></div>

<p>一阵等待过后（等待的时候玩Ubuntu里面的数独，发觉还是有些难度的），然后打开“系统-&gt;系统设置-&gt;语言设置”里面，找到中文打上钩，确定以后就自动完成了中文语言包的下载，重新启动后就看到了全中文的界面！然后使用Firefox上网，可以用Ctrl+Space调出中文的输入法。个人觉得里面默认的拼音输入法不亚于搜狗哈~</p>
<p>接着就觉得看过去太小了，想把分辨率调高一些。在“系统-&gt;首选项”里面看到了屏幕分辨率，打开一看，竟然有我显示器推荐使用的1440&#215;900，当即就选了。然后用Ctrl+Alt+Enter让VMware进入全屏模式，就像真的用Ubuntu一样！</p>
<p>因为这次打开Ubuntu的主要目的是学习LAMP，于是就装起了相关的东西。一开始的时候不知道新立得就有LAMP-Server，还傻傻的装了好多东西：</p>

<div class="wp_codebox"><table><tr id="p8753"><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code" id="p87code53"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> apache2 mysql-server
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> php5-common php5-gd php5-mysql libapache2-mod-php5
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> phpmyadmin</pre></td></tr></table></div>

<p>其实并没有上面这条命令这么顺利的，我是绕了不少弯路。开始的时候apache2装上去然后装php5，然后我很快找到了位于/var/www/的网站目录。接着就在里面放上了一个“Hello World!”的php：</p>

<div class="wp_codebox"><table><tr id="p8754"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p87code54"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Hello World!&quot;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>但是不能解析……结果后来知道，要重启一下apache2：</p>

<div class="wp_codebox"><table><tr id="p8755"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p87code55"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 restart</pre></td></tr></table></div>

<p>后来装完mysql后去下载了一个phpmyadmin解压到/var/www/目录里，结果不能访问，说是php没有加载mysql模块，我就囧了。后来把这个文件夹删了，然后用apt的phpmyadmin，在/etc/apache2/sites-available/文件夹里的default文件的虚拟服务器中添加了：</p>

<div class="wp_codebox"><table><tr id="p8756"><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code" id="p87code56"><pre class="apache" style="font-family:monospace;">    <span style="color: #00007f;">Alias</span> /phpmyadmin/ <span style="color: #7f007f;">&quot;/usr/share/phpmyadmin/&quot;</span>
&nbsp;
        <span style="color: #00007f;">Options</span> <span style="color: #0000ff;">none</span>
        <span style="color: #00007f;">AllowOverride</span> Limit
        <span style="color: #00007f;">Order</span> <span style="color: #00007f;">Deny</span>,<span style="color: #00007f;">Allow</span>
        <span style="color: #00007f;">Deny</span> from <span style="color: #0000ff;">all</span>
        <span style="color: #00007f;">Allow</span> from <span style="color: #0000ff;">all</span></pre></td></tr></table></div>

<p>终于是可以用了。</p>
<p>刚刚升级了一下VMware到6.0，貌似宿主机和虚拟机可以一起上网了。另外终于是把VMware Tools给装上去了。也不知道是怎么装的，莫名其妙就装好了，所以就不写了。</p>
<p>我能这么还算顺利的做完这些事情，很大程度要感谢前辈们的指导。今天配置的过程中参考了许多来自不同地方的资料，其中帮助最广泛和最大的要数<a href="http://wiki.ubuntu.org.cn/index.php?title=Qref/Hardy&amp;variant=zh-cn" target="_blank">快速配置教程</a>了，其中的精细的指导实在是好，让我这样愚笨的人都在短时间内完成了一些东西。</p>
<p>最后赞叹一下这些伟大的自由软件的精妙和强大，实在是一个值得深究的东西啊！</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.upsuper.org/ubuntu-trip-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 3.1</title>
		<link>http://blog.upsuper.org/windows-31/</link>
		<comments>http://blog.upsuper.org/windows-31/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 04:36:00 +0000</pubDate>
		<dc:creator>upsuper</dc:creator>
				<category><![CDATA[嘻嘻哈哈]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[历史]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://blog.upsuper.org/?p=42</guid>
		<description><![CDATA[今天在我的VMware里装了一个Windows 3.1，然后又装了pWindows 3.2。 图片贴出来，顺便供大家怀念一下~ 突然觉得现在的Windows还是蛮不错的了~呵呵]]></description>
			<content:encoded><![CDATA[<p>今天在我的VMware里装了一个Windows 3.1，然后又装了pWindows 3.2。</p>
<p>图片贴出来，顺便供大家怀念一下~</p>
<p><span id="more-42"></span></p>

<a href='http://blog.upsuper.org/windows-31/attachment/1/' title='Windows_3.1_1'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/1.jpg" class="attachment-thumbnail" alt="这是安装，下面好几张安装~" title="Windows_3.1_1" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/2/' title='Windows_3.1_2'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/2.jpg" class="attachment-thumbnail" alt="根据习惯选择自定义" title="Windows_3.1_2" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/3/' title='Windows_3.1_3'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/3.jpg" class="attachment-thumbnail" alt="Windows_3.1_3" title="Windows_3.1_3" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/4/' title='Windows_3.1_4'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/4.jpg" class="attachment-thumbnail" alt="Windows_3.1_4" title="Windows_3.1_4" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/5/' title='Windows_3.1_5'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/5.jpg" class="attachment-thumbnail" alt="Windows_3.1_5" title="Windows_3.1_5" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/6/' title='Windows_3.1_6'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/6.jpg" class="attachment-thumbnail" alt="Windows_3.1_6" title="Windows_3.1_6" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/7/' title='Windows_3.1_7'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/7.jpg" class="attachment-thumbnail" alt="Windows_3.1_7" title="Windows_3.1_7" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/8/' title='Windows_3.1_8'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/8.jpg" class="attachment-thumbnail" alt="看起来和普通软件安装差不多" title="Windows_3.1_8" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/9/' title='Windows_3.1_9'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/9.jpg" class="attachment-thumbnail" alt="Windows_3.1_9" title="Windows_3.1_9" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/10/' title='Windows_3.1_10'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/10.jpg" class="attachment-thumbnail" alt="最后的安装，好不容易截到的" title="Windows_3.1_10" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/11/' title='Windows_3.1_11'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/11.jpg" class="attachment-thumbnail" alt="不懂他要我干什么" title="Windows_3.1_11" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/12/' title='Windows_3.1_12'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/12.jpg" class="attachment-thumbnail" alt="要我看教程？随便。。。" title="Windows_3.1_12" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/13/' title='Windows_3.1_13'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/13.jpg" class="attachment-thumbnail" alt="这教程其他还好。。就是比较无聊。。。" title="Windows_3.1_13" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/14/' title='Windows_3.1_14'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/14.jpg" class="attachment-thumbnail" alt="和其他Windows一样安装完要重启。。。不过这次不强制了！" title="Windows_3.1_14" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/15/' title='Windows_3.1_15'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/15.jpg" class="attachment-thumbnail" alt="终于见到了Windows3.1的界面了！不容易啊" title="Windows_3.1_15" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/16/' title='Windows_3.1_16'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/16.jpg" class="attachment-thumbnail" alt="先看看游戏" title="Windows_3.1_16" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/17/' title='Windows_3.1_17'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/17.jpg" class="attachment-thumbnail" alt="扫雷" title="Windows_3.1_17" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/18/' title='Windows_3.1_18'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/18.jpg" class="attachment-thumbnail" alt="那个鼠标是在太点点点了。。。而且绘制速度极慢。。。不然想赢个高级的。。。" title="Windows_3.1_18" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/19/' title='Windows_3.1_19'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/19.jpg" class="attachment-thumbnail" alt="Windows_3.1_19" title="Windows_3.1_19" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/20/' title='Windows_3.1_20'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/20.jpg" class="attachment-thumbnail" alt="Windows3.1没有任务栏，所有的任务都放在桌面上。。。注意左下角，那是刚才运行的扫雷，还没关闭" title="Windows_3.1_20" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/21/' title='Windows_3.1_21'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/21.jpg" class="attachment-thumbnail" alt="来看看纸牌吧。。。因为速度太慢玩不下去了。。。" title="Windows_3.1_21" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/22/' title='Windows_3.1_22'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/22.jpg" class="attachment-thumbnail" alt="最大化的样子" title="Windows_3.1_22" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/23/' title='Windows_3.1_23'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/23.jpg" class="attachment-thumbnail" alt="再看看控制面板" title="Windows_3.1_23" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/24/' title='Windows_3.1_24'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/24.jpg" class="attachment-thumbnail" alt="资源管理器" title="Windows_3.1_24" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/25/' title='Windows_3.1_25'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/25.jpg" class="attachment-thumbnail" alt="Windows3.1下的MS-DOS" title="Windows_3.1_25" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/26/' title='Windows_3.1_26'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/26.jpg" class="attachment-thumbnail" alt="附件" title="Windows_3.1_26" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/27/' title='Windows_3.1_27'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/27.jpg" class="attachment-thumbnail" alt="当年的记事本" title="Windows_3.1_27" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/28/' title='Windows_3.1_28'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/28.jpg" class="attachment-thumbnail" alt="原来这个讨厌的对话框那个年代就有了。。。" title="Windows_3.1_28" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/29/' title='Windows_3.1_29'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/29.jpg" class="attachment-thumbnail" alt="还有计算器" title="Windows_3.1_29" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/30/' title='Windows_3.1_30'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/30.jpg" class="attachment-thumbnail" alt="还是喜欢科学型。。。不过样子有点。。。" title="Windows_3.1_30" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/31/' title='Windows_3.1_31'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/31.jpg" class="attachment-thumbnail" alt="本来还想看看那个年代的Media Player。。。可惜运行不起来" title="Windows_3.1_31" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/32/' title='Windows_3.1_32'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/32.jpg" class="attachment-thumbnail" alt="画图" title="Windows_3.1_32" /></a>
<a href='http://blog.upsuper.org/windows-31/attachment/33/' title='Windows_3.1_33'><img src="http://blog.upsuper.org/wp-content/uploads/2008/05/33.jpg" class="attachment-thumbnail" alt="写字板" title="Windows_3.1_33" /></a>

<p>突然觉得现在的Windows还是蛮不错的了~呵呵</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.upsuper.org/windows-31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

