<?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>digitalnomad::net &#187; coreserver</title>
	<atom:link href="http://digitalnomad.net/weblog/category/coreserver/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalnomad.net/weblog</link>
	<description>LinuxとかWEBとか日々のできごとなど</description>
	<lastBuildDate>Wed, 05 Oct 2011 12:25:53 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://digitalnomad.net/weblog/category/coreserver/feed/" />
		<item>
		<title>Pear Pagerのカスタマイズ</title>
		<link>http://digitalnomad.net/weblog/2010/03/10/629/</link>
		<comments>http://digitalnomad.net/weblog/2010/03/10/629/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 10:06:39 +0000</pubDate>
		<dc:creator>gen</dc:creator>
				<category><![CDATA[coreserver]]></category>
		<category><![CDATA[プログラミング]]></category>

		<guid isPermaLink="false">http://digitalnomad.net/wordpress/2010/03/10/pear-pager%e3%81%ae%e3%82%ab%e3%82%b9%e3%82%bf%e3%83%9e%e3%82%a4%e3%82%ba/</guid>
		<description><![CDATA[PHPのPear/Pagerライブラリでのカスタマイズ方法のメモ curPageSpanPreとかは、通常ブラケットなどを入れるのが一般的だと思いますが、ここにHTMLタグをいれることによって現在ページの表記デザインをC [...]]]></description>
		<wfw:commentRss>http://digitalnomad.net/weblog/2010/03/10/629/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://digitalnomad.net/weblog/2010/03/10/629/" />
	</item>
		<item>
		<title>CSVデータのMySQLへのインポート</title>
		<link>http://digitalnomad.net/weblog/2010/02/09/627/</link>
		<comments>http://digitalnomad.net/weblog/2010/02/09/627/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:18:44 +0000</pubDate>
		<dc:creator>gen</dc:creator>
				<category><![CDATA[coreserver]]></category>

		<guid isPermaLink="false">http://digitalnomad.net/wordpress/2010/02/09/csv%e3%83%87%e3%83%bc%e3%82%bf%e3%81%aemysql%e3%81%b8%e3%81%ae%e3%82%a4%e3%83%b3%e3%83%9d%e3%83%bc%e3%83%88/</guid>
		<description><![CDATA[MySQLへCSVデータをインポートするにあたりちょっとつまづいたのでメモ 環境は、CORESERVERです。 LOAD DATA INFILE &#8220;articles_utf8.csv&#8221; INTO  [...]]]></description>
		<wfw:commentRss>http://digitalnomad.net/weblog/2010/02/09/627/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://digitalnomad.net/weblog/2010/02/09/627/" />
	</item>
		<item>
		<title>coreserverでphpのcgiモードが使えない件</title>
		<link>http://digitalnomad.net/weblog/2009/12/06/600/</link>
		<comments>http://digitalnomad.net/weblog/2009/12/06/600/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 12:35:38 +0000</pubDate>
		<dc:creator>gen</dc:creator>
				<category><![CDATA[coreserver]]></category>
		<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://digitalnomad.net/wordpress/archives/600</guid>
		<description><![CDATA[私が契約しているcoreserverのサーバでは、どうもhtaccessを使用したphpのcgiモードにするとエラーが発生するのでおかしいなと思っていたらどうもlibpg5.soファイルが見つからない模様 ためしに、新し [...]]]></description>
		<wfw:commentRss>http://digitalnomad.net/weblog/2009/12/06/600/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://digitalnomad.net/weblog/2009/12/06/600/" />
	</item>
		<item>
		<title>coreserverにRuby on Rails2.2.2を導入してみた。</title>
		<link>http://digitalnomad.net/weblog/2009/02/15/560/</link>
		<comments>http://digitalnomad.net/weblog/2009/02/15/560/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 10:29:00 +0000</pubDate>
		<dc:creator>gen</dc:creator>
				<category><![CDATA[coreserver]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://digitalnomad.net/wordpress/archives/560</guid>
		<description><![CDATA[coreserverには、SSHが使えるののでそれを使いつつ、ホームディレクトリにRuby on railsを導入してみた結果をまとめています。 実際には、3日間程度かかってしまいましたが・・・。 まずは、gemのインス [...]]]></description>
		<wfw:commentRss>http://digitalnomad.net/weblog/2009/02/15/560/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://digitalnomad.net/weblog/2009/02/15/560/" />
	</item>
	</channel>
</rss>

