<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.boochtek.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.boochtek.com/feed.php">
        <title>BoochTek Wiki</title>
        <description></description>
        <link>http://wiki.boochtek.com/</link>
        <image rdf:resource="http://wiki.boochtek.com/lib/tpl/default/images/favicon.ico" />
       <dc:date>2012-05-20T06:54:39-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.boochtek.com/build/wiki?rev=1335755125&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.boochtek.com/mac/eclipse?rev=1332303266&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.boochtek.com/mac?rev=1331000432&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.boochtek.com/build/sudo?rev=1327812472&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.boochtek.com/build/logging?rev=1324266082&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.boochtek.com/build/jenkins?rev=1323983210&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.boochtek.com/build/apache?rev=1323244368&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.boochtek.com/lib/tpl/default/images/favicon.ico">
        <title>BoochTek Wiki</title>
        <link>http://wiki.boochtek.com/</link>
        <url>http://wiki.boochtek.com/lib/tpl/default/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.boochtek.com/build/wiki?rev=1335755125&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-29T22:05:25-05:00</dc:date>
        <dc:creator>Craig Buchek</dc:creator>
        <title>build:wiki - [Upgrading] Upgrade to DokuWiki 2012-01-25a.</title>
        <link>http://wiki.boochtek.com/build/wiki?rev=1335755125&amp;do=diff</link>
        <description>These instructions detail how to install  DokuWiki on our Debian GNU/Linux system. We're currently running the 2011-05-25 version of DokuWiki.

Requirements

	*  Apache
	*  PHP 5.1.2+
	*  PHP's GD extension with libGD 2 is recommended but not required</description>
    </item>
    <item rdf:about="http://wiki.boochtek.com/mac/eclipse?rev=1332303266&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-20T23:14:26-05:00</dc:date>
        <dc:creator>Craig Buchek</dc:creator>
        <title>mac:eclipse - Install Eclipse Marketplace.</title>
        <link>http://wiki.boochtek.com/mac/eclipse?rev=1332303266&amp;do=diff</link>
        <description>Eclipse is not our favorite IDE, but it's probably the most popular for Open Source development, especially in Java. It's got a ton of plugins, and is essential for Android development.

Installation

	*  Download the latest Classic package for 64-bit Mac OS X.
		*  Download from &lt;http://www.eclipse.org/downloads/&gt;.
		*  Starting with Classic lets us start small and add only the plugins we need.</description>
    </item>
    <item rdf:about="http://wiki.boochtek.com/mac?rev=1331000432&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-05T20:20:32-05:00</dc:date>
        <dc:creator>Craig Buchek</dc:creator>
        <title>mac - Add Eclipse.</title>
        <link>http://wiki.boochtek.com/mac?rev=1331000432&amp;do=diff</link>
        <description>This is the documentation of how we install and configure all the software on our Mac developer systems.

This documentation is currently in transition from Mac OS X 10.6 (Snow Leopard) to 10.7 (Lion).

	*   Mac OS X
	*   Codecs (Perian and Flip4Mac)
	*   Growl
	*   XCode
	*   Homebrew (package manager)
	*   git
	*   Miscellaneous (command-line utilities)
	*   Config Files
	*   Ruby (Ruby Version Manager)
	*   Firefox
	*   Chrome
	*   Thunderbird (email client)
	*   Transmission (BitTorrent clie…</description>
    </item>
    <item rdf:about="http://wiki.boochtek.com/build/sudo?rev=1327812472&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-28T22:47:52-05:00</dc:date>
        <dc:creator>Craig Buchek</dc:creator>
        <title>build:sudo - Update for Debian 6 sudo.</title>
        <link>http://wiki.boochtek.com/build/sudo?rev=1327812472&amp;do=diff</link>
        <description>The sudo command allows a user to run a command as root, or some other user.
It has several benefits over su:

	*  It can restrict who has access, and what commands they may run.
	*  It can be configured to not require a password in some situations.
	*  It can log commands that the user runs.</description>
    </item>
    <item rdf:about="http://wiki.boochtek.com/build/logging?rev=1324266082&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-18T21:41:22-05:00</dc:date>
        <dc:creator>Craig Buchek</dc:creator>
        <title>build:logging - [Logcheck] Fix regexes for bind log filters.</title>
        <link>http://wiki.boochtek.com/build/logging?rev=1324266082&amp;do=diff</link>
        <description>Log configuration, reports, etc. Note that as of version 5.0, Debian uses rsyslogd.

Configuration

/etc/sysctl.conf

Turn off console messages for lower priority messages.


sudo sed -i -e 's/kernel.printk.*$/kernel.printk = 4 4 1 7/' /etc/sysctl.conf</description>
    </item>
    <item rdf:about="http://wiki.boochtek.com/build/jenkins?rev=1323983210&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-15T15:06:50-05:00</dc:date>
        <dc:creator>Craig Buchek</dc:creator>
        <title>build:jenkins - [Installation] Webroot moved to /var/cache/.</title>
        <link>http://wiki.boochtek.com/build/jenkins?rev=1323983210&amp;do=diff</link>
        <description>Jenkins is a Continuous Integration server. It's used to build and test applications that are being developed.

We chose Jenkins (despite it being Java based) over other options (Integrity, CI Joe, Travis) because it has a great community and plenty of plugins. It's very mature, but frequently updated and well maintained. We previously used Integrity, but it was difficult to extend and integrate with other systems.</description>
    </item>
    <item rdf:about="http://wiki.boochtek.com/build/apache?rev=1323244368&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-07T01:52:48-05:00</dc:date>
        <dc:creator>Craig Buchek</dc:creator>
        <title>build:apache - [Installation] Install a2setsiteowner.</title>
        <link>http://wiki.boochtek.com/build/apache?rev=1323244368&amp;do=diff</link>
        <description>These instructions document the installation and configuration of Apache 2.2 on our Debian system. We chose Apache 2 primarily due to its simpler SSL configuration. It also seems to be the preferred version in Debian now.

Requirements

Apache doesn't need much itself. However, the configuration we plan to use does require several components. We're assuming that some of our web pages will require Perl, PHP, Python, MySQL, and possibly PostgreSQL.</description>
    </item>
</rdf:RDF>

