<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.besy.co.uk/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.besy.co.uk/feed.php">
        <title>Andy's Wiki</title>
        <description></description>
        <link>http://www.besy.co.uk/</link>
        <image rdf:resource="http://www.besy.co.uk/lib/images/favicon.ico" />
       <dc:date>2010-03-20T18:13:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.besy.co.uk/debian/debian"/>
                <rdf:li rdf:resource="http://www.besy.co.uk/debian/debian_gnu_linux_ihtml_howto"/>
                <rdf:li rdf:resource="http://www.besy.co.uk/debian/how_to_fix_invalid_mac_address_on_nforce_mcp_network_controllers"/>
                <rdf:li rdf:resource="http://www.besy.co.uk/debian/how_to_install_and_configure_apache_2_for_virtual_web_hosting"/>
                <rdf:li rdf:resource="http://www.besy.co.uk/physics/texas_instruments_t83-plus_notes"/>
                <rdf:li rdf:resource="http://www.besy.co.uk/debian/how_to_fix_a_forgotten_root_password"/>
                <rdf:li rdf:resource="http://www.besy.co.uk/debian/debian_sarge_virtual_mail_server_howto_part_one"/>
                <rdf:li rdf:resource="http://www.besy.co.uk/debian/how_to_install_and_configure_courier_for_mysql_virtual_pop3_and_imap_users"/>
                <rdf:li rdf:resource="http://www.besy.co.uk/blog/zdzislaw_beksinski"/>
                <rdf:li rdf:resource="http://www.besy.co.uk/debian/how_to_setup_file_system_encryption_with_dm-crypt"/>
                <rdf:li rdf:resource="http://www.besy.co.uk/wiki/syntax"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.besy.co.uk/lib/images/favicon.ico">
        <title>Andy's Wiki</title>
        <link>http://www.besy.co.uk/</link>
        <url>http://www.besy.co.uk/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.besy.co.uk/debian/debian">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-15T17:10:01+00:00</dc:date>
        <dc:creator>Andy</dc:creator>
        <title>Andy's Debian HOWTOs</title>
        <link>http://www.besy.co.uk/debian/debian</link>
        <description>Welcome, I'm Andy and this is my Debian blog/wiki.

Here's the collection of short original howto's I have published for Debian Linux. These are derived from notes I've taken during my professional life as a Linux systems admin. They are mostly server orientated, with a particular focus on virtual web, mail and database hosting.</description>
    </item>
    <item rdf:about="http://www.besy.co.uk/debian/debian_gnu_linux_ihtml_howto">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-23T14:28:44+00:00</dc:date>
        <dc:creator>Andy</dc:creator>
        <title>Debian GNU Linux iHTML HOWTO</title>
        <link>http://www.besy.co.uk/debian/debian_gnu_linux_ihtml_howto</link>
        <description>Installing iHTML

 First install UnixODBC as shown in the UnixODBC HOWTO.

Next install some libraries iHTML uses:

aptitude install libgd2 libpng3 libfreetype6 libjpeg62

Now we can download the iHTML installer from &lt;http://www.ihtml.com/download/installer.ihtml&gt;.</description>
    </item>
    <item rdf:about="http://www.besy.co.uk/debian/how_to_fix_invalid_mac_address_on_nforce_mcp_network_controllers">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-18T17:20:21+00:00</dc:date>
        <title>How to fix invalid MAC address on Nforce MCP network controller</title>
        <link>http://www.besy.co.uk/debian/how_to_fix_invalid_mac_address_on_nforce_mcp_network_controllers</link>
        <description>Recently I installed four systems with identical hardware and identical installations of Debian Etch. After installation was complete I found that while on three systems networking worked fine, on the fourth I could not bring up eth0, which gave the error:</description>
    </item>
    <item rdf:about="http://www.besy.co.uk/debian/how_to_install_and_configure_apache_2_for_virtual_web_hosting">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-09T15:23:03+00:00</dc:date>
        <dc:creator>Andy</dc:creator>
        <title>Apache HOWTO</title>
        <link>http://www.besy.co.uk/debian/how_to_install_and_configure_apache_2_for_virtual_web_hosting</link>
        <description>Install Apache and PHP:

aptitude install apache2-mpm-prefork libapache2-mod-php5 php5-curl php5-gd php5-imagick php5-imap php5-mcrypt php5-mysql phpmyadmin

Edit /etc/apache2/httpd.conf:


