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

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page servers 
             and everything recently tagged servers -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>servers on SWiK</title>
        <doap:name>servers</doap:name>
        <doap:description></doap:description>
        <description></description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/servers</link>
        <doap:homepage></doap:homepage>
        
        <pubDate></pubDate>
        <lastBuildDate></lastBuildDate>
            
        <item>
            <title>CreditScheduler - Xen Wiki</title>
            <link>http://swik.net/Xen/http%3A%2F%2Fdel.icio.us%2Frss%2Ftag%2Fxen/CreditScheduler+-+Xen+Wiki/ccg01</link>
            <description></description>
            
            <pubDate>Thu, 14 Aug 2008 06:05:29 -0700</pubDate>
        </item>
            
        <item>
            <title>Current Status Extension for Firefox</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/Current+Status+Extension+for+Firefox/ccek4</link>
            <description></description>
            
            <pubDate>Wed, 13 Aug 2008 12:04:52 -0700</pubDate>
        </item>
            
        <item>
            <title>Using Federated Servers in MySQL? 5.1</title>
            <link>http://swik.net/MySQL/Planet+MySQL/Using+Federated+Servers+in+MySQL%3F+5.1/cbopn</link>
            <description>&lt;h6 style=&quot;margin-bottom: 0cm&quot;&gt;[HoneyMonitor is a MySQL? GUI Tool for Windows? Systems. Server Administration, Database and Database Objects Administration, Code Development, Server Monitoring, Performance Monitoring, Performance Auditing. Read more on &lt;a href=&quot;http://www.honeysoftware.com&quot;&gt;http://www.honeysoftware.com&lt;/a&gt;]&lt;/h6&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;This is a short tutorial on the features implemented in HoneyMonitor for the use and administration of Federated Servers . It could be useful for Users who are new to the product and want to get start with it or to whom want to learn the basis of Federated Servers in MySQL? 5.1&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;More details on the HoneyMonitor Reference Manual at &lt;a href=&quot;http://www.honeysoftware.com/honeymonitor/doc&quot;&gt;http://www.honeysoftware.com/honeymonitor/doc&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;margin-bottom: 0cm&quot;&gt;Contents&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;
&lt;li&gt;Federated Server Metadata&lt;/li&gt;
&lt;li&gt;Retrieving the list of Federated Servers&lt;/li&gt;
&lt;li&gt;The Federated Server Editor&lt;/li&gt;
&lt;li&gt;Creating a Federated Table Using the Create Table Wizard&lt;/li&gt;
&lt;li&gt;Other Resources&lt;/li&gt;
&lt;li&gt;About the Author&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;margin-bottom: 0cm&quot;&gt;1. Introduction&lt;/h3&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;Starting from MySQL? v.5.1.15-beta you can use the CREATE / ALTER / DROP SERVER syntax to manage your Federated Servers.&amp;#160;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;This can help you creating a FEDERATED table in a fast and more efficient way. In fact if you first create a Federated Server using the CREATE SERVER syntax, then you can create a federated table using the following simple create table option&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;CONNECTION = &amp;#8216;federated_server_name&amp;#8217;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;instead of the longer&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;CONNECTION = &amp;#8216;mysql://user_name [:password]@host_name[:port_num] /db_name/tbl_name&amp;#8217;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;Note that starting from version 5.1.26-rc, the FEDERATED storage engine is disabled by default in binary distributions. The engine is still available and can be enabled by starting the server with the &amp;#8211;federated option.&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;For more information about Federated Server, please visit &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/en/federated-storage-engine.html&quot;&gt;http://dev.mysql.com/doc/refman/5.1/en/federated-storage-engine.html&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;margin-bottom: 0cm&quot;&gt;2. Federated Server Metadata&lt;/h3&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;In the&amp;#160;database &lt;em&gt;mysql&lt;/em&gt; there is a table -&amp;#160; &lt;em&gt;mysql.servers&lt;/em&gt; ? where all the information about the Federated Servers are stored:&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;mysql&amp;gt; DESCRIBE mysql.servers;&lt;br/&gt;
+&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;-+&amp;#8212;&amp;#8212;&amp;#8212;-+&amp;#8212;&amp;#8212;+&amp;#8212;&amp;#8211;+&amp;#8212;&amp;#8212;&amp;#8212;+&amp;#8212;&amp;#8212;-+&lt;br/&gt;
| Field&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; | Type&amp;#160;&amp;#160;&amp;#160;&amp;#160; | Null | Key | Default | Extra |&lt;br/&gt;
+&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;-+&amp;#8212;&amp;#8212;&amp;#8212;-+&amp;#8212;&amp;#8212;+&amp;#8212;&amp;#8211;+&amp;#8212;&amp;#8212;&amp;#8212;+&amp;#8212;&amp;#8212;-+&lt;br/&gt;
| Server_name | char(64) | NO&amp;#160;&amp;#160; | PRI |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&lt;br/&gt;
| Host&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; | char(64) | NO&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&lt;br/&gt;
| Db&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; | char(64) | NO&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&lt;br/&gt;
| Username&amp;#160;&amp;#160;&amp;#160; | char(64) | NO&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&lt;br/&gt;
| Password&amp;#160;&amp;#160;&amp;#160; | char(64) | NO&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&lt;br/&gt;
| Port&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; | int(4)&amp;#160;&amp;#160; | NO&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160; | 0&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&lt;br/&gt;
| Socket&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; | char(64) | NO&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&lt;br/&gt;
| Wrapper&amp;#160;&amp;#160;&amp;#160;&amp;#160; | char(64) | NO&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&lt;br/&gt;
| Owner&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; | char(64) | NO&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |&lt;br/&gt;
+&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;-+&amp;#8212;&amp;#8212;&amp;#8212;-+&amp;#8212;&amp;#8212;+&amp;#8212;&amp;#8211;+&amp;#8212;&amp;#8212;&amp;#8212;+&amp;#8212;&amp;#8212;-+&lt;br/&gt;
9 rows in set (0.01 sec)&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;mysql&amp;gt; SELECT * FROM mysql.servers LIMIT 1\G&lt;br/&gt;
*************************** 1. row ***************************&lt;br/&gt;
Server_name: server1&lt;br/&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Host: localhost&lt;br/&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Db: mysql&lt;br/&gt;
&amp;#160;&amp;#160; Username: root&lt;br/&gt;
&amp;#160;&amp;#160; Password:&lt;br/&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Port: 6005&lt;br/&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160; Socket:&lt;br/&gt;
&amp;#160;&amp;#160;&amp;#160; Wrapper: mysql&lt;br/&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Owner:&lt;br/&gt;
1 row in set (0.00 sec)&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;margin-bottom: 0cm&quot;&gt;3. Retrieving the list of Federated Servers&lt;/h3&gt;
&lt;p&gt;Federated Servers are listed in the Federated Servers node of the &lt;a href=&quot;http://www.honeysoftware.it/sleto/blog/2008/08/01/honeymonitor-tutorial-brief-introduction-to-the-server-objects-list/&quot;&gt;Server Objects List&lt;/a&gt; (Fig. 1).&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;margin-bottom: 0cm&quot;&gt;&lt;a href=&quot;http://www.honeysoftware.it/sleto/blog/wp-content/uploads/2008/07/13.jpg&quot; title=&quot;Server Objects List - Federated Server&quot;&gt;&lt;img src=&quot;http://www.honeysoftware.it/sleto/blog/wp-content/uploads/2008/07/13.thumbnail.jpg&quot; alt=&quot;Server Objects List - Federated Server&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;margin-bottom: 0cm&quot;&gt;Fig.1: Server Objects List - Federated Servers&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;You can create / edit / drop a Federated Server using node&amp;#8217;s popup menu.&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;margin-bottom: 0cm&quot;&gt;4. The Federated Server Editor&lt;/h3&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;The Federated Server Editor (Fig. 2), allows you to create / edit a Federated Server.&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;margin-bottom: 0cm&quot;&gt;&lt;a href=&quot;http://www.honeysoftware.it/sleto/blog/wp-content/uploads/2008/07/21.jpg&quot; title=&quot;The Federated Server Editor&quot;&gt;&lt;img src=&quot;http://www.honeysoftware.it/sleto/blog/wp-content/uploads/2008/07/21.thumbnail.jpg&quot; alt=&quot;The Federated Server Editor&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;margin-bottom: 0cm&quot;&gt;Fig. 2: The Federated Server Editor - Advanced Tab&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;You have to set the server name and (at least) one option to create a Federated Server.&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;After you set the Server&amp;#8217;s parameters you can click on the button &amp;#8216;Test Connection&amp;#8217; to test the connection&amp;#160;to the MySQL? Server.&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;After the creation of the Server, the SQL Tab (Fig. 3) ? now enabled - will contain the SQL syntax for recreating the current Server.&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;margin-bottom: 0cm&quot;&gt;&lt;a href=&quot;http://www.honeysoftware.it/sleto/blog/wp-content/uploads/2008/07/31.jpg&quot; title=&quot;The Federated Server Editor - SQL Tab&quot;&gt;&lt;img src=&quot;http://www.honeysoftware.it/sleto/blog/wp-content/uploads/2008/07/31.thumbnail.jpg&quot; alt=&quot;The Federated Server Editor - SQL Tab&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;margin-bottom: 0cm&quot;&gt;Fig. 3: The Federated Server Editor - SQL Tab&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;margin-bottom: 0cm&quot;&gt;5. Creating a Federated Table Using the Create Table Wizard&lt;/h3&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;The Create Table Wizard&amp;#160;helps you creating tables in a simply and fast way (Fig. 4).&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;margin-bottom: 0cm&quot;&gt;&lt;a href=&quot;http://www.honeysoftware.it/sleto/blog/wp-content/uploads/2008/07/41.jpg&quot; title=&quot;The Create Table Wizard&quot;&gt;&lt;img src=&quot;http://www.honeysoftware.it/sleto/blog/wp-content/uploads/2008/07/41.thumbnail.jpg&quot; alt=&quot;The Create Table Wizard&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;margin-bottom: 0cm&quot;&gt;Fig. 4: The Create Table Wizard&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;The Wizard includes a &amp;#8216;Connection&amp;#8217; option; when creating a Federated Table&amp;#160;you can fill it with the connection string (&amp;#8217;mysql://user_name[:password]@ host_name [:port_num]/db_name/tbl_name&amp;#8217;) or just with the name of the Federated Server you created with Federated Server Editor.&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;By clicking on button at the right of the &amp;#8216;Connection&amp;#8217; field, the Federated Server List will be opened thus helping you choosing an existing Federated Server - without the need of writing its name - or creating one more (Fig. 5).&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;margin-bottom: 0cm&quot;&gt;&lt;a href=&quot;http://www.honeysoftware.it/sleto/blog/wp-content/uploads/2008/07/51.jpg&quot; title=&quot;The Federated Server List&quot;&gt;&lt;img src=&quot;http://www.honeysoftware.it/sleto/blog/wp-content/uploads/2008/07/51.thumbnail.jpg&quot; alt=&quot;The Federated Server List&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;margin-bottom: 0cm&quot;&gt;Fig. 5: The Federated Server List&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;h3&gt;6. Other Resources&lt;/h3&gt;
&lt;p&gt;If you want to learn more on HoneyMonitor please visit the Project Home Page, at &lt;a href=&quot;http://www.honeysoftware.com/honeymonitor&quot;&gt;&lt;font color=&quot;#009047&quot;&gt;http://www.honeysoftware.com/honeymonitor&lt;/font&gt;&lt;/a&gt;, or check out one of the following resources:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.honeysoftware.com/set_lang.php?lang=en&amp;amp;goto=/products/honeymonitor/quicktour/gettingstarted/honeymonitor_getting_started_guide.php&quot;&gt;&lt;font color=&quot;#009047&quot;&gt;Getting Started Guide&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.honeysoftware.com/set_lang.php?lang=en&amp;amp;goto=/products/honeymonitor/quicktour/videotutorial/honeymonitor_video_tutorial_index.php&quot;&gt;&lt;font color=&quot;#009047&quot;&gt;Video Tutorials&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.honeysoftware.com/set_lang.php?lang=en&amp;amp;goto=/prodotti/honmon/help/help_honmon.php&quot;&gt;&lt;font color=&quot;#009047&quot;&gt;User?s Guide&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;7. About the Author&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.honeysoftware.it/sleto/blog/about-me/&quot;&gt;&lt;font color=&quot;#009047&quot;&gt;Santo Leto&lt;/font&gt;&lt;/a&gt; is a two years experience MySQL? DBA and Developer.&lt;br/&gt;
Leader and main programmer of the &lt;a href=&quot;http://www.honeysoftware.com/honeymonitor&quot;&gt;&lt;font color=&quot;#009047&quot;&gt;HoneyMonitor Project&lt;/font&gt;&lt;/a&gt;, he graduated in physics and he lives in Italy, where he works from home.&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm&quot;&gt;&amp;#160;&lt;/p&gt;</description>
            
            <pubDate>Fri, 01 Aug 2008 04:07:31 -0700</pubDate>
        </item>
            
        <item>
            <title>[from obrun] HP ProLiant DL Servers At a glance - HP Large Enterprise Business products</title>
            <link>http://swik.net/User:jeyrb/del.icio.us%2Fnetwork%2Fjey/%5Bfrom+obrun%5D+HP+ProLiant+DL+Servers+At+a+glance+-+HP+Large+Enterprise+Business+products/cbb03</link>
            <description></description>
            
            <pubDate>Wed, 23 Jul 2008 17:53:45 -0700</pubDate>
        </item>
            
        <item>
            <title>freshmeat.net: Project details for smtp2mix</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/freshmeat.net%3A+Project+details+for+smtp2mix/cazf2</link>
            <description></description>
            
            <pubDate>Mon, 21 Jul 2008 05:46:31 -0700</pubDate>
        </item>
            
        <item>
            <title>Hoe krijg je URL rewriting htaccess werkend op localhost</title>
            <link>http://swik.net/User:dynasource/tips+en+oplossingen/Hoe+krijg+je+URL+rewriting+htaccess+werkend+op+localhost/b971i</link>
            <description></description>
            
            <pubDate>Mon, 14 Jul 2008 05:54:33 -0700</pubDate>
        </item>
            
        <item>
            <title>Hoe krijg je URL rewriting htaccess werkend op localhost</title>
            <link>http://swik.net/User:dynasource/sjoerde/Hoe+krijg+je+URL+rewriting+htaccess+werkend+op+localhost/b971g</link>
            <description></description>
            
            <pubDate>Mon, 14 Jul 2008 05:54:33 -0700</pubDate>
        </item>
            
        <item>
            <title>Hoe krijg je URL rewriting htaccess werkend op localhost</title>
            <link>http://swik.net/User:dynasource/Newest+Articles+and+Manuals+Problems+Internet+Explorer/Hoe+krijg+je+URL+rewriting+htaccess+werkend+op+localhost/b971c</link>
            <description></description>
            
            <pubDate>Mon, 14 Jul 2008 05:54:31 -0700</pubDate>
        </item>
            
        <item>
            <title>What is Microsoft exchange hosting?</title>
            <link>http://swik.net/User:tomcat/The+Web+Host+Guy/What+is+Microsoft+exchange+hosting%3F/b9j0m</link>
            <description>Exchange Server is a messaging and collaborative software product developed by Microsoft which is made available by hosting companies to clients looking for Exchange hosting solutions. Microsoft’s Exchange server provides industry leading defensive security technologies especially developed to maximize productivity while reducing spam and viruses. Business can rest assured that Exchange server delivers robust communication [...]</description>
            
            <pubDate>Tue, 08 Jul 2008 02:57:57 -0700</pubDate>
        </item>
            
        <item>
            <title>Mano&#039;s Tech World &quot; Blog Archive &quot; Running multiple JBoss instances on the same machine</title>
            <link>http://swik.net/JBoss/del.icio.us+tag%2Fjboss/Mano%27s+Tech+World+%22+Blog+Archive+%22+Running+multiple+JBoss+instances+on+the+same+machine/b8064</link>
            <description></description>
            
            <pubDate>Wed, 02 Jul 2008 11:47:39 -0700</pubDate>
        </item>
            
        <item>
            <title>Applications | JumpBox Inc.</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Applications+%7C+JumpBox+Inc./b8lqv</link>
            <description></description>
            
            <pubDate>Fri, 27 Jun 2008 19:56:39 -0700</pubDate>
        </item>
            
        <item>
            <title>What is managed web hosting?</title>
            <link>http://swik.net/User:tomcat/The+Web+Host+Guy/What+is+managed+web+hosting%3F/b8dy5</link>
            <description>Companies have found that with the constant increase in internet based business, networking reliance has become an increasing concern requiring immediate attention. Managed web hosting or dedicated server hosting, is a form of internet hosting that provides improved scalability for consumers requiring full control over the server without needing to invest a huge amount of [...]</description>
            
            <pubDate>Wed, 25 Jun 2008 15:03:58 -0700</pubDate>
        </item>
            
        <item>
            <title>What is web server collocation?</title>
            <link>http://swik.net/User:tomcat/The+Web+Host+Guy/What+is+web+server+collocation%3F/b8dy4</link>
            <description>Server collocation is a new method for maintaining mission-critical data in which customers allocate their servers, networks and storage equipment in a datacenter usually referred to as a Collocation Center. In essence these customers will store their own hardware and all other network equipment in a datacenter alongside that of other customers, to be interconnected [...]</description>
            
            <pubDate>Wed, 25 Jun 2008 15:03:58 -0700</pubDate>
        </item>
            
        <item>
            <title>Ubuntu 8.04 Active Directory Integration w/ Likewise Open</title>
            <link>http://swik.net/open-source/del.icio.us+tag%2Fopen-source/Ubuntu+8.04+Active+Directory+Integration+w%2F+Likewise+Open/b77i3</link>
            <description></description>
            
            <pubDate>Tue, 24 Jun 2008 04:59:37 -0700</pubDate>
        </item>
            
        <item>
            <title>[from bushwald] Parallels Server for Mac released</title>
            <link>http://swik.net/User:jeyrb/del.icio.us%2Fnetwork%2Fjey/%5Bfrom+bushwald%5D+Parallels+Server+for+Mac+released/b7rhw</link>
            <description></description>
            
            <pubDate>Wed, 18 Jun 2008 06:21:27 -0700</pubDate>
        </item>
            
        <item>
            <title>15 Tools to Help You Develop Faster Web Pages - Six Revisions</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/15+Tools+to+Help+You+Develop+Faster+Web+Pages+-+Six+Revisions/b7bds</link>
            <description></description>
            
            <pubDate>Thu, 12 Jun 2008 16:17:22 -0700</pubDate>
        </item>
            
        <item>
            <title>freshmeat.net: Project details for Fenice</title>
            <link>http://swik.net/open-source/del.icio.us+tag%2Fopen-source/freshmeat.net%3A+Project+details+for+Fenice/b69p3</link>
            <description></description>
            
            <pubDate>Thu, 12 Jun 2008 08:16:48 -0700</pubDate>
        </item>
            
        <item>
            <title>Postfix Rate Controls</title>
            <link>http://swik.net/Postfix/del.icio.us%2Ftag%2Fpostfix/Postfix+Rate+Controls/b6ysi</link>
            <description>&amp;amp;lt;sep/&amp;amp;gt;is one thing; building one that does not knock over other systems is a different story [...] Postfix tries to be a fast mailer and a good neighbor at the same time.&amp;quot;</description>
            
            <pubDate>Mon, 09 Jun 2008 06:53:32 -0700</pubDate>
        </item>
            
        <item>
            <title>Build your own Google</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Build+your+own+Google/b6rx4</link>
            <description></description>
            
            <pubDate>Fri, 06 Jun 2008 05:55:25 -0700</pubDate>
        </item>
            
        <item>
            <title>[from bushwald] HP blade server targets cloud computing</title>
            <link>http://swik.net/User:jeyrb/del.icio.us%2Fnetwork%2Fjey/%5Bfrom+bushwald%5D+HP+blade+server+targets+cloud+computing/b57xe</link>
            <description>In response to IBM&#039;s iDataPlex?</description>
            
            <pubDate>Fri, 30 May 2008 14:47:11 -0700</pubDate>
        </item>
            
        <item>
            <title>[from bushwald] Dell Touts Gains in Cloud Server War - Data Center Knowledge</title>
            <link>http://swik.net/User:jeyrb/del.icio.us%2Fnetwork%2Fjey/%5Bfrom+bushwald%5D+Dell+Touts+Gains+in+Cloud+Server+War+-+Data+Center+Knowledge/b57w3</link>
            <description></description>
            
            <pubDate>Fri, 30 May 2008 14:47:08 -0700</pubDate>
        </item>
            
        <item>
            <title>[from bushwald] Few Data Centers Sharing Info With EPA</title>
            <link>http://swik.net/User:jeyrb/del.icio.us%2Fnetwork%2Fjey/%5Bfrom+bushwald%5D+Few+Data+Centers+Sharing+Info+With+EPA/b57wy</link>
            <description>&amp;quot;Just 54 data centers have volunteered to provide data on their energy usage to the Environmental Protection Agency, which hopes to use the information to develop an Energy Star certification for data center facilities.&amp;quot;</description>
            
            <pubDate>Fri, 30 May 2008 14:47:07 -0700</pubDate>
        </item>
            
        <item>
            <title>Public SIP Servers</title>
            <link>http://swik.net/SIP/del.icio.us+tag%2FSIP/Public+SIP+Servers/b5370</link>
            <description></description>
            
            <pubDate>Thu, 29 May 2008 16:46:20 -0700</pubDate>
        </item>
            
        <item>
            <title>How to do data portability (Scripting News)</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/How+to+do+data+portability+%28Scripting+News%29/b5xlr</link>
            <description></description>
            
            <pubDate>Tue, 27 May 2008 05:21:02 -0700</pubDate>
        </item>
            
        <item>
            <title>How to Install and Setup IPCop as your Linux based router. creating a DMZ for hosting your own web server or mail server and the Copfilter proxy for filtering web and email traffic.</title>
            <link>http://swik.net/ipcop/del.icio.us+tag%2Fipcop/How+to+Install+and+Setup+IPCop+as+your+Linux+based+router.+creating+a+DMZ+for+hosting+your+own+web+server+or+mail+server+and+the+Copfilter+proxy+for+filtering+web+and+email+traffic./b5i4n</link>
            <description></description>
            
            <pubDate>Tue, 20 May 2008 14:15:37 -0700</pubDate>
        </item>
            
        <item>
            <title>Samba GUI Information</title>
            <link>http://swik.net/Samba/del.icio.us+tag%2Fsamba/Samba+GUI+Information/b5hdq</link>
            <description></description>
            
            <pubDate>Tue, 20 May 2008 07:15:27 -0700</pubDate>
        </item>
            
        <item>
            <title>Nexenta Systems - ZFS-based software storage solutions - Front Page</title>
            <link>http://swik.net/zfs/del.icio.us%2Ftag%2Fzfs/Nexenta+Systems+-+ZFS-based+software+storage+solutions+-+Front+Page/b5gwb</link>
            <description></description>
            
            <pubDate>Tue, 20 May 2008 05:18:07 -0700</pubDate>
        </item>
            
        <item>
            <title>Server Virtualization Technology Tools and News | VirtualizationManager.com</title>
            <link>http://swik.net/Xen/http%3A%2F%2Fdel.icio.us%2Frss%2Ftag%2Fxen/Server+Virtualization+Technology+Tools+and+News+%7C+VirtualizationManager.com/b5gp7</link>
            <description>Awesome virtualization software with excellent presentation.</description>
            
            <pubDate>Tue, 20 May 2008 04:26:09 -0700</pubDate>
        </item>
            
        <item>
            <title>Server Virtualization Technology Tools and News | VirtualizationManager.com</title>
            <link>http://swik.net/Xen/http%3A%2F%2Fdel.icio.us%2Frss%2Ftag%2Fxen/Server+Virtualization+Technology+Tools+and+News+%7C+VirtualizationManager.com/b5fyz</link>
            <description></description>
            
            <pubDate>Tue, 20 May 2008 03:24:11 -0700</pubDate>
        </item>
            
        <item>
            <title>Radar</title>
            <link>http://swik.net/Xen/http%3A%2F%2Fdel.icio.us%2Frss%2Ftag%2Fxen/Radar/b47qg</link>
            <description>Radar is a virtual machine deployment &amp;amp; management engine.</description>
            
            <pubDate>Fri, 16 May 2008 13:24:21 -0700</pubDate>
        </item>
                </channel>
</rss>
