<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://weait.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ubuntu</title>
 <link>http://weait.com/category/post/ubuntu</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Monitor PostgreSQL database with munin</title>
 <link>http://weait.com/content/monitor-postgresql-database-munin</link>
 <description>&lt;p&gt;Install munin and dependencies.&lt;br /&gt;
&lt;code&gt;sudo aptitude install munin munin-node munin-plugins-extra libdbd-pg-perl&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Let munin make suggestions for you.&lt;br /&gt;
&lt;code&gt;sudo munin-node-configure --suggest| grep postgres&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The above should reply with several lines similar to this. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://weait.com/content/monitor-postgresql-database-munin&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;Plugin                     | Used | Suggestions                            
------                     | ---- | -----------  
postgres_bgwriter          | no   | yes                                    
postgres_cache_            | no   | yes (+ALL +gis)</description>
 <comments>http://weait.com/content/monitor-postgresql-database-munin#comments</comments>
 <category domain="http://weait.com/category/post/munin">munin</category>
 <category domain="http://weait.com/category/post/munin-node">munin-node</category>
 <category domain="http://weait.com/category/post/postgresql">postgresql</category>
 <category domain="http://weait.com/category/post/ubuntu">ubuntu</category>
 <pubDate>Mon, 19 Apr 2010 18:42:47 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">118 at http://weait.com</guid>
</item>
<item>
 <title>Install RAID0 on Ubuntu Lucid Lynx</title>
 <link>http://weait.com/content/install-raid0-ubuntu-lucid-lynx</link>
 <description>&lt;h3&gt;set up RAID0&lt;/h3&gt;
&lt;p&gt;Create a full-disk partition on each of two drives to be RAID0 combined.  Set each full-disk partition as type &lt;q&gt;fd - Linux RAID Auto-detect&lt;/q&gt;.  Use fdisk or your favourite partitioning tool.  &lt;/p&gt;
&lt;p&gt;Then:&lt;br /&gt;
&lt;code&gt;mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/sda1 /dev/sdb1&lt;br /&gt;
sudo /usr/share/mdadm/mkconf force-generate /etc/mdadm/mdadm.conf&lt;br /&gt;
sudo mkfs.ext3 /dev/md0&lt;br /&gt;
mkdir /raid&lt;br /&gt;
sudo mount /dev/md0 /raid&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Everything okay to this point?  Add the raid to fstab to mount raid automatically after reboot. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://weait.com/content/install-raid0-ubuntu-lucid-lynx&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://weait.com/content/install-raid0-ubuntu-lucid-lynx#comments</comments>
 <category domain="http://weait.com/category/post/dev/md0">/dev/md0</category>
 <category domain="http://weait.com/category/post/1004">10.04</category>
 <category domain="http://weait.com/category/post/lucid">Lucid</category>
 <category domain="http://weait.com/category/post/lynx">Lynx</category>
 <category domain="http://weait.com/category/post/raid0">RAID0</category>
 <category domain="http://weait.com/category/post/ubuntu">ubuntu</category>
 <pubDate>Fri, 26 Mar 2010 16:34:10 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">115 at http://weait.com</guid>
</item>
<item>
 <title>Build your own OpenStreetMap Server - Ubuntu 10.04 Lucid Lynx</title>
 <link>http://weait.com/content/build-your-own-openstreetmap-server</link>
 <description>&lt;p&gt;&lt;img src=&quot;http://weait.com/files/suny-buff.png&quot; alt=&quot;SUNY Buffalo campus as seen on OpenStreetMap.org in March of 2009&quot; /&gt;&lt;br /&gt;
&lt;q&gt;Build your own OpenStreetMap server.&lt;/q&gt; Build your own what?  &lt;/p&gt;
&lt;p&gt;OpenStreetMap is the editable World map of everything.  It is the Wikipedia of maps.  It is to other on-line maps as Wikipedia is to Britannica.  And it is awesome in every possible way. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://weait.com/content/build-your-own-openstreetmap-server&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://weait.com/content/build-your-own-openstreetmap-server#comments</comments>
 <category domain="http://weait.com/category/post/1004">10.04</category>
 <category domain="http://weait.com/category/post/lucid">Lucid</category>
 <category domain="http://weait.com/category/post/lynx">Lynx</category>
 <category domain="http://weait.com/category/post/mapnik">Mapnik</category>
 <category domain="http://weait.com/category/post/openstreetmap">OpenStreetMap</category>
 <category domain="http://weait.com/category/post/osm">osm</category>
 <category domain="http://weait.com/category/post/osm2pgsql">osm2pgsql</category>
 <category domain="http://weait.com/category/post/planet">planet</category>
 <category domain="http://weait.com/category/post/tile-server">tile server</category>
 <category domain="http://weait.com/category/post/tutorial">tutorial</category>
 <category domain="http://weait.com/category/post/ubuntu">ubuntu</category>
 <pubDate>Fri, 26 Mar 2010 15:13:48 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">114 at http://weait.com</guid>
