<?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>Mazn.net</title>
	<atom:link href="http://www.mazn.net/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mazn.net/blog</link>
	<description>やってみて　調べてみて　苦労しなけりゃ 箱は動かじ</description>
	<lastBuildDate>Wed, 16 May 2012 14:42:19 +0000</lastBuildDate>
	<language>en</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://www.mazn.net/blog/feed" />
		<item>
		<title>5円運用は嘘？Xi プラス割やらMNP適用でxi回線を5円で運用は勘違いでは？</title>
		<link>http://www.mazn.net/blog/2012/05/16/712.html</link>
		<comments>http://www.mazn.net/blog/2012/05/16/712.html#comments</comments>
		<pubDate>Wed, 16 May 2012 14:42:19 +0000</pubDate>
		<dc:creator>mazn</dc:creator>
				<category><![CDATA[日常]]></category>

		<guid isPermaLink="false">http://www.mazn.net/blog/?p=712</guid>
		<description><![CDATA[最近ドコモのXiプラス割とMNP使って、Xi 回線5円/月で運用って騒いでいる人が多いが、ちょっと待て。 騙されてないか？罠にはまってないか？ 一つ目の罠が、この5円というのは、端末の代金を最初に一括で払っていることが前 [...]]]></description>
		<wfw:commentRss>http://www.mazn.net/blog/2012/05/16/712.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.mazn.net/blog/2012/05/16/712.html" />
	</item>
		<item>
		<title>gitで過去のコミットを書き換える方法まとめ</title>
		<link>http://www.mazn.net/blog/2012/05/08/707.html</link>
		<comments>http://www.mazn.net/blog/2012/05/08/707.html#comments</comments>
		<pubDate>Mon, 07 May 2012 15:29:09 +0000</pubDate>
		<dc:creator>mazn</dc:creator>
				<category><![CDATA[IT技術]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.mazn.net/blog/?p=707</guid>
		<description><![CDATA[コミットしてしまった後に恥ずかしい間違いに気づいて書き換えたい時の対処方法。 まずは基本。直前にコミットしたものを修正するには、 ファイル(hoge.txt) を修正する 修正したファイルをaddする $ git add [...]]]></description>
		<wfw:commentRss>http://www.mazn.net/blog/2012/05/08/707.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.mazn.net/blog/2012/05/08/707.html" />
	</item>
		<item>
		<title>Googleマップのお気に入り名を編集する</title>
		<link>http://www.mazn.net/blog/2012/05/03/704.html</link>
		<comments>http://www.mazn.net/blog/2012/05/03/704.html#comments</comments>
		<pubDate>Thu, 03 May 2012 10:26:58 +0000</pubDate>
		<dc:creator>mazn</dc:creator>
				<category><![CDATA[日常]]></category>

		<guid isPermaLink="false">http://www.mazn.net/blog/?p=704</guid>
		<description><![CDATA[Googleマップを使っていると、たまにお店の位置が間違っていたり、知り合いの家の位置のようにそもそも登録されていなかったりします。その場合、お気に入りに登録する場合住所を登録することになるのですが、これだと後から見たと [...]]]></description>
		<wfw:commentRss>http://www.mazn.net/blog/2012/05/03/704.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.mazn.net/blog/2012/05/03/704.html" />
	</item>
		<item>
		<title>ドメイン名一覧をドメイン毎にソート(文字列の反転)@bash</title>
		<link>http://www.mazn.net/blog/2012/04/21/699.html</link>
		<comments>http://www.mazn.net/blog/2012/04/21/699.html#comments</comments>
		<pubDate>Sat, 21 Apr 2012 13:21:50 +0000</pubDate>
		<dc:creator>mazn</dc:creator>
				<category><![CDATA[IT技術]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[プログラミング]]></category>

		<guid isPermaLink="false">http://www.mazn.net/blog/?p=699</guid>
		<description><![CDATA[Webページのアクセス解析をドメイン毎に集計してみようと思って、IPを抜き出しホスト名を逆引き、そしてsortしようとしたが、sortコマンドは単純に文字列を並べるだけなので、ドメイン毎に集計できません。 例えば、aaa [...]]]></description>
		<wfw:commentRss>http://www.mazn.net/blog/2012/04/21/699.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.mazn.net/blog/2012/04/21/699.html" />
	</item>
		<item>
		<title>Fedora 16 のLive CD (iso) を USBメモリから起動する @ grub2</title>
		<link>http://www.mazn.net/blog/2012/03/24/691.html</link>
		<comments>http://www.mazn.net/blog/2012/03/24/691.html#comments</comments>
		<pubDate>Fri, 23 Mar 2012 16:56:10 +0000</pubDate>
		<dc:creator>mazn</dc:creator>
				<category><![CDATA[IT技術]]></category>
		<category><![CDATA[サーバ構築]]></category>

		<guid isPermaLink="false">http://www.mazn.net/blog/?p=691</guid>
		<description><![CDATA[まずはじめに、結論から言うと、Ubuntu の iso はUSBメモリから直接起動できますが、Fedora 16 の Live CD  は、そのままでUSBメモリから起動できません。起動するには、iso 内のあるファイル [...]]]></description>
		<wfw:commentRss>http://www.mazn.net/blog/2012/03/24/691.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.mazn.net/blog/2012/03/24/691.html" />
	</item>
		<item>
		<title>initrd を展開しファイルを編集する @ Fedora 16</title>
		<link>http://www.mazn.net/blog/2012/03/24/693.html</link>
		<comments>http://www.mazn.net/blog/2012/03/24/693.html#comments</comments>
		<pubDate>Fri, 23 Mar 2012 16:46:54 +0000</pubDate>
		<dc:creator>mazn</dc:creator>
				<category><![CDATA[IT技術]]></category>
		<category><![CDATA[サーバ構築]]></category>

		<guid isPermaLink="false">http://www.mazn.net/blog/?p=693</guid>
		<description><![CDATA[Fedora 16 Live CD の initrd を編集する必要があったので、その時のメモです。 作業用のディレクトリを作成します #mkdir -p /tmp/work initrdを展開します。 # gzip - [...]]]></description>
		<wfw:commentRss>http://www.mazn.net/blog/2012/03/24/693.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.mazn.net/blog/2012/03/24/693.html" />
	</item>
		<item>
		<title>grubの起動画面で日本語キーボート配列を使う</title>
		<link>http://www.mazn.net/blog/2012/03/21/686.html</link>
		<comments>http://www.mazn.net/blog/2012/03/21/686.html#comments</comments>
		<pubDate>Tue, 20 Mar 2012 15:07:14 +0000</pubDate>
		<dc:creator>mazn</dc:creator>
				<category><![CDATA[IT技術]]></category>
		<category><![CDATA[サーバ構築]]></category>

		<guid isPermaLink="false">http://www.mazn.net/blog/?p=686</guid>
		<description><![CDATA[grub 起動時に起動オプションを変更する場合、日本語キーボード配列ではなくストレスたまるので、grub.conf にこれを書いてあげましょう。 setkey at bracketleft setkey doublequ [...]]]></description>
		<wfw:commentRss>http://www.mazn.net/blog/2012/03/21/686.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.mazn.net/blog/2012/03/21/686.html" />
	</item>
		<item>
		<title>Windowsで円マーク&#8221;￥&#8221;をバックスラッシュ”\&#8221; で表示する</title>
		<link>http://www.mazn.net/blog/2012/03/18/672.html</link>
		<comments>http://www.mazn.net/blog/2012/03/18/672.html#comments</comments>
		<pubDate>Sun, 18 Mar 2012 09:09:35 +0000</pubDate>
		<dc:creator>mazn</dc:creator>
				<category><![CDATA[IT技術]]></category>
		<category><![CDATA[プログラミング]]></category>

		<guid isPermaLink="false">http://www.mazn.net/blog/?p=672</guid>
		<description><![CDATA[Windowsのフォントは、&#8221;￥&#8221;を&#8221;￥&#8221;として表示してくれますが、海外では通常&#8221;/&#8221;と表示します。原因は文字コードにあるのですが、 Linux も [...]]]></description>
		<wfw:commentRss>http://www.mazn.net/blog/2012/03/18/672.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.mazn.net/blog/2012/03/18/672.html" />
	</item>
		<item>
		<title>Google Music の文字化け対策まとめ</title>
		<link>http://www.mazn.net/blog/2012/03/14/665.html</link>
		<comments>http://www.mazn.net/blog/2012/03/14/665.html#comments</comments>
		<pubDate>Wed, 14 Mar 2012 12:32:24 +0000</pubDate>
		<dc:creator>mazn</dc:creator>
				<category><![CDATA[IT技術]]></category>
		<category><![CDATA[日常]]></category>

		<guid isPermaLink="false">http://www.mazn.net/blog/?p=665</guid>
		<description><![CDATA[まだ日本ではサービス開始されていませんが、Google Music が便利そうなので使ってみました。Google Music って何？っていう話は他のサイトに任せます。 で、このサービス、日本では基本使えないのですが、こ [...]]]></description>
		<wfw:commentRss>http://www.mazn.net/blog/2012/03/14/665.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.mazn.net/blog/2012/03/14/665.html" />
	</item>
		<item>
		<title>SSHキーのfingerprint確認</title>
		<link>http://www.mazn.net/blog/2012/03/10/663.html</link>
		<comments>http://www.mazn.net/blog/2012/03/10/663.html#comments</comments>
		<pubDate>Sat, 10 Mar 2012 13:23:35 +0000</pubDate>
		<dc:creator>mazn</dc:creator>
				<category><![CDATA[IT技術]]></category>
		<category><![CDATA[セキュリティ]]></category>

		<guid isPermaLink="false">http://www.mazn.net/blog/?p=663</guid>
		<description><![CDATA[最近 GitHub の脆弱性つかれたとかで、ssh の fingerprint 確認しろというメールがきました。ssh-keygenコマンドで確認できるようです。 # ssh-keygen -l -f ~/.ssh/id [...]]]></description>
		<wfw:commentRss>http://www.mazn.net/blog/2012/03/10/663.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.mazn.net/blog/2012/03/10/663.html" />
	</item>
	</channel>
</rss>

