<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>XFastest 最夯的電腦領域 - Linux OS 消息 OS News</title>
    <link>https://www.xfastest.com/forum-20-1.html</link>
    <description>Latest 20 threads of Linux OS 消息 OS News</description>
    <copyright>Copyright(C) XFastest 最夯的電腦領域</copyright>
    <generator>XFastest Co., Ltd.</generator>
    <lastBuildDate>Sun, 19 Apr 2026 13:23:51 +0000</lastBuildDate>
    <ttl>120</ttl>
    <image>
      <url>https://www.xfastest.com/static/image/common/XF-300.png</url>
      <title>XFastest 最夯的電腦領域</title>
      <link>https://www.xfastest.com/</link>
    </image>
    <item>
      <title>Ubuntu 7.10 server-類似youtube的ostube架設方法</title>
      <link>https://www.xfastest.com/thread-18504-1-1.html</link>
      <description><![CDATA[網路上可供參考的文章少的可憐!(只有簡單說明因此做一件小功德吧!!)
最容易安裝的環境請用Ubuntu 7.10 server

詳細步驟:

放入安裝光碟，按下F2選繁體中文 
keyboard layout  選

U.S English 
U.S English 
選網路介面卡 
主機名稱 
磁碟分割 
導引使用整顆磁碟 
寫入 ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:40:14 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 8.04 LTS 伺服器安裝-網路校時</title>
      <link>https://www.xfastest.com/thread-18503-1-1.html</link>
      <description><![CDATA[ntpdate time.stdtime.gov.tw #與 time.stdtime.gov.tw 校時 
hwclock -w #寫入bios，如果重新開機時間還是不正確，可能電池沒電了 

也可以在crontab 底下設定如下： 

crontab -e　(以vi編輯器開啟) 
0 6 * * * /usr/sbin/ntpdate time.stdtime.gov.tw 

每天早上六點 ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:37:03 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 8.04 LTS 伺服器安裝-安裝 openwebmail</title>
      <link>https://www.xfastest.com/thread-18502-1-1.html</link>
      <description><![CDATA[安裝 openwebmail 

使用 apt 來安裝 openwebmail ^_^ 
http://www.ubuntu.org.tw/modules/newbb/viewtopic.php?topic_id=3857 

vi /etc/apt/sources.list #編輯 apt 的sources.list 檔，新增以下一行，增加 openwebmail 的來源代碼: 
deb ftp://debian.tnc.edu.tw/pub ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:36:31 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 8.04 LTS 伺服器安裝-安裝 webmin (大量建立帳號)</title>
      <link>https://www.xfastest.com/thread-18501-1-1.html</link>
      <description><![CDATA[連結 Webmin 網站下載 .deb 檔案 

dpkg -i webmin.xxx.deb #安裝 Webmin 
執行安裝指令時，有些套件尚未安裝，請執行以下兩行指令 
apt-get install libnet-ssleay-perl 
apt-get -f install 

/etc/init.d/webmin start #啟動 webmin 

https://webmin:10000 

變更語 ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:35:28 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 8.04 LTS 伺服器安裝-postfix 的設定</title>
      <link>https://www.xfastest.com/thread-18500-1-1.html</link>
      <description><![CDATA[postfix 的設定 
http://wiki.ubuntu.org.cn/index.php?title=UbuntuHelp:Postfix/zh&amp;variant=zh-tw 
http://hsu.easynow.com.tw/index.php?id=15&amp;load=read 
http://b2d.phc.edu.tw/modules/tadbook2/view.php?book_sn=1&amp;bdsn=72 


vi /etc/postfix/main.cf 
inet_int]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:34:42 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 8.04 LTS 伺服器安裝-DNS 架設</title>
      <link>https://www.xfastest.com/thread-18499-1-1.html</link>
      <description><![CDATA[DNS 架設 
http://linux.tnc.edu.tw/techdoc/demo/dns/ 
http://www.study-area.org/linux/servers/linux_dns.htm 
http://linux.vbird.org/linux_server/0350dns.php 
https://help.ubuntu.com/community/BIND9ServerHowto #ubuntu dns 

ncftp ftp.tnc.edu.tw #如果沒 ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:34:07 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 8.04 LTS 伺服器安裝-安裝 phpmyadmin</title>
      <link>https://www.xfastest.com/thread-18498-1-1.html</link>
      <description><![CDATA[安裝 phpmyadmin 
apt-get install phpmyadmin #安裝 phpmyadmin 

裝完後新增一個 mysql 的帳密 
mysqladmin -u root password [密碼] 

安裝後預設的設定檔在 /etc/phpmyadmin/apache.conf 

要設定apache，讓系統可以連結 
cp /etc/phpmyadmin/apache.conf /etc/apac ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:33:27 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 8.04 LTS 伺服器安裝-vsftpd</title>
      <link>https://www.xfastest.com/thread-18497-1-1.html</link>
      <description><![CDATA[vsftpd 
apt-get install vsftpd #安裝vsftpd 

vi /etc/vsftpd.conf #修改vsftpd.conf 

anonymous_enable=YES (YES可以匿名登入ftp，如果修改NO，則取消匿名登入) 

#chroot_local_user=YES 
將上一行 # 刪除，則可以讓使用者無法離開自己的家目錄，讓使用者無法任意 ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:32:47 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 8.04 LTS 伺服器安裝-apache的設定</title>
      <link>https://www.xfastest.com/thread-18496-1-1.html</link>
      <description><![CDATA[apache的設定，設定使用者網頁路徑 
vi /etc/apache2/mods-available/userdir.conf 
代碼: 
 
        UserDir public_html 
        UserDir disabled root 

         
                AllowOverride FileInfo AuthConfig Limit 
                Options MultiViews ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:32:09 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 8.04 LTS 伺服器安裝-網路設定</title>
      <link>https://www.xfastest.com/thread-18495-1-1.html</link>
      <description><![CDATA[網路設定 (設定固定ip，dhcp為自動取得ip) 

vi /etc/network/interfaces 

auto eth0 
iface eth0 inet static 
address 163.23.112.139 
netmask 255.255.255.192 
gateway 163.23.112.190 

#同一張網卡新增一個虛擬的網路ip 
auto eth0:0 
iface eth0:0 inet static ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:31:06 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 8.04 LTS 伺服器安裝-quota 的設定</title>
      <link>https://www.xfastest.com/thread-18494-1-1.html</link>
      <description><![CDATA[quota 的設定 
apt-get install quota 

vi /etc/fstab 
對 /var/mail 及 /home 做 Quota 的設定，將relatime修改成defaults,usrquota,grpquota 

設定存檔後，執行 mount -a ，檢查 /etc/fstab 的檔是否有問題，否則當 /etc/fstab 檔設定錯誤，會導致無法開機。 

moun ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:29:58 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 8.04 LTS 伺服器安裝-Samba 的設定</title>
      <link>https://www.xfastest.com/thread-18493-1-1.html</link>
      <description><![CDATA[Samba 的設定 

dpkg -l |grep samba #檢查 samba 是否安裝 

備份 smb.conf 
cp /etc/samba/smb.conf /etc/samba/smb.conf.old 

編輯Samba設定檔 
vi /etc/samba/smb.conf 

[global]　#設定整體的環境 

workgroup = Ubuntu　#群組名稱自訂，會出現在Windows的網路芳 ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:29:14 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 8.04 LTS 伺服器安裝</title>
      <link>https://www.xfastest.com/thread-18492-1-1.html</link>
      <description><![CDATA[Ubuntu 8.04 LTS 伺服器安裝，軟體下載 
http://www.ubuntu.org.tw/modules/tinyd0/index.php?id=7 

Ubuntu 正體中文 Wiki 
http://wiki.ubuntu.org.tw/index.php/ 

Ubuntu 伺服器架設 
http://www.ubuntu.org.tw/modules/newbb/viewforum.php?forum=9 

安裝 DNS、LA ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:28:38 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 7.10 Server 建置安裝筆記</title>
      <link>https://www.xfastest.com/thread-18491-1-1.html</link>
      <description><![CDATA[轉自:http://dz.adj.idv.tw/redirect.php?tid=503&amp;goto=lastpost&amp;sid=uJR9hc

安裝步驟:

放入安裝光碟，按下F2選繁體中文
keyboard layout  選
U.S English
U.S English
選網路介面卡
主機名稱
磁碟分割
導引使用整顆磁碟
寫入磁碟選
設置時鐘 UTC
使用者帳號密碼
prox ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Sat, 31 Jan 2009 15:27:41 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 桌面入門</title>
      <link>https://www.xfastest.com/thread-18474-1-1.html</link>
      <description><![CDATA[http://tw.releases.ubuntu.com/intrepid/ubuntu-8.10-server-i386.iso
http://tw.releases.ubuntu.com/intrepid/ubuntu-8.10-desktop-i386.iso
http://tw.releases.ubuntu.com/intrepid/ubuntu-8.10-desktop-amd64.iso

GRUB開機選單 
若你有安裝多個作業系统，開機時 ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Fri, 30 Jan 2009 22:30:09 +0000</pubDate>
    </item>
    <item>
      <title>FreeNAS 簡介</title>
      <link>https://www.xfastest.com/thread-18406-1-1.html</link>
      <description><![CDATA[如題

最近想架設家用NAS，意外發現這篇文章
http://www.mobile01.com/topicdetail.php?f=110&amp;t=281580&amp;p=1&amp;cache=0
以及下面這篇
http://chicwks.blogspot.com/2007/02/freenas_18.html

詳細的介紹分享給各位有需要的人 ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>dacota</author>
      <pubDate>Wed, 28 Jan 2009 18:01:09 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 7.10 RC 版本釋出</title>
      <link>https://www.xfastest.com/thread-4178-1-1.html</link>
      <description><![CDATA[http://yblog.org/archive/index.php/Ubuntu_7_10_RC_release

消息來源：Announcing the Release Candidate for Ubuntu 7.10

Ubuntu方面釋出了研發代號Gutsy Gibbon的Ubuntu 7.10 RC(預選測試)版消息，內建的Linux核心為2.6.22-14，預設Gmome
2.20桌面環境，而KED環境 ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>FreeXD</author>
      <pubDate>Sat, 13 Oct 2007 01:47:43 +0000</pubDate>
    </item>
    <item>
      <title>Mandriva 會預裝在 intel 的 classmate PC 上</title>
      <link>https://www.xfastest.com/thread-1798-1-1.html</link>
      <description><![CDATA[Intel 開發了一台類似 OLPC 的手提電腦，叫做 Classmate PC， 可以用 Linux 或 Windows XP 作為 作業系統。 在一些發展中國家發售的 Classmate PC 會預裝 Mandriva 。

http://www.desktoplinux.com/news/NS4146178789.html ...]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>ming</author>
      <pubDate>Tue, 03 Apr 2007 01:40:19 +0000</pubDate>
    </item>
    <item>
      <title>Red Hat  Enterprise Linux 5 發行了</title>
      <link>https://www.xfastest.com/thread-1611-1-1.html</link>
      <description><![CDATA[Red Hat 的最新版， 發行了。 加入了 RHX 。 詳情可以到  http://www.redhat.com 了解。

[ 本帖最後由 ming 於 2007-3-16 14:10 編輯 ]]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>ming</author>
      <pubDate>Fri, 16 Mar 2007 06:04:37 +0000</pubDate>
    </item>
    <item>
      <title>Dell 發出 Linux 需求問卷</title>
      <link>https://www.xfastest.com/thread-1588-1-1.html</link>
      <description><![CDATA[http://www1.ap.dell.com/content/topics/global.aspx/corp/linux?s=corp]]></description>
      <category>Linux OS 消息 OS News</category>
      <author>ming</author>
      <pubDate>Wed, 14 Mar 2007 07:00:18 +0000</pubDate>
    </item>
  </channel>
</rss>