<?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>2010-08-12T16:49:12-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:windows:commandline"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:linux:commandline"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:linux:lvm"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:linux"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/technods:programming:perl"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:security:clamav"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:security"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:programming"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs"/>
                <rdf:li rdf:resource="http://arnoth.net/earnoth/dokuwiki/techdocs:security:malware:9d64e6a0dc6a3353770916d53350c2ac"/>
            </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:windows:commandline">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-11T07:56:23-05:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>techdocs:windows:commandline</title>
        <link>http://arnoth.net/earnoth/dokuwiki/techdocs:windows:commandline</link>
        <description>Network

Open ports and PIDs
netstat -nao

fport (from foundstone.com)

GUI tools Active Ports

Disabling Windows Firewall
netsh firewall set opmode disable
Controlling Services
sc query
Registry Commands


Export the Registry (all HKLM plus current user)</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:linux:commandline">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-26T10:37:28-05: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.

Creating a CD ISO


To rip an entire normal data-cd (ISO filesystem) from a CD-ROM:

dd if=/dev/cdrom of=my_cd_image.iso
Making an ISO from a file system


To create an iso using files in Linux:</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:linux:lvm">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-14T10:08:45-05: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">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-08T11:33:56-05: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</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/technods:programming:perl">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-09T11:07:53-05:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>technods:programming:perl</title>
        <link>http://arnoth.net/earnoth/dokuwiki/technods:programming:perl</link>
        <description>Epoch stuff


Going from seconds since epoch:
use POSIX;
strftime(&quot;%a %b %e %H:%M:%S %Y %z %Z&quot;, localtime($time));

or
print scalar gmtime $time;

Going to seconds since epoch:
use Time::Local;
$date_epoch = timelocal($sec, $min, $hr, $day, $month-1, $year-1900);</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:security:clamav">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-07T09:33:58-05:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>techdocs:security:clamav</title>
        <link>http://arnoth.net/earnoth/dokuwiki/techdocs:security:clamav</link>
        <description>Compile and install

Install process, works on 9.04 and 8.04n
apt-get install zlib1g-dev libncurses5-dev
groupadd clamav
useradd -g clamav clamav
./configure &amp;&amp; make &amp;&amp; make install
Configure ClamAV


Tailor the following config files to taste:
/usr/local/etc/clamav.conf
/usr/local/etc/freshclam.conf

Run clamconf</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:security">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-25T11:34:19-05: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 pcre libpcre3-dev</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:programming">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-19T11:31:30-05:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>techdocs:programming - created</title>
        <link>http://arnoth.net/earnoth/dokuwiki/techdocs:programming</link>
        <description>Perl Notes</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-19T11:30:38-05:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>techdocs</title>
        <link>http://arnoth.net/earnoth/dokuwiki/techdocs</link>
        <description>Technical Documents

Here is where all the documentation for my personal geeky work goes.

Vim Technical Documents

MythTV Technical Documents

VMWare Technical Documents

Ubuntu Technical Documents

Linux Technical Documents

Windows Technical Documents</description>
    </item>
    <item rdf:about="http://arnoth.net/earnoth/dokuwiki/techdocs:security:malware:9d64e6a0dc6a3353770916d53350c2ac">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-23T14:58:29-05:00</dc:date>
        <dc:creator>earnoth</dc:creator>
        <title>techdocs:security:malware:9d64e6a0dc6a3353770916d53350c2ac</title>
        <link>http://arnoth.net/earnoth/dokuwiki/techdocs:security:malware:9d64e6a0dc6a3353770916d53350c2ac</link>
        <description>Research Notes for bd618f92139641ac7a2800c9f895a2ce

Summary

Notes

2010-01-23


Executed on WinXPHomeSP2 running in VMware Server 1.0.0 build 28343.  Installed an agent that started massive communications with a multitude of hosts on the Internet, primarily over port 80 but seeming to use encrypted channels.</description>
    </item>
</rdf:RDF>