</item>
<item>
 <title>Build your own OpenStreetMap Server</title>
 <link>http://weait.com/content/build-your-own-openstreetmap-server-v1</link>
 <description>&lt;p&gt;&lt;img src=&quot;http://weait.com/files/suny-buff.png&quot; alt=&quot;SUNY Buffalo campus as seen on OpenStreetMap.org in March of 2009&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;This article is now archived as &lt;a href=&quot;http://weait.com/content/build-your-own-openstreetmap-server-v1&quot; title=&quot;http://weait.com/content/build-your-own-openstreetmap-server-v1&quot;&gt;http://weait.com/content/build-your-own-openstreetmap-server-v1&lt;/a&gt;.  The &lt;a href=&quot;http://weait.com/content/build-your-own-openstreetmap-server&quot;&gt;updated article&lt;/a&gt; is based on Ubuntu 10.04 Lucid Lynx&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;q&gt;Build your own OpenStreetMap server.&lt;/q&gt; Build your own what?   &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://weait.com/content/build-your-own-openstreetmap-server-v1&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://weait.com/content/build-your-own-openstreetmap-server-v1#comments</comments>
 <category domain="http://weait.com/taxonomy/term/77">Linux</category>
 <category domain="http://weait.com/category/post/mapnik">Mapnik</category>
 <category domain="http://weait.com/category/post/openlayers">OpenLayers</category>
 <category domain="http://weait.com/category/post/openstreetmap">OpenStreetMap</category>
 <category domain="http://weait.com/category/post/osm">osm</category>
 <category domain="http://weait.com/category/post/osm2pgsql">osm2pgsql</category>
 <category domain="http://weait.com/category/post/osmosis">osmosis</category>
 <category domain="http://weait.com/category/post/server">server</category>
 <category domain="http://weait.com/category/post/tile-server">tile server</category>
 <category domain="http://weait.com/category/post/ubuntu">ubuntu</category>
 <pubDate>Tue, 17 Mar 2009 21:34:15 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">66 at http://weait.com</guid>
</item>
<item>
 <title>Installing drupal on ubuntu 7.10 localhost ( Gutsy Gibbon )</title>
 <link>http://weait.com/content/installing-drupal-ubuntu-710-localhost-gutsy-gibbon</link>
 <description>&lt;p&gt;This presumes that you will install drupal 6 in /var/www/drupal6/&lt;/p&gt;
&lt;p&gt;Prerequisites&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
apt-get install apache2 php5-mysql php5-gd libapache2-mod-php5 mysql-server&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Configure httpd.conf by adding a ServerName line&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
ServerName localhost&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;h4&gt;[Updated for Jaunty]&lt;/h4&gt;
&lt;p&gt;Configure /etc/apache2/sites-available/default by allowing overrides&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&amp;lt;Directory /var/www/&amp;gt;&lt;br /&gt;
Options Indexes FollowSymLinks MultiViews&lt;br /&gt;
AllowOverride &lt;strong&gt;All&lt;/strong&gt;&lt;br /&gt;
Order allow,deny&lt;br /&gt;
allow from all&lt;br /&gt;
&amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Start apache&lt;br /&gt;
&lt;code&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://weait.com/content/installing-drupal-ubuntu-710-localhost-gutsy-gibbon&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://weait.com/category/post/drupal">drupal</category>
 <category domain="http://weait.com/category/post/tip">tip</category>
 <category domain="http://weait.com/category/post/ubuntu">ubuntu</category>
 <pubDate>Fri, 01 Feb 2008 00:13:51 -0500</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">15 at http://weait.com</guid>
</item>
<item>
 <title>Postfix relayhosts Ubuntu 6.06</title>
 <link>http://weait.com/content/postfix-relayhosts-ubuntu-606</link>
 <description>&lt;p&gt;Drupal installation not sending mail to users on Ubuntu 6.06?  &lt;/p&gt;
&lt;p&gt;dpkg --remove postfix&lt;br /&gt;
dpkg --purge postfix&lt;br /&gt;
apt-get -V install postfix&lt;/p&gt;
&lt;p&gt;choose satellite&lt;br /&gt;
for relayhost use smtp.yourisp.example.com&lt;/p&gt;
&lt;p&gt;try now.&lt;/p&gt;
</description>
 <category domain="http://weait.com/category/post/drupal">drupal</category>
 <category domain="http://weait.com/category/post/postfix">postfix</category>
 <category domain="http://weait.com/category/post/relayhosts">relayhosts</category>
 <category domain="http://weait.com/category/post/tip">tip</category>
 <category domain="http://weait.com/category/post/ubuntu">ubuntu</category>
 <pubDate>Sun, 22 Jul 2007 22:21:54 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">4 at http://weait.com</guid>
</item>
</channel>
</rss>

