不但重启了服务,整个机器还重启了N回<br><br>$sudo ifconfig -a<br>[sudo] password for feng32: <br>eth0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:以太网&nbsp; 硬件地址 00:16:e6:57:dd:98&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet 地址:192.168.0.204&nbsp; 广播:192.168.0.255&nbsp; 掩码:255.255.255.0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet6 地址: fe80::216:e6ff:fe57:dd98/64 Scope:Link<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UP BROADCAST RUNNING MULTICAST&nbsp; MTU:1500&nbsp; 跃点数:1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 接收数据包:1346 错误:0 丢弃:0 过载:0 帧数:0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 发送数据包:620 错误:0 丢弃:0 过载:0 载波:0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 碰撞:0 发送队列长度:1000 <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 接收字节:148134 (148.1 KB)&nbsp; 发送字节:85680 (85.6 KB)<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 中断:21 <br><br>lo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:本地环回&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet 地址:127.0.0.1&nbsp; 掩码:255.0.0.0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet6 地址: ::1/128 Scope:Host<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UP LOOPBACK RUNNING&nbsp; MTU:16436&nbsp; 跃点数:1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 接收数据包:552 错误:0 丢弃:0 过载:0 帧数:0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 发送数据包:552 错误:0 丢弃:0 过载:0 载波:0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 碰撞:0 发送队列长度:0 <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 接收字节:43892 (43.8 KB)&nbsp; 发送字节:43892 (43.8 KB)<br><br><div class="gmail_quote">2010/9/27 Ray Wang <span dir="ltr">&lt;<a href="mailto:wanglei1123@gmail.com">wanglei1123@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">可以有多个IP。<br>
<br>
问一下,你应该重启networking 服务了吧?<br>
ifconfig -a 显示什么?<br>
<br>
2010/9/27 Upsuper &lt;<a href="mailto:quanxunzhen@gmail.com">quanxunzhen@gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt; 本来一个网卡同时就只能有一个IP吧......难道我out了?<br>
&gt;<br>
&gt; 2010/9/27 jack.feng.冯国瑞 &lt;<a href="http://feng32.gr" target="_blank">feng32.gr</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>&gt;<br>
&gt;<br>
&gt;&gt; 先把/etc/NetworkManager/nm-system-settings.conf的managed改为true<br>
&gt;&gt;<br>
&gt;&gt; 之后写/etc/network/interfaces<br>
&gt;&gt;<br>
&gt;&gt; auto lo<br>
&gt;&gt; iface lo inet loopback<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; auto eth0<br>
&gt;&gt; iface eth0 inet static<br>
&gt;&gt; address 192.168.0.200<br>
&gt;&gt; netmask 255.255.255.0<br>
&gt;&gt; #network 192.168.0.0<br>
&gt;&gt; #broadcast 192.168.0.255<br>
&gt;&gt; gateway 192.168.0.254<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; auto eth0:0<br>
&gt;&gt; iface eth0:0 inet static<br>
&gt;&gt; address 192.168.0.201<br>
&gt;&gt; netmask 255.255.255.0<br>
&gt;&gt; #network 192.168.0.0<br>
&gt;&gt; #broadcast 192.168.0.255<br>
&gt;&gt; #gateway 192.168.0.254<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; auto eth0:1<br>
&gt;&gt; iface eth0:1 inet static<br>
&gt;&gt; address 192.168.0.202<br>
&gt;&gt; netmask 255.255.255.0<br>
&gt;&gt; #network 192.168.0.0<br>
&gt;&gt; #broadcast 192.168.0.255<br>
&gt;&gt; #gateway 192.168.0.254<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; auto eth0:3<br>
&gt;&gt; iface eth0:3 inet static<br>
&gt;&gt; address 192.168.0.203<br>
&gt;&gt; netmask 255.255.255.0<br>
&gt;&gt; #network 192.168.0.0<br>
&gt;&gt; #broadcast 192.168.0.255<br>
&gt;&gt; #gateway 192.168.0.254<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; auto eth0:4<br>
&gt;&gt; iface eth0:4 inet static<br>
&gt;&gt; address 192.168.0.204<br>
&gt;&gt; netmask 255.255.255.0<br>
&gt;&gt; #network 192.168.0.0<br>
&gt;&gt; #broadcast 192.168.0.255<br>
&gt;&gt; #gateway 192.168.0.254<br>
&gt;&gt;<br>
&gt;&gt; 怎么改都是只有最后一个IP有效<br>
&gt;&gt; $ ifconfig<br>
&gt;&gt; eth0 &nbsp; &nbsp; &nbsp;Link encap:以太网 &nbsp;硬件地址 00:16:e6:57:dd:98<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;inet 地址:192.168.0.204 &nbsp;广播:192.168.0.255 &nbsp;掩码:255.255.255.0<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;inet6 地址: fe80::216:e6ff:fe57:dd98/64 Scope:Link<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;UP BROADCAST RUNNING MULTICAST &nbsp;MTU:1500 &nbsp;跃点数:1<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;接收数据包:724 错误:0 丢弃:0 过载:0 帧数:0<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;发送数据包:484 错误:0 丢弃:0 过载:0 载波:0<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;碰撞:0 发送队列长度:1000<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;接收字节:83738 (83.7 KB) &nbsp;发送字节:64684 (64.6 KB)<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;中断:21<br>
&gt;&gt;<br>
&gt;&gt; lo &nbsp; &nbsp; &nbsp; &nbsp;Link encap:本地环回<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;inet 地址:127.0.0.1 &nbsp;掩码:255.0.0.0<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;inet6 地址: ::1/128 Scope:Host<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;UP LOOPBACK RUNNING &nbsp;MTU:16436 &nbsp;跃点数:1<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;接收数据包:552 错误:0 丢弃:0 过载:0 帧数:0<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;发送数据包:552 错误:0 丢弃:0 过载:0 载波:0<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;碰撞:0 发送队列长度:0<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;接收字节:43892 (43.8 KB) &nbsp;发送字节:43892 (43.8 KB)<br>
&gt;&gt;<br>
&gt;&gt; 大家帮忙看看哪里有问题,谢谢<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; 2010/9/26 Upsuper &lt;<a href="mailto:quanxunzhen@gmail.com">quanxunzhen@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; 但是google group没法和现在的论坛结合啊......<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2010/9/26 jiahui zhang &lt;<a href="mailto:zjh459@gmail.com">zjh459@gmail.com</a>&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; google group 就是这样的<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; 在 2010年9月25日 下午11:07,连高欣 &lt;<a href="mailto:lgxwqq@gmail.com">lgxwqq@gmail.com</a>&gt;写道:<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; 同意<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; 在 2010年9月25日 下午10:59,Upsuper &lt;<a href="mailto:quanxunzhen@gmail.com">quanxunzhen@gmail.com</a>&gt;写道:<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; 话说我有个建议,能不能设置一个机制将论坛上的某个帖子和邮件列表上的某个主题关联起来,然后论坛有回复自动进入邮件列表,邮件列表有回复自动进入论坛?<br>
&gt;&gt; &gt; &gt; &gt; &gt; 这样可以很好的整合各个交流平台,更方便~<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; 2010/9/25 Ray Wang &lt;<a href="mailto:wanglei1123@gmail.com">wanglei1123@gmail.com</a>&gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; 看来好多人都想安排在周日,Eleanor 看看能不能协调一下到周日?<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; 2010/9/25 tong hui &lt;<a href="mailto:tonghuix@gmail.com">tonghuix@gmail.com</a>&gt;:<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; 上次release party不是在俄罗斯餐厅举行的么,这次还在那吧,感觉不错<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; 有吃有喝<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; --------------------------------------------------------------<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; | &nbsp; &nbsp;佟辉 Tong Hui &nbsp; &nbsp; Linus Tong &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;自由开放的大胖子情圣 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://tonghuix.cublog.cn" target="_blank">http://tonghuix.cublog.cn</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; |__________________________________ |<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; 在 2010年9月25日 下午10:23,柳东原 &lt;<a href="mailto:liu.dongyuan@gmail.com">liu.dongyuan@gmail.com</a>&gt;写道:<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; 不得不吼一声...强烈希望改成周日...<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; 因为我们周六要上课= = 于是四个人都去不了~虽然这不太可能改吧,但还是说一声,因为还是很想去的。<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; 谢谢。<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; 在 2010年9月22日 下午11:54,Eleanor Chen &lt;<a href="mailto:chenyueg@gmail.com">chenyueg@gmail.com</a>&gt;写道:<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; 大家好!<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; 由于时差的问题,Ubuntu 10.10 Release Party 初步定于10月16日举行。<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; 大家讨论一下本次聚会中的一些问题吧:<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; 最重要的:场地选在哪里? 要求是有电,有wifi,有投影仪。<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; 还有:<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; 1. 搞些什么活动?<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; 2. 需要什么奖品?<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; 希望大家能够积极参与讨论。<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; 谢谢!<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; Regards,<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; Eleanor Chen<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; -------------- 涓嬩竴閮ㄥ垎 --------------<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; 一个HTML附件被移除...<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; URL:<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; <a href="https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100922/990c9978/attachment.htm" target="_blank">https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100922/990c9978/attachment.htm</a><br>


