<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://wiki.sars.tw/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Sars' History service</title>
        <description></description>
        <link>https://wiki.sars.tw/</link>
        <lastBuildDate>Sun, 17 May 2026 01:25:41 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>https://wiki.sars.tw/lib/tpl/dokuwiki/images/favicon.ico</url>
            <title>Sars' History</title>
            <link>https://wiki.sars.tw/</link>
        </image>
        <item>
            <title>service:ansible</title>
            <link>https://wiki.sars.tw/doku.php?id=service:ansible&amp;rev=1451897979&amp;do=diff</link>
            <description>Ansible

Book

	*  Ansible for DevOps</description>
        <category>service</category>
            <pubDate>Mon, 04 Jan 2016 16:59:39 +0800</pubDate>
        </item>
        <item>
            <title>service:apache</title>
            <link>https://wiki.sars.tw/doku.php?id=service:apache&amp;rev=1308562175&amp;do=diff</link>
            <description>Apache2 + SSL

&lt;http://billcho.twbbs.org/~bill/wordpress/?p=38&gt;

安裝套件
# apt-get install apache2
# apt-get install openssl ssl-cert
# apt-get install libapache2-mod-php5 php5-cli php5-common php5-cgi php5
產生 certificate file
# openssl req $@ -new -x509 -days 365 -nodes -out /etc/apache2/apache.pem -keyout /etc/apache2/apache.pem
# chmod 600 /etc/apache2/apache.pem</description>
        <category>service</category>
            <pubDate>Mon, 20 Jun 2011 17:29:35 +0800</pubDate>
        </item>
        <item>
            <title>service:bind</title>
            <link>https://wiki.sars.tw/doku.php?id=service:bind&amp;rev=1211791678&amp;do=diff</link>
            <description>FreeBSD BIND9 簡易設定

/etc/namedb/named.conf

listen-on { [對外IP]; };

重要…不然別人沒辦法來查

以及最後面加上

zone “cc.sars.tw” {
type master;
file “master/ccsars.fwd”;
};

/etc/namedb/master/ccsars.fwd

;
; BIND data file for cc.sars.tw
;
$TTL 86400
@ IN SOA cc.sars.tw. dns1.cc.sars.tw. (
    20061019 ; Serial
    3600     ; Refresh
    3600     ; Retry
    2419200 ; Expire
    86400 )  ; Negative Cache TTL
;
@      IN  NS     cc.sars.tw.
        IN  A      140.115.XXX.XXX
dns1    IN  A      140.115.XXX.XXX
wenpe…</description>
        <category>service</category>
            <pubDate>Mon, 26 May 2008 16:47:58 +0800</pubDate>
        </item>
        <item>
            <title>service:docker</title>
            <link>https://wiki.sars.tw/doku.php?id=service:docker&amp;rev=1457099907&amp;do=diff</link>
            <description>Docker

Storage

	*  Docker : Storage Patterns for Persistence</description>
        <category>service</category>
            <pubDate>Fri, 04 Mar 2016 21:58:27 +0800</pubDate>
        </item>
        <item>
            <title>service:freenas</title>
            <link>https://wiki.sars.tw/doku.php?id=service:freenas&amp;rev=1181497181&amp;do=diff</link>
            <description>FreeNAS

&lt;http://www.freenas.org/&gt;

&lt;http://www.mobile01.com/topicdetail.php?f=174&amp;t=281580&gt;</description>
        <category>service</category>
            <pubDate>Mon, 11 Jun 2007 01:39:41 +0800</pubDate>
        </item>
        <item>
            <title>service:gallery</title>
            <link>https://wiki.sars.tw/doku.php?id=service:gallery&amp;rev=1172640851&amp;do=diff</link>
            <description>Gallery2

修改整體字型大小

在 theme/[使用的theme]/theme.css 檔案中


  #gallery { 
        ... 
        font-size: 75%; 
        ...
  }</description>
        <category>service</category>
            <pubDate>Wed, 28 Feb 2007 13:34:11 +0800</pubDate>
        </item>
        <item>
            <title>service:ganglia</title>
            <link>https://wiki.sars.tw/doku.php?id=service:ganglia&amp;rev=1183083905&amp;do=diff</link>
            <description>Ganglia

&lt;http://ganglia.sourceforge.net/&gt;

