<?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>うるめねっと技研 - Linux派 - &#187; 初心者用</title>
	<atom:link href="http://lab.urume.net/tags/beginner/feed" rel="self" type="application/rss+xml" />
	<link>http://lab.urume.net</link>
	<description></description>
	<lastBuildDate>Sun, 11 Jul 2010 15:11:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.urume.net/tags/beginner/feed" />
		<item>
		<title>古いカーネルはSynapticで削除</title>
		<link>http://lab.urume.net/2009,1129,928.html</link>
		<comments>http://lab.urume.net/2009,1129,928.html#comments</comments>
		<pubDate>Sun, 29 Nov 2009 09:49:07 +0000</pubDate>
		<dc:creator>cotaro</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[初心者用]]></category>
		<category><![CDATA[管理ツール]]></category>

		<guid isPermaLink="false">http://lab.urume.net/?p=928</guid>
		<description><![CDATA[Ubuntuではkernelは自動的にアップグレードされていくが、古いものが消されないので次第にGrubのブート画面が選択肢だらけになる。

これをお手軽に削除するにはSynapticが使える。
Synapticは[システム]→[システム管理]→[Synapticパッケージ・マネージャ]で起動]]></description>
		<wfw:commentRss>http://lab.urume.net/2009,1129,928.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.urume.net/2009,1129,928.html" />
	</item>
		<item>
		<title>バージョン管理システムの初心者向け図解</title>
		<link>http://lab.urume.net/2007,0930,669.html</link>
		<comments>http://lab.urume.net/2007,0930,669.html#comments</comments>
		<pubDate>Sat, 29 Sep 2007 16:14:46 +0000</pubDate>
		<dc:creator>cotaro</dc:creator>
				<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[初心者用]]></category>
		<category><![CDATA[管理ツール]]></category>

		<guid isPermaLink="false">http://lab.urume.net/2007,0930,669.html</guid>
		<description><![CDATA[A Visual Guide to Version Control(Better Explained)という記事がdel.icio.usで人気になっていた。
バージョン管理システムの基本的な流れを図解で説明したもの。英語記事ながら、用語はコマンドと合っているし図が見やすいから意味はとりやすいだろう。

subversionの簡素なコマンドリファ]]></description>
		<wfw:commentRss>http://lab.urume.net/2007,0930,669.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.urume.net/2007,0930,669.html" />
	</item>
		<item>
		<title>WordPressをXML経由でExport2Import</title>
		<link>http://lab.urume.net/2007,0103,589.html</link>
		<comments>http://lab.urume.net/2007,0103,589.html#comments</comments>
		<pubDate>Wed, 03 Jan 2007 03:11:16 +0000</pubDate>
		<dc:creator>cotaro</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[初心者用]]></category>

		<guid isPermaLink="false">http://lab.urume.net/2007,0103,589.html</guid>
		<description><![CDATA[「ホスティングサーバーを乗り換えたい」というときなどに必ず発生するのが、データの移行作業。
単純に移行したい、ということであればXML形式でExport→Importするのがスムーズだと思う。

WordPress2.1(正式版は未リリース)やMUでは、管理画面の[Manage]]]></description>
		<wfw:commentRss>http://lab.urume.net/2007,0103,589.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.urume.net/2007,0103,589.html" />
	</item>
		<item>
		<title>Batch Categoriesプラグイン</title>
		<link>http://lab.urume.net/2007,0102,588.html</link>
		<comments>http://lab.urume.net/2007,0102,588.html#comments</comments>
		<pubDate>Tue, 02 Jan 2007 11:30:32 +0000</pubDate>
		<dc:creator>cotaro</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[初心者用]]></category>

		<guid isPermaLink="false">http://lab.urume.net/2007,0102,588.html</guid>
		<description><![CDATA[多くの人が待ち望みつつ動作しなかったプラグイン「Batch Categories」をリファインした人がいた(ROBLOG)。
複数記事を一度にカテゴリー追加したり削除したりできる。

WP2.1のカテゴリー関数について調べていたら発見した。wp_dropdown_categories()を使って書き直したら]]></description>
		<wfw:commentRss>http://lab.urume.net/2007,0102,588.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.urume.net/2007,0102,588.html" />
	</item>
		<item>
		<title>Linuxとは 2006冬</title>
		<link>http://lab.urume.net/2006,1231,586.html</link>
		<comments>http://lab.urume.net/2006,1231,586.html#comments</comments>
		<pubDate>Sun, 31 Dec 2006 13:24:27 +0000</pubDate>
		<dc:creator>cotaro</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[アイディア]]></category>
		<category><![CDATA[オープンソース]]></category>
		<category><![CDATA[初心者用]]></category>

		<guid isPermaLink="false">http://lab.urume.net/2006,1231,586.html</guid>
		<description><![CDATA[教えて!gooの「リナックスとは」という質問で引用された。
掲示板の対話を読んでみたところ、認識がバラバラで面白かった。
2006年のまとめとしてLinuxについて考えるというのも面白いので、あえてトライしてみることにする。

Linux]]></description>
		<wfw:commentRss>http://lab.urume.net/2006,1231,586.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.urume.net/2006,1231,586.html" />
	</item>
		<item>
		<title>WPMUのカテゴリー関数で苦戦</title>
		<link>http://lab.urume.net/2006,1224,582.html</link>
		<comments>http://lab.urume.net/2006,1224,582.html#comments</comments>
		<pubDate>Sun, 24 Dec 2006 13:49:45 +0000</pubDate>
		<dc:creator>cotaro</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WPMU]]></category>
		<category><![CDATA[初心者用]]></category>

		<guid isPermaLink="false">http://lab.urume.net/2006,1224,582.html</guid>
		<description><![CDATA[Category TaggingというプラグインをWordPress MUで動かそうとして苦戦している。
WPMU(というよりおそらくWP2.1)で、カテゴリーの情報を取得する関数が変更されたのが動かない原因。

具体的にはlist_cats()やwp_list_cats()がdeprecated.phpに捨てられている。
ところが、これに対応する新しい関]]></description>
		<wfw:commentRss>http://lab.urume.net/2006,1224,582.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.urume.net/2006,1224,582.html" />
	</item>
		<item>
		<title>Widgetsを2つ以上設置する方法</title>
		<link>http://lab.urume.net/2006,1002,536.html</link>
		<comments>http://lab.urume.net/2006,1002,536.html#comments</comments>
		<pubDate>Mon, 02 Oct 2006 13:39:55 +0000</pubDate>
		<dc:creator>cotaro</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[初心者用]]></category>

		<guid isPermaLink="false">http://lab.urume.net/2006,1002,536.html</guid>
		<description><![CDATA[WordPressのWidgetsプラグインはテーマテンプレートを多少修正することで複数設置することができる。

３段組レイアウトにしてサイドバーを左右に設置する場合などに便利。

まず、functions.phpでregister_sidebar()を呼んでいたところをsidebarsと複数形にして、引数に使]]></description>
		<wfw:commentRss>http://lab.urume.net/2006,1002,536.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.urume.net/2006,1002,536.html" />
	</item>
		<item>
		<title>Widgetsプラグインをインストール</title>
		<link>http://lab.urume.net/2006,0917,420.html</link>
		<comments>http://lab.urume.net/2006,0917,420.html#comments</comments>
		<pubDate>Sun, 17 Sep 2006 02:12:02 +0000</pubDate>
		<dc:creator>cotaro</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[初心者用]]></category>

		<guid isPermaLink="false">http://lab.urume.net/2006,0917,420.html</guid>
		<description><![CDATA[WordPressのサイドバーを組み替え可能なモジュール構成にできるプラグイン「Widgets」をインストールした。実はインストール自体はずいぶん前に済んでいたのだが、勘違いしてた点を直してやっと動作させることができた。

Widgetsを使うと管]]></description>
		<wfw:commentRss>http://lab.urume.net/2006,0917,420.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.urume.net/2006,0917,420.html" />
	</item>
		<item>
		<title>MostwantedプラグインをPHP5で動かす</title>
		<link>http://lab.urume.net/2006,0524,433.html</link>
		<comments>http://lab.urume.net/2006,0524,433.html#comments</comments>
		<pubDate>Wed, 24 May 2006 10:52:09 +0000</pubDate>
		<dc:creator>cotaro</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[初心者用]]></category>

		<guid isPermaLink="false">http://lab.urume.net/2006,0524,433.html</guid>
		<description><![CDATA[このサイトのアクセスランキングを表示するために、Mostwantedというプラグインを使用しているのだが、PHP5の環境に移行したところ、エラーが表示されて動作しなくなった。

いい加減に調べてみたところ、PHP5ではクラスメソッドとして]]></description>
		<wfw:commentRss>http://lab.urume.net/2006,0524,433.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.urume.net/2006,0524,433.html" />
	</item>
		<item>
		<title>WP2.0用IImage Browserのデフォルトパス</title>
		<link>http://lab.urume.net/2006,0117,387.html</link>
		<comments>http://lab.urume.net/2006,0117,387.html#comments</comments>
		<pubDate>Tue, 17 Jan 2006 14:44:43 +0000</pubDate>
		<dc:creator>cotaro</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[初心者用]]></category>

		<guid isPermaLink="false">http://lab.urume.net/2006,0117,387.html</guid>
		<description><![CDATA[画像アップロード用プラグインのIImage Browserを最新のv1.5にアップグレードしたところ画像をアップロードするパスが変わった。
WordPress1.5までは管理画面でアップロード先のURLを設定していたのだが、WordPress2.0では指定できなくなった(管理画面からオプション]]></description>
		<wfw:commentRss>http://lab.urume.net/2006,0117,387.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.urume.net/2006,0117,387.html" />
	</item>
	</channel>
</rss>
