<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://arnoth.net/earnoth/dokuwiki/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://arnoth.net/earnoth/dokuwiki/feed.php">
        <title>Arnoth.net Documentation Trove</title>
        <description></description>
        <link>http://arnoth.net/earnoth/dokuwiki/</link>
        <image rdf:resource="http://arnoth.net/earnoth/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2012-01-09T03:30:15-06:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:linux:commandline"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:security"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:mythtv:issues"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:linux:lvm"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:linux:vyatta"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:linux"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:ubuntu:general"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://arnoth.net/earnoth/dokuwiki/lib/images/favicon.ico">
        <title>Arnoth.net Documentation Trove</title>
        <link>http://arnoth.net/earnoth/dokuwiki/</link>
        <url>http://arnoth.net/earnoth/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:linux:commandline">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-05T10:45:03-06:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>techdocs:linux:commandline</title>
        <link>http://arnoth.net/earnoth/dokuwiki/techdocs:linux:commandline</link>
        <description>The following is a list of useful commands that I've learned for Linux, but that I use so rarely, I tend to forget until I need them again.

CDROM / DVD commands

Mount an ISO to the filesystem


Execute the following command:
mount file.iso /cdrom -t iso9660 -o loop
Creating a CD ISO


To rip an entire normal data-cd (ISO filesystem) from a CD-ROM:</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:security">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-23T16:24:57-06:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>techdocs:security</title>
        <link>http://arnoth.net/earnoth/dokuwiki/techdocs:security</link>
        <description>Nepenthes


 Nepenthes Notes

Anti-Virus


 ClamAV notes

Malware Research


 Malware research notes 

Snort


Dependencies on Ubuntu 8.04n:
apt-get install libpcap0.8-dev libpcre3-dev flex bison
install http://code.google.com/p/libdnet/
install DAQ:  http://www.snort.org/downloads/801

Dependencies on Ubuntu 10.04:</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:mythtv:issues">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-19T15:53:50-06:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>techdocs:mythtv:issues</title>
        <link>http://arnoth.net/earnoth/dokuwiki/techdocs:mythtv:issues</link>
        <description>MythTV Issues

Waiting For A Thread


The problem initially experienced was the MythTV web front-end failing to connect to the backend, producing a PHP error.

Troubleshooting


Upon reviewing the /var/log/mythtv/messages/mythbackend.log file, a great many of the following error messages were discovered:</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:linux:lvm">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-19T09:50:38-06:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>techdocs:linux:lvm</title>
        <link>http://arnoth.net/earnoth/dokuwiki/techdocs:linux:lvm</link>
        <description>This page needs cleaning, ref &lt;https://help.ubuntu.com/community/Installation/RAID1%2BLVM&gt;

mdadm config


Before creating the RAID volume, be sure to partition the entirety of all disks to be used with type  “Linux raid auto” (code 0xfd).

mdadm --create /dev/md0 --verbose --level=5 --raid-devices=6 /dev/sdg1 /dev/sdh1 /dev/sdi1 /dev/sdj1 /dev/sdk1 /dev/sdl1
mdadm --manage --add /dev/md0 /dev/sdd1
LVM config
pvcreate /dev/md0
vgcreate datavg /dev/md0
lvcreate --name datalv --size 179.99G datavg…</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:linux:vyatta">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-10T20:13:30-06:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>techdocs:linux:vyatta - created</title>
        <link>http://arnoth.net/earnoth/dokuwiki/techdocs:linux:vyatta</link>
        <description>Manually updating Snort

IDS

Manual Updates
$ update ips rules oinkcode &lt;my_secretoink_code&gt; 
Requesting download from snort.org</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:linux">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-10T20:09:50-06:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>techdocs:linux</title>
        <link>http://arnoth.net/earnoth/dokuwiki/techdocs:linux</link>
        <description>Useful commands list

Alpha Linux Documentation

DHCP Server Documentation

GNU Screen Documentation

Linux Volume Management

Vyatta Linux</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:ubuntu:general">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-10T20:07:24-06:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>techdocs:ubuntu:general</title>
        <link>http://arnoth.net/earnoth/dokuwiki/techdocs:ubuntu:general</link>
        <description>Ubuntu General Documents

This section contains my documentation for generic features that are typically common across different Ubuntu versions.

Administration

Installing package clusters

Using Apt, one can install many different packages for a purpose using the meta-packages.  For example, the different developer packages (gcc, make, bison, etc) required for compiling most different open source projects can be installed using build-essential:</description>
    </item>
</rdf:RDF>

