<?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-02-05T23:54:09-06:00</dc:date>
        <items>
            <rdf:Seq>
                <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:li rdf:resource="http://wiki.boochtek.com/build/wiki?rev=1314459465&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.boochtek.com/mac?rev=1314406489&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.boochtek.com/mac/ruby?rev=1314405585&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/sudo?rev=1327812472&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-28T22:47:52-06: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-06: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-06: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-06: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>
    <item rdf:about="http://wiki.boochtek.com/build/wiki?rev=1314459465&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-27T10:37:45-06:00</dc:date>
        <dc:creator>Craig Buchek</dc:creator>
        <title>build:wiki - [Plugins] Add a bit more info on plugins.</title>
        <link>http://wiki.boochtek.com/build/wiki?rev=1314459465&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?rev=1314406489&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-26T19:54:49-06:00</dc:date>
        <dc:creator>Craig Buchek</dc:creator>
        <title>mac - Change RVM page to Ruby.</title>
        <link>http://wiki.boochtek.com/mac?rev=1314406489&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/mac/ruby?rev=1314405585&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-26T19:39:45-06:00</dc:date>
        <dc:creator>Craig Buchek</dc:creator>
        <title>mac:ruby - Modify .bashrc only if it does not already have the RVM stuff.</title>
        <link>http://wiki.boochtek.com/mac/ruby?rev=1314405585&amp;do=diff</link>
        <description>RVM (Ruby Version Manager) is the recommended way of installing (multiple versions of) Ruby.

Installation


# Remove system gems.
sudo rm -r /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8
sudo gem update --system
sudo gem clean

# Install RVM
mkdir -p ~/.rvm/src/
cd ~/.rvm/src
rm -rf ./rvm/
git clone --depth 1 git://github.com/wayneeseguin/rvm.git
cd rvm
./install
if grep 'RVM' ~/.bashrc &gt;/dev/null
  echo &gt;&gt; ~/.bashrc ''
  echo &gt;&gt; ~/.bashrc '# RVM (Ruby Version Man…</description>
    </item>
</rdf:RDF>