&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; --<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; ubuntu-zh mailing list<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; <a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; -------------- 下一部分 --------------<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; 一个HTML附件被移除...<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; URL:<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; <a href="https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100925/6f9d4e5f/attachment.htm" target="_blank">https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100925/6f9d4e5f/attachment.htm</a><br>


&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; --<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; ubuntu-zh mailing list<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; <a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; -------------- 下一部分 --------------<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; 一个HTML附件被移除...<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; URL:<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; <a href="https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100925/34ca7d0e/attachment.htm" target="_blank">https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100925/34ca7d0e/attachment.htm</a><br>


&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; --<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; ubuntu-zh mailing list<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; --<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; Ray Wang<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; &nbsp;- Follow your dreams<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; --<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; ubuntu-zh mailing list<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; <a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; &gt; -------------- 下一部分 --------------<br>
&gt;&gt; &gt; &gt; &gt; &gt; 一个HTML附件被移除...<br>
&gt;&gt; &gt; &gt; &gt; &gt; URL:<br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; <a href="https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100925/36ec5adf/attachment.htm" target="_blank">https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100925/36ec5adf/attachment.htm</a><br>


&gt;&gt; &gt; &gt; &gt; &gt; --<br>
&gt;&gt; &gt; &gt; &gt; &gt; ubuntu-zh mailing list<br>
&gt;&gt; &gt; &gt; &gt; &gt; <a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
&gt;&gt; &gt; &gt; &gt; &gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
&gt;&gt; &gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; -------------- 涓嬩竴閮ㄥ垎 --------------<br>
&gt;&gt; &gt; &gt; &gt; 一个HTML附件被移除...<br>
&gt;&gt; &gt; &gt; &gt; URL:<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; <a href="https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100925/bba79567/attachment.htm" target="_blank">https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100925/bba79567/attachment.htm</a><br>


