<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>ihao論壇 - Linux作業系統</title>
    <link>http://www.ihao.org/dz5/forumdisplay.php?fid=2</link>
    <description>Latest 100 threads of Linux作業系統</description>
    <copyright>Copyright(C) ihao論壇</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 13 Apr 2026 02:08:50 +0000</lastBuildDate>
    <ttl>180</ttl>
    <image>
      <url>http://www.ihao.org/dz5/images/logo.gif</url>
      <title>ihao論壇</title>
      <link>http://www.ihao.org/dz5/</link>
    </image>
    <item>
      <title>查詢高負載程序</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=2819850</link>
      <description><![CDATA[先使用 top 指令查詢高負載程序的PID值

然後再用 strace -p PID值
查看問題程序 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Sun, 22 May 2016 14:45:28 +0000</pubDate>
    </item>
    <item>
      <title>架站機常用的MySQL指令</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=867013</link>
      <description><![CDATA[【啟動與停止】


啟動


	shell&gt; mysql.server start





停止


	shell&gt; mysql.server stop





mysql.server這個script在MySQL安裝目錄(在FreeBSD是/usr/local)的share/mysql下





【3.1與Server的連線與中斷】


連線


	shell&gt; mysql -h host -u user -p
]]></description>
      <category>Linux作業系統</category>
      <author>Alvin</author>
      <pubDate>Thu, 12 Dec 2013 12:04:23 +0000</pubDate>
    </item>
    <item>
      <title>快速修復資料庫的方法</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=775892</link>
      <description><![CDATA[快速修復資料庫的方法！
有的時候因為掉電或者其他原因導致資料庫損壞,我們可以使用mysql自帶的mysqlcheck命令來快速修復所有的資料庫或者特定的資料庫;例如 
檢查優化並修復所有的資料庫用: 

# mysqlcheck -A -o -r -p 
Enter password: 
database1 OK
database2 OK
-------- ...]]></description>
      <category>Linux作業系統</category>
      <author>udiament</author>
      <pubDate>Wed, 28 Aug 2013 17:03:53 +0000</pubDate>
    </item>
    <item>
      <title>設置 MySql 資料同步 (分散式架構)3</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=725505</link>
      <description><![CDATA[設置 MySql 資料同步
摘要
　　mysql從3.23.15版本以後提供資料庫複製功能。利用該功能可以實現兩個資料庫同步，主從模式，互相備份模式的功能。(2004-02-12 10:45:10)
________________________________________
By lanf, 出處：CHINAUNIX

　　mysql從3.23.15版本以後提供資料庫 ...]]></description>
      <category>Linux作業系統</category>
      <author>ihao</author>
      <pubDate>Fri, 19 Jul 2013 11:53:47 +0000</pubDate>
    </item>
    <item>
      <title>設置 MySql 資料同步 (分散式架構)2</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=725503</link>
      <description><![CDATA[条件:
1 Redhat 9
2 Mysql 4.0.20
3 两台机器ip为192.168.37.188 192.168.37.189,分别安装mysql
目标:
1. 数据库的双向复制
2. 在master与slave网络不通但过后再次恢复正常，master上的数据在slave上也可以得到更新，反之亦然.

本文主要分为以下几个部分:

第一部分 安装MySQL
 ...]]></description>
      <category>Linux作業系統</category>
      <author>ihao</author>
      <pubDate>Fri, 19 Jul 2013 11:51:54 +0000</pubDate>
    </item>
    <item>
      <title>設置 MySql 資料同步 (分散式架構)</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=725502</link>
      <description><![CDATA[版權聲明：可以任意轉載，轉載時請務必以超鏈結形式標明文章原始出處和作者資訊及本聲明
區段加入
master-host=192.168.1.2
master-user=backup
master-password=1234
master-port=3306
server-id=2
master-connect-retry=60 預設重試間隔60秒
replicate-do-db=vbb 告訴slave只做 ...]]></description>
      <category>Linux作業系統</category>
      <author>ihao</author>
      <pubDate>Fri, 19 Jul 2013 11:51:05 +0000</pubDate>
    </item>
    <item>
      <title>【Linux】關閉 Linux Ping ( ICMP 協定 ) 回應</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=611304</link>
      <description><![CDATA[Disable Linux ICMP Ping

 # echo &quot;1&quot; &gt; /proc/sys/net/ipv4/icmp_echo_ignore_all

Enable  Linxue ICMP Ping 

 # echo &quot;0&quot; &gt; /proc/sys/net/ipv4/icmp_echo_ignore_all Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>ihao</author>
      <pubDate>Sat, 18 May 2013 15:03:10 +0000</pubDate>
    </item>
    <item>
      <title>502 Bad Gateway</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=446155</link>
      <description><![CDATA[Nginx 502 Bad Gateway錯誤的終極解決方案 徹底解決lnmp出現的502錯誤
 
-
  Nginx  502 Bad Gateway錯誤的終極解決方案：
 
隨心微博 之前服務器是手工安裝的，未發生過任何問題，後來使用Lnmp一鍵安裝包部署Nginx環境，卻發現經常出現 502 Bad Gateway 錯誤，比如在不停的刷新過程中， ...]]></description>
      <category>Linux作業系統</category>
      <author>Viole</author>
      <pubDate>Sun, 28 Oct 2012 02:29:01 +0000</pubDate>
    </item>
    <item>
      <title>centos 語系設定</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=445185</link>
      <description><![CDATA[若需要將英文語系變更成中文語系可修改
/etc/sysconfig/i18n

修改成下面設定

原LANG=&quot;en_US.UTF8&quot;
改為LANG=&quot;zh_TW.UTF8&quot; Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>maplespring</author>
      <pubDate>Sat, 27 Oct 2012 01:19:01 +0000</pubDate>
    </item>
    <item>
      <title>MySQL 最大連線數設定</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=444775</link>
      <description><![CDATA[最近剛好遇到有MySQL連線數設定過小的問題, 因此將當時緊急處理的方式紀錄一下~

首先先登入mysql

#查詢目前最大連線數
mysql&gt; show variables like ‘max_connections’;

#設定MySQL 最大連線數
mysql&gt; set GLOBAL max_connections=500;

因為MySQL服務重啟後，max_connecti ...]]></description>
      <category>Linux作業系統</category>
      <author>ihao</author>
      <pubDate>Fri, 26 Oct 2012 13:32:59 +0000</pubDate>
    </item>
    <item>
      <title>postqueue -f 把 Q 信重送的指令</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=409188</link>
      <description><![CDATA[postqueue -f    把 Q 信重送的指令

postfix flush  這樣也行 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>car</author>
      <pubDate>Tue, 11 Sep 2012 07:15:29 +0000</pubDate>
    </item>
    <item>
      <title>mysql 備份腳本</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=386597</link>
      <description><![CDATA[mysql 備份腳本
#!/bin/sh
#-----------------------------------------------#
#This is a  free GNU GPL version 3.0 or abover
#Copyright (C) 2008 06 05
#mysql_backup Dedicated copyright
#-----------------------------------------------#
echo -e   end
exit]]></description>
      <category>Linux作業系統</category>
      <author>ihao</author>
      <pubDate>Sat, 11 Aug 2012 14:10:55 +0000</pubDate>
    </item>
    <item>
      <title>mysql-bin.000001文件的來源及處理方法</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=386596</link>
      <description><![CDATA[發現 /var/lib/mysql 空間不足了，

問：如何不讓這些文件生成？
答：my.cnf  把裡面的log-bin這一行註釋掉，重啟mysql服務即可。
# log-bin=mysql-bin

問：我的數據庫是mysql，我看到有很多mysql-bin.000001等文件，怎麼清除？
答：這些文件是數據庫的操作日誌
mysql&gt; reset master;
可以清理這 ...]]></description>
      <category>Linux作業系統</category>
      <author>ihao</author>
      <pubDate>Sat, 11 Aug 2012 14:09:49 +0000</pubDate>
    </item>
    <item>
      <title>優化 Linux 系統硬碟</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=357953</link>
      <description><![CDATA[　在Windows系統中，磁碟碎片是一個常見的問題，如果不注意，系統性能可能被侵蝕。Linux使用第二擴展檔系統(ext2)，它以一種完全不同的方式處理檔存儲。Linux沒有Windows系統中發現的那種問題，這使得許多人認為磁碟碎片化根本不是一個問題。但是，這是不正確的。

　　所有的檔系統隨著 ...]]></description>
      <category>Linux作業系統</category>
      <author>RunDog</author>
      <pubDate>Sun, 08 Jul 2012 17:07:32 +0000</pubDate>
    </item>
    <item>
      <title>MySQL 自動最佳化資料表 (optimize)</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=350565</link>
      <description><![CDATA[在 Mysql 5 以上就有提供這樣功能的程式可以用 ~~ 用法入下這樣, DB 每天都是最佳化的資料表囉, 當資料小的時候沒感覺, 大的時候, 整體會快很多喔 ~~ Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>yi-lan</author>
      <pubDate>Thu, 28 Jun 2012 14:43:58 +0000</pubDate>
    </item>
    <item>
      <title>Apache 網址支援中文</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=210685</link>
      <description><![CDATA[1. 檢查是否安裝 apache-devel 或 httpd-devel
 
2. 抓取 mod_fileiri，
wget  
 
3. 利用 apxs 來將這個檔案編譯並加入模組，
apxs -i -a -c mod_fileiri.c 
 
4. 修改 httpd.conf 把下面的設定加入

    FileIRI On
    FilenameCharset Big5
 
 
5. 重啟 apache Ziyaret Et ...]]></description>
      <category>Linux作業系統</category>
      <author>ihao</author>
      <pubDate>Tue, 06 Sep 2011 04:41:38 +0000</pubDate>
    </item>
    <item>
      <title>以.htaccess限制IP的存取</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=139434</link>
      <description><![CDATA[1. 修改httpd.conf內的設定, 針對&quot;/var/www/html/abc&quot;這個目錄做設定
Options MultiViews
AllowOverride All
Order allow,deny
Allow from all


2. 在&quot;/var/www/html/abc&quot;目錄內加上&quot;.htaccess&quot;這個檔案, 內容如下
order deny,allow
allow from 192.168.1.2
deny]]></description>
      <category>Linux作業系統</category>
      <author>ihao</author>
      <pubDate>Mon, 27 Dec 2010 16:02:33 +0000</pubDate>
    </item>
    <item>
      <title>10天學會php之9與10</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=119609</link>
      <description><![CDATA[第9天

　　
　　因為我是先學ASP的，所以再做PHP的時候會發現很多地方需要適應。
　　
　　1、注意不要漏了分號
　　2、注意不要漏了變量前的$
　　3、使用SESSION的時候注意不要遺漏session_start();
　　
　　若果發生錯誤的時候，可以採用以下方法：
　　1、若果是SQL語句出錯， ...]]></description>
      <category>Linux作業系統</category>
      <author>ebiebi</author>
      <pubDate>Mon, 04 Oct 2010 16:58:32 +0000</pubDate>
    </item>
    <item>
      <title>10天學會php之7與8</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=119608</link>
      <description><![CDATA[第七天

學習目的：學會SESSION的使用

SESSION的作用很多，最多用的就是站台內頁面間變量傳遞。在頁面開始我們要session_start();開啟SESSION；
然後就可以使用SESSION變量了，比如說要賦值就是：$_SESSION)返回true or false。

下面綜合一下前面所說的我們來看一個登陸程式，判斷使用 ...]]></description>
      <category>Linux作業系統</category>
      <author>ebiebi</author>
      <pubDate>Mon, 04 Oct 2010 16:58:00 +0000</pubDate>
    </item>
    <item>
      <title>十天學會php之5與6</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=119607</link>
      <description><![CDATA[第五天

學習目的：學會讀取資料

先看兩個函數：
1、mysql_query 
送出一個 query 字串。 語法: int mysql_query(string query, int 

是不是很簡單？但是通常$exec會有問題，因為可能您的SQL語句會很長，您會遺漏.連線符，或是'來包圍字元型字段。

我們可以註釋mysql_query($exec);語 ...]]></description>
      <category>Linux作業系統</category>
      <author>ebiebi</author>
      <pubDate>Mon, 04 Oct 2010 16:57:20 +0000</pubDate>
    </item>
    <item>
      <title>10天學會php之3與4</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=119606</link>
      <description><![CDATA[第3天

學習目的：學會構建資料庫

在ASP中，若果是ACCESS資料庫你可以直接開啟ACCESS來編輯MDB檔案，若果是SQL SERVER你可以開啟企業管理器來編輯SQL SERVER資料庫，但是在PHP中，MY SQL的指令行編輯可能會令初學者感到很麻煩，不要緊，你下載一個PHPMYADMIN安裝一下，以後建立編輯資料庫可 ...]]></description>
      <category>Linux作業系統</category>
      <author>ebiebi</author>
      <pubDate>Mon, 04 Oct 2010 16:57:00 +0000</pubDate>
    </item>
    <item>
      <title>10天學會php之1與2</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=119605</link>
      <description><![CDATA[第一天

我這裡暫時是以 Apache web server 和 MY SQL 作為WEB伺服器和資料庫，在php-4.3.3下的環境做的程式。當然要簡單的構建和訪問檢視資料庫 PHPMYADMIN 不可少。

至於表單設計什麼的，我這裡也不想多說了，在《十天學會ASP》中已經有介紹。

下面簡單介紹一下PHP的語法。

1 ...]]></description>
      <category>Linux作業系統</category>
      <author>ebiebi</author>
      <pubDate>Mon, 04 Oct 2010 16:56:35 +0000</pubDate>
    </item>
    <item>
      <title>vsftpd 外部網路連線逾時問題?</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=112177</link>
      <description><![CDATA[修改防火牆
iptables -A INPUT -p tcp --dport 20:21 -j ACCEPT 
iptables -A INPUT -p tcp --dport 5000:6000 -j ACCEPT 
執行更新

修改 vsftpd.conf
sudo vim /etc/vsftpd.conf在檔案最下面加入
pasv_enable=YES
pasv_min_port=5000
pasv_max_port=6000之後存檔離開

然後 ...]]></description>
      <category>Linux作業系統</category>
      <author>ihao</author>
      <pubDate>Wed, 25 Aug 2010 14:09:48 +0000</pubDate>
    </item>
    <item>
      <title>10天學會php之第一天</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=111393</link>
      <description><![CDATA[以前寫了十天學會ASP，十天學會ASP.NET什麼的，現在想想再寫個PHP吧，也算比較全了。 PHP的除錯方法我這裡就不說了，外面很多文章都有介紹，也有很多不同的群組合。我這裡暫時是以 Apache web server 和 MY SQL 作為WEB伺服器和資料庫，在php-4.3.3下的環境做的程式。當然要簡單的構建和 ...]]></description>
      <category>Linux作業系統</category>
      <author>room18</author>
      <pubDate>Thu, 19 Aug 2010 16:12:59 +0000</pubDate>
    </item>
    <item>
      <title>CACTI 流量監控工具</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=109373</link>
      <description><![CDATA[CAVTI是一套流量監控工具 ，個人覺得這一套和MRTG相比會方便些，但是控管的設備太多的話就會效能不好，我現以P4-2.6的加上256RAM，跑來還好。如果有興趣進一步了解可以到官方網站： Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>angle86</author>
      <pubDate>Sun, 08 Aug 2010 02:03:54 +0000</pubDate>
    </item>
    <item>
      <title>Awstats 安裝國家和城市插件(GeoIP/GeoIPCityLite)</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=109132</link>
      <description><![CDATA[1.分別下載插件程序：
GeoIP：
GeoIP安裝下載：
# gzip -d GeoIP.gz
# cp GeoIP /etc/awstats/

4.#vi /etc/awstats/awstats.你的域名.conf
修改其中的一些配置選項為：
LoadPlugin=&quot;decodeutfkeys&quot;  
LoadPlugin=&quot;geoip GEOIP_STANDARD /etc/awstats/GeoIP&quot;     
LoadPlugin=&]]></description>
      <category>Linux作業系統</category>
      <author>may5</author>
      <pubDate>Fri, 06 Aug 2010 14:56:53 +0000</pubDate>
    </item>
    <item>
      <title>linux 下把時區改為 CST</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=100450</link>
      <description><![CDATA[這幾天備援主機上線，發現時間不正常，下了 date 指令出來看，原來是時區變成 EDT 了。(正常應該是 CST)
只要把 /usr/share/zoneinfo/Asia/Taipei 複製成 /etc/localtime 即可。 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>kisshome</author>
      <pubDate>Wed, 23 Jun 2010 03:02:39 +0000</pubDate>
    </item>
    <item>
      <title>HTTP status 206、304?</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=89357</link>
      <description><![CDATA[當Apache server status code 一直出現 206 或304 , 只有 &lt; 256 bytes的檔案可以正常顯示時 , 可以試試以下解法:
在http.conf 加上
EnableMMAP off
EnableSendfile off Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>polling</author>
      <pubDate>Sat, 08 May 2010 01:44:03 +0000</pubDate>
    </item>
    <item>
      <title>電子書下載</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=85370</link>
      <description><![CDATA[底下有四本書，市面應該都還可以看得到，對於老鳥而言可能是基礎了點，可是對於linux(or FreeBSD)新進伙伴而言，相信是不錯的參考資料 

書籍作者網站 
 

ps.感謝書籍作者的分享 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>IIS7.0</author>
      <pubDate>Mon, 19 Apr 2010 08:13:39 +0000</pubDate>
    </item>
    <item>
      <title>VMware Tools 安裝步驟</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=85369</link>
      <description><![CDATA[重開之後，自然可以發現解析度已調為正常，且滑鼠可以自在的在主系統與虛擬機器間使用，且能共用剪貼簿內的資料，就不用一個指令慢慢輸入囉！ ^^~~ 


　　　　　　　　　　　　　　　　　OK，筆記結束，收工！ Ziyaret Et ...]]></description>
      <category>Linux作業系統</category>
      <author>IIS7.0</author>
      <pubDate>Mon, 19 Apr 2010 08:11:02 +0000</pubDate>
    </item>
    <item>
      <title>在NAT上面看大家的即時通在聊些什麼</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=77911</link>
      <description><![CDATA[注意事項: 請基於職業道德的使用本套件
===============================================
套件說明: Imspector 是一套 IM Proxy ,支援 MSN ICQ YAHOO IRC 的通訊協定, 通常安裝於NAT主機上
官方網址: http://www.imspector.org/

我的測試平台:
OS: CentOS 4.4

1. 先下載 h ...]]></description>
      <category>Linux作業系統</category>
      <author>sogox</author>
      <pubDate>Thu, 18 Mar 2010 03:00:05 +0000</pubDate>
    </item>
    <item>
      <title>如何應用Linux監控遠端主機狀態，建立Alert機制</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=77905</link>
      <description><![CDATA[發佈日期： 2008/07/07
版本：Version1
發佈網址：http://blog.roodo.com/yungchingman
email:kayung@sparqnet.net
文章歡迎轉貼，轉貼時請註名出處。

前言
IT人員在公司裡面對使用者反應系統有問題不外兩種反應：
以下為對話情境：
1.User:公司Web不能連線是不是有問題?
IT：是嗎?我檢查 ...]]></description>
      <category>Linux作業系統</category>
      <author>sogox</author>
      <pubDate>Thu, 18 Mar 2010 02:55:23 +0000</pubDate>
    </item>
    <item>
      <title>RHCA</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=68106</link>
      <description><![CDATA[RHCA（Red Hat Certified Architect）為Red Hat認證系統部署工程師，跟RHCE認證考試的方式一樣，透過嚴謹的實機測試，可以證明取得RHCA認證者的專業技術能力，是目前Red Hat認證考試當中，最高階級的認證考試。
 Ziyaret Et ...]]></description>
      <category>Linux作業系統</category>
      <author>mygod</author>
      <pubDate>Mon, 18 Jan 2010 06:18:48 +0000</pubDate>
    </item>
    <item>
      <title>實現 bonding 的方法</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=66161</link>
      <description><![CDATA[假設虛擬網卡(bond0)的IP：192.168.0.X
網段：192.168.0.0 / 255.255.255.0
廣播位址：192.168.0.255


/etc/modules.conf (在最後面加入兩行)
---------------------------------
alias bond0 bonding 
options bond0 miimon=100 mode=0


/etc/sysconfig/network-scripts/ifcfg-b ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Wed, 06 Jan 2010 02:15:19 +0000</pubDate>
    </item>
    <item>
      <title>mrtg-網路流量監控器</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=66160</link>
      <description><![CDATA[的資訊，就需要自己手工編輯一個index.html文檔存放在/var/www/html/mrtg目錄下，內容為介面說明以及該介面的日統計資訊的圖即可。 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Wed, 06 Jan 2010 02:11:34 +0000</pubDate>
    </item>
    <item>
      <title>GoAhead WebServer下載</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=65066</link>
      <description><![CDATA[GoAhead WebServer，它是一個源碼免費、功能強大、可以運行在多個平台的嵌入式WebServer。 GoAhead WebServer的主要特性有： 
1. 支持ASP 
2. 嵌入式的javascript 
3. 標準的CGI執行 
4. 內存中的CGI處理GoFroms 
5. 擴展的API 
6. 快速響應，每秒可處理超過50個請求 
7. 完全和標 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Wed, 30 Dec 2009 05:49:21 +0000</pubDate>
    </item>
    <item>
      <title>GoAhead Web Server移植</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=65065</link>
      <description><![CDATA[GoAhead Web Server移植 
Help step by step! 

.軟件環境 
Tornado 2.0.2 for X86 
GoAhead WebServer 2.1.7 

.硬件環境 
CPU ---- AMD ELAN-SC520 (586) 
ROM ---- SanDisk 

準備工作： 
1 安裝Tornado 2.0.2 for X86，並且修改BSP，在我的系統板上成功的運行。下載荷調試都工 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Wed, 30 Dec 2009 05:40:11 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 9.10 Desktop Edition 作業系統</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=63294</link>
      <description><![CDATA[Ubuntu 9.10 Desktop，具有豐富的圖形介面，也有完整的文書、網路與影音功能 

產品資訊 
這個版本新增的免費線上空間服務的Ubuntu One，它與另一種同步軟體DropBox非常相似，我們可以將需要同步、備份的檔案放在這個資料夾中，連接網路之後，就可以把資料備份到線上網路空間。目前這個服 ...]]></description>
      <category>Linux作業系統</category>
      <author>xhome</author>
      <pubDate>Sun, 20 Dec 2009 11:51:27 +0000</pubDate>
    </item>
    <item>
      <title>Linux 下查詢硬體規格</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=58907</link>
      <description><![CDATA[在Linux 下查詢硬體規格，除了看/var/log/dmessage 外
還可以輸入指令模式看整部伺服器的硬體規格
語法如下 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Fri, 27 Nov 2009 02:14:27 +0000</pubDate>
    </item>
    <item>
      <title>WineX 在Linux X-Window下玩WarIII</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=55829</link>
      <description><![CDATA[ Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 05 Nov 2009 13:23:58 +0000</pubDate>
    </item>
    <item>
      <title>端口基本知識及被攻擊方法</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=55828</link>
      <description><![CDATA[公認端口（Well Known Ports）：從0到1023，它們緊密綁定於一些服務。通常這些端口的通訊明確表明了某種服 務的協議。例如：80端口實際上總是HTTP通訊。 
註冊端口（Registered Ports）：從1024到49151。它們鬆散地綁定於一些服務。也就是說有釵h服務綁定於這些端口，這些端口同樣用於釵h其它目 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 05 Nov 2009 13:23:14 +0000</pubDate>
    </item>
    <item>
      <title>P2P軟體的剋星L7-filter</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=55340</link>
      <description><![CDATA[使用 l7-filter 來過濾封包內容 

以往網路管理者在擋如 eDonkey、eMule、kazaa... 等 P2P 軟體或是 MSN、ICQ、Yahoo Messenger... 
等即時通訊軟體時, 都是消極的阻擋該軟體所使用的通訊埠。

但是大多數的軟體都可以更改所使用的埠號, 或是直接使用網頁伺服器所使用的 80  ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Sun, 01 Nov 2009 15:15:21 +0000</pubDate>
    </item>
    <item>
      <title>PHP基礎</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=53303</link>
      <description><![CDATA[一、標記PHP程式碼區段起迄符號種類：
標準格式：覺得比較好看
注意：如果註解裡面有?&gt;將會把註解結束，後面的文字會被當成HTML原始碼

三、變數命名：
變數只能由大小寫英文字母、數字與底線組成，不能以數字為變數名稱開頭。
我自己的變數命名原則：
能以變數名稱了解變數用途，不用過於簡 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Wed, 14 Oct 2009 23:47:20 +0000</pubDate>
    </item>
    <item>
      <title>Apache 快取 (mod_cache) 設定簡單分享</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=48758</link>
      <description><![CDATA[當我們的網站的 loading 越來越大的情況下, 我們可以用以下方法來提升網站的效率

1. 啟用壓縮來降低頻寬的使用量

2. 設定快取讓 apache 執行更為順暢.


以下就簡單的分享一下 cache 的設定 !! 首先在 httpd.cont 確認是否有載入以下兩個模組.這樣就可以簡單的啟用快取囉 ! ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 10 Sep 2009 07:44:12 +0000</pubDate>
    </item>
    <item>
      <title>增加系統效率</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=47486</link>
      <description><![CDATA[調整 X-Windows 環境 顏色數設為 16 Bit 就有很好的效果了，24 Bit 除了浪費資源，看不出有何好處。不要使用螢幕保護程式。取消動畫視窗功能。盡量使用同一種字型。瀏覽器用 Mozilla 不要用 Netscape。不要啟動音效伺服器 artd 調整應用程式優先權。

關閉多餘的系統服務。一般我 ...]]></description>
      <category>Linux作業系統</category>
      <author>yuyun</author>
      <pubDate>Sun, 30 Aug 2009 15:52:55 +0000</pubDate>
    </item>
    <item>
      <title>vsftpd官方faq(中文版)</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=47485</link>
      <description><![CDATA[官方FAQ網址： 

Q1) 我能把用戶限制在他的家(home)目錄裏嗎？
A) 能，設置chroot_local_user=YES就行了。

Q2) 為什麼設置了chroot_local_user=YES後，符號鏈結(symlink)就不起作用了呢？
A) 這是chroot()這種安全機制如何工作的結果。可選地，看一下硬連接(hard links)，或者，你用的是“現 ...]]></description>
      <category>Linux作業系統</category>
      <author>yuyun</author>
      <pubDate>Sun, 30 Aug 2009 15:52:40 +0000</pubDate>
    </item>
    <item>
      <title>vsftp的設定檔</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=47484</link>
      <description><![CDATA[這個vsftp的功用只允許真實用戶登入（無法離開自己的家目錄）不開放匿名登入。有意架設vsftp的人可作為參考。至於參數的作用就請自行查閱相關文件。另外，chroot_local_user=YES 
chroot_list_enable=YES代表在chroot-list中的使用者是可離開自己的家目錄的，請特別注意。在此也建議 ...]]></description>
      <category>Linux作業系統</category>
      <author>yuyun</author>
      <pubDate>Sun, 30 Aug 2009 15:52:18 +0000</pubDate>
    </item>
    <item>
      <title>linux 硬體相容性測試列表網站</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=47483</link>
      <description><![CDATA[給一些剛入門的同學用； 
 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>yuyun</author>
      <pubDate>Sun, 30 Aug 2009 15:51:39 +0000</pubDate>
    </item>
    <item>
      <title>pop-before-smtp</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=45478</link>
      <description><![CDATA[
# service postfix restart
or
# /etc/rc.d/init.d/postfix restart

本文轉自遨遊飛翔 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 11 Aug 2009 10:07:09 +0000</pubDate>
    </item>
    <item>
      <title>FCKeditor-設定篇</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=44564</link>
      <description><![CDATA[ Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 04 Aug 2009 01:20:29 +0000</pubDate>
    </item>
    <item>
      <title>透過磁碟分割來提升Linux作業系統的效能、安全和穩定性</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=43682</link>
      <description><![CDATA[不知道大家平常在安裝Ubuntu作業系統或其他Linux distributions時，是怎麼分割硬碟的呢？
也許有一大部分的人都是使用系統預設的分割方式吧，原本系統預設的分割方式並沒有什麼不好，不過如果我們對Linux作業系統的檔案架構能夠有更進一步的了解，在安裝Linux作業系統時就可以透過手動 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 28 Jul 2009 14:43:11 +0000</pubDate>
    </item>
    <item>
      <title>中原大學 PHP入門教學 上課錄影檔喔</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=43681</link>
      <description><![CDATA[ Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 28 Jul 2009 14:41:36 +0000</pubDate>
    </item>
    <item>
      <title>監控即時通及MSN</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=40117</link>
      <description><![CDATA[雖然說早就有很多側錄設備能做, 也做得更好,但是免錢還是有免錢的作法
注意事項: 請基於職業道德的使用本套件

===============================================
套件說明: Imspector 是一套 IM Proxy ,支援 MSN ICQ YAHOO IRC 的通訊協定, 通常安裝於NAT主機上
官方網址:   ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Fri, 26 Jun 2009 02:59:45 +0000</pubDate>
    </item>
    <item>
      <title>如何製作簡易Floppy Liunx</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=34740</link>
      <description><![CDATA[這篇文章的內容：要使讀者了解 Linux 開機的過程及如何製作簡易的 Floppy Linux 。對想要從事 embedded Linux 的人多多少少有點幫助。在還沒有談論如可製作簡易 Floppy Linux 之前，首先要瞭解整個開機的過程。當一部電腦一打開電源時 ... 
BIOS - -&gt;&gt; SYSLINUX - -&gt;&gt;　Kernel -  ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 21 May 2009 09:16:55 +0000</pubDate>
    </item>
    <item>
      <title>Opennms 1.61安裝</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=34739</link>
      <description><![CDATA[ Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 21 May 2009 08:49:17 +0000</pubDate>
    </item>
    <item>
      <title>使用 Tripwire</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=34738</link>
      <description><![CDATA[對於可疑行為您可以設定防火牆、監控網路連接埠及觀察系統日誌檔。但是，就算您盡了全力，入侵者仍有可能成功闖入 OpenLinux 系統，留下後門並設下陷阱，這樣就會使您的系統在消除入侵者闖入的原始漏洞後很久仍然不安全。可以使用 Tripwire 來保護系統免受隱藏安全漏洞的損害。 

Tri ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 21 May 2009 08:48:38 +0000</pubDate>
    </item>
    <item>
      <title>Linux Kemel - 軟體基礎</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=34735</link>
      <description><![CDATA[軟件基礎

程序就是一組執行特定任務的計算機指令。程序既可以用非常低級的計算機語言--匯編語言，也可以用高級的、獨立于機器的語言如C來編寫。操作系統是一種特殊的程序，它允許用戶運行各種應用程序如制表程序和字處理程序。本章介紹基本的程序設計原理，并對操作系統的目標和功 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 21 May 2009 08:42:33 +0000</pubDate>
    </item>
    <item>
      <title>12天學會FreeBSD安裝筆記</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=32675</link>
      <description><![CDATA[12天學會FreeBSD安裝筆記 
原作者：小翰的家 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Fri, 08 May 2009 02:45:42 +0000</pubDate>
    </item>
    <item>
      <title>安裝圖形化介面</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=32440</link>
      <description><![CDATA[有時候在安裝linux的時候會少裝了圖形化介面的linux
這時候就需要補裝gnome
指令：
在root權限下輸入 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Wed, 06 May 2009 07:46:09 +0000</pubDate>
    </item>
    <item>
      <title>攻防入門 全面認識你的Unix網路port</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=29898</link>
      <description><![CDATA[作者：防盜鎖

埠可分為3大類： 

1） 公認埠（Well Known Ports）：從0到1023，它們緊密綁定於一些服務。通常這些埠的通訊明確表明了某種服 務的協議。例如：80埠實際上總是HTTP通訊。 

2） 註冊埠（Registered Ports）：從1024到49151。它們鬆散地綁定於一些服務。也就是說有許多服務綁定於這些埠， ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Fri, 24 Apr 2009 03:54:13 +0000</pubDate>
    </item>
    <item>
      <title>CentOS如何使用yum管理RPM</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=29875</link>
      <description><![CDATA[一. yum是什麼
yum = Yellow dog Updater, Modified 
主要功能是更方便的添加/刪除/更新RPM包. 
它能自動解決包的倚賴性問題. 
它能便於管理大量系統的更新問題 

二. yum特點 
*可以同時配置多個資源庫(Repository) 
*簡潔的設定檔(/etc/yum.conf 
*自動解決增加或刪除rpm包 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Fri, 24 Apr 2009 03:40:59 +0000</pubDate>
    </item>
    <item>
      <title>如何提高Linux系統安全性的十大招數</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=29874</link>
      <description><![CDATA[作者：IHH  http://tech.ccidnet.com/art/302/20051011/348445_1.html

Linux是一種類Unix的作業系統。從理論上講，Unix本身的設計並沒有什麼重大的安全缺陷。多年來，絕大多數在Unix作業系統上發現的安全問題主要存在於個別程式中，所以大部分Unix廠商都聲稱有能力解決這些問題，提供 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Fri, 24 Apr 2009 03:40:23 +0000</pubDate>
    </item>
    <item>
      <title>SENDMAIL錯誤碼一覽表</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=27387</link>
      <description><![CDATA[表(一) SMTP 代碼
代碼 釋義 
421  Service not available, closing transmission channel 括號內的主機無法提供正常服務，關閉傳送管道，郵件將滯留在主機上 
450 Requested mail action not taken: mailbox unavailable 所要求的郵件動作無法執行：郵件信箱無法提供服務，郵件將滯 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Mon, 13 Apr 2009 01:57:12 +0000</pubDate>
    </item>
    <item>
      <title>使用 Linux LiveCD 評估系統的安全性</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=26962</link>
      <description><![CDATA[使用 Linux LiveCD 評估系統的安全性 
出處：IBM developerWorks 


有 4 種 LiveCD 可用來確定系統漏洞 

級別: 初級 
Mayank Sharma , 自由技術撰稿人 

您希望不用經過冗長的安裝和配置過程就可以實現對 Linux(TM) 系統安全性的評估嗎？在本文中我們會介紹 4 個包： Auditor、Wh ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 09 Apr 2009 14:06:21 +0000</pubDate>
    </item>
    <item>
      <title>linux FTP架設</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=26961</link>
      <description><![CDATA[FTP 伺服器與用戶端程式 
FTP 就是&quot;檔案傳輸協定&quot;(File Transfer Protocol)的簡寫。 FTP 伺服器允許用戶端, 連線與取回(下載)檔案的要求。目前 Linux 上存在有多種 FTP 伺服器與用戶端程式, 他們通常會放在大部分的 Linux 發行版本中。有文字模式的用戶端程式, 也有 GUI 模式 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 09 Apr 2009 14:06:00 +0000</pubDate>
    </item>
    <item>
      <title>教你如何安裝LINUX</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=26960</link>
      <description><![CDATA[一般說來，大家電腦上的硬碟跟我一樣已經全部用於MS-DOS/WIN動作系統的分區。為了能夠安裝LINUX，只好為LINUX重新分配硬碟空間。我立馬把朋友的硬碟借來，資料統統備份下來，再重裝系統。不過有三種可供選取的方法： 

　　1) 將MSDOS下的最後一個邏輯盤上的資料全部移到其它分區中，將該 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 09 Apr 2009 14:05:31 +0000</pubDate>
    </item>
    <item>
      <title>在Linux 上的GPL 防毒軟件</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=26959</link>
      <description><![CDATA[一般由微軟到來　Linux 系統的人或公司都會對病毒的問題較為敏感，常見的問題是　Linux 上有防毒軟件嗎？是　GPL （開放源碼）嗎？事實上在網絡上針對　Linux 系統的病毒數量很少，而針對微軟視窗的病毒則是　Linux 的 4000 倍。如果要在　Linux 上安裝防毒軟件，最後也是為微軟視窗服務。 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 09 Apr 2009 14:04:36 +0000</pubDate>
    </item>
    <item>
      <title>FreeNAS-讓你的舊電腦也可以變成網路儲存系統(內附教學)</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=26958</link>
      <description><![CDATA[【軟體名稱】：FreeNAS-讓你的舊電腦也可以變成網路儲存系統
【軟體語言】：英文/繁體中文
【檔案格式】：RAR
【檔案大小】：47.5 MB  
【放置空間】：Easy-Share
【有效日期】：直到掛點為止～若失連砍檔即視為結束分享,不補檔
【作業系統】：FreeBSD
【軟體說明】：
 Ziyaret Et ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 09 Apr 2009 14:03:33 +0000</pubDate>
    </item>
    <item>
      <title>Opennms安裝心得</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=23771</link>
      <description><![CDATA[前言： 
因為接下公司的網管工作，SEVER分散二地再加上先前的同事對於機器也沒有太多詳細的記載，這些一直困擾著我！無意間發現Opennms對於網管工作有很大的幫助，所以順便在安裝的過程中將安裝的心得記載下來以供往後參考！ 

安裝需求： 
原著作者建議使用CPU PIII-1G以上，至少256MB RAM( ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 24 Mar 2009 08:55:03 +0000</pubDate>
    </item>
    <item>
      <title>eAccelerator原mmcache在linux下的安裝筆記</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=23770</link>
      <description><![CDATA[什麼是Eaccelerator？

也許你從沒聽說過Eaccelerator，但是我想大家都應該聽說過MMCache吧？Eaccelerator可以算是MMCache的“後繼者”。這款軟體的功能就是通過在記憶體中暫存PHP檔從而加速PHP程式的執行速度。由於MMCache的原作者被Zend挖走，MMCache的開發一直處於停滯狀態。而Eac ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 24 Mar 2009 08:54:30 +0000</pubDate>
    </item>
    <item>
      <title>編譯kernel (freebsd)</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=23769</link>
      <description><![CDATA[備份 kernel
  路徑:/usr/src/sys/i386/conf

  先備份kernel的文字敘述檔
    ( cp GENERIC BACKUP )  // GENERIC是最原始的kernel檔，此行指令是將GENERIC
                              這個檔案再複製一個檔案叫 BACKUP
  
  再去編輯BACKUP成你所要的內容
    ( vi BACKU ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 24 Mar 2009 08:53:39 +0000</pubDate>
    </item>
    <item>
      <title>CentOS5 安裝 named</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=20181</link>
      <description><![CDATA[我示範的版本是 CentOS 5，當然也適用於 RHLE 5
安裝這些套件 bind，bind-chroot，bind-utils，system-config-bind
# yum -y install bind bind-chroot bind-utils system-config-bind
拷貝 named.conf 示範檔到 /var/named/chroot/etc/
# cp /usr/share/system-config-bind/profiles ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Sun, 01 Mar 2009 14:45:44 +0000</pubDate>
    </item>
    <item>
      <title>以 Fail2ban 封鎖嘗試侵入的 IP</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=19340</link>
      <description><![CDATA[基本運作原理:  Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Wed, 25 Feb 2009 09:24:47 +0000</pubDate>
    </item>
    <item>
      <title>Archlinux--新一代LINUX</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=15526</link>
      <description><![CDATA[, 如果有回應表示okay了, 如果沒有:
       輸入ifconfig 
       看看你的eth0(網卡)有沒有掛載上, 沒有就ifconfig eth0 up
       接著再重復ping那步, 看看okay沒? 如果再沒有, 你就輸入modprobe xxx-&gt;你的網卡模塊
       再試啦, 不過通常這個比較少見, 就像我說得, 這 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Mon, 02 Feb 2009 13:22:06 +0000</pubDate>
    </item>
    <item>
      <title>Linux 備份與恢復速成指南</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=15525</link>
      <description><![CDATA[級別: 初級
Chris Walden
電子商務架構師, IBM Developer Relations
2004 年 1 月 
IBM 電子商務架構師 Chris Walden 將透過他在 developerWorks 上發表的九篇系列文章來指導您如何在 Linux 環境中運用您的 Windows 操作技巧。本部分將考察 Linux 系統上的內容，同時在考慮到恢 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Mon, 02 Feb 2009 13:05:53 +0000</pubDate>
    </item>
    <item>
      <title>在Linux 上的GPL 防毒軟件</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=15524</link>
      <description><![CDATA[一般由微軟到來　Linux 系統的人或公司都會對病毒的問題較為敏感，常見的問題是　Linux 上有防毒軟件嗎？是　GPL （開放源碼）嗎？事實上在網絡上針對　Linux 系統的病毒數量很少，而針對微軟視窗的病毒則是　Linux 的 4000 倍。如果要在　Linux 上安裝防毒軟件，最後也是為微軟視窗服務。 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Mon, 02 Feb 2009 12:56:44 +0000</pubDate>
    </item>
    <item>
      <title>openwebmail進階使用</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=15523</link>
      <description><![CDATA[轉貼網址：
rpm -Uvh --force perl-Compress-Zlib-1.21-RH9.i386.rpm




其他參考資料
如果您想知道 Open WebMail 會用到系統中的哪些檔案, 請參考 files.txt

如果您碰到任何問題的話, 請先參考 changes.txt 看看是否最新版的 openwebmail-current 已經解決了您的問題. 如果 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Mon, 02 Feb 2009 12:53:36 +0000</pubDate>
    </item>
    <item>
      <title>Opennms安裝心得</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=15522</link>
      <description><![CDATA[前言： 
因為接下公司的網管工作，SEVER分散二地再加上先前的同事對於機器也沒有太多詳細的記載，這些一直困擾著我！無意間發現Opennms對於網管工作有很大的幫助，所以順便在安裝的過程中將安裝的心得記載下來以供往後參考！ 

安裝需求： 
原著作者建議使用CPU PIII-1G以上，至少256MB RAM( ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Mon, 02 Feb 2009 12:52:21 +0000</pubDate>
    </item>
    <item>
      <title>mysql錯誤代碼列表</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=15521</link>
      <description><![CDATA[1005：創建表失敗 
1006：創建資料庫失敗 
1007：資料庫已存在，創建資料庫失敗 
1008：資料庫不存在，刪除資料庫失敗 
1009：不能刪除資料庫檔導致刪除資料庫失敗 
1010：不能刪除資料目錄導致刪除資料庫失敗 
1011：刪除資料庫檔失敗 
1012：不能讀取系統表中的記錄 
1020：記錄已被其他用戶修改  ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Mon, 02 Feb 2009 12:50:41 +0000</pubDate>
    </item>
    <item>
      <title>openvpn 架設方法</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=15501</link>
      <description><![CDATA[最近小丹尼剛好在為客戶架設VPN系統，因此將設定過程分享給網友們

 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Mon, 02 Feb 2009 02:58:38 +0000</pubDate>
    </item>
    <item>
      <title>在NAT監控即時通</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=14252</link>
      <description><![CDATA[套件說明: Imspector 是一套 IM Proxy ,支援 MSN ICQ YAHOO IRC 的通訊協定, 通常安裝於NAT主機上
官方網址: 

FROM:酷學園 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Sat, 17 Jan 2009 05:58:29 +0000</pubDate>
    </item>
    <item>
      <title>Freeradius with TLS on Opensuse 10.3</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=14246</link>
      <description><![CDATA[最近花了些時間研究 

2. Changes in eap.conf

eap {
  default_eap_type = tls
  tls {
    # The following parameters tell radiusd where to
    # find its certs and keys, plus dh &amp; random files:
    private_key_password = 12345
    private_key_file = /e]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Sat, 17 Jan 2009 05:53:48 +0000</pubDate>
    </item>
    <item>
      <title>如何應用Linux監控遠端主機狀態，建立Alert機制</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=14238</link>
      <description><![CDATA[前言
IT人員在公司裡面對使用者反應系統有問題不外兩種反應：
以下為對話情境：
1.User:公司Web不能連線是不是有問題?
IT：是嗎?我檢查一下server，再回覆你。
2.User：mail不能收發，是不是有問題?
IT：因為郵件伺服器有問題，我們正在處理，待兒就可使用了。
兩種情況我想大部分的User都會覺 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Sat, 17 Jan 2009 05:47:45 +0000</pubDate>
    </item>
    <item>
      <title>CISCO Router&amp;Switch 操作小技巧</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=14235</link>
      <description><![CDATA[前言：
這篇文章主要要表達就是CISCO Router和CISCO Switch 於指令操作的小技巧，方便網管朋友在管理CISCO設備的時候可以更容易由螢幕輸出的訊息中找到需要的關鍵資訊。
再看這篇文章的同時建議使用者可以順便複習一下CCNA課程中基本的指令。
 Ziyaret Et ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Sat, 17 Jan 2009 05:46:22 +0000</pubDate>
    </item>
    <item>
      <title>linux作業系統下載</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=13894</link>
      <description><![CDATA[本站推薦義守大學檔案伺服器做為您下載linux作業系統下載最佳的選擇
據站長測試，義守大學檔案伺服器下載速度可達20MB/s，下載一套linux作業系統最快只需要十多分鐘
有需要linux作業系統的人，可以到這裡下載

 Ziyaret Et ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 15 Jan 2009 03:01:31 +0000</pubDate>
    </item>
    <item>
      <title>no server suitable for synchronization found</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=9193</link>
      <description><![CDATA[使用網路對時出現系統時間若不正確會使得郵件伺服器收信的時間出現異常，故建議在一開機時就先執行一次 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 02 Dec 2008 09:19:05 +0000</pubDate>
    </item>
    <item>
      <title>MySQL和php採用UTF8的詳細方法</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=7581</link>
      <description><![CDATA[******   網 站 全 面 採 用 UTF-8 方法.   ******   

1. 用 vi /etc/httpd/conf/httpd.conf 設定Apache中的語系為:( (記得restart)
         AddDefaultCharset UTF-8

2. 用 vi /etc/php.ini 設定php中的語系為:( (記得restart)
         default_charset = &quot;utf-8&quot;

3.  ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Mon, 03 Nov 2008 07:39:57 +0000</pubDate>
    </item>
    <item>
      <title>讓Apache自動大小寫轉換</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=6049</link>
      <description><![CDATA[
但是要注意的是，apache的效能會變差一點點。 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 30 Sep 2008 06:18:05 +0000</pubDate>
    </item>
    <item>
      <title>mysql 連線失敗</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=5799</link>
      <description><![CDATA[最近小丹尼遇到 mysql 偶爾會出現連線失敗的狀況
經過Google大的幫忙找到了解決方案
原來是因為連線數過多的問題導致mysql 連線失敗

解決方法
編輯mysql 設定檔以上就可以解決了 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Thu, 25 Sep 2008 02:10:44 +0000</pubDate>
    </item>
    <item>
      <title>PHP 6 的新特性</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=5357</link>
      <description><![CDATA[PHP的下一個版本，V6，包含了很的新特性和語法改進，會使它在面向對像方面性更易用。
其他重要的特性：比如在核心函數中對Unicode （統一編碼）的支持，這意味著 PHP 6提供了更好的更可靠國際支持。

PHP已經很流行，被無數的站點使用，被大部分因特網接入商所支持，被Yahoo這樣的大網絡公司使用 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Fri, 05 Sep 2008 02:03:08 +0000</pubDate>
    </item>
    <item>
      <title>Webalizer  安裝步驟</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=5272</link>
      <description><![CDATA[一.前言:&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;Webalizer 是一個好用的Web Server 紀錄檔分析軟體，它除了能夠分析 Apache web server 所產生的log 紀錄檔之外，還能夠分析FTP 的 Log 檔，以相當精美的HTML網頁輸出，目前相當多的網站便是使用這一個軟體作為流量分析統計之用，因此在 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 02 Sep 2008 03:24:51 +0000</pubDate>
    </item>
    <item>
      <title>網站出現惡意連結</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=4544</link>
      <description><![CDATA[今天有人發現公司有些主機的網頁在頁面的第一行被惡意植入Java Script
內容如下但有些Client 並沒有出現此一狀況
在確認公司主機並沒有問題後開始試著找尋其他可能。
最後確認的原因如下
Client 所在的區域網路, 有台電腦中毒了, 而這台電腦有 DHCP Server 與 DNS 等功能.
原 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Mon, 18 Aug 2008 07:51:30 +0000</pubDate>
    </item>
    <item>
      <title>如何能加快mailscanner + clamav掃毒的速度</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=4411</link>
      <description><![CDATA[編輯 /etc/MailScanner/MailScanner.conf
修改以下參數

Max Unscanned Bytes Per Scan = 100m]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 12 Aug 2008 04:54:44 +0000</pubDate>
    </item>
    <item>
      <title>板大求助fedora 9~~</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=3978</link>
      <description><![CDATA[最近在一台nb上面安裝Fedora 9後,因為nb上面有無線跟有線兩張網路卡,所以在使用上享用有線當作預設值,然後好像9版的預設無法直接上網,每次都需要打 service network restart,才能夠上網,有點小麻煩!!! Ziyaret Et ...]]></description>
      <category>Linux作業系統</category>
      <author>sbee727</author>
      <pubDate>Mon, 14 Jul 2008 06:49:14 +0000</pubDate>
    </item>
    <item>
      <title>雲端運算</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=3909</link>
      <description><![CDATA[雲端運算（cloud computing，分散式運算技術的一種，其最基本的概念，是透過網路將龐大的運算處理程序自動分拆成無數個較小的子程序，再交由多部伺服器所組成的龐大系統經搜尋、運算分析之後將處理結果回傳給用戶。透過這項技術，網路服務提供者可以在數秒之內，達成處理數以千萬計甚至億計 ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Wed, 02 Jul 2008 09:27:59 +0000</pubDate>
    </item>
    <item>
      <title>E575: viminfo: Illegal starting char in line (vim)</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=3829</link>
      <description><![CDATA[ Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 24 Jun 2008 08:04:31 +0000</pubDate>
    </item>
    <item>
      <title>Cisco 路由器常用命令</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=3748</link>
      <description><![CDATA[Cisco 路由器常用命令

1 Exec commands:

 恢復一個會話
bfe 手工應急模式設置
clear 復位功能
clock 管理系統時鐘
configure 進入設置模式
connect 打開一個終端
copy 從tftp伺服器拷貝設置文件或把設置文件拷貝到tftp伺服器上
debug 調試功能
disable 退出優先命令狀態
di ...]]></description>
      <category>Linux作業系統</category>
      <author>sbee727</author>
      <pubDate>Thu, 12 Jun 2008 03:59:17 +0000</pubDate>
    </item>
    <item>
      <title>即時通外掛</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=3726</link>
      <description><![CDATA[這是一些~即時通的程式

好奇的人可以玩看看唷

還滿刺激搭 =口=

 Ziyaret Et]]></description>
      <category>Linux作業系統</category>
      <author>王得</author>
      <pubDate>Sun, 08 Jun 2008 00:48:49 +0000</pubDate>
    </item>
    <item>
      <title>Linux 系統中 Load averages 代表的意思</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=3702</link>
      <description><![CDATA[top 中的 load average 對 performance 的真正影響為何? 

通常聽到的說法是, 如果 CPU 有 4 顆, load average 超過 8 (CPU 個數的兩倍) 的時候, 代表 CPU 的 loading 很重, 但往往此時還有 idle, 也許是 10% ~ 20%, 雖然有 idle 但真的覺得慢

1. 如果load average/CPU數量  ...]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Tue, 03 Jun 2008 02:47:51 +0000</pubDate>
    </item>
    <item>
      <title>linux指令大全</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=3670</link>
      <description><![CDATA[]]></description>
      <category>Linux作業系統</category>
      <author>danny</author>
      <pubDate>Mon, 26 May 2008 08:26:38 +0000</pubDate>
    </item>
  </channel>
</rss>