<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.arch-ed.dk/wiki/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://www.arch-ed.dk/wiki/feed.php">
        <title>Arched</title>
        <description></description>
        <link>http://www.arch-ed.dk/wiki/</link>
        <image rdf:resource="http://www.arch-ed.dk/wiki/lib/tpl/desert/images/favicon.ico" />
       <dc:date>2012-05-20T19:00:45+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.arch-ed.dk/wiki/doku.php?id=fonts&amp;rev=1314343837&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.arch-ed.dk/wiki/doku.php?id=start&amp;rev=1314301206&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.arch-ed.dk/wiki/doku.php?id=about_me&amp;rev=1304673494&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.arch-ed.dk/wiki/doku.php?id=pics&amp;rev=1292778717&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.arch-ed.dk/wiki/doku.php?id=netsh_script_to_set_opendns&amp;rev=1289772002&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.arch-ed.dk/wiki/doku.php?id=helherron&amp;rev=1286828026&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.arch-ed.dk/wiki/lib/tpl/desert/images/favicon.ico">
        <title>Arched</title>
        <link>http://www.arch-ed.dk/wiki/</link>
        <url>http://www.arch-ed.dk/wiki/lib/tpl/desert/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.arch-ed.dk/wiki/doku.php?id=fonts&amp;rev=1314343837&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-26T09:30:37+02:00</dc:date>
        <dc:creator>ashren</dc:creator>
        <title>fonts</title>
        <link>http://www.arch-ed.dk/wiki/doku.php?id=fonts&amp;rev=1314343837&amp;do=diff</link>
        <description>Boxxy font by Caffeinebasedlifeform from the Arch Linux forums





AUR package can be found here
&lt;https://aur.archlinux.org/packages.php?ID=51860&gt;</description>
    </item>
    <item rdf:about="http://www.arch-ed.dk/wiki/doku.php?id=start&amp;rev=1314301206&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-25T21:40:06+02:00</dc:date>
        <dc:creator>ashren</dc:creator>
        <title>start</title>
        <link>http://www.arch-ed.dk/wiki/doku.php?id=start&amp;rev=1314301206&amp;do=diff</link>
        <description>Welcome to Arched - A wiki/blog primarily focused on *nix applications and system administration

 About Me 

dotfiles 

pics 

Helherron 

Fonts 


AIX 

Linux 

HP-UX 

TRU64 

Solaris 

           System Admin                                       LVM2/Filesystems   AIX      AIX Sysadm      AIX FSs                                           Linux    Linux Sysadm        Linux LVM                                         HP-UX    HP-UX                                          LVM Mirror          …</description>
    </item>
    <item rdf:about="http://www.arch-ed.dk/wiki/doku.php?id=about_me&amp;rev=1304673494&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-05-06T11:18:14+02:00</dc:date>
        <dc:creator>ashren</dc:creator>
        <title>about_me - created</title>
        <link>http://www.arch-ed.dk/wiki/doku.php?id=about_me&amp;rev=1304673494&amp;do=diff</link>
        <description>I am a Linux/Unix system administrator for a major Danish IT company.

I specialize in Linux and AIX system administration and outsourcing solutions.

Contact me: edgar_thestrange”a”-likecharacter_archlinux_dot_us</description>
    </item>
    <item rdf:about="http://www.arch-ed.dk/wiki/doku.php?id=pics&amp;rev=1292778717&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-12-19T18:11:57+02:00</dc:date>
        <dc:creator>ashren</dc:creator>
        <title>pics</title>
        <link>http://www.arch-ed.dk/wiki/doku.php?id=pics&amp;rev=1292778717&amp;do=diff</link>
        <description>Bees:



My cat Ernst:</description>
    </item>
    <item rdf:about="http://www.arch-ed.dk/wiki/doku.php?id=netsh_script_to_set_opendns&amp;rev=1289772002&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-14T23:00:02+02:00</dc:date>
        <dc:creator>ashren</dc:creator>
        <title>netsh_script_to_set_opendns</title>
        <link>http://www.arch-ed.dk/wiki/doku.php?id=netsh_script_to_set_opendns&amp;rev=1289772002&amp;do=diff</link>
        <description>@echo off
rem Tilpas IFACE variablen nedenfor så den passer til navnet på dit netvaerk.
set IFACE=Local Area Connection
echo Old DNS:
netsh interface ip show dns
netsh interface ip set dns &quot;%IFACE%&quot; static 208.67.222.222 &gt; NUL
netsh interface ip add dns &quot;%IFACE%&quot; 208.67.220.220 &gt; NUL
echo OpenDNS (Hopefully):
netsh interface ip show dns
echo Vinduet lukkes om ti sekunder - tjek ovenfor om DNS er korrekt.
for /L %%i in (1,1,10) do sleep 1 &amp;&amp; (echo|set/p=&quot;%%i..&quot;)</description>
    </item>
    <item rdf:about="http://www.arch-ed.dk/wiki/doku.php?id=helherron&amp;rev=1286828026&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-10-11T22:13:46+02:00</dc:date>
        <dc:creator>ashren</dc:creator>
        <title>helherron</title>
        <link>http://www.arch-ed.dk/wiki/doku.php?id=helherron&amp;rev=1286828026&amp;do=diff</link>
        <description>After searching for hours I finally found the Linux version of Helherron (a hardcore strategic crpg) which was hidden on hideous site named atomic something. So I'll share it here for rest of fanatic crpg gamers who have less patience than me.



It has been tested to work on Arch Linux.</description>
    </item>
</rdf:RDF>