&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; --<br>
&gt;&gt; &gt; &gt; &gt; ubuntu-zh mailing list<br>
&gt;&gt; &gt; &gt; &gt; <a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
&gt;&gt; &gt; &gt; &gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; -------------- 涓嬩竴閮ㄥ垎 --------------<br>
&gt;&gt; &gt; &gt; 一个HTML附件被移除...<br>
&gt;&gt; &gt; &gt; URL:<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; <a href="https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100926/b8d3b2e5/attachment.htm" target="_blank">https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100926/b8d3b2e5/attachment.htm</a><br>


&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; --<br>
&gt;&gt; &gt; &gt; ubuntu-zh mailing list<br>
&gt;&gt; &gt; &gt; <a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
&gt;&gt; &gt; &gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt; -------------- 下一部分 --------------<br>
&gt;&gt; &gt; 一个HTML附件被移除...<br>
&gt;&gt; &gt; URL:<br>
&gt;&gt; &gt;<br>
&gt;&gt; <a href="https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100926/8c7e609e/attachment.htm" target="_blank">https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100926/8c7e609e/attachment.htm</a><br>


&gt;&gt; &gt; --<br>
&gt;&gt; &gt; ubuntu-zh mailing list<br>
&gt;&gt; &gt; <a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
&gt;&gt; &gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; -------------- 涓嬩竴閮ㄥ垎 --------------<br>
&gt;&gt; 一个HTML附件被移除...<br>
&gt;&gt; URL:<br>
&gt;&gt; <a href="https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100927/04367fd0/attachment.htm" target="_blank">https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100927/04367fd0/attachment.htm</a><br>


&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; ubuntu-zh mailing list<br>
&gt;&gt; <a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
&gt;&gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; -------------- 下一部分 --------------<br>
&gt; 一个HTML附件被移除...<br>
&gt; URL: <a href="https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100927/b16fc363/attachment.htm" target="_blank">https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100927/b16fc363/attachment.htm</a><br>


&gt; --<br>
&gt; ubuntu-zh mailing list<br>
&gt; <a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
&gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Ray Wang<br>
 &nbsp;- Follow your dreams<br>
<br>
</div></div><br>--<br>
ubuntu-zh mailing list<br>
<a href="mailto:ubuntu-zh@lists.ubuntu.com">ubuntu-zh@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh</a><br>
<br></blockquote></div><br>