<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>ぶっちろぐ &#187; Script</title>
	<atom:link href="http://bucci.bp7.org/archives/tag/script/feed" rel="self" type="application/rss+xml" />
	<link>http://bucci.bp7.org</link>
	<description>ぐ～たら日記, MMORPG, Linux/UNIX, PC 関連とかあれこれ</description>
	<lastBuildDate>Thu, 09 Feb 2012 04:43:48 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bucci.bp7.org/archives/tag/script/feed" />
		<item>
		<title>Apache のログ管理</title>
		<link>http://bucci.bp7.org/archives/733</link>
		<comments>http://bucci.bp7.org/archives/733#comments</comments>
		<pubDate>Sat, 09 Feb 2008 01:19:58 +0000</pubDate>
		<dc:creator>BuCCi</dc:creator>
				<category><![CDATA[Linux/UNIX]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://bucci.bp7.org/archives/733</guid>
		<description><![CDATA[Apache のログ管理は大半のディストリから RPM やらでインスコすると「logrotate」で 世代管理しつつローテーションされる。 個人的にはこの方法でローテーションされるのは嫌なので Apache 付属の「ro <a href='http://bucci.bp7.org/archives/733'>[...]</a>]]></description>
		<wfw:commentRss>http://bucci.bp7.org/archives/733/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bucci.bp7.org/archives/733" />
	</item>
		<item>
		<title>Squid の logrotate 処理修正とうんちくたれ。</title>
		<link>http://bucci.bp7.org/archives/660</link>
		<comments>http://bucci.bp7.org/archives/660#comments</comments>
		<pubDate>Sat, 29 Dec 2007 06:55:15 +0000</pubDate>
		<dc:creator>BuCCi</dc:creator>
				<category><![CDATA[Linux/UNIX]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Squid]]></category>

		<guid isPermaLink="false">http://bucci.bp7.org/archives/660</guid>
		<description><![CDATA[またこれ備忘録と Squid のうんちく。 yum を使ってパッケージインスコした Squid なんだけども、デフォルトでくっついてくる logrotate.d 以下へ収めるスクリプトをかますと「ログの多重ローテーション <a href='http://bucci.bp7.org/archives/660'>[...]</a>]]></description>
		<wfw:commentRss>http://bucci.bp7.org/archives/660/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bucci.bp7.org/archives/660" />
	</item>
		<item>
		<title>Dovecot の init 書いてみた。</title>
		<link>http://bucci.bp7.org/archives/599</link>
		<comments>http://bucci.bp7.org/archives/599#comments</comments>
		<pubDate>Sun, 18 Nov 2007 18:55:10 +0000</pubDate>
		<dc:creator>BuCCi</dc:creator>
				<category><![CDATA[Linux/UNIX]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://bucci.bp7.org/archives/599</guid>
		<description><![CDATA[昨日のリプレースで MRA が Dovecot になった訳だが、ソースからコンパイルしているので OS 起動時の自動実行プログラムが無い状態。 これだといちいち起動させるのが面倒だし、通常の運用面でも Restart か <a href='http://bucci.bp7.org/archives/599'>[...]</a>]]></description>
		<wfw:commentRss>http://bucci.bp7.org/archives/599/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bucci.bp7.org/archives/599" />
	</item>
		<item>
		<title>VirtualMailBox のユーザー追加スクリプト</title>
		<link>http://bucci.bp7.org/archives/587</link>
		<comments>http://bucci.bp7.org/archives/587#comments</comments>
		<pubDate>Fri, 09 Nov 2007 01:13:46 +0000</pubDate>
		<dc:creator>BuCCi</dc:creator>
				<category><![CDATA[Linux/UNIX]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://bucci.bp7.org/archives/587</guid>
		<description><![CDATA[先日実装させてみたバーチャルメールボックスだけど、ユーザー追加のオペが怠いので やっつけで追加パートのみスクリプトを書いてみた。 スクリプト 1 つで追加削除共に出来るようにするつもりだけど、とりあえず追加のみの バージ <a href='http://bucci.bp7.org/archives/587'>[...]</a>]]></description>
		<wfw:commentRss>http://bucci.bp7.org/archives/587/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bucci.bp7.org/archives/587" />
	</item>
		<item>
		<title>テキスト整形備忘録</title>
		<link>http://bucci.bp7.org/archives/467</link>
		<comments>http://bucci.bp7.org/archives/467#comments</comments>
		<pubDate>Thu, 02 Aug 2007 15:23:37 +0000</pubDate>
		<dc:creator>BuCCi</dc:creator>
				<category><![CDATA[LastChaos]]></category>
		<category><![CDATA[Linux/UNIX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://bucci.bp7.org/?p=467</guid>
		<description><![CDATA[うちのサーバーでは MMORPG ラストカオスのランキングデータを カタルサーバーのみ毎日取得している状態で、公開してある。 しかしそのまんま HTML 引っ張ってきてるだけなのでイメージへのリンクやら Geotrust <a href='http://bucci.bp7.org/archives/467'>[...]</a>]]></description>
		<wfw:commentRss>http://bucci.bp7.org/archives/467/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bucci.bp7.org/archives/467" />
	</item>
		<item>
		<title>超簡易プロビジョニングスクリプトを書いてみた。</title>
		<link>http://bucci.bp7.org/archives/438</link>
		<comments>http://bucci.bp7.org/archives/438#comments</comments>
		<pubDate>Tue, 17 Jul 2007 11:48:45 +0000</pubDate>
		<dc:creator>BuCCi</dc:creator>
				<category><![CDATA[Linux/UNIX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://bucci.bp7.org/?p=438</guid>
		<description><![CDATA[うちのサーバーでは Web スペースを無償で貸し出ししていたりする。 その時にユーザー名は決めて貰うんだけど、パスワードは? と聞き出すと 大概は自分が普段使っていたり憶えやすい物を言ってしまうと思う。 それじゃちと貸す <a href='http://bucci.bp7.org/archives/438'>[...]</a>]]></description>
		<wfw:commentRss>http://bucci.bp7.org/archives/438/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bucci.bp7.org/archives/438" />
	</item>
		<item>
		<title>named の init 作成</title>
		<link>http://bucci.bp7.org/archives/21</link>
		<comments>http://bucci.bp7.org/archives/21#comments</comments>
		<pubDate>Wed, 26 Apr 2006 22:13:26 +0000</pubDate>
		<dc:creator>BuCCi</dc:creator>
				<category><![CDATA[Linux/UNIX]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://bucci.bp7.org/?p=21</guid>
		<description><![CDATA[自宅サーバーには BIND9 を入れて内向けの DNS を立てている。 いちいち ISP の DNS にクエリー出してその戻りを参照しにいくのに 外側に出て行くのはパフォーマンス的にももったいない物がある。 その点、自宅 <a href='http://bucci.bp7.org/archives/21'>[...]</a>]]></description>
		<wfw:commentRss>http://bucci.bp7.org/archives/21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bucci.bp7.org/archives/21" />
	</item>
	</channel>
</rss>

