<?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>A Dev&#039;s Life &#187; Linux</title>
	<atom:link href="http://www.devslife.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devslife.com</link>
	<description>シアトル在住日本人ソフトウェアエンジニアのひとりごと</description>
	<lastBuildDate>Thu, 20 May 2010 22:26:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Rewrite URLを有効にする</title>
		<link>http://www.devslife.com/2009/04/29/rewrite-url%e3%82%92%e6%9c%89%e5%8a%b9%e3%81%ab%e3%81%99%e3%82%8b/</link>
		<comments>http://www.devslife.com/2009/04/29/rewrite-url%e3%82%92%e6%9c%89%e5%8a%b9%e3%81%ab%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 20:18:18 +0000</pubDate>
		<dc:creator>入海</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.devslife.com/?p=2185</guid>
		<description><![CDATA[Linux(Ubuntu)用メモ。

Apache2の設定ファイルにRewriteEngine onを追加。
a2enmod rewriteを実行。
sudo /etc/init.d/apache2 restartを実行 [...] [...]]]></description>
			<content:encoded><![CDATA[<p>Linux(Ubuntu)用メモ。</p>
<ol>
<li>Apache2の設定ファイルにRewriteEngine onを追加。</li>
<li>a2enmod rewriteを実行。</li>
<li>sudo /etc/init.d/apache2 restartを実行。</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.devslife.com/2009/04/29/rewrite-url%e3%82%92%e6%9c%89%e5%8a%b9%e3%81%ab%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UbuntuでGNomeを起動せずにコンソールへ</title>
		<link>http://www.devslife.com/2009/03/11/ubuntu%e3%81%a7gnome%e3%82%92%e8%b5%b7%e5%8b%95%e3%81%9b%e3%81%9a%e3%81%ab%e3%82%b3%e3%83%b3%e3%82%bd%e3%83%bc%e3%83%ab%e3%81%b8/</link>
		<comments>http://www.devslife.com/2009/03/11/ubuntu%e3%81%a7gnome%e3%82%92%e8%b5%b7%e5%8b%95%e3%81%9b%e3%81%9a%e3%81%ab%e3%82%b3%e3%83%b3%e3%82%bd%e3%83%bc%e3%83%ab%e3%81%b8/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 07:17:07 +0000</pubDate>
		<dc:creator>入海</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.devslife.com/?p=2154</guid>
		<description><![CDATA[ネタ元はこちら（英語）。
ターミナル上で
sudo update-rc.d -f gdm remove
とするとOSの起動時にGUIを起動しません。Ubuntu ServerにGNomeをインストールしていろいろ設定して [...] [...]]]></description>
			<content:encoded><![CDATA[<p>ネタ元は<a href="http://www.linuxquestions.org/questions/ubuntu-63/boot-into-consolecommand-line-instead-of-x-549292/" target="_blank">こちら</a>（英語）。</p>
<p>ターミナル上で</p>
<p>sudo update-rc.d -f gdm remove</p>
<p>とするとOSの起動時にGUIを起動しません。Ubuntu ServerにGNomeをインストールしていろいろ設定してよしっできた、という時にやるとメモリがかなり節約できます。またGUIに戻りたい時はstartxで。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devslife.com/2009/03/11/ubuntu%e3%81%a7gnome%e3%82%92%e8%b5%b7%e5%8b%95%e3%81%9b%e3%81%9a%e3%81%ab%e3%82%b3%e3%83%b3%e3%82%bd%e3%83%bc%e3%83%ab%e3%81%b8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