ganglia - distributed monitoring system</description>
        <category>service</category>
            <pubDate>Fri, 29 Jun 2007 10:25:05 +0800</pubDate>
        </item>
        <item>
            <title>service:git</title>
            <link>https://wiki.sars.tw/doku.php?id=service:git&amp;rev=1461232756&amp;do=diff</link>
            <description>Git

Book

Pro Git

Reference

	*  &lt;http://git-scm.com/&gt;
	*  &lt;https://git.wiki.kernel.org/index.php/Main_Page&gt;
	*  Git Reference
	*  Linus Torvalds on git
	*  Git - SVN Crash Course: &lt;http://git-scm.com/course/svn.html&gt;
	*  Why Git is Better than X: &lt;http://zh-tw.whygitisbetterthanx.com/&gt;
	*  Getting Git
	*  Migrate svn to git
	*  A successful Git branching model
	*  A Hacker’s Guide to Git

安裝

&lt;http://www.qweruiop.org/nchcrails/posts/49&gt;

FreeBSD: &lt;http://blog.wu-boy.com/2009/10/05/1701/&gt;

指令教…</description>
        <category>service</category>
            <pubDate>Thu, 21 Apr 2016 17:59:16 +0800</pubDate>
        </item>
        <item>
            <title>service:http</title>
            <link>https://wiki.sars.tw/doku.php?id=service:http&amp;rev=1201364955&amp;do=diff</link>
            <description>HTTP 錯誤代碼


200 OK
201 Post 指令被成功地執行
202 請求被接受
203 Get 或 Head 請求被完成
204 請求被完成，但沒有內如容傳回
300 資源可在許多地方被找到
301 資源永久的移除
302 資源暫時被移除
304 資源未被更改過
400 Client 的不正確請求信息
401 未授權的請求訊息
402 完成請求信息必須有回應
403 禁止使用此資源
404 資源找不到
405 資源不允許使用此方法
406 不被接受的資源型別
410 無此資源
500 Server 內部發生錯誤
501 沒有被實作的方法
502 不正確的 Gateway 或 Server 負荷過重…</description>
        <category>service</category>
            <pubDate>Sun, 27 Jan 2008 00:29:15 +0800</pubDate>
        </item>
        <item>
            <title>service:lighttpd</title>
            <link>https://wiki.sars.tw/doku.php?id=service:lighttpd&amp;rev=1172220750&amp;do=diff</link>
            <description>SSL

&lt;http://trac.lighttpd.net/trac/wiki/Docs%3ASSL&gt;

&lt;http://jackbaty.com/2005/12/27/lighttpd-and-ssl/&gt;

Setting up a simple SSL configuration

&lt;http://trac.lighttpd.net/trac/wiki/HowToSimpleSSL&gt;

How to redirect HTTP requests to HTTPS

&lt;http://trac.lighttpd.net/trac/wiki/HowToRedirectHttpToHttps&gt;</description>
        <category>service</category>
            <pubDate>Fri, 23 Feb 2007 16:52:30 +0800</pubDate>
        </item>
        <item>
            <title>service:monitor</title>
            <link>https://wiki.sars.tw/doku.php?id=service:monitor&amp;rev=1367982843&amp;do=diff</link>
            <description>Service Monitor

	*  &lt;http://www.uptimerobot.com/&gt;
	*  &lt;https://www.pingdom.com/&gt;</description>
        <category>service</category>
            <pubDate>Wed, 08 May 2013 11:14:03 +0800</pubDate>
        </item>
        <item>
            <title>service:mrtg</title>
            <link>https://wiki.sars.tw/doku.php?id=service:mrtg&amp;rev=1303961464&amp;do=diff</link>
            <description>mrtg-reference

&lt;http://oss.oetiker.ch/mrtg/doc/mrtg-reference.en.html&gt;

SNMP Reference

&lt;http://www.debianhelp.co.uk/snmp.htm&gt;

&lt;http://blog.miniasp.com/post/2009/02/Ubuntu-804-snmpd-installation-and-configuration-notes.aspx&gt;

&lt;http://dieabsorb.wordpress.com/2011/04/05/snmp-%E5%B0%8F%E8%A8%98/&gt;

indexmaker

&lt;http://oss.oetiker.ch/mrtg/doc/indexmaker.en.html&gt;

Debian MRTG 簡易設定

SNMP - Simple Network Management Protocol 

MRTG - Multi Router Traffic Grapher

