<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.sqls.net/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.sqls.net/wiki/feed.php">
        <title>SQLS Wiki</title>
        <description></description>
        <link>http://www.sqls.net/wiki/</link>
        <image rdf:resource="http://www.sqls.net/wiki/lib/images/favicon.ico" />
       <dc:date>2012-02-22T14:51:02-06:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.sqls.net/wiki/howto:log_squid_to_mysql?rev=1325803555&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sqls.net/wiki/howto:elkm1?rev=1310182017&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sqls.net/wiki/start?rev=1310165903&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sqls.net/wiki/howto:understand_zdb_-s_or_-dd_output?rev=1308693031&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sqls.net/wiki/howto:ntlm_auth_for_apache?rev=1307117141&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.sqls.net/wiki/lib/images/favicon.ico">
        <title>SQLS Wiki</title>
        <link>http://www.sqls.net/wiki/</link>
        <url>http://www.sqls.net/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.sqls.net/wiki/howto:log_squid_to_mysql?rev=1325803555&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-05T16:45:55-06:00</dc:date>
        <dc:creator>bruce</dc:creator>
        <title>howto:log_squid_to_mysql</title>
        <link>http://www.sqls.net/wiki/howto:log_squid_to_mysql?rev=1325803555&amp;do=diff</link>
        <description>Introduction

This will describe how to get all of the Squid access logs into mysql so you can run whatever reports you want off of them.  I don't have time to really write this out nicely right now.  But I plan to in the future.  So far I just have a basic outline and it'll take a bucket of smarts and common sense to get something to work out of this.  I do now have the script up for download which is really the key piece.  There's 2-3 other ways of doing this and I plan to mention those as wel…</description>
    </item>
    <item rdf:about="http://www.sqls.net/wiki/howto:elkm1?rev=1310182017&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-07-08T22:26:57-06:00</dc:date>
        <dc:creator>bruce</dc:creator>
        <title>howto:elkm1</title>
        <link>http://www.sqls.net/wiki/howto:elkm1?rev=1310182017&amp;do=diff</link>
        <description>Just a collection of notes regarding my Elk M1 control panel.


The open source tool socat can be used to connect to the ElkM1 Serial port through your network.

For this to work you'll need some type of device that has both a serial port and network port and can have socat installed on it.  Once completed you'll be able to connect to the ElkM1 using ElkRP software from any computer on your network or outside of your network if you setup the appropriate firewall rules</description>
    </item>
    <item rdf:about="http://www.sqls.net/wiki/start?rev=1310165903&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-07-08T17:58:23-06:00</dc:date>
        <dc:creator>bruce</dc:creator>
        <title>start</title>
        <link>http://www.sqls.net/wiki/start?rev=1310165903&amp;do=diff</link>
        <description>I just migrated to DokuWiki..  Some stuff hasn't been edited to match the new format..  I'll get it fixed.

I needed a place to put some HOW-TO's that I've wrote.  I played with the idea of building a simple wiki parser for the main &lt;http://sqls.net&gt; site but that proved more trouble then it could be worth.  So I've taken this route.  I used MediaWiki for awhile but I got really tired of it's database errors and constant problems with people modifying my pages.  So now I'm using DokuWiki.  It wa…</description>
    </item>
    <item rdf:about="http://www.sqls.net/wiki/howto:understand_zdb_-s_or_-dd_output?rev=1308693031&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-21T16:50:31-06:00</dc:date>
        <dc:creator>bruce</dc:creator>
        <title>howto:understand_zdb_-s_or_-dd_output</title>
        <link>http://www.sqls.net/wiki/howto:understand_zdb_-s_or_-dd_output?rev=1308693031&amp;do=diff</link>
        <description>So while learning about ZFS dedup and compression I came across the command zdb -DD which tells me about the dedup and compression ratios..  But I didn't really understand the output and couldn't find much info on the net to explain it.  So..

Most of this is a wild ass guess.</description>
    </item>
    <item rdf:about="http://www.sqls.net/wiki/howto:ntlm_auth_for_apache?rev=1307117141&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-03T11:05:41-06:00</dc:date>
        <dc:creator>bruce</dc:creator>
        <title>howto:ntlm_auth_for_apache</title>
        <link>http://www.sqls.net/wiki/howto:ntlm_auth_for_apache?rev=1307117141&amp;do=diff</link>
        <description>This covers configuring Apache web server to handle NTLM authentication against an Active Directory domain controller.

NOTE: This is just a list of what I used to make it work.


	*  Gentoo Linux (2.6.36-gentoo-r8)
	*  www-servers/apache-2.2.17
	*  dev-perl/Apache2-AuthenNTLM-0.02 &lt;-- doesn't seem to work for NTLMv2</description>
    </item>
</rdf:RDF>

