<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>start.boot</title>
	<atom:link href="http://erlangjargon.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://erlangjargon.wordpress.com</link>
	<description>Erlang Tutorials and Ideas</description>
	<lastBuildDate>Sat, 22 Oct 2011 00:40:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='erlangjargon.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>start.boot</title>
		<link>http://erlangjargon.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://erlangjargon.wordpress.com/osd.xml" title="start.boot" />
	<atom:link rel='hub' href='http://erlangjargon.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Exiting Erlang on OSX</title>
		<link>http://erlangjargon.wordpress.com/2009/09/21/exiting-erlang-on-osx/</link>
		<comments>http://erlangjargon.wordpress.com/2009/09/21/exiting-erlang-on-osx/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 23:53:24 +0000</pubDate>
		<dc:creator>lokifirebringer</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macosx]]></category>

		<guid isPermaLink="false">http://erlangjargon.wordpress.com/?p=62</guid>
		<description><![CDATA[Here&#8217;s a couple ways  to exit the erlang shell on OSX  when you can&#8217;t interact with the shell: Close Terminal This is definitely the easiest way. It will stop the shell and anything that may be  running from the erlang shell. Using Top Sometimes you open erlang as a detached process from the shell and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erlangjargon.wordpress.com&amp;blog=9278799&amp;post=62&amp;subd=erlangjargon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a couple ways  to exit the erlang shell on OSX  when you can&#8217;t interact with the shell:</p>
<p>Close Terminal</p>
<p>This is definitely the easiest way. It will stop the shell and anything that may be  running from the erlang shell.</p>
<p>Using Top</p>
<p>Sometimes you open erlang as a detached process from the shell and can&#8217;t close it. So what can you do? This is where <strong>top</strong> comes in, along with the command <strong>kill</strong>. <strong>top</strong> lists the processes running on the computer. <strong>kill </strong>terminates a process you specify with its PID (Process ID).  Here&#8217;s how:</p>
<ol>
<li>open a new Terminal window with <strong>command n</strong></li>
<li>type <strong><em>top</em></strong></li>
<li>look through the list that appears until you find the PID of the erlang process which is listed on the far left</li>
<li>press <strong>control c</strong></li>
<li>type <strong><em>kill </em><span style="font-weight:normal;">followed by the PID of erlang and press enter.</span></strong></li>
</ol>
<p>That will terminate erlang along with any programs you were running from erlang.</p>
<p>That&#8217;s all the ones you really need to know on a mac.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/erlangjargon.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/erlangjargon.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/erlangjargon.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/erlangjargon.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/erlangjargon.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/erlangjargon.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/erlangjargon.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/erlangjargon.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/erlangjargon.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/erlangjargon.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/erlangjargon.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/erlangjargon.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/erlangjargon.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/erlangjargon.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erlangjargon.wordpress.com&amp;blog=9278799&amp;post=62&amp;subd=erlangjargon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://erlangjargon.wordpress.com/2009/09/21/exiting-erlang-on-osx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b407cb4682e31084175ab84b0ec25a62?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">lokifirebringer</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding Erl to your path</title>
		<link>http://erlangjargon.wordpress.com/2009/09/09/adding-erl-to-your-path/</link>
		<comments>http://erlangjargon.wordpress.com/2009/09/09/adding-erl-to-your-path/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 23:14:55 +0000</pubDate>
		<dc:creator>lokifirebringer</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Getting started with Erlang]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[The Basics]]></category>

		<guid isPermaLink="false">http://erlangjargon.wordpress.com/?p=41</guid>
		<description><![CDATA[Follow these steps precisely and it should turn out all right: open Terminal type cd $path and press enter type nano .bashrc This should open .bashrc in the nano text editor. If you run OSX, you can type open -e .bashrc and open it in TextEdit instead. press the down arrow key until it no [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erlangjargon.wordpress.com&amp;blog=9278799&amp;post=41&amp;subd=erlangjargon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Follow these steps precisely and it should turn out all right:</p>
<ol>
<li>open Terminal</li>
<li>type <strong><em>cd $path </em><span style="font-weight:normal;">and press enter</span></strong></li>
<li>type <strong><em>nano .bashrc</em></strong></li>
</ol>
<p>This should open <strong><em>.bashrc</em><span style="font-weight:normal;"> in the nano text editor. If you run OSX, you can type </span><em>open -e .bashrc</em><span style="font-weight:normal;"> and open it in TextEdit instead.</span></strong></p>
<ol>
<li>press the down arrow key until it no longer moves.</li>
<li>If it is at the end of a line with words on it, press enter to move to a new line.</li>
<li>type    <strong><em>alias erl=</em><span style="font-weight:normal;"> followed by the path to the erl file (which is located in the bin folder inside where you installed Erlang) along with </span><em>erl</em><span style="font-weight:normal;"> at the end.</span></strong></li>
<li>press <strong>control x</strong></li>
<li>press <strong>y</strong></li>
<li>press <strong>enter</strong></li>
<li>type <strong><em>source $HOME/.bashrc</em></strong></li>
</ol>
<p>You should now be able to type erl and access the Erlang Shell.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/erlangjargon.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/erlangjargon.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/erlangjargon.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/erlangjargon.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/erlangjargon.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/erlangjargon.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/erlangjargon.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/erlangjargon.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/erlangjargon.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/erlangjargon.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/erlangjargon.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/erlangjargon.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/erlangjargon.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/erlangjargon.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erlangjargon.wordpress.com&amp;blog=9278799&amp;post=41&amp;subd=erlangjargon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://erlangjargon.wordpress.com/2009/09/09/adding-erl-to-your-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b407cb4682e31084175ab84b0ec25a62?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">lokifirebringer</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Erlang</title>
		<link>http://erlangjargon.wordpress.com/2009/09/02/installing-erlang/</link>
		<comments>http://erlangjargon.wordpress.com/2009/09/02/installing-erlang/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 00:45:19 +0000</pubDate>
		<dc:creator>lokifirebringer</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Getting started with Erlang]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[The Basics]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://erlangjargon.wordpress.com/?p=6</guid>
		<description><![CDATA[Erlang source code can be found at erlang.org Mac OSX What you will need: The Developer Tools The Erlang source code A little bit of time Steps to take: Once you have unpacked the source by double-clicking on it, open Terminal. cd to the source directory. For those of you that haven&#8217;t spent much time with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erlangjargon.wordpress.com&amp;blog=9278799&amp;post=6&amp;subd=erlangjargon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Erlang source code can be found at <a href="http://erlang.org/download.html">erlang.org</a></p>
<p><strong>Mac OSX</strong></p>
<p>What you will need:</p>
<ul>
<li>The Developer Tools</li>
</ul>
<ul>
<li>The Erlang source code</li>
</ul>
<ul>
<li>A little bit of time</li>
</ul>
<p>Steps to take:</p>
<ol>
<li>Once you have unpacked the source by double-clicking on it, open Terminal.</li>
<li>cd to the source directory. For those of you that haven&#8217;t spent much time with Terminal put the source in your home folder, type type <strong><em>cd otp</em></strong> without the quotes, press tab and then enter. This will point Terminal to the contents of the source folder.</li>
<li>Type <strong><em>./configure </em></strong>and press enter. If you are not an administrator on the computer, add   &#8211; -<strong><em>prefix= </em></strong>followed by the absolute path to where you want to install it. So, if I wanted to install it in my Home folder, I would type:                    <strong><em>- -prefix=/Users/Sam/</em></strong>.</li>
<li>Wait</li>
<li>Type <strong><em>make</em></strong></li>
<li>Wait some more</li>
<li>Type <strong><em>make install</em></strong></li>
<li>Wait once more</li>
</ol>
<p>Erlang is now installed. To make sure it installed correctly, type  <em><strong>erl</strong></em>. This  should bring up something close to this:</p>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:418px;width:1px;height:1px;">Erlang R13B01 (erts-5.7.2)  [smp:2:2] [rq:2] [async-threads:0] [kernel-poll:false]</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:418px;width:1px;height:1px;">Eshell V5.7.2  (abort with ^G)</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:418px;width:1px;height:1px;">1&gt;</div>
<p><strong><em>Erlang R13B01 (erts-5.7.2)  [smp:2:2] [rq:2] [async-threads:0] [kernel-poll:false]</em></strong></p>
<p><strong><em>Eshell V5.7.2  (abort with ^G)</em></strong></p>
<p><strong><em>1&gt;</em></strong></p>
<p><strong><em><br />
</em></strong></p>
<p>Type <strong>q(). </strong>to exit the erlang shell.</p>
<p><strong>Windows</strong></p>
<p>The windows installer can be found at the link at the top.</p>
<p><strong>Linux</strong></p>
<p>Steps to take:</p>
<ol>
<li>open Terminal</li>
<li>type <strong><em>apt-get install erlang</em></strong></li>
</ol>
<p>However, if you feel like installing from the source, follow the steps outlined above in Mac OSX. Instead of the developer tools, you&#8217;ll need a working copy of gcc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/erlangjargon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/erlangjargon.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/erlangjargon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/erlangjargon.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/erlangjargon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/erlangjargon.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/erlangjargon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/erlangjargon.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/erlangjargon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/erlangjargon.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/erlangjargon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/erlangjargon.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/erlangjargon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/erlangjargon.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erlangjargon.wordpress.com&amp;blog=9278799&amp;post=6&amp;subd=erlangjargon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://erlangjargon.wordpress.com/2009/09/02/installing-erlang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b407cb4682e31084175ab84b0ec25a62?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">lokifirebringer</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome</title>
		<link>http://erlangjargon.wordpress.com/2009/09/02/start-boot/</link>
		<comments>http://erlangjargon.wordpress.com/2009/09/02/start-boot/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 17:30:34 +0000</pubDate>
		<dc:creator>lokifirebringer</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://erlangjargon.wordpress.com/?p=3</guid>
		<description><![CDATA[Welcome to the Erlang Jargon blog. Here I hope to provide information that will be usefull to those who wish to start learning Erlang along with the advance Erlang Programmer. First off, I am not a professional Programmer. I do it for fun in my spare time, and there seems to be less and less [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erlangjargon.wordpress.com&amp;blog=9278799&amp;post=3&amp;subd=erlangjargon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to the Erlang Jargon blog. Here I hope to provide information that will be usefull to those who wish to start learning Erlang along with the advance Erlang Programmer.</p>
<p>First off, I am not a professional Programmer. I do it for fun in my spare time, and there seems to be less and less of it these days. If I do not post for a few days, rest assured that I will post when I get the chance.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/erlangjargon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/erlangjargon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/erlangjargon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/erlangjargon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/erlangjargon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/erlangjargon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/erlangjargon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/erlangjargon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/erlangjargon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/erlangjargon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/erlangjargon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/erlangjargon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/erlangjargon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/erlangjargon.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erlangjargon.wordpress.com&amp;blog=9278799&amp;post=3&amp;subd=erlangjargon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://erlangjargon.wordpress.com/2009/09/02/start-boot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b407cb4682e31084175ab84b0ec25a62?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">lokifirebringer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