&lt;http://phorum.study-area.org/viewtopi…</description>
        <category>service</category>
            <pubDate>Thu, 28 Apr 2011 11:31:04 +0800</pubDate>
        </item>
        <item>
            <title>service:mysql</title>
            <link>https://wiki.sars.tw/doku.php?id=service:mysql&amp;rev=1527003773&amp;do=diff</link>
            <description>MySQL Memory Calculator: &lt;http://www.mysqlcalculator.com/&gt;

MySQL on Debian

在 Debian 中，會使用 debian-sys-maint 這個帳號存取 MySQL 資料庫，而這個帳號的密碼則是儲存在
/etc/mysql/debian.cnf
這個檔案中，如果平常是透過備份 /var/lib/mysql 這個目錄的方式來備份整個資料庫，那這個 debian.cnf 檔案也要記得備份，不然在重新安裝 MySQL 後，就算直接把整個目錄還原回去，還是會無法存取。</description>
        <category>service</category>
            <pubDate>Tue, 22 May 2018 23:42:53 +0800</pubDate>
        </item>
        <item>
            <title>service:proftpd</title>
            <link>https://wiki.sars.tw/doku.php?id=service:proftpd&amp;rev=1229429620&amp;do=diff</link>
            <description>proftpd 使用 TLS 加密

產生金鑰
openssl genrsa -out proftpd.key2 1024openssl req -new -x509 -days 3650 -key proftpd.key -out proftpd.crt

Country Name (2 letter code) [AU]:TW
State or Province Name (full name) [Some-State]:Taiwan
Locality Name (eg, city) []:Jhungli
Organization Name (eg, company) [Internet Widgits Pty Ltd]:SARS.tw
Organizational Unit Name (eg, section) []:FTP
Common Name (eg, YOUR name) []:sars.tw
Email Address []:username@domain.name</description>
        <category>service</category>
            <pubDate>Tue, 16 Dec 2008 20:13:40 +0800</pubDate>
        </item>
        <item>
            <title>service:rsync</title>
            <link>https://wiki.sars.tw/doku.php?id=service:rsync&amp;rev=1287230063&amp;do=diff</link>
            <description>rsync

&lt;http://cu.ttc.edu.tw/wordpress/?p=71&gt;

&lt;http://blog.yorkxin.org/2006/11/09/rsync-ssh/&gt;

使用 cwRsync 差異性備份 Windows 2003 伺服器

cwrsync - Rsync for Windows</description>
        <category>service</category>
            <pubDate>Sat, 16 Oct 2010 19:54:23 +0800</pubDate>
        </item>
        <item>
            <title>service:subversion_trac</title>
            <link>https://wiki.sars.tw/doku.php?id=service:subversion_trac&amp;rev=1323054995&amp;do=diff</link>
            <description>Subversion

設定專用資料夾：&lt;http://i.repeat.tw/blog/post/8687153&gt;

如何不被 TortoiseSVN 拖慢系統效率：&lt;http://www.jeffhung.net/blog/articles/jeffhung/758/&gt;

Branck and Merge

&lt;http://blog.miniasp.com/post/2010/01/Subversion-Branches-and-Merging-using-TortoiseSVN.aspx&gt;

忽略檔案或資料夾
svn propedit svn:ignore [Repo位置]
如果想要忽略目前目錄中的 tmp 及 Config.php 資料夾，可在此目錄下執行</description>
        <category>service</category>
            <pubDate>Mon, 05 Dec 2011 11:16:35 +0800</pubDate>
        </item>
        <item>
            <title>service:webmail</title>
            <link>https://wiki.sars.tw/doku.php?id=service:webmail&amp;rev=1268383961&amp;do=diff</link>
            <description>RoundCube

參考：&lt;http://freesf.tw/modules/news/article.php?storyid=3031&gt;

&lt;http://www.roundcube.net/&gt;

引用 freesf.tw

精巧的AJAX 作品：RoundCube Webmail 0.1-beta2
發表人 joe_chien 於 2007/1/18 13:01:10

RoundCube 是從 Iloha 改寫而來，也承席Iloha 羽量級的靈巧速度，加上RoundCube 精美的介面、以及AJAX 級的設計表現，雖然目前只是0.1-beta2 版，卻讓人愛不釋手。唯一可惜的，是它必需使用MySQL資料庫，但比起Hola 之類使用資料庫的 Webmail， RoundCube 更為簡單精巧。…</description>
        <category>service</category>
            <pubDate>Fri, 12 Mar 2010 16:52:41 +0800</pubDate>
        </item>
    </channel>
</rss>
