<?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>requiem&#039;s Arch Linux Blog</title>
	<atom:link href="http://archlinux.me/requiem/feed/" rel="self" type="application/rss+xml" />
	<link>http://archlinux.me/requiem</link>
	<description>Just another Arch Linux Blog site</description>
	<lastBuildDate>Mon, 24 Jan 2011 06:26:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Recent Desktop</title>
		<link>http://archlinux.me/requiem/2009/05/19/recent-desktop/</link>
		<comments>http://archlinux.me/requiem/2009/05/19/recent-desktop/#comments</comments>
		<pubDate>Tue, 19 May 2009 22:41:59 +0000</pubDate>
		<dc:creator>requiem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://archlinux.me/haxit/?p=24</guid>
		<description><![CDATA[All the configurations are avaiable on my site: haxit.tk In this shot, I have my minimal conky config in the top left. Top right is trayer. The bottom panel is called tint. The terminal is urxvt with screen running. The program visible is ncmpcpp. Again, all the configs are aviable on my site.  Comment if [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://haxit.deviantart.com/art/ASBMF-010509-121027127"><img class="alignnone" src="http://th09.deviantart.com/fs45/300W/f/2009/120/3/d/ASBMF_010509_by_haxit.png" alt="" width="300" height="188" /></a></p>
<p>All the configurations are avaiable on my site: haxit.tk</p>
<p>In this shot, I have my minimal conky config in the top left. Top right is trayer. The bottom panel is called tint. The terminal is urxvt with screen running. The program visible is ncmpcpp. Again, all the configs are aviable on my site.  Comment if you need anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/requiem/2009/05/19/recent-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Script</title>
		<link>http://archlinux.me/requiem/2009/05/17/update-script/</link>
		<comments>http://archlinux.me/requiem/2009/05/17/update-script/#comments</comments>
		<pubDate>Sun, 17 May 2009 17:54:31 +0000</pubDate>
		<dc:creator>requiem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://archlinux.me/haxit/?p=11</guid>
		<description><![CDATA[This is an update script that I borrowed, modified and used for myself. I thought I might just share it: &#160; #!/bin/bash # Arch Update&#60;/code&#62; &#160; # Colors blue=&#34;33[1;34m&#34; green=&#34;33[1;32m&#34; red=&#34;33[1;31m&#34; bold=&#34;33[1;37m&#34; reset=&#34;33[0m&#34; &#160; # Check for root if &#91; $&#40;whoami&#41; != &#34;root&#34; &#93;; then echo -e $red&#34;error:$reset you cannot perform this operation unless you [...]]]></description>
			<content:encoded><![CDATA[<p>This is an update script that I borrowed, modified and used for myself. I thought I might just share it:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">&nbsp;
<span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #666666; font-style: italic;"># Arch Update&lt;/code&gt;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Colors</span>
<span style="color: #007800;">blue</span>=<span style="color: #ff0000;">&quot;33[1;34m&quot;</span>
<span style="color: #007800;">green</span>=<span style="color: #ff0000;">&quot;33[1;32m&quot;</span>
<span style="color: #007800;">red</span>=<span style="color: #ff0000;">&quot;33[1;31m&quot;</span>
<span style="color: #007800;">bold</span>=<span style="color: #ff0000;">&quot;33[1;37m&quot;</span>
<span style="color: #007800;">reset</span>=<span style="color: #ff0000;">&quot;33[0m&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Check for root</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> $<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">whoami</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;root&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #007800;">$red</span><span style="color: #ff0000;">&quot;error:<span style="color: #007800;">$reset</span> you cannot perform this operation unless you are root.&quot;</span>
<span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">1</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Update</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$blue</span>:: Syncing ABS <span style="color: #007800;">$reset</span>&quot;</span>
abs <span style="color: #000000; font-weight: bold;">&amp;</span>gt; <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null
pacman <span style="color: #660033;">-Syy</span>
yaourt <span style="color: #660033;">-Syu</span> <span style="color: #660033;">--aur</span> <span style="color: #660033;">--noconfirm</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$blue</span>:: Updating mlocate database <span style="color: #007800;">$reset</span>&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">updatedb</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$green</span>:: System update complete <span style="color: #007800;">$reset</span>&quot;</span>
<span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">0</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/requiem/2009/05/17/update-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Requiem for a Dream Repository</title>
		<link>http://archlinux.me/requiem/2009/05/17/rfad-repository/</link>
		<comments>http://archlinux.me/requiem/2009/05/17/rfad-repository/#comments</comments>
		<pubDate>Sun, 17 May 2009 14:56:24 +0000</pubDate>
		<dc:creator>requiem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://archlinux.me/haxit/?p=8</guid>
		<description><![CDATA[What is it? A small repository including lots of cool stuff. This repository will be ideal for any linux user. It is also encouraged for you, the user of the repository to request any fairly sized package you like to be in the repository. It will be updated once a week, or whenever major updates [...]]]></description>
			<content:encoded><![CDATA[<p><em>What is it?</em></p>
<p>A small repository including lots of cool stuff. This repository will be ideal for any linux user. It is also <span class="bbu">encouraged</span> for you, the user of the repository to request any fairly sized package you like to be in the repository. It will be updated once a week, or whenever major updates come out for anything on the repository. So please, request any packages you would like to see in the repository.</p>
<p><em>What packages are their?</em></p>
<p>Great question! The package list, up to date to the second is available on <a href="http://rfad.tk">http://rfad.tk</a></p>
<p><em>Woah, your a champ! How do I install this?</em></p>
<p>Easy as cheese: Add the following to your /etc/pacman.conf:</p>
<blockquote>
<pre style="text-align: left">[rfad]
# Repository made by haxit | Contact: requiem [at] archlinux.us for package suggestions!
Server = http://web.ncf.ca/ey723/archlinux/repo/</pre>
</blockquote>
<p>Thats it, thats all. Have fun and enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/requiem/2009/05/17/rfad-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://archlinux.me/requiem/2009/05/15/welcome/</link>
		<comments>http://archlinux.me/requiem/2009/05/15/welcome/#comments</comments>
		<pubDate>Sat, 16 May 2009 02:42:03 +0000</pubDate>
		<dc:creator>requiem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://archlinux.me/haxit/?p=5</guid>
		<description><![CDATA[Well, well, well. This is my blog. I will be posting here. I cannot promise it will be useful but it will be somewhat intresting.]]></description>
			<content:encoded><![CDATA[<p><a href="http://pics.blameitonthevoices.com/052009/well_well_well.jpg">Well, well, well.</a> This is my blog. I will be posting here. I cannot promise it will be useful but it will be somewhat intresting.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/requiem/2009/05/15/welcome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

