<?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; Network service</title>
	<atom:link href="http://www.monster.com.tw/archives/category/network-service/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>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>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 aws ami LAMP / NGINX / PHP / memcache steps</title>
		<link>http://www.monster.com.tw/archives/4950</link>
		<comments>http://www.monster.com.tw/archives/4950#comments</comments>
		<pubDate>Fri, 20 May 2011 14:43:08 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Network service]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=4950</guid>
		<description><![CDATA[// &#8212;&#8211; Using NGINX + PHP5-FPM sudo apt-get install nginx php5-fpm php5-mysql cd /etc/init.d/ sudo service apache2 stop sudo update-rc.d -f apache2 remove http://yoodey.com/how-install-configure-nginx-php-fpm-memcached-work-drupal-7-ubuntu-1010-maverick Install Memcached sudo apt-get install memcached libmemcached-dev php5-memcached php5-memcache // ==================== Getting a new virtual machine up and running from the default AMI is easy. Here’s my cookbook: Install basic services [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/4950/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache 是 Internet 世界最偉大的 project</title>
		<link>http://www.monster.com.tw/archives/3767</link>
		<comments>http://www.monster.com.tw/archives/3767#comments</comments>
		<pubDate>Wed, 23 Mar 2011 13:01:55 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Network service]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=3767</guid>
		<description><![CDATA[以前 打 www.apache.org 可能就是看到 apache web server 的 download , document &#8230;.等等, 但隨著越來越多開發者把他們的 project 標記成 apache license , apache 於是變成一個巨大的 project 集中地 &#8211; The Apache Software Foundation &#8230;. apache web server 是排名第一的 web server 這不用說, 今天認識了 Lucene , Solr 這個應該算是 apache 第二大 Apache Lucene Java 分類是 database http://projects.apache.org/projects/lucene_java.html Apache Solr 是被分類在 web-framework, network-server http://projects.apache.org/projects/solr.html &#160; [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/3767/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD + apache with large connection settings</title>
		<link>http://www.monster.com.tw/archives/3416</link>
		<comments>http://www.monster.com.tw/archives/3416#comments</comments>
		<pubDate>Fri, 14 Jan 2011 07:03:07 +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=3416</guid>
		<description><![CDATA[solved 如下： 一、  網站的 Search功能因為使用 Ajax的方式，在大量User使用下，造成 Mysql 連線問題而影響 Apahce. 二、  因為新網站為全新製作，所有舊有的網址(包含 Search Agent、各大討論區、子公司…)會全部導回首頁 (Rewrite)… 在大量存取下，短時間產生Mysql、Apache連線，影響mysql與apache 的效能… &#160; &#160; &#160; problem: 大量出現… Approaching the limit on PV entries, consider increasing either the vm.pmap.shpgperproc or the vm.pmap.pv_entry_max ===&#62; MaxClients  設太大 這兩個有設 FreeBSD: append to /etc/sysctl (or you can use sysctl -w to add these) kern.maxfiles=65536 kern.maxfilesperproc=32768 如下： [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/3416/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion Server Notes</title>
		<link>http://www.monster.com.tw/archives/3379</link>
		<comments>http://www.monster.com.tw/archives/3379#comments</comments>
		<pubDate>Sat, 08 Jan 2011 03:47:44 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[JOB]]></category>
		<category><![CDATA[Network service]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=3379</guid>
		<description><![CDATA[* Subversion Server Notes * ----------------------- * * If you intend to run a server, a repository needs to be created using * svnadmin (see man svnadmin) or the following command to create it in * /var/svn: * * emerge --config =dev-vcs/subversion-1.6.13 * * Subversion has multiple server types, take your pick: * * - [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/3379/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon AWS EC2 service / cloud / 雲端</title>
		<link>http://www.monster.com.tw/archives/3271</link>
		<comments>http://www.monster.com.tw/archives/3271#comments</comments>
		<pubDate>Fri, 26 Nov 2010 09:34:45 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[JOB]]></category>
		<category><![CDATA[Network service]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[ec2]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/3271</guid>
		<description><![CDATA[Dear EC2 Customer, You recently reached a limit on the volume of email you were able to send out of SMTP port 25 on your instance: Instance ID: i-9b8924ce * IP Address: 1.2.3.4 * Start date: 2011-06-01 22:47 +0000 In order to maintain the quality of EC2 addresses for sending email, we enforce default limits [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/3271/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ebay token usage</title>
		<link>http://www.monster.com.tw/archives/2760</link>
		<comments>http://www.monster.com.tw/archives/2760#comments</comments>
		<pubDate>Thu, 19 Aug 2010 04:17:36 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Network service]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[ruten]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2760</guid>
		<description><![CDATA[這邊有個圖, 跟 ebay API 串接時的 token / session id 等動作說明得很清楚 &#160; http://developer.ebay.com/DevZone/xml/docs/WebHelp/wwhelp/wwhimpl/common/html/wwhelp.htm?context=eBay_XML_API&#38;file=GettingTokens-Configuring_the_Consent_Flow_for_Applications_with_Multiple_User.html#wp1161782 Web/Server Applications &#8211; Figure 6-2 Option 2: Sign-in Flow Returns User to Web Application; Application Uses FetchToken to Retrieve Token Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2760/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online 畫草圖工具 / Online draft editing tools</title>
		<link>http://www.monster.com.tw/archives/2713</link>
		<comments>http://www.monster.com.tw/archives/2713#comments</comments>
		<pubDate>Thu, 05 Aug 2010 07:45:38 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[Network service]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2713</guid>
		<description><![CDATA[http://amos-lee.blogspot.com/2010/05/10.html http://www.mockflow.com/ http://www.balsamiq.com/builds/mockups-web-demo/?q=demos/mockups/Mockups.html Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2713/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tracking system 新點子</title>
		<link>http://www.monster.com.tw/archives/2276</link>
		<comments>http://www.monster.com.tw/archives/2276#comments</comments>
		<pubDate>Wed, 17 Mar 2010 06:55:26 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[JOB]]></category>
		<category><![CDATA[Network service]]></category>
		<category><![CDATA[Programming/C]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2276</guid>
		<description><![CDATA[上週聽了 ora 公司的產品說明, 覺得不錯. 它是 tracking system 產品, 可是更 friendly / 非侵入式的作法, 它利用 switch 或 SLB設備的 mirror port 把流經的 traffic 導進這個 program , 由這個 program 來進行 traffic 分析. 架構簡圖: &#160; 若要自行作的話可能會需要看懂這個 Programming with pcap http://www.tcpdump.org/pcap.htm The Sniffer&#8217;s Guide to Raw Traffic (a libpcap tutorial) http://yuba.stanford.edu/~casado/pcap/section1.html Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2276/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

