<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Astro Shapes Information Technology Blog - OpenSource</title>
    <link>http://www.astroshapes.com/information-technology/blog/</link>
    <description>Manufacturing Information Technology Blog. Topics Specifically Geared to Information Technology as it Applies to Industry and the Automation of Plants.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    <pubDate>Tue, 05 Feb 2008 17:17:13 GMT</pubDate>

    <image>
        <url>http://www.astroshapes.com/information-technology/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Astro Shapes Information Technology Blog - OpenSource - Manufacturing Information Technology Blog. Topics Specifically Geared to Information Technology as it Applies to Industry and the Automation of Plants.</title>
        <link>http://www.astroshapes.com/information-technology/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Replicating Package Lists in Ubuntu 7.10 - Gutsy</title>
    <link>http://www.astroshapes.com/information-technology/blog/archives/28-Replicating-Package-Lists-in-Ubuntu-7.10-Gutsy.html</link>
            <category>OpenSource</category>
    
    <comments>http://www.astroshapes.com/information-technology/blog/archives/28-Replicating-Package-Lists-in-Ubuntu-7.10-Gutsy.html#comments</comments>
    <wfw:comment>http://www.astroshapes.com/information-technology/blog/wfwcomment.php?cid=28</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.astroshapes.com/information-technology/blog/rss.php?version=2.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    

    <author>nospam@example.com (Craig Deering)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;If you are attempting to build multiple Ubuntu server installations, here is some information you will find helpful in making each server have the same software packages.  This is a quick way to bring up more than one server with identical package lists utilizing the dpkg technology.&lt;/p&gt;&lt;p&gt;First, build your first server exactly the way you want it.  Once you are happy with the package list, get a command line and do:&lt;/p&gt;&lt;p&gt;# &lt;font color=&quot;#0000cc&quot;&gt;dpkg --get-selections &amp;gt; dpkg.list&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;You need to copy this file over to another server that you want to make the package base the same.  Once there, you should make certain your package sources are up to date:&lt;/p&gt;&lt;p&gt;# &lt;font color=&quot;#0000cc&quot;&gt;apt-get update&lt;/font&gt;&lt;/p&gt;&lt;p&gt;Now, set the dpkg list to be the same as the other server:&lt;/p&gt;&lt;p&gt;# &lt;font color=&quot;#0000cc&quot;&gt;dpkg --set-selections &amp;lt; /tmp/dpkg.list&lt;/font&gt;&lt;/p&gt;&lt;p&gt;The package list is now the same, so have the system add/remove/update the packages to match:&lt;/p&gt;&lt;p&gt;# &lt;font color=&quot;#0000cc&quot;&gt;apt-get -u dselect-upgrade&lt;/font&gt;&lt;/p&gt;&lt;p&gt;That&#039;s all there is to it!  You now have two servers with identical package lists!&lt;/p&gt;&lt;p&gt;Craig Deering&lt;br /&gt;Network Engineer&lt;br /&gt;Astro Shapes, Inc. - &lt;a href=&quot;http://www.astroshapes.com&quot;&gt;Aluminum Extrusions&lt;/a&gt;&lt;br /&gt;Website - &lt;a href=&quot;http://www.astroshapes.com&quot;&gt;http://www.astroshapes.com&lt;/a&gt;&lt;/p&gt;&lt;p /&gt; 
    </content:encoded>

    <pubDate>Mon, 04 Feb 2008 09:59:48 -0500</pubDate>
    <guid isPermaLink="false">http://www.astroshapes.com/information-technology/blog/archives/28-guid.html</guid>
    
</item>
<item>
    <title>SpamAssassin, sa-learn and Thunderbird</title>
    <link>http://www.astroshapes.com/information-technology/blog/archives/26-SpamAssassin,-sa-learn-and-Thunderbird.html</link>
            <category>OpenSource</category>
    
    <comments>http://www.astroshapes.com/information-technology/blog/archives/26-SpamAssassin,-sa-learn-and-Thunderbird.html#comments</comments>
    <wfw:comment>http://www.astroshapes.com/information-technology/blog/wfwcomment.php?cid=26</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.astroshapes.com/information-technology/blog/rss.php?version=2.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    

    <author>nospam@example.com (Craig Deering)</author>
    <content:encoded>
    &lt;br /&gt;
