<?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>Procbits &#187; ubuntu</title>
	<atom:link href="http://procbits.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://procbits.com</link>
	<description>source code snippets and other random musings about software</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:41:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='procbits.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Procbits &#187; ubuntu</title>
		<link>http://procbits.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://procbits.com/osd.xml" title="Procbits" />
	<atom:link rel='hub' href='http://procbits.com/?pushpress=hub'/>
		<item>
		<title>Installing MongoDB 1.8.1 on Ubuntu 10.04 LTS</title>
		<link>http://procbits.com/2011/05/04/installing-mongodb-1-8-1-on-ubuntu-10-04-lts/</link>
		<comments>http://procbits.com/2011/05/04/installing-mongodb-1-8-1-on-ubuntu-10-04-lts/#comments</comments>
		<pubDate>Thu, 05 May 2011 00:51:29 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://procbits.com/?p=165</guid>
		<description><![CDATA[A lot of this information will seem obvious to a lot of you. But it did require me to perform a few Google searches, so hopefully I can save you the trouble. I provide a script to automate this process: This script is deprecated now. Fortunately 10Gen (the company who makes MongoDB) provides an Apt [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procbits.com&amp;blog=6893023&amp;post=165&amp;subd=procbits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A lot of this information will seem obvious to a lot of you. But it did require me to perform a few Google searches, so hopefully I can save you the trouble.</p>
<p>I provide a script to automate this process:<br />
<a href="https://github.com/jprichardson/mongo_install" title="https://github.com/jprichardson/mongo_install" target="_blank"></a></p>
<p>This script is deprecated now. Fortunately 10Gen (the company who makes MongoDB) provides an Apt repository. Do not use the current MongoDB version in the Ubuntu apt sources. It&#8217;s version 1.6.* </p>
<p>All you need to do:<br />
<code><br />
vim /etc/apt/sources.list<br />
</code></p>
<p>Add the following line:<br />
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen</p>
<p><code><br />
apt-get update<br />
apt-get install mongodb-10gen<br />
</code></p>
<p>By default MongoDB runs in <a href="http://www.mongodb.org/display/DOCS/Security+and+Authentication" target="_blank">trusted mode</a>. This means that it&#8217;s listening on port 27017 for any connection. We want it to only listen on localhost.</p>
<p>Edit the file: /etc/mongodb.conf</p>
<p>Add the following lines:<br />
bind_ip 127.0.0.1<br />
noauth = true      ##### YOU MUST add this line if you use bind_ip</p>
<p>Are you a Git user? Let me help you make project management with Git simple. Checkout <a href="http://gitpilot.com" target="_blank">Gitpilot</a>.</p>
<p>That&#8217;s it. Follow me on Twitter: <a href="http://twitter.com/jprichardson" target="_blank">@jprichardson</a> and read my blog on <a href="http://techneur.com" target="_blank">software entrepreneurship</a>.</p>
<p>-JP</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procbits.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procbits.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procbits.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procbits.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procbits.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procbits.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procbits.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procbits.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procbits.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procbits.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procbits.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procbits.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procbits.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procbits.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procbits.com&amp;blog=6893023&amp;post=165&amp;subd=procbits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procbits.com/2011/05/04/installing-mongodb-1-8-1-on-ubuntu-10-04-lts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0f56a5e429de009a27b0ae8f796ef2df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JP</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache Virtual Hosting</title>
		<link>http://procbits.com/2009/03/10/apache-virtual-hosting/</link>
		<comments>http://procbits.com/2009/03/10/apache-virtual-hosting/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 05:43:55 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://procbits.com/?p=3</guid>
		<description><![CDATA[This is extremely easy to do.  This was done on Ubuntu 8.04.  Replace &#8220;SERVER_IP&#8221; with the IP address of your  server. Edit /etc/apache2/apache2.conf and add the following: NameVirtualHost SERVER_IP:80 Create a new file &#8220;subdomain&#8221; in /etc/apache2/sites-available with the content: &#60;VirtualHost SERVER_IP:80&#62; * ServerName subdomain.yourdomain.com DocumentRoot /var/www/subdomain &#60;Directory “/var/www/subdomain”&#62; ** Order allow,deny Allow from all &#60;/Directory&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procbits.com&amp;blog=6893023&amp;post=3&amp;subd=procbits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>This is extremely easy to do.  This was done on Ubuntu 8.04.  Replace &#8220;SERVER_IP&#8221; with the IP address of your  server.</p>
<p>Edit /etc/apache2/apache2.conf and add the following:</p>
<blockquote><p>NameVirtualHost SERVER_IP:80</p></blockquote>
<p>Create a new file &#8220;subdomain&#8221; in /etc/apache2/sites-available with the content:</p>
<blockquote><p>&lt;VirtualHost SERVER_IP:80&gt; *</p>
<p>ServerName subdomain.yourdomain.com<br />
DocumentRoot /var/www/subdomain</p>
<p>&lt;Directory “/var/www/subdomain”&gt; **<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Directory&gt;</p>
<p>&lt;/VirtualHost&gt;</p></blockquote>
<p>Then run:<br />
<strong><em>a2ensite subdomain</em></strong><br />
<strong><em>/etc/init.d/apache2 restart</em></strong></div>
<p>Are you a Git user? Let me help you make project management with Git simple. Checkout <a href="http://gitpilot.com" target="_blank">Gitpilot</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procbits.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procbits.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procbits.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procbits.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procbits.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procbits.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procbits.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procbits.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procbits.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procbits.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procbits.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procbits.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procbits.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procbits.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procbits.com&amp;blog=6893023&amp;post=3&amp;subd=procbits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procbits.com/2009/03/10/apache-virtual-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0f56a5e429de009a27b0ae8f796ef2df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JP</media:title>
		</media:content>
	</item>
	</channel>
</rss>