NameVirtualHost *


 Configure Apache to listen on the SSL port by editing /etc/apache2/ports.conf:</description>
    </item>
    <item rdf:about="http://www.besy.co.uk/physics/texas_instruments_t83-plus_notes">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-29T00:43:20+00:00</dc:date>
        <dc:creator>Andy</dc:creator>
        <title>Texas Instruments T83-Plus Notes</title>
        <link>http://www.besy.co.uk/physics/texas_instruments_t83-plus_notes</link>
        <description>Interesting Y-Functions to Graph

 

A semi-circle, and the inverse semi-circle defined in terms of Y1:

Y1=√(100-X2) and Y2=-Y1

A parabola and the inverse parabola:

Y1=X2 and Y2=-X2

A sine wave and a cosine wave:

Y1=8sin(X) and Y2=8cos(X)

Y1=8tan(X)</description>
    </item>
    <item rdf:about="http://www.besy.co.uk/debian/how_to_fix_a_forgotten_root_password">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-29T00:43:00+00:00</dc:date>
        <dc:creator>Andy</dc:creator>
        <title>How to fix a forgotten root password</title>
        <link>http://www.besy.co.uk/debian/how_to_fix_a_forgotten_root_password</link>
        <description>First, don't panic! This is usually a simple matter so long as you have physical access to the console. Simply follow the steps below to boot the system bypassing login, and then set a new password: 

	*  Reboot the system. Make sure your physically present.
	*  When the Grub menu comes up, press “e” to edit the menu selections.
	*  Select the kernel you would usually boot and press “e” to edit the settings.
	*  Add single init=/bin/bash” to the end of the existing line. This will set …</description>
    </item>
    <item rdf:about="http://www.besy.co.uk/debian/debian_sarge_virtual_mail_server_howto_part_one">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-29T00:39:22+00:00</dc:date>
        <dc:creator>Andy</dc:creator>
        <title>Andy's Debian Sarge Virtual Mail Server Howto: Part One</title>
        <link>http://www.besy.co.uk/debian/debian_sarge_virtual_mail_server_howto_part_one</link>
        <description>This HOWTO is now considered depreciated and is no longer supported.

For up to date HOWTOs see my Debian Wiki index page.</description>
    </item>
    <item rdf:about="http://www.besy.co.uk/debian/how_to_install_and_configure_courier_for_mysql_virtual_pop3_and_imap_users">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-29T00:38:07+00:00</dc:date>
        <dc:creator>Andy</dc:creator>
        <title>Courier HOWTO</title>
        <link>http://www.besy.co.uk/debian/how_to_install_and_configure_courier_for_mysql_virtual_pop3_and_imap_users</link>
        <description>Install the courier packages:

aptitude install courier-authdaemon courier-authlib courier-authlib-mysql courier-pop courier-pop-ssl courier-imap courier-imap-ssl

Configure courier to use it's MySQL authentication mechanism:

/etc/courier/authdaemonrc</description>
    </item>
    <item rdf:about="http://www.besy.co.uk/blog/zdzislaw_beksinski">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-29T00:36:59+00:00</dc:date>
        <dc:creator>Andy</dc:creator>
        <title>Zdzislaw Beksinski</title>
        <link>http://www.besy.co.uk/blog/zdzislaw_beksinski</link>
        <description>If anyone can locate large size, high quality prints of either of these two works by Zdzislaw Beksinski for sale please let me know:



 

----------

To the reader who contacted me with details, thanks!</description>
    </item>
    <item rdf:about="http://www.besy.co.uk/debian/how_to_setup_file_system_encryption_with_dm-crypt">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-29T00:36:19+00:00</dc:date>
        <dc:creator>Andy</dc:creator>
        <title>How to encrypt a file-system with DM-CRYPT + LUKS</title>
        <link>http://www.besy.co.uk/debian/how_to_setup_file_system_encryption_with_dm-crypt</link>
        <description>This short HOWTO shows how to create an encrypted data partition using DM-CRYPT on Debian Etch. 

In this example a Linux MD software RAID partition is encrypted and mounted at /home. 

See the MD HOWTO if you need to create your RAID array, or use the Debian Instaler.</description>
    </item>
    <item rdf:about="http://www.besy.co.uk/wiki/syntax">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-29T00:35:15+00:00</dc:date>
        <dc:creator>Andy</dc:creator>
        <title>Formatting Syntax</title>
        <link>http://www.besy.co.uk/wiki/syntax</link>
        <description>DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the Edit this page button at the top or bottom of the page. If you want to try something, just use the playground page. The simpler markup is easily accessible via quickbuttons, too.</description>
    </item>
</rdf:RDF>
