<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://codex.eidolons.org/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://codex.eidolons.org/feed.php">
        <title>codex</title>
        <description></description>
        <link>http://codex.eidolons.org/</link>
        <image rdf:resource="http://codex.eidolons.org/lib/images/favicon.ico" />
       <dc:date>2010-06-10T21:47:01-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://codex.eidolons.org/arch/installation?rev=1276112013&amp;do=diff"/>
                <rdf:li rdf:resource="http://codex.eidolons.org/start?rev=1270478522&amp;do=diff"/>
                <rdf:li rdf:resource="http://codex.eidolons.org/ubuntu/apache?rev=1252120355&amp;do=diff"/>
                <rdf:li rdf:resource="http://codex.eidolons.org/ubuntu/openldap-server?rev=1250691805&amp;do=diff"/>
                <rdf:li rdf:resource="http://codex.eidolons.org/ubuntu/xen_host?rev=1250256309&amp;do=diff"/>
                <rdf:li rdf:resource="http://codex.eidolons.org/ubuntu/ldap_auth?rev=1249072582&amp;do=diff"/>
                <rdf:li rdf:resource="http://codex.eidolons.org/ubuntu/xen_guest?rev=1247844331&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://codex.eidolons.org/lib/images/favicon.ico">
        <title>codex</title>
        <link>http://codex.eidolons.org/</link>
        <url>http://codex.eidolons.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://codex.eidolons.org/arch/installation?rev=1276112013&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-09T15:33:33-04:00</dc:date>
        <dc:creator>Alaan Wyrr</dc:creator>
        <title>arch:installation</title>
        <link>http://codex.eidolons.org/arch/installation?rev=1276112013&amp;do=diff</link>
        <description>Here's a basic guide to configuring a new Arch Linux install.

Initial update (say Yes to all):
pacman -Syu

Install some “essential” packages:
pacman -S vim openssh acpid sudo screen alsa-utils pm-utils rsync \
keychain cpufrequtils lm_sensors lshw dnsutils uml_utilities \
bridge-utils iptables alpine aspell-en gnu-netcat inetutils ethtool

Then run:</description>
    </item>
    <item rdf:about="http://codex.eidolons.org/start?rev=1270478522&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-05T10:42:02-04:00</dc:date>
        <dc:creator>Alaan Wyrr</dc:creator>
        <title>start</title>
        <link>http://codex.eidolons.org/start?rev=1270478522&amp;do=diff</link>
        <description>Here lies a collection of documents describing configuration of technology I've used in recent memory that I don't want to forget in my old age. Perhaps something here would be useful to you as well. Or take a look at my transient thoughts on technology...</description>
    </item>
    <item rdf:about="http://codex.eidolons.org/ubuntu/apache?rev=1252120355&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-04T23:12:35-04:00</dc:date>
        <dc:creator>Alaan Wyrr</dc:creator>
        <title>ubuntu:apache</title>
        <link>http://codex.eidolons.org/ubuntu/apache?rev=1252120355&amp;do=diff</link>
        <description>This describes a simple set up of Apache, with MySQL and PHP5.




Installation


Thanks to the Debian/Ubuntu developers installation should be as easy as:

apt-get install apache2 php5 mysql-server php5-mysql openssl

(create a MySQL password when prompted)</description>
    </item>
    <item rdf:about="http://codex.eidolons.org/ubuntu/openldap-server?rev=1250691805&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-19T10:23:25-04:00</dc:date>
        <dc:creator>Alaan Wyrr</dc:creator>
        <title>ubuntu:openldap-server</title>
        <link>http://codex.eidolons.org/ubuntu/openldap-server?rev=1250691805&amp;do=diff</link>
        <description>*  Install OpenLDAP
apt-get install slapd ldap-utils
dpkg-reconfigure slapd

Now it's time to populate LDAP with some data. Use a migration script if you have a lot of Unix accounts somewhere. A simple example would be:

dn: uid=USERNAME,ou=People,dc=example,dc=com
uid: USERNAME
sn: LAST
givenName: FIRST
cn: FIRST LAST
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
userPassword: {crypt}1R14waNZxBjGS
shadowLastChange: 12345
loginShell: /bin/bash
uidNumber: 12345
g…</description>
    </item>
    <item rdf:about="http://codex.eidolons.org/ubuntu/xen_host?rev=1250256309&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-14T09:25:09-04:00</dc:date>
        <dc:creator>Alaan Wyrr</dc:creator>
        <title>ubuntu:xen_host</title>
        <link>http://codex.eidolons.org/ubuntu/xen_host?rev=1250256309&amp;do=diff</link>
        <description>KVM is nice and all, but not all servers I'd like to run virtual guests on have virtualization capable processors. Also, Xen makes it simple to set up guests without any sort of requirement for a GUI. These are instructions for setting up an Ubuntu server as a Xen host.</description>
    </item>
    <item rdf:about="http://codex.eidolons.org/ubuntu/ldap_auth?rev=1249072582&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-31T16:36:22-04:00</dc:date>
        <dc:creator>Alaan Wyrr</dc:creator>
        <title>ubuntu:ldap_auth</title>
        <link>http://codex.eidolons.org/ubuntu/ldap_auth?rev=1249072582&amp;do=diff</link>
        <description>LDAP Authentication

	*  Install LDAP client
apt-get install libnss-ldap

When prompted enter:
LDAP Version 3
Make local root Database admin? No
Does the LDAP database require login? No
	*  Edit /etc/ldap.conf
host IP1 IP2
#uri ldapi:///
	*  Set up nss and pam to use LDAP</description>
    </item>
    <item rdf:about="http://codex.eidolons.org/ubuntu/xen_guest?rev=1247844331&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-17T11:25:31-04:00</dc:date>
        <dc:creator>Alaan Wyrr</dc:creator>
        <title>ubuntu:xen_guest</title>
        <link>http://codex.eidolons.org/ubuntu/xen_guest?rev=1247844331&amp;do=diff</link>
        <description>Here are instructions for setting up new guest servers in Xen. Make sure you have your Xen host set up correctly. Specifically the xen-tools configuration, which is what we use to create the guests. If an install fails, read the log in /var/log/xen-tools.</description>
    </item>
</rdf:RDF>
