<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Ubuntu 正體中文站 :: 討論區</title>
    <link>http://www.ubuntu-tw.org/</link>
    <description>加入！分享！ :: XOOPS 中文討論區</description>
    <lastBuildDate>Thu, 02 Sep 2010 21:26:43 +1600</lastBuildDate>
    <docs>http://backend.userland.com/rss/</docs>
    <generator>CBB 3.05</generator>
    <category>論壇</category>
    <managingEditor>bluet@ubuntu-tw.org</managingEditor>
    <webMaster>bluet@ubuntu-tw.org</webMaster>
    <language>zh-tw</language>
        <image>
      <title>Ubuntu 正體中文站 :: 討論區</title>
      <url>http://www.ubuntu-tw.org/modules/newbb/images/xoopsbb_slogo.png</url>
      <link>http://www.ubuntu-tw.org/</link>
      <width>92</width>
      <height>52</height>
    </image>
            <item>
      <title>回覆: 9/2 Ubuntu-tw 高雄小聚 #7 [作者 夢見草]</title>
      <link>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=30786&amp;forum=30</link>
      <description>Ubuntu 與自由軟體相關活動版::&lt;font color=&quot;#FF0000&quot;&gt;[公告]&lt;/font&gt; 9/2 Ubuntu-tw 高雄小聚 #7&lt;br /&gt;
可惜,人在台北,無法參加!&lt;br /&gt;&lt;br /&gt;殘念！</description>
      <pubDate>Thu, 02 Sep 2010 01:37:28 +1600</pubDate>
      <guid>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=30786&amp;forum=30</guid>
    </item>
        <item>
      <title>回覆: Oracle明年推出新版Solaris 11作業系統 [作者 訪客]</title>
      <link>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=30130&amp;forum=30</link>
      <description>Ubuntu 與自由軟體相關活動版::&lt;strong&gt;[推薦]&lt;/strong&gt; Oracle明年推出新版Solaris 11作業系統&lt;br /&gt;
很高興看到不少OpenSolaris-TW社團的老朋友“移民“到Ubuntu-TW來！ ：-）&lt;br /&gt;&lt;br /&gt;關於 IllumOS，這並不是一個distro，它的性質其實跟Linux 的 kernel.org 很像，只是將ON（OS/Network) 的update 包裝起來。如果以後要將OpenSolaris的kernel 當作業系統來用的話，則必須考慮等Solaris 11 Express 出來或目前使用NexentaOS.  (當然還有其它的OpenSolaris distributions, 但我們目前先考慮最有規模的，即Nexenta。）&lt;br /&gt;&lt;br /&gt;國內可能有不少人知道Nexenta，這是一個OpenSolaris 與 Ubuntu LTS 的混合體 （即用OpenSolaris的kernel 但Ubuntu LTS 的user space). 因為上一次Ubuntu LTS的版本是8.04，對大部分Ubuntu的用者，Nexenta的packages實在太舊了。 現在Ubuntu LTS 10.04出來了，Nexenta應該可以跟上時代了。&lt;br /&gt;&lt;br /&gt;目前Nexenta的市場主要是在storage server，沒有GUI。 如果要當桌面使用的話，則必須用apt-get到Nexenta的repository，先裝xwindow再裝GNOME及其它需要的軟體。&lt;br /&gt;&lt;br /&gt;但OpenSolaris （廣泛OpenSolaris的定義包括Nexenta）有它的長處，如果要作為一般桌面作業系統的話，則最好還是用Ubuntu。（對三，四十歲以上的人，其實Ubuntu比Windows7或Mac都較好用，這一點以後有機會我們再談一下。）</description>
      <pubDate>Tue, 24 Aug 2010 19:03:10 +1600</pubDate>
      <guid>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=30130&amp;forum=30</guid>
    </item>
        <item>
      <title>回覆: Ubuntu放弃支持ia64和sparc架构 [作者 rossiliu]</title>
      <link>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=30498&amp;forum=30</link>
      <description>Ubuntu 與自由軟體相關活動版:: Ubuntu放弃支持ia64和sparc架构&lt;br /&gt;
