<?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>FlipsideReality &#187; MAC OSX</title>
	<atom:link href="http://flipsidereality.com/blog/tag/mac-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://flipsidereality.com/blog</link>
	<description>Once upon a time, in a land far far away...</description>
	<lastBuildDate>Tue, 29 Jun 2010 17:40:52 +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>NFS shares keep on dropping in leopard?</title>
		<link>http://flipsidereality.com/blog/uncategorized/nfs-shares-keep-on-dropping-in-leopard/</link>
		<comments>http://flipsidereality.com/blog/uncategorized/nfs-shares-keep-on-dropping-in-leopard/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 19:20:27 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[MAC OSX]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/mac-osx/nfs-shares-keep-on-dropping-in-leopard/</guid>
		<description><![CDATA[Had a problem recently with nfs shares disconnecting all the time, much to my annoyance. Turns out that it's due to the .DS_Store files on the server, so a quick find / -name [.]DS_Store -exec rm -f {} \;&#60; on the server sorted that out. Now to stop leopard from making them, on the client [...]]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/uncategorized/nfs-shares-keep-on-dropping-in-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automate a Remote Login Using SSH-Agent</title>
		<link>http://flipsidereality.com/blog/linux/automate-a-remote-login-using-ssh-agent/</link>
		<comments>http://flipsidereality.com/blog/linux/automate-a-remote-login-using-ssh-agent/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 20:06:05 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[*nix]]></category>
		<category><![CDATA[MAC OSX]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/nix/automate-a-remote-login-using-ssh-agent/</guid>
		<description><![CDATA[When it comes to remote logins, SSH is a wonderful tool. Not only is it secure, it supports public/private key logins. Depending on public and private keys mean even if someone gets your password, without your private key it won't do them any good (and vice versa). see full article here]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/linux/automate-a-remote-login-using-ssh-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customising your bash prompt in OsX &#8211; path in the title bar &amp; pretty colors!</title>
		<link>http://flipsidereality.com/blog/uncategorized/customising-your-bash-prompt-in-osx-path-in-the-title-bar-pretty-colors/</link>
		<comments>http://flipsidereality.com/blog/uncategorized/customising-your-bash-prompt-in-osx-path-in-the-title-bar-pretty-colors/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 10:18:04 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[MAC OSX]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[prompt]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/mac-osx/customising-your-bash-prompt-in-osx-path-in-the-title-bar-pretty-colors/</guid>
		<description><![CDATA[I made myself a nice prompt for bash in OsX, I have the basename of the path in the terminal, but he full path in the title bar. Yay! put this in your .bashrc (see prevoius post on creating this file) export PS1="\[\e]2;\u@\H \w\a\e[42;1m\]\u:\W>\[\e[0m\] " To customise: \a an ASCII bell character (07) \d the [...]]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/uncategorized/customising-your-bash-prompt-in-osx-path-in-the-title-bar-pretty-colors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Os X console. howto setup your .bashrc</title>
		<link>http://flipsidereality.com/blog/uncategorized/os-x-console-howto-setup-your-bashrc/</link>
		<comments>http://flipsidereality.com/blog/uncategorized/os-x-console-howto-setup-your-bashrc/#comments</comments>
		<pubDate>Sat, 31 May 2008 19:33:52 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[MAC OSX]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/mac-osx/os-x-console-howto-setup-your-bashrc/</guid>
		<description><![CDATA[I'm new to OsX, but not to *nix, so one of the first things that i wanted to do was to set up my console... this is my ~/.bash_profile . ~/.bashrc ENV=$HOME/.bashrc export ENV and my ~/.bashrc: PATH=$PATH:$HOME/bin:/usr/local/bin:/usr/libexec alias lc=ls alias l="ls -l" alias ll="ls -l" alias la="ls -a" SHELL=/bin/bash export CLICOLOR=1 export LSCOLORS=ExFxCxDxBxegedabagacad]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/uncategorized/os-x-console-howto-setup-your-bashrc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
