<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.adamsweet.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://wiki.adamsweet.org/feed.php">
        <title>Adam Sweet's Wiki</title>
        <description></description>
        <link>http://wiki.adamsweet.org/</link>
        <image rdf:resource="http://wiki.adamsweet.org/lib/images/favicon.ico" />
       <dc:date>2012-02-14T18:13:16+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.adamsweet.org/doku.php?id=ipmi_on_linux&amp;rev=1329148821&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.adamsweet.org/doku.php?id=add_a_user_to_the_sudoers_in_fedora&amp;rev=1306598168&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.adamsweet.org/doku.php?id=command_line_http_proxy&amp;rev=1274953928&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.adamsweet.org/doku.php?id=networking&amp;rev=1274953884&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.adamsweet.org/doku.php?id=using_ssl_with_exim_4_on_debian&amp;rev=1246892333&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.adamsweet.org/doku.php?id=create_your_own_anti-virus_signatures_with_clamav&amp;rev=1246833897&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.adamsweet.org/doku.php?id=mail&amp;rev=1246833321&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.adamsweet.org/lib/images/favicon.ico">
        <title>Adam Sweet's Wiki</title>
        <link>http://wiki.adamsweet.org/</link>
        <url>http://wiki.adamsweet.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.adamsweet.org/doku.php?id=ipmi_on_linux&amp;rev=1329148821&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-13T16:00:21+00:00</dc:date>
        <dc:creator>adam</dc:creator>
        <title>ipmi_on_linux</title>
        <link>http://wiki.adamsweet.org/doku.php?id=ipmi_on_linux&amp;rev=1329148821&amp;do=diff</link>
        <description>Running IPMI on Linux

What is IPMI?

IPMI is standard which allows remote server management, primarily developed by Intel. IPMI cards, known as Baseboard Management Cards (BMCs) are primitive computers in their own right and are operational all the time, so long as the server has a power source. The server itself does not need to be powered on, or the operating system operational for the BMC to work, it just needs a power source to be connected to the server.</description>
    </item>
    <item rdf:about="http://wiki.adamsweet.org/doku.php?id=add_a_user_to_the_sudoers_in_fedora&amp;rev=1306598168&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-05-28T15:56:08+00:00</dc:date>
        <dc:creator>adam</dc:creator>
        <title>add_a_user_to_the_sudoers_in_fedora</title>
        <link>http://wiki.adamsweet.org/doku.php?id=add_a_user_to_the_sudoers_in_fedora&amp;rev=1306598168&amp;do=diff</link>
        <description>Allow a User to use sudo


You can allow a user to use sudo either by adding them to a group which is allowed to sudo, or by specifying the individual user.

Use visudo to edit /etc/sudoers, it uses the system default editor, which is normally vi or vim if it's installed:</description>
    </item>
    <item rdf:about="http://wiki.adamsweet.org/doku.php?id=command_line_http_proxy&amp;rev=1274953928&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-27T09:52:08+00:00</dc:date>
        <dc:creator>adam</dc:creator>
        <title>command_line_http_proxy</title>
        <link>http://wiki.adamsweet.org/doku.php?id=command_line_http_proxy&amp;rev=1274953928&amp;do=diff</link>
        <description>Command Line HTTP Proxy
http_proxy=http://username:password@host:port/
export http_proxy</description>
    </item>
    <item rdf:about="http://wiki.adamsweet.org/doku.php?id=networking&amp;rev=1274953884&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-27T09:51:24+00:00</dc:date>
        <dc:creator>adam</dc:creator>
        <title>networking</title>
        <link>http://wiki.adamsweet.org/doku.php?id=networking&amp;rev=1274953884&amp;do=diff</link>
        <description>Stuff About Networking on Linux

	*  Adding a Route
	*  IP Forwarding
	*  VNC over SSH
	*  RDP over SSH
	*  Linux Wake on LAN client
	*  Command Line HTTP Proxy</description>
    </item>
    <item rdf:about="http://wiki.adamsweet.org/doku.php?id=using_ssl_with_exim_4_on_debian&amp;rev=1246892333&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-06T14:58:53+00:00</dc:date>
        <dc:creator>adam</dc:creator>
        <title>using_ssl_with_exim_4_on_debian</title>
        <link>http://wiki.adamsweet.org/doku.php?id=using_ssl_with_exim_4_on_debian&amp;rev=1246892333&amp;do=diff</link>
        <description>Using SSL with Exim 4 and Courier IMAP/POP3 on Debian


Here I will be setting up SSL keys with Exim 4 and Courier IMAP and POP3 under Debian to secure the sending and retrieval of emails and username and password details to my server.

I will be using SSL certificates from CA Cert as they are free. CA Cert are not a commercial 'paid-for' certificate provider and so their keys will not automatically be installed in your web browser or mail client. You will need to install their root keys on ever…</description>
    </item>
    <item rdf:about="http://wiki.adamsweet.org/doku.php?id=create_your_own_anti-virus_signatures_with_clamav&amp;rev=1246833897&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-05T22:44:57+00:00</dc:date>
        <dc:creator>adam</dc:creator>
        <title>create_your_own_anti-virus_signatures_with_clamav</title>
        <link>http://wiki.adamsweet.org/doku.php?id=create_your_own_anti-virus_signatures_with_clamav&amp;rev=1246833897&amp;do=diff</link>
        <description>Create Your Own Anti-Virus Signatures with ClamAV


I use ClamAV on my own mail servers, I've also used it at work alongside several commercial AV engines and every now and again there will be a viral attachment that none of the AV engines catch, especially when a new threat is released. As a Linux user, most virus and malware threats mean little to me, however if you are responsible for Windows users then you need to be on top of the game.</description>
    </item>
    <item rdf:about="http://wiki.adamsweet.org/doku.php?id=mail&amp;rev=1246833321&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-05T22:35:21+00:00</dc:date>
        <dc:creator>adam</dc:creator>
        <title>mail</title>
        <link>http://wiki.adamsweet.org/doku.php?id=mail&amp;rev=1246833321&amp;do=diff</link>
        <description>Stuff About Mail Servers

	*  Exim
	*  Virus Filtering
	*  Greylisting
	*  DNSBLs (DNS Black Lists)
	*  Configuring Mailman for Ubuntu
	*  Using Exim Behind a NATed Connection
	*  Get Sendmail to log the subject line
	*  Create Your Own Anti-Virus Signatures With ClamAV</description>
    </item>
</rdf:RDF>