現在的問題是「無人維護」因此必須要停止支援，與伺服器、桌上型等等應該都沒有什麼關係。</description>
      <pubDate>Tue, 24 Aug 2010 12:40:30 +1600</pubDate>
      <guid>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=30498&amp;forum=30</guid>
    </item>
        <item>
      <title>回覆: IEs4Linux的問題 [作者 poloshiao]</title>
      <link>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=27988&amp;forum=30</link>
      <description>Ubuntu 與自由軟體相關活動版:: IEs4Linux的問題&lt;br /&gt;
看這個方法有沒有效&lt;br /&gt;&lt;br /&gt;I got it working.&lt;br /&gt;&lt;br /&gt;Heres how:&lt;br /&gt;1. Go to the directory with the ies4linux script&lt;br /&gt;2. Go to the lib directory&lt;br /&gt;3. Find the file &quot;functions.sh&quot; and open it with a text editor&lt;br /&gt;4. Go to about line 36 in the &quot;functions.sh&quot; file&lt;br /&gt;5. Find the line:&lt;br /&gt;wine --version 2&gt;&amp;1 | grep -q &quot;0.9.&quot; || warning $MSG_WARNING_OLDWINE&lt;br /&gt;6. Change it to:&lt;br /&gt;wine --version 2&gt;&amp;1 | egrep -q &quot;0.9.|-1.&quot; || warning $MSG_WARNING_OLDWINE&lt;br /&gt;7. Save the changes to the &quot;function.sh&quot; file&lt;br /&gt;8. Go back to the directory with ies4linux&lt;br /&gt;9. Run as normal.&lt;br /&gt;&lt;br /&gt;I have already installed ie6 and it seems to run just fine (just got done with it). I&#039;m off to try and install ie7 now.&lt;br /&gt;&lt;br /&gt;資料來源&lt;br /&gt;&lt;a href=&quot;http://ubuntuforums.org/showpost.php?p=6619216&amp;postcount=15&quot; target=&quot;_blank&quot;&gt;http://ubuntuforums.org/showpost.php?p=6619216&amp;postcount=15&lt;/a&gt;</description>
      <pubDate>Thu, 19 Aug 2010 03:53:45 +1600</pubDate>
      <guid>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=27988&amp;forum=30</guid>
    </item>
        <item>
      <title>回覆: Ubuntu-TW @ COSCUP 2010 BoF 的投影片 [作者 章·安德魯]</title>
      <link>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=29882&amp;forum=30</link>
      <description>Ubuntu 與自由軟體相關活動版:: Ubuntu-TW @ COSCUP 2010 BoF 的投影片&lt;br /&gt;
干溫啦~~~</description>
      <pubDate>Mon, 16 Aug 2010 15:10:18 +1600</pubDate>
      <guid>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=29882&amp;forum=30</guid>
    </item>
        <item>
      <title>回覆: UPTPTW 第三次聚會 [作者 夢見草]</title>
      <link>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=28254&amp;forum=30</link>
      <description>Ubuntu 與自由軟體相關活動版::&lt;font color=&quot;#FF0000&quot;&gt;[報告]&lt;/font&gt; UPTPTW 第三次聚會&lt;br /&gt;
三秒練功房&lt;br /&gt;&lt;a href=&quot;http://www.threesecond.info/v2/modules/mydownloads/&quot; target=&quot;_blank&quot;&gt;http://www.threesecond.info/v2/modules/mydownloads/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;(偽) Windows XP Pre-SP4 自動建立程式&lt;br /&gt;(偽) Windows XP Pre-SP3 自動建立程式</description>
      <pubDate>Thu, 22 Jul 2010 09:16:22 +1600</pubDate>
      <guid>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=28254&amp;forum=30</guid>
    </item>
        <item>
      <title>回覆: 談談對ubuntu的看法 [作者 breadbob]</title>
      <link>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=28428&amp;forum=30</link>
      <description>Ubuntu 與自由軟體相關活動版:: 談談對ubuntu的看法&lt;br /&gt;