Every once in a while, I find the need to do some manual training of my SpamAssassin Bayes database using sa-learn.  I use Thunderbird as my mail client and there was no easy way to get the messages in an mbox format to perform the training.&lt;br /&gt;&lt;br /&gt;What I had been doing was opening Evolution when I needed to do this, highlighting the messages, right clicking and selecting &amp;quot;Save As&amp;quot;.  This would save it out as an mbox type file.&lt;br /&gt;&lt;br /&gt;This process was always a hassle for me.  If I moved to a new laptop, I had to set up Evolution again.&lt;br /&gt;&lt;br /&gt;The guys over on the &lt;a href=&quot;http://www.nabble.com/SpamAssassin-f191.html&quot;&gt;SpamAssassin users list&lt;/a&gt; pointed something out.  If Thunderbird is set up correctly, each folder is stored in the mbox format!!  I don&#039;t need Evolution any more!!&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.astroshapes.com/information-technology/blog/archives/26-SpamAssassin,-sa-learn-and-Thunderbird.html#extended&quot;&gt;Continue reading &quot;SpamAssassin, sa-learn and Thunderbird&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 23 Jan 2008 10:14:45 -0500</pubDate>
    <guid isPermaLink="false">http://www.astroshapes.com/information-technology/blog/archives/26-guid.html</guid>
    
</item>
<item>
    <title>Migrating from Gentoo to Ubuntu Server</title>
    <link>http://www.astroshapes.com/information-technology/blog/archives/22-Migrating-from-Gentoo-to-Ubuntu-Server.html</link>
            <category>OpenSource</category>
    
    <comments>http://www.astroshapes.com/information-technology/blog/archives/22-Migrating-from-Gentoo-to-Ubuntu-Server.html#comments</comments>
    <wfw:comment>http://www.astroshapes.com/information-technology/blog/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.astroshapes.com/information-technology/blog/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>nospam@example.com (Craig Deering)</author>
    <content:encoded>
    &lt;br /&gt;
I have been a devout Gentoo fan for the last two or three years.  I have used it personally on my laptop as well as on nearly every server I manage.  While I loved the ability to tweak every aspect of the software I was using, I dreaded the unexpected reinstall because a laptop hard drive went bad.  It could literally take three days to bring my laptop back to the way I wanted it.  I recently gave Ubuntu a shot and was really impressed.  Coming from an RPM based backend in the beginning, I really took to the way Ubuntu&#039;s Synaptic package management system worked.  I also never liked the way Fedora required half a dozen CD&#039;s or a DVD to perform the install so I gave Ubuntu a try on the recommendation of a colleague.&lt;br /&gt;&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.astroshapes.com/information-technology/blog/archives/22-Migrating-from-Gentoo-to-Ubuntu-Server.html#extended&quot;&gt;Continue reading &quot;Migrating from Gentoo to Ubuntu Server&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 16 Jan 2008 16:07:29 -0500</pubDate>
    <guid isPermaLink="false">http://www.astroshapes.com/information-technology/blog/archives/22-guid.html</guid>
    
</item>
<item>
    <title>Port Bonding with Linux - Ubuntu Server</title>
    <link>http://www.astroshapes.com/information-technology/blog/archives/21-Port-Bonding-with-Linux-Ubuntu-Server.html</link>
            <category>OpenSource</category>
    
    <comments>http://www.astroshapes.com/information-technology/blog/archives/21-Port-Bonding-with-Linux-Ubuntu-Server.html#comments</comments>
    <wfw:comment>http://www.astroshapes.com/information-technology/blog/wfwcomment.php?cid=21</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.astroshapes.com/information-technology/blog/rss.php?version=2.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    

    <author>nospam@example.com (Craig Deering)</author>
    <content:encoded>
    &lt;br /&gt;
