<?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>ae.hugeobject.com &#187; Linux</title>
	<atom:link href="http://ae.hugeobject.com/archive/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://ae.hugeobject.com</link>
	<description>Just another ae weblog</description>
	<lastBuildDate>Wed, 03 Feb 2010 13:59:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux Mint Helena: what happened to bashrc??</title>
		<link>http://ae.hugeobject.com/archive/linux-mint-helena-what-happened-to-bashrc/</link>
		<comments>http://ae.hugeobject.com/archive/linux-mint-helena-what-happened-to-bashrc/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 00:37:56 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/?p=61</guid>
		<description><![CDATA[For some reason my version of Mint Helena does not create a bashrc file in my home directory&#8230;????
Instead there is a default one being used, found here: /etc/bash.bashrc
To add aliases and what not for my user account I added the following to this file:

# Added by ae - load aliases if they exist
if [ -f [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason my version of Mint Helena does not create a bashrc file in my home directory&#8230;????</p>
<p>Instead there is a default one being used, found here: /etc/bash.bashrc</p>
<p>To add aliases and what not for my user account I added the following to this file:</p>
<p><code><br />
# Added by ae - load aliases if they exist<br />
if [ -f ~/.bash_aliases ]; then<br />
    . ~/.bash_aliases<br />
fi<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/linux-mint-helena-what-happened-to-bashrc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Logging Kohana sites</title>
		<link>http://ae.hugeobject.com/archive/logging-kohana-sites/</link>
		<comments>http://ae.hugeobject.com/archive/logging-kohana-sites/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 00:34:15 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/?p=58</guid>
		<description><![CDATA[Add this to your bash aliases for quickly seeing whats happening in the current log.
alias klogger='tail -f -s 5 /home/ae/workspace/eventarc/www/logs/`date +%Y-%m-%d`.log.php'

]]></description>
			<content:encoded><![CDATA[<p>Add this to your bash aliases for quickly seeing whats happening in the current log.</p>
<p><code>alias klogger='tail -f -s 5 /home/ae/workspace/eventarc/www/logs/`date +%Y-%m-%d`.log.php'<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/logging-kohana-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
