<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Monster Oasis &#187; System/Linux/Unix*</title>
	<atom:link href="http://www.monster.com.tw/archives/category/systemlinuxunix/feed" rel="self" type="application/rss+xml" />
	<link>http://www.monster.com.tw</link>
	<description>Sky / Ocean / Tree</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:14:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>osx / mac : use ssh tunnel / ssh proxy 說明</title>
		<link>http://www.monster.com.tw/archives/5623</link>
		<comments>http://www.monster.com.tw/archives/5623#comments</comments>
		<pubDate>Sat, 31 Dec 2011 00:59:18 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=5623</guid>
		<description><![CDATA[先找 osx 這個軟體 ssh secret socks , download : http://nihilex.com/secret-socks     如這頁說明裝好 ssh secret socks http://www.pairsdoll.com/secret-socks.html/   在 OSX 的 網路 setting 那邊應該 這軟體會幫忙設好, 若沒有就照下面畫面設定     那頁假設是用 local 的 SOCKS PORT 是 9999 那麼 Firefox 的 設定就這樣設定     Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/5623/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon / AWS / EC2 linux version</title>
		<link>http://www.monster.com.tw/archives/5581</link>
		<comments>http://www.monster.com.tw/archives/5581#comments</comments>
		<pubDate>Sat, 10 Dec 2011 03:39:08 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=5581</guid>
		<description><![CDATA[cat /proc/version Linux version 2.6.35.11-83.9.amzn1.x86_64 (mockbuild@build-31003.build) (gcc version 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC) ) #1 SMP Sat Feb 19 23:42:04 UTC 2011   file /bin/bash /bin/bash: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped   cat /proc/cpuinfo   processor : 0 vendor_id : GenuineIntel cpu [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/5581/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: [memo] 標準前台安裝 , SOP , steps</title>
		<link>http://www.monster.com.tw/archives/5546</link>
		<comments>http://www.monster.com.tw/archives/5546#comments</comments>
		<pubDate>Tue, 08 Nov 2011 08:51:29 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[DATABASE]]></category>
		<category><![CDATA[JOB]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[Programming/php]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=5546</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/5546/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>configure for syslog-ng , syslog-ng.conf , log server , remote log , syslog</title>
		<link>http://www.monster.com.tw/archives/5493</link>
		<comments>http://www.monster.com.tw/archives/5493#comments</comments>
		<pubDate>Mon, 24 Oct 2011 07:13:41 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Network service]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=5493</guid>
		<description><![CDATA[&#160; // ---------------- Server: /etc/syslog-ng/syslog-ng.conf : source remote_host { udp(); }; destination my_host { file("/var/log/$YEAR$MONTH$DAY.log"); }; log { source(remote_host); destination(my_host); }; // &#8212;&#8212;&#8212;&#8212;&#8212;- &#160; Client: /etc/syslog-ng/syslog-ng.conf : source src { unix-stream("/dev/log"); internal(); }; destination remote_server { udp("172.25.8.109" port(514)); }; log { source(src); destination(remote_server); }; // &#8212;&#8212;&#8212;&#8212;&#8212;- 改良版的 log server , 日期/時間比較容易看, remote server 的 IP [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/5493/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>login remote ssh delay 等很久</title>
		<link>http://www.monster.com.tw/archives/5491</link>
		<comments>http://www.monster.com.tw/archives/5491#comments</comments>
		<pubDate>Thu, 20 Oct 2011 08:41:13 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=5491</guid>
		<description><![CDATA[改 /etc/ssh/sshd_config 加一行: UseDNS no Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/5491/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RabbitMQ , 神奇兔子 message broker , 小小測試</title>
		<link>http://www.monster.com.tw/archives/5427</link>
		<comments>http://www.monster.com.tw/archives/5427#comments</comments>
		<pubDate>Wed, 28 Sep 2011 08:04:17 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=5427</guid>
		<description><![CDATA[http://www.rabbitmq.com/   # # # &#62; /usr/sbin/ab -c 1 -n 1000 "http://gillight.www.dev.com.tw/send.php" This is ApacheBench, Version 2.0.40-dev &#60;$Revision: 1.146 $&#62; apache-2.0 Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Copyright 2006 The Apache Software Foundation, http://www.apache.org/ Benchmarking gillight.www.dev.com.tw (be patient) Completed 100 requests Completed 200 requests Completed 300 requests Completed 400 requests Completed 500 requests [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/5427/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>email checker</title>
		<link>http://www.monster.com.tw/archives/5426</link>
		<comments>http://www.monster.com.tw/archives/5426#comments</comments>
		<pubDate>Wed, 28 Sep 2011 03:12:05 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Network service]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=5426</guid>
		<description><![CDATA[也許根據以下的 smtp command 可以用來 check email 名單的正確性 URL: http://www.ip-address.org/verify/email-checker.php Resolving host name "gmail-smtp-in.l.google.com"... Connecting to host address "209.85.225.27"... Connected. S 220 mx.google.com ESMTP m8si9351085icw.142 C HELO ip-address.org S 250 mx.google.com at your service C MAIL FROM: &#60;info@ip-address.org&#62; S 250 2.1.0 OK m8si9351085icw.142 C RCPT TO: &#60;xxx@gmail.com&#62; S 250 2.1.5 OK m8si9351085icw.142 C DATA S 354 [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/5426/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon EC2  / Amazon Linux AMI  / AWS / 安裝 LAMP 套件</title>
		<link>http://www.monster.com.tw/archives/5383</link>
		<comments>http://www.monster.com.tw/archives/5383#comments</comments>
		<pubDate>Tue, 20 Sep 2011 02:16:33 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Programming/php]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=5383</guid>
		<description><![CDATA[開 Amazon Linux AMI x86_64 EBS // 裝 mysql client 及開發會用到的 libs yum install mysql mysql-libs mysql-devel // 裝 apache yum install httpd httpd-devel // 裝 php 及 php 套件 yum install php php-devel php-mysql php-gd php-dom php-pear php-json php-xml php-xmlrpc // 裝 subversion yum install svn Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/5383/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>localtime / zone file / 時區設定</title>
		<link>http://www.monster.com.tw/archives/5377</link>
		<comments>http://www.monster.com.tw/archives/5377#comments</comments>
		<pubDate>Tue, 13 Sep 2011 07:48:03 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=5377</guid>
		<description><![CDATA[cp /usr/share/zoneinfo/Asia/Taipei /etc/localtime   Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/5377/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: LAB vmware server list / VM manage tools</title>
		<link>http://www.monster.com.tw/archives/5355</link>
		<comments>http://www.monster.com.tw/archives/5355#comments</comments>
		<pubDate>Thu, 01 Sep 2011 06:57:00 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[JOB]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/5355</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/5355/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