Many new servers come with multiple Network Interface Cards (NIC).  Linux gives you the ability to &amp;quot;bond&amp;quot; those ports together to create a single usable interface.  This gives you the advantage of fault tolerance and load balancing the NICs together.  There are many different bonding types, but I will focus on the newer of them call balance-alb (Adaptive Load Balancing).  It is great because it requires no special switch configuration and load balances both outgoing and incoming packets by influencing the switches by altering outbound ARP packets.&lt;br /&gt;&lt;br /&gt;This procedure is using &lt;a href=&quot;http://www.ubuntu.com/products/whatisubuntu/serveredition&quot;&gt;Ubuntu Server 7.10 (Gutsy)&lt;/a&gt;.  I was interested in making two separate bonds out of four interfaces, one for the corporate network and the other to connect the server to a SAN.  The configuration for other types of Linux are similar in concept but usually have different configuration files.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.astroshapes.com/information-technology/blog/archives/21-Port-Bonding-with-Linux-Ubuntu-Server.html#extended&quot;&gt;Continue reading &quot;Port Bonding with Linux - Ubuntu Server&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 15 Jan 2008 14:17:21 -0500</pubDate>
    <guid isPermaLink="false">http://www.astroshapes.com/information-technology/blog/archives/21-guid.html</guid>
    
</item>
<item>
    <title>Remote Management Card with Ubuntu Server</title>
    <link>http://www.astroshapes.com/information-technology/blog/archives/20-Remote-Management-Card-with-Ubuntu-Server.html</link>
            <category>OpenSource</category>
    
    <comments>http://www.astroshapes.com/information-technology/blog/archives/20-Remote-Management-Card-with-Ubuntu-Server.html#comments</comments>
    <wfw:comment>http://www.astroshapes.com/information-technology/blog/wfwcomment.php?cid=20</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.astroshapes.com/information-technology/blog/rss.php?version=2.0&amp;type=comments&amp;cid=20</wfw:commentRss>
    

    <author>nospam@example.com (Craig Deering)</author>
    <content:encoded>
    &lt;br /&gt;
I&#039;ve wrestled with getting a remote management card working 100% with Linux and decided to document the process in case someone else was trying to do the same thing.  I did this on a &lt;a href=&quot;http://www.tyan.com/product_barebones_detail.aspx?pid=1&quot;&gt;Tyan Barebones GT24 B2891&lt;/a&gt;, a &lt;a href=&quot;http://www.tyan.com/archive/products/html/m3291.html&quot;&gt;Tyan System Management Daughter Card M3291&lt;/a&gt; and &lt;a href=&quot;http://www.ubuntu.com/products/whatisubuntu/serveredition&quot;&gt;Ubuntu Server 7.10 (Gutsy)&lt;/a&gt;.  The specs of the server probably have no bearing to making this work.  This should also adapt with many other set ups.&lt;br /&gt;&lt;br /&gt;The goal of this project was to build a server where I had remote capabilities such as cycling power, monitoring vital statistics like CPU temp and fan speed, and gain console control during the boot process so I could make changes to the BIOS settings remotely.  You also gain the advantage that if network services like telnet or SSH become unavailable, you can likely still use the remote console.&lt;br /&gt;&lt;br /&gt;Some manufacturers include this capability into their equipment.  Many of them call it &amp;quot;Lights Out&amp;quot; administration.  The Tyan equipment I purchased needed a card added and set up.  If anyone is interested in the hardware installation including the firmware updates, let me know and I&#039;ll write it up.  This document is strictly dealing with the Linux setup.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.astroshapes.com/information-technology/blog/archives/20-Remote-Management-Card-with-Ubuntu-Server.html#extended&quot;&gt;Continue reading &quot;Remote Management Card with Ubuntu Server&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 14 Jan 2008 21:56:51 -0500</pubDate>
    <guid isPermaLink="false">http://www.astroshapes.com/information-technology/blog/archives/20-guid.html</guid>
    