第一最大問題，就是不能玩大部分熱門遊戲&lt;br /&gt;真的身邊朋友第一個提出問題&lt;br /&gt;再來就是怕，聽到linux就已經感到恐懼，跟不想去解決問題&lt;br /&gt;對於剛入門的人，只要遇到一些小問題就足以打擊信心&lt;br /&gt;&lt;br /&gt;像是剛入門的人，win上慣用的軟體，linux上沒有&lt;br /&gt;或是最早以前想聽音樂 看影片，以前版本需要自己去安裝額外解碼包，對於剛開始接觸的人，也會造成放棄的原因。&lt;br /&gt;而現在點兩下就能幫你自動收尋了，真的感覺方便很多。&lt;br /&gt;&lt;br /&gt;剛入門時真的是什麼都不知道，什麼都可以說要重頭來&lt;br /&gt;後來我也是接觸2年多後，習慣後。後來真的開始覺得ubuntu真的是不錯好用的系統</description>
      <pubDate>Tue, 20 Jul 2010 13:38:44 +1600</pubDate>
      <guid>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=28428&amp;forum=30</guid>
    </item>
        <item>
      <title>回覆: COSCUP / GNOME.Asia 2010 開始報名！ [作者 鷗]</title>
      <link>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=27942&amp;forum=30</link>
      <description>Ubuntu 與自由軟體相關活動版:: COSCUP / GNOME.Asia 2010 開始報名！&lt;br /&gt;
我今年當兵，休假時間跟報名時間碰不到。&lt;br /&gt;還好有朋友幫我報名，不然注定要看會後的錄影了..........</description>
      <pubDate>Tue, 06 Jul 2010 12:38:21 +1600</pubDate>
      <guid>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=27942&amp;forum=30</guid>
    </item>
        <item>
      <title>回覆: Ubuntu 10.04 Release | Party Taipei 2010/06/18 19:00 [作者 Isaka Shinkuro]</title>
      <link>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=26704&amp;forum=30</link>
      <description>Ubuntu 與自由軟體相關活動版:: Ubuntu 10.04 Release | Party Taipei 2010/06/18 19:00&lt;br /&gt;
原來那位就是兄臺啊&lt;br /&gt;氣氛帶的不錯～&lt;br /&gt;&lt;br /&gt;話說..&lt;br /&gt;現在問有點怪&lt;br /&gt;有人有放出活動紀錄嗎？&lt;br /&gt;我找了一下，沒看到呢..</description>
      <pubDate>Wed, 23 Jun 2010 11:57:13 +1600</pubDate>
      <guid>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=26704&amp;forum=30</guid>
    </item>
        <item>
      <title>回覆: 2010 Ubuntu@Taiwan 五周歲 + 10.04 LTS 社群義賣/紀念衣 - 計畫/討論串/感觸 [作者 rossiliu]</title>
      <link>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=24576&amp;forum=30</link>
      <description>Ubuntu 與自由軟體相關活動版:: 2010 Ubuntu@Taiwan 五周歲 + 10.04 LTS 社群義賣/紀念衣 - 計畫/討論串/感觸&lt;br /&gt;
因為錢的關係吧！&lt;br /&gt;這需要不少錢，連server的資金都顯得困難了，製作這些東西花費的錢可是不少，從那邊來？&lt;br /&gt;時間上的投資更不用說了，不是嗎？</description>
      <pubDate>Tue, 22 Jun 2010 06:24:48 +1600</pubDate>
      <guid>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=24576&amp;forum=30</guid>
    </item>
      </channel>
</rss>