</item>
<item>
    <title>Hardware, Software or Fake RAID?</title>
    <link>http://www.astroshapes.com/information-technology/blog/archives/14-Hardware,-Software-or-Fake-RAID.html</link>
            <category>OpenSource</category>
    
    <comments>http://www.astroshapes.com/information-technology/blog/archives/14-Hardware,-Software-or-Fake-RAID.html#comments</comments>
    <wfw:comment>http://www.astroshapes.com/information-technology/blog/wfwcomment.php?cid=14</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.astroshapes.com/information-technology/blog/rss.php?version=2.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    

    <author>nospam@example.com (Craig Deering)</author>
    <content:encoded>
    Over the last few years, I&#039;ve resorted to building my own servers out of barebones equipment for a varying number of reasons (beyond the scope of this article).  One of my biggest hurdles has been deciding the storage architecture I want to use.&lt;br /&gt;&lt;br /&gt;With the advent of the SAN, the hard drive requirements of the server have drastically changed.  If I have a high powered SAN with dozens of high RPM SCSI drives that handle the bulk of the file storage, does the server need SCSI drives itself?  If the server is running mostly from RAM and using the local drives for nothing other than log files and binaries, then the answer is no.&lt;br /&gt;&lt;br /&gt;So the next question becomes, how do I keep the OS fault tolerant of a hard drive failure?  I could go expensive and use a hardware RAID in the form of a card...  I could go with a software RAID provided by my Linux kernel...  Or I can use the BIOS RAID supplied by my BIOS...&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.astroshapes.com/information-technology/blog/archives/14-Hardware,-Software-or-Fake-RAID.html#extended&quot;&gt;Continue reading &quot;Hardware, Software or Fake RAID?&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 05 Jan 2008 15:30:15 -0500</pubDate>
    <guid isPermaLink="false">http://www.astroshapes.com/information-technology/blog/archives/14-guid.html</guid>
    
</item>
<item>
    <title>Microsoft Outlook and Winmail.dat Files</title>
    <link>http://www.astroshapes.com/information-technology/blog/archives/6-Microsoft-Outlook-and-Winmail.dat-Files.html</link>
            <category>OpenSource</category>
    
    <comments>http://www.astroshapes.com/information-technology/blog/archives/6-Microsoft-Outlook-and-Winmail.dat-Files.html#comments</comments>
    <wfw:comment>http://www.astroshapes.com/information-technology/blog/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.astroshapes.com/information-technology/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>nospam@example.com (Craig Deering)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;As an opensource shop, one of the strangest problems we had to face with email is the way Microsoft Outlook/Outlook Express handles email attachments.  They decided to encode the attachments into a single attachment and name it winmail.dat.  Third party applications don&#039;t seem to want to open it.  So how do you get around it?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Here&#039;s how we did it!!  We process our email in-house and &lt;a target=&quot;_blank&quot; href=&quot;http://www.mimedefang.org/&quot;&gt;MIMEdefang&lt;/a&gt; is one of the packages we use.  If you&#039;ve never heard of it, MIMEDefang lets you inspect, modify, bounce and reject email before it is passed on to the next mail server.  You can strip out potentially harmful attachments like .exe, .scr, .bat, etc...  It also lets you check for viruses, Spam and other unwanted content.  If you can dream it up, you can get MIMEDefang to do it.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;When an attachment comes through and it is of the winmail.dat variety, simply let MIMEDefang run a procedure against it to extract the real attachments and discard the winmail.dat part.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;See the extended article for detailed code.&lt;/p&gt;&lt;p /&gt; &lt;br /&gt;&lt;a href=&quot;http://www.astroshapes.com/information-technology/blog/archives/6-Microsoft-Outlook-and-Winmail.dat-Files.html#extended&quot;&gt;Continue reading &quot;Microsoft Outlook and Winmail.dat Files&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 30 Nov 2007 14:51:53 -0500</pubDate>
    <guid isPermaLink="false">http://www.astroshapes.com/information-technology/blog/archives/6-guid.html</guid>
    
</item>

</channel>
</rss>