<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>server &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/server/</link>
	<description>Feed of posts on WordPress.com tagged "server"</description>
	<pubDate>Tue, 07 Oct 2008 09:16:49 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Install ProFTPD]]></title>
<link>http://aan4choto.wordpress.com/2008/10/07/install-proftpd/</link>
<pubDate>Tue, 07 Oct 2008 06:30:33 +0000</pubDate>
<dc:creator>Amirullah</dc:creator>
<guid>http://aan4choto.sv.wordpress.com/2008/10/07/install-proftpd/</guid>
<description><![CDATA[ProFTPD adalh program ftp server yang di buat untuk Unix dan Linux. ProFTPD dapat di download disitu]]></description>
<content:encoded><![CDATA[<p class="MsoNormal">ProFTPD adalh program ftp server yang di buat untuk Unix dan Linux. ProFTPD dapat di download disitus <a href="http://www.proftpd.org/">http://www.proftpd.org</a></p>
<p class="MsoNormal">Untuk mengintastall proftpd di fedora dapat menggunakan perintah :</p>
<p class="MsoNormal"># yum install proftpd</p>
<p class="MsoNormal">Setelah selesai instalasi, kemudian jalankan ProFTPD :</p>
<p class="MsoNormal"># proftpd</p>
<p class="MsoNormal">Untuk menghentikan ProFTPD</p>
<p class="MsoNormal"># killall proftpd</p>
<p class="MsoNormal">Untuk menjalankan service ProFTPD</p>
<p class="MsoNormal"># service proftpd start</p>
<p class="MsoNormal">Untuk login kedalam FTP</p>
<p class="MsoNormal"># ftp localhost</p>
<p class="MsoNormal">Untuk pertama login isi username dan password yang akan menjadi username dan password untuk setiap kali login<!--more--></p>
<p class="MsoNormal">Untuk membuat direktori</p>
<p class="MsoNormal">ftp&#62; mkdir data</p>
<p class="MsoNormal">Untuk mengupload file</p>
<p class="MsoNormal">ftp&#62; put data.txt</p>
<p class="MsoNormal">untuk download file</p>
<p class="MsoNormal">ftp&#62; get data.txt</p>
<p class="MsoNormal">untuk keluar</p>
<p class="MsoNormal">ftp&#62;bye</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[WHY IS THIS HAPPENING !!!!!????? (Coldblast27 vs Archers)]]></title>
<link>http://heatblast378.wordpress.com/?p=1250</link>
<pubDate>Tue, 07 Oct 2008 02:10:40 +0000</pubDate>
<dc:creator>heatblast378</dc:creator>
<guid>http://heatblast378.sv.wordpress.com/2008/10/07/why-is-this-happening-coldblast27-vs-archers/</guid>
<description><![CDATA[Coldblast27&#8217;s army is getting into a battle with the archers!! WHY COLDBLAST WHY!!!! you might]]></description>
<content:encoded><![CDATA[<p>Coldblast27's army is getting into a battle with the archers!! WHY COLDBLAST WHY!!!! you might get crushed!! :(  to see the battle:</p>
<p>Coldblast27 vs Archers</p>
<p>When : October 11,2008</p>
<p>Where : SnowFort</p>
<p>Server: Summit</p>
<p>Time: 11:00 cpt</p>
<p>Why!!! COLDBLAST WHY????!!!  :(   why do you always get yourself and your army in trouble with big armies?</p>
<p>the archers are gonna beat the crap outta you!! you dont even have much people in your army!!</p>
<p>~Heatblast378 P.S. have you noticed that i sayed crap once in this post?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[There's no place like localhost: guide to setting up a web server]]></title>
<link>http://javadocs.wordpress.com/?p=64</link>
<pubDate>Tue, 07 Oct 2008 00:41:48 +0000</pubDate>
<dc:creator>joshjcarrier</dc:creator>
<guid>http://javadocs.sv.wordpress.com/2008/10/06/theres-no-place-like-localhost-guide-to-setting-up-a-web-server/</guid>
<description><![CDATA[So you want to set up a web server? Why would you want to do that, you say? It&#8217;s great for a n]]></description>
<content:encoded><![CDATA[<p>So you want to set up a web server? Why would you want to do that, you say? It's great for a number of reasons:</p>
<ul>
<li>hosting your own website, bulletin board, or blog</li>
<li>giving people read-only downloads (can be password protected!) to files</li>
<li>testing new versions of existing websites before they go live, <em>without requiring an Internet connection, which even includes <a href="http://developers.new.facebook.com/" target="_blank">developing Facebook applications</a></em></li>
<li>run your own instance of Wordpress</li>
<li>a great way to familiarize yourself with developing and deploying web applications</li>
</ul>
<div>I'll be guiding you to installing a server configured for the PHP Hypertext Processor (PHP). At the end, we can set up a MySQL database to store persistent data. Note that in this tutorial, there will be no direct linkage to this service - it's up to your application to do this.</div>
<div> </div>
<div>For most users, you should be following this basic server setup:</div>
<div> </div>
<div><strong>Step 1. Choosing a HTTP Server</strong></div>
<div style="padding-left:30px;">Many will argue that a robust, enterprise-level server like <a href="http://httpd.apache.org/" target="_blank">Apache </a>is required, but for most home usage purposes, which expect a relatively group of visitors on average hardware, I personally choose <a href="http://www.aprelium.com/abyssws/" target="_blank">Aprelium's Abyss X1 Server</a>. Versions are available for Windows, Mac and Linux. It is very user friendly - done completely through your web browser, compared to Apache, which requires text-editor modification of xml configuration files. </div>
<div style="padding-left:30px;">Install Abyss X1. You may also need to register for a free license key.</div>
<div style="padding-left:30px;">Follow the instructions available here to complete the setup.</div>
<div> </div>
<div><strong>Step 2. Installing PHP (optional)</strong></div>
<div style="padding-left:30px;">PHP is a language designed to integrate well into existing HTML code, allowing dynamic page content. If you don't need a PHP renderer, you may skip this step. Otherwise, if you're Windows, <a href="http://www.aprelium.com/abyssws/php5win.html" target="_blank">follow this instruction</a>, and for everyone else, <a href="http://www.aprelium.com/abyssws/php.html" target="_blank">follow this instruction</a>.</div>
<div> </div>
<div><strong>Step 3. Installing MySQL Database (optional)</strong></div>
<div style="padding-left:30px;">MySQL is a database, which is useful for keeping data around for longer than the browser session - comments, posts, and accounts can all be stored inside. There are other alternatives, such as Oracle XE and PostgreSQL, but my personal choice is MySQL for its simplicity to use.</div>
<div style="padding-left:30px;">All you'll need is to download and install the <a href="http://dev.mysql.com/downloads/" target="_blank">MySQL Community Server</a>. I also highly recommend the accompanying <a href="http://dev.mysql.com/downloads/gui-tools/" target="_blank">MySQL GUI Tools</a> to maintain users and databases.</div>
<div> </div>
<div>You can now connect, using <a href="http://localhost" target="_blank">http://localhost</a> (unless you changed the HTTP host's port during setup, default is 80) or your computer's local IP address. You will probably have to configure the HTTP documents folder to point to the right directory. And so that concludes this tutorial - writing the actual code to link PHP and MySQL, and setting up the MySQL databases will be for another day. We'll also look in a future post at how to access this web server from anywhere in the world.</div>
<div> </div>
<div>In the meantime, here's some other web server-driven software you may want to consider trying:</div>
<div>
<ul>
<li><a href="http://www.joomla.org/" target="_blank">Joomla </a>- Content Management System for fast configuration and deployment of many types of sites</li>
<li><a href="http://www.phpbb.com/" target="_blank">phpBB</a> - PHP bulletin board system</li>
<li><a href="http://www.phpmyadmin.net/home_page/downloads.php" target="_blank">phpMyAdmin</a> - manage MySQL databases from your browser</li>
<li><a href="http://wordpress.org/" target="_blank">Wordpress </a>- a blogging tool; currently powering this page!</li>
</ul>
<div>And here's some other servers you might want to run:</div>
<div>
<ul>
<li><a href="http://tomcat.apache.org/" target="_blank">Apache Tomcat</a> - supports Java Enterprise (J2EE) deployment</li>
<li><a href="http://filezilla-project.org/" target="_blank">FileZilla FTP Server</a> - file transfer over the regular file transfer protocol (Windows only)</li>
<li><a href="http://www.openssh.com/" target="_blank">OpenSSH </a>- secure protocol allowing remote terminal, X windows, SFTP</li>
<li><a href="http://openvpn.net/" target="_blank">OpenVPN</a> - keep your traffic secure when connecting from a public wireless location</li>
<li><a href="http://www.slimdevices.com/su_downloads.html" target="_blank">SqueezeCenter</a> - create your own personal Internet radio station while listening and viewing your library from anywhere</li>
</ul>
<div><em>Stay tuned!</em> - I'll be showing you how later to connect to your home, so that you or your visitors can visit your server without memorizing any numbers!</div>
</div>
</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[New at Office]]></title>
<link>http://aquiiinla.wordpress.com/?p=478</link>
<pubDate>Mon, 06 Oct 2008 22:57:07 +0000</pubDate>
<dc:creator>Aquii</dc:creator>
<guid>http://aquiiinla.sv.wordpress.com/2008/10/07/new-at-office/</guid>
<description><![CDATA[Nach lagem Zaudern und sich davor druecken, habe ich es endlich vollbracht. Das Ergebnis Juanita mit]]></description>
<content:encoded><![CDATA[<p>Nach lagem Zaudern und sich davor druecken, habe ich es endlich vollbracht. <a href="http://aquiiinla.files.wordpress.com/2008/10/juanita.jpg"><img src="http://aquiiinla.wordpress.com/files/2008/10/juanita.jpg?w=225" alt="" title="juanita" width="225" height="300" class="alignright size-medium wp-image-479" /></a>Das Ergebnis Juanita mit dem Herz von Waltraut. Mainboard uesd von Ebay, Gehaeuse neu vom Korenaner, DVD Brenner auch, ausgestattet mit einer Serverversion von Microsoft schnurrt sich nun vor sich hin und verrichtet ihren still und leise ihren Dienst.</p>
<p>Dabei war es ein langer Kampf bis ich sie davon ueberzeugen konnte, das zu tun was ich wollte. Das uebliche Gezicke ebe, was ich nicht verstehe, zumal sie nicht wirklich viel zu tun hat. Kein Geschirr spuehlen, keine Reinigungsarbeiten, nicht mal das Buegeleisen muss sie schwingen, nur etwas die Daten sortieren und rausgeben, die Neuen richtig einsortieren. Ok, ab und an mal ein Fax annehmen oder rausschicken ist auch nicht viel. Die Drucker richtig bedienen und die Auftrage dafuer schnell abwickeln, Verkehr regeln, den aus dem Internet. Mehr ist nicht, wirklich. Und deswegen das Gezicke?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Fact-DB importiert]]></title>
<link>http://drazraeltod.wordpress.com/?p=872</link>
<pubDate>Sat, 04 Oct 2008 21:22:23 +0000</pubDate>
<dc:creator>Dr. Azrael Tod</dc:creator>
<guid>http://drazraeltod.sv.wordpress.com/2008/10/04/fact-db-importiert/</guid>
<description><![CDATA[Ich habe gerade in 2-3 stündiger Kleinarbeit meine Fact-DB mal in eine sqlite-Datenbank gepackt. Di]]></description>
<content:encoded><![CDATA[<p>Ich habe gerade in 2-3 stündiger Kleinarbeit meine Fact-DB mal in eine sqlite-Datenbank gepackt. Die ursprüngliche Textdatei war auf mehr Arten kaputt als man es für Möglich halten sollte.</p>
<p>Da ich nie ein bestimmtes Format festgelegt hatte und nur einfach immer weiter Zeilen in eine Textdatei geworfen hab, bestand sie aus den verschiedensten Textformaten.<!--more--> Mal waren die Sonderzeichen in UTF8, mal in einem ISO-Format, zu gewissen Teilen waren die Umlaute durch mehrmaliges konvertieren derartig kaputt dass plötzlich alle durch die gleiche Bitfolge repräsentiert wurden (das kann man nichtmal mit dem besten Script wirklich automatisch beheben, allerhöchstens durch Vergleichen mit einem Wörterbuch aber such da mal Sachen wie "pöse").<br />
Zeilenumbrüche waren natürlich auch in den verschiedensten Formaten gemischt, kein Wunder, Sacred-Chao lief mal unter Windows, mal unter Linux und manchmal wurden Sachen von Hand nachbearbeitet. Weit über 2400 Zeilen an Text zu überarbeiten macht wirklich keinen Spaß. Dies gilt doppelt wenn nichtsichtbare Zeichen verändert werden müssen.</p>
<p>Ziel der ganzen Aktion ist natürlich auch die Datenbank um andere Angaben zu erweitern (Zeitpunkt des Facts, Channel, ID) und das ganze System von meinem mies programmierten PHP-Bot auf eine vernünftige Platform zu schieben. Von <a href="http://www.wangoo.de/" target="_blank">Snookie</a> stammte z.B. der Hinweis auf das <a href="http://twistedmatrix.com/" target="_blank">Twisted-Framework</a> für Python mit dem sich das ziemlich leicht realisieren lässt. Beispielcode liegt aus der selben Quelle auch schon fast funktionsfähig vor.</p>
<p>Die nächsten Schritte sind dann also den Bot um sinnvolle Abfragefunktionen zu erweitern bzw. letzte Zeichencode-Probleme zu beheben, danach eine Ausgabe als RSS/Atom-Dateien auf meinen Webspace zu werfen wenn ein fact eingestellt wird.<br />
Wenn dann noch mein <a href="/?s=Homeserver+Geh%C3%A4use">Server</a> endlich läuft kann ich mich auch irgendwann an zusätzliche Funktionen machen. Z.B. wäre ein Jabber-Interface für den Bot auch eine schöne Sache.</p>
<p>"Es gibt viel zu tun! Lassen wir es sein!"</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Web Server con Debian Etch]]></title>
<link>http://miky4e.wordpress.com/?p=56</link>
<pubDate>Sat, 04 Oct 2008 19:28:45 +0000</pubDate>
<dc:creator>miky4e</dc:creator>
<guid>http://miky4e.sv.wordpress.com/2008/10/04/web-server-con-debian-etch/</guid>
<description><![CDATA[
Ecco qui una splendida guida per configurare perfettamente la vostra Debian Etch come Web Server.
O]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><img class="size-full wp-image-58 aligncenter" title="debian_desktop" src="http://miky4e.wordpress.com/files/2008/10/debian_desktop.jpg" alt="" width="371" height="323" /></p>
<p>Ecco <a href="http://www.howtoforge.com/perfect_setup_debian_etch" target="_blank">qui</a> una splendida guida per configurare perfettamente la vostra <strong>Debian Etch</strong> come <strong>Web Server.</strong></p>
<p>Oggi mi è arrivato un vecchio <strong>Pentium III</strong> con solo 128 MB di memoria RAM. </p>
<p>Da domani proverò a configurarlo e renderlo un <strong>Web Server</strong> minimale, da utilizzare qui in casa.</p>
<p>Vi farò sapere come andrà a finire ;) e in caso di esito positivo, scriverò una semplice guida su come procedere!</p>
<p>Saluti, esco, buon sabato sera a tutti quanti!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Supplenze]]></title>
<link>http://dopolapioggia.wordpress.com/?p=312</link>
<pubDate>Sat, 04 Oct 2008 10:47:47 +0000</pubDate>
<dc:creator>sarasx</dc:creator>
<guid>http://dopolapioggia.sv.wordpress.com/2008/10/04/supplenze/</guid>
<description><![CDATA[Mi hanno chiamata per una supplenza in una scuola. 15 ore. Che fare? Come fare?
L&#8217;ironia della]]></description>
<content:encoded><![CDATA[<p>Mi hanno chiamata per una supplenza in una scuola. 15 ore. Che fare? Come fare?</p>
<p>L'ironia della sorte: il mio capo lì finirebbe coll'essere il fratello del mio capo qui.</p>
<p>Oggi pomeriggio pure lavoro: facciamo l'immagine di un server. Credo sia una cosa interessante. Spero poi funzioni tutto.</p>
<p>"Perchè le cose non vanno mai come vuoi tu... " (D.S.)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Meeting Maker to Leopard Migration, Part 3]]></title>
<link>http://osofrio.wordpress.com/?p=24</link>
<pubDate>Fri, 03 Oct 2008 22:03:29 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://osofrio.sv.wordpress.com/2008/10/03/meeting-maker-to-leopard-migration-part-3/</guid>
<description><![CDATA[It&#8217;s been a few months since I last posted, and during that time one of my fellow co-workers a]]></description>
<content:encoded><![CDATA[<p>It's been a few months since I last posted, and during that time one of my fellow co-workers at one of our other locations found an easier way to upgrade to Leopard for us Meeting Maker sufferers.  As you recall from <a href="http://osofrio.wordpress.com/2008/06/27/meeting-maker-to-leopard-migration-part-1/">Part 1</a> and <a href="http://osofrio.wordpress.com/2008/07/03/meeting-maker-to-leopard-migration-part-2/">Part 2</a> of this series, in order to upgrade from Tiger to Leopard I was having to strip out all references to Meeting Maker from the LDIF files.  Well, there is an easier way, a much, much easier way.</p>
<h3>Grab That Custom Schema</h3>
<p>When Meeting Maker was first installed on your server, a custom schema file was added to your LDAP server to allow for the new attributes.  Well, all we need to do is get that schema file over to the new server and add a few lines to the slapd.conf configuration file.</p>
<p>First step is to grab that custom file.  Fire up Terminal on your existing server and go find that file:</p>
<p><code><br />
<blockquote>cd /etc/openldap/schema<br><br />
ls -la</p></blockquote>
<p></code>	</p>
<p>Now, most likely the file is named "meetingmaker.schema", at least that's what mine was, but yours may be different.  Look for file names that don't look like standard schema files for OS X.  You can easily determine if they are Meeting Maker schema files by listing the file contents:</p>
<p><code><br />
<blockquote>cat meetingmaker.schema &#124; grep MeetingMaker</p></blockquote>
<p></code></p>
<p>That snip of code will help you tell if the file is a Meeting Maker file or not.  If nothing is returned, you don't have the right file and need to keep looking.</p>
<p>Once you find the file, copy it over to your new server:</p>
<p><code><br />
<blockquote>scp /etc/openldap/schema/meetingmaker.schema user@yourserver:/etc/openldap/schema</p></blockquote>
<p></code></p>
<h3>Tell LDAP What To Do With Your Schema</h3>
<p>Now that the file is over on your new server, we need to edit slapd.conf to let it know what to do.  First things first, make a backup copy of that file:</p>
<p><code><br />
<blockquote>sudo cp /etc/openldap/slapd.conf /etc/openldap/slapd.conf.bak</p></blockquote>
<p></code></p>
<p>Now open up slapd.conf in your favorite editor and add this line:</p>
<p>	<code><br />
<blockquote>include /etc/openldap/schema/yourcustomschemafile.schema</p></blockquote>
<p></code></p>
<p>We need to clear out the slapd.d folder now.  Make a backup of this folder first:</p>
<p><code><br />
<blockquote>cp -R /etc/openldap/slapd.d /etc/openldap/slapd.d.bak</p></blockquote>
<p></code></p>
<p>Now clear the contents of the slapd.d folder:</p>
<p><code><br />
<blockquote>rm -rf /etc/openldap/slapd.d/*</p></blockquote>
<p></code></p>
<h3>Let's Test It Out</h3>
<p>Let's test to make sure the schema is being picked up right:</p>
<p><code><br />
<blockquote>slaptest -v -d 68 -f /etc/openldap/slapd.conf -F /etc/openldap/slapd.d</p></blockquote>
<p></code></p>
<p>This will return a whole bunch of information, the key pieces being Meeting Maker and the last line:  "config file testing succeeded".  Here is what the last lines of my test showed:</p>
<p><code><br />
<blockquote>
line 550 (objectclass (  1.3.6.1.4.1.16291.2.2.1.1    NAME 'comMeetingMakerUser'    DESC 'Meeting Maker, Inc.: Meeting Maker User'    SUP comMeetingMakerAccount    ))<br><br />
line 562 (objectclass (  1.3.6.1.4.1.16291.2.2.1.2    NAME 'comMeetingMakerResource'    DESC 'Meeting Maker, Inc.: Meeting Maker reservable resource (non-location)'    SUP comMeetingMakerAccount    STRUCTURAL    MAY (        comMeetingMakerAutoAccept $        comMeetingMakerAllowProposals        )    ))<br><br />
line 574 (objectclass (  1.3.6.1.4.1.16291.2.2.1.3    NAME 'comMeetingMakerLocation'    DESC 'Meeting Maker, Inc.: Meeting Maker reservable meeting location'    SUP comMeetingMakerAccount    STRUCTURAL    MAY (        comMeetingMakerAutoAccept $        comMeetingMakerAllowProposals        )    ))<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
send_ldap_result: err=68 matched="" text=""<br><br />
bdb_db_open: dc=server,dc=yourdomain,dc=com<br><br />
config file testing succeeded<br><br />
bash-3.2# <br>
</p></blockquote>
<p></code></p>
<p>Notice the Meeting Maker references.  We should be good to go.</p>
<h3>Restart and Test 'er Out</h3>
<p>Give your server a quick restart.  You can probably skip this part by simply sig hupping the DirectoryService service (killall DirectoryService), but a restart is just cleaner in my opinion.</p>
<p>After the restart, fire up Workgroup Manager and let's see if the attributes are there now.  Click on the Inspector button and then on the drop down list of items:<br />
</p>
<p><img src="http://osofrio.files.wordpress.com/2008/10/wgm.jpg" alt="wgm.jpg" border="0" width="561" height="223"></p>
<p><br><br />
In the pop-up window, choose OLCSchemaConfig and verify Meeting Maker is now showing up:<br />
<br><br />
<br><br />
<img src="http://osofrio.files.wordpress.com/2008/10/olcschema.jpg" alt="OLCSchema.jpg" border="0" width="518" height="286"></p>
<p>If you see it in there, then you are good to go.</p>
<h3>Now What?</h3>
<p>Now that you have the schema entries in for Meeting Maker, you can simply do an archive of your OD data on your 10.4 server and then a restore on the new 10.5 server.  You will want to make sure your kerberos realm is the same on the new server as it was on the old, or you will run into problems importing the data.  If you want to use a new realm, well, then you might as well start typing the data in by hand.  I know there are ways to change this in the LDIF file on the fly, similar to the way I stripped the Meeting Maker data out in <a href="http://osofrio.wordpress.com/2008/07/03/meeting-maker-to-leopard-migration-part-2/">Part 2</a>, but I haven't messed around with it yet.</p>
<p>I hope these three articles helped you out with your upgrade.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Kurzeinführung IPv4]]></title>
<link>http://drazraeltod.wordpress.com/?p=855</link>
<pubDate>Fri, 03 Oct 2008 22:03:21 +0000</pubDate>
<dc:creator>Dr. Azrael Tod</dc:creator>
<guid>http://drazraeltod.sv.wordpress.com/2008/10/04/kurzeinfuhrung-ipv4/</guid>
<description><![CDATA[Da ich gerade privat mal für eine E-Mail eine kurze Einführung in IPv4 geschrieben habe, dachte ic]]></description>
<content:encoded><![CDATA[<p>Da ich gerade privat mal für eine E-Mail eine kurze Einführung in <a href="http://de.wikipedia.org/wiki/IPv4" target="_blank">IPv4</a> geschrieben habe, dachte ich mir ich erweiter die noch ein wenig und stell sie auf den Blog. Bevor jemand fragt: Ja mir ist klar dass hier die meisten über alles bescheid wissen was ich hier mal eben schreibe.<!--more--></p>
<blockquote><p>Wir haben eine dynamische, geroutete (von Route, also dem Weg den "sich" die Daten durch das Netz suchen) Adresse. Ich könnte dir unsere aktuelle IP-Adresse geben aber das willst du sicher nicht wissen *g* Weil die sich alle 24 Stunden (oder wenn wir den Router neu starten) ändert, bringt das ja auch nicht viel.<br />
Der Grund für die Änderungen ist, dass Provider für Freenet nur eine bestimmte Anzahl solcher Nummern gekauft haben. Wenn man sich also einwählt bekommt man irgendeine die gerade niemand anders hat, bei Modemverbindungen brauchte man dadurch z.B. nur ein Zehntel oder so der Menge, hätte man jedem eine fest zugewiesen.<br />
Nachteil für die Nutzer ist dass wir nicht ohne weiteres sagen können "Ich kauf mir jetzt die Adresse foobar.de und lass die auf meine Adresse zeigen" die Adresse ändert sich ja ständig.<br />
Nichtgeroutete Adressen sind dann die, die so definiert sind dass sie im Internet nicht weitergeleitet werden. Wenn also jemand in Timbuktu 192.168.230.123 eingibt kommt der nicht an meinen PC, auch wenn der diese Adresse hätte. Jeder darf also so viele nichtgeroutete Adressen vergeben wie er will. Daher haben wir auch hinter unserem Router solche Adressen für jeden Rechner, der Router leitet dann die Daten ins Interne und zurück jeweils über die eine Adresse die er sich vom Provider holt um.</p></blockquote>
<p>Um die Sache mal etwas zu erweitern...</p>
<p>Nichtgeroutete Adressbereiche liegen zwischen folgenden Adressen:</p>
<ul>
<li> 10.0.0.0 bis 10.255.255.255 -&#62; Klasse A</li>
<li> 172.16.0.0 bis 172.31.255.255 -&#62; Klasse B</li>
<li> 192.168.0.0 bis 192.168.255.255 -&#62; Klasse C</li>
<li> 169.254.0.0–169.254.255.255</li>
</ul>
<p>Die Klassen, die ich oben angegeben habe, beziehen sich auf die Menge der verfügbaren Adressen und welcher Block für Netzwerk oder für den einzelnen Client zählen. Die 4 Byte-Blöcke (jeweils eine Zahl von 0 bis 255) sind genau wie im Dezimalsystem nach Wertigkeit geordnet. Das bedeutet wenn man die IP-Adressen hochzählt folgt auf 0.0.0.1 0.0.0.2 und auf 0.0.0.255 die 0.0.1.0. Wenn ich also ein Klasse B-Netzwerk habe, beziehen sich die ersten beiden Byte (172.16.) auf das Netzwerk und die letzten beiden (.0.0) auf den jeweiligen Rechner.</p>
<p>Ich kann also in meinem privaten Class-B-Supernetzwerk (damit Class-B nötig ist, brauchen wir einige Geräte, das werden die wenigsten Privatpersonen mal eben rumstehen haben) ein Netz 172.16.0.0, ein Netz 172.17.0.0 und ein Netz 172.31.0.0 aufbauen (naja und halt noch ein paar andere Netzwerke, so 16*256 oder so).<br />
In jedem dieser Netzwerke kann ich mir dann einen rechner .0.1, einen mit .0.2 und einen mit .0.3 usw. zuordnen. (Das macht 65.536 Clients für jedes dieser Netzwerke)</p>
<p>Für Class A steht mir als privates Netzwerk leider nur eins zur Verfügung... also alles was mit 10. anfängt. Dafür gleicht sich das mit 256^3 Rechnern in diesem Netzwerk mehr als aus. Klasse C im Gegensatz lässt mich 256 private Netzwerke bilden, jedes dafür "nur" mit 255 Rechnern. Das reicht aber für die meisten Privatpersonen durchaus aus, daher wird es meistens auch genutzt.</p>
<p>Das große Problem mit diesen IPv4 Adressen ist, dass wir nur 256^4 Adressen zur Verfügung haben. Diese 4.294.967.296 Adressen werden dann noch um die ganzen privaten Adressen reduziert (wie bereits bemerkt können wir sie ja im Internet nicht nutzen). Außerdem gehen noch Adressen für <a href="http://de.wikipedia.org/wiki/Loopback">Loopback</a>, <a href="http://de.wikipedia.org/wiki/Multicast">Multicast</a> und verschiedenste andere reservierte Blöcke weg.</p>
<p>Diese unglaublich hohe Zahl an Adressen scheint ziemlich groß, aus genau diesem Grund wurde sie auch als das IP-Protokoll erfunden wurde durchaus als ausreichend angesehen. Das Internet ist jedoch extrem angewachsen, heutzutage hat ja schon fast jedes Handy einen Internetzugang von 2-3 PCs pro Haushalt mal ganz abgesehen.<br />
Jetzt können wir diese Adressen wie bereits ganz oben bemerkt mit einem Router und einem Netzwerk aus privaten Adressen für viel mehr Adressen verwenden (dieser Vorgang nett sich NAT, <a href="http://de.wikipedia.org/wiki/Network_Address_Translation" target="_blank">Network Adress Translation</a>) doch dies hat einige Nachteile. Wenn z.B. jemand eine Verbindung von außen mit einer privaten Adresse aufbauen will geht das nur sehr schwierig. Dies wird jedoch nötig, will man einen Webserver betreiben oder ähnliche Dienste anbieten. Gut, einen Server betreiben ja nur wenige zuhause... doch was tun wir wenn wir jemandem anders eine Datei per Messenger senden wollen? Einer der beiden Gesprächspartner will also eine Adresse zum anderen aufbauen, wenn beide hinter einem NAT sitzen wird dies etwas schwierig. Es ist durchaus nicht unmöglich, doch es geht, kurz gesagt, beschissen umständlich.</p>
<p>IPv4-Adressen sind auch äußerst schlecht aufgeteilt. Die USA halten mal eben alleine 74% aller Adressen. Für den Rest der Welt bleibt dann der ganze Rest. Die ganze Bevölkerung in China hat z.B. weniger Adressen zur Verfügung als mal eben ein einzelner Anbieter in den USA. Da dies danach entschieden wurde, wann welche Region sich die Adressen gesichert hat, trifft es also mal wieder die ärmsten Teile der weltweiten Bevölkerung.</p>
<p>Wie bringen wir also immer mehr Rechner ans Netz? Wir steigern die Menge der Adressen! Das geht leider mit IPv4 nicht, also müssen wir das Protokoll komplett überarbeiten. Das wurde getan und das Ergebnis nennt sich IPv6 (jap, v5 wurde mal wieder <a href="http://www.easy-network.de/ipv5.html" target="_blank">vergessen</a>)<br />
Um die Frage nach der genauen Menge der Adressen bei IPv6 zu beantworten (und mir dazu die Rechnerei zu ersparen) bemühen wir mal kurz Wikipedia:</p>
<blockquote><p>Eine IPv6-Adresse ist 128 Bit lang (IPv4: 32 Bit). Damit gibt es etwa 3,4 * 10^38 (340,28 Sextillionen = eine Zahl mit insgesamt 39 Stellen) IPv6-Adressen. IPv4 kann maximal 232 Adressen vergeben, also etwa 4,29 · 10^9.</p></blockquote>
<p>Um das mal auf etwas besser vorstellbare Bereiche umzurechnen: Es handelt sich um ca. 655.570.793.348.866.943.898.599 Adressen pro Quadratmeter Erde, also mit Meeresfläche und allem. (Hey, ich sagte ETWAS besser vorstellbar, nicht viel besser.)</p>
<p>Weil die beiden Versionen v4 und v6 nicht kompatibel sind, können Systeme die nur eins von beidem verwenden leider auch nicht miteinander reden. Man kann allerdings beides parallel verwenden und dann sowohl auf v4 als auch auf v6-Server zugreifen. Weiterhin kann man die Protokolle über das jeweils andere "tunneln", sprich ich verpacke meine IPv6 Daten in v4-Daten, sende sie über ein v4-Netzwerk an einen v4-Server, dieser entpackt die Pakete und leitet sie über ein v6-Netzwerk an einen v6-Server weiter... oder halt umgekehrt.</p>
<p>Da driften wir dann aber auch schon in IPv6-Details ab, die ich wohl lieber in einem seperaten Post behandeln sollte. Das ganze ist eh schon zu einem halben Roman geworden. Sollten noch Fragen bestehen freue ich mich darauf sie, soweit möglich, in den Kommentaren zu beantworten.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Goshdarnit]]></title>
<link>http://danpop.wordpress.com/?p=393</link>
<pubDate>Fri, 03 Oct 2008 18:31:10 +0000</pubDate>
<dc:creator>Dan Pop</dc:creator>
<guid>http://danpop.sv.wordpress.com/2008/10/03/goshdarnit/</guid>
<description><![CDATA[Something has gone wrong with our servers. It’s probably Matt’s fault. :))) (Click pentru zoom)
]]></description>
<content:encoded><![CDATA[[caption id="attachment_394" align="alignnone" width="438" caption="Something has gone wrong with our servers. It’s probably Matt’s fault. :))) (Click pentru zoom)"]<a href="http://danpop.wordpress.com/files/2008/10/error_wordpress.jpg"><img class="size-large wp-image-394" title="error_wordpress" src="http://danpop.wordpress.com/files/2008/10/error_wordpress.jpg?w=460" alt="Something has gone wrong with our servers. It’s probably Matt’s fault." width="438" height="333" /></a>[/caption]
<p>Vroiam sa-mi verific statisticile de Wordpress. Si din pacate ceva a mers tare prost :P. Matt, ce ai facut!!!!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Istirahat dulu]]></title>
<link>http://ahromy.wordpress.com/?p=64</link>
<pubDate>Mon, 06 Oct 2008 15:55:52 +0000</pubDate>
<dc:creator>ahromy</dc:creator>
<guid>http://ahromy.sv.wordpress.com/2008/10/06/istirahat-dulu/</guid>
<description><![CDATA[Berhubung gw mau nyelesein tugas laporan PKL gw, gw mau ngurangin  dulu kegiatan gw dalam hal berpos]]></description>
<content:encoded><![CDATA[<p>Berhubung gw mau nyelesein tugas laporan PKL gw, gw mau ngurangin  dulu kegiatan gw dalam hal berposting ria &#38; maen2 yang kurang penting di dunia maya ni.</p>
<p>pengen fokus agy ke pelajaran yang spesifik, kaya ke operating system linux. Semacam servernya, kali aja jadi master (hahahahaha....)amiiiiin</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Iron Man fa fuori i server Blu-ray]]></title>
<link>http://ilmeglio.wordpress.com/?p=347</link>
<pubDate>Mon, 06 Oct 2008 14:50:01 +0000</pubDate>
<dc:creator>danmartin</dc:creator>
<guid>http://ilmeglio.sv.wordpress.com/2008/10/06/iron-man-fa-fuori-i-server-blu-ray/</guid>
<description><![CDATA[da: Punto-informatico.it
Roma - A seguito del meritato exploit nelle sale, la pellicola incentrata s]]></description>
<content:encoded><![CDATA[<p>da: <a href="http://punto-informatico.it/2427912/PI/News/iron-man-fa-fuori-server-blu-ray.aspx" target="_blank">Punto-informatico.it</a></p>
<p>Roma - A seguito del meritato <em>exploit</em> nelle sale, la pellicola incentrata sulla vicenda del supereroe corazzato Iron Man ha sbancato anche in home video. Il film ha venduto tanto, troppo, oltre le aspettative almeno per quanto riguarda la versione in Blu-ray, <strong>al punto da far collassare i server</strong> approntati da Paramount Pictures per gestire le funzionalità BD-Live della release.</p>
<p>BD-Live rappresenta l'ultima specifica attualmente codificata del formato hi-def di Sony, e permette di sfruttare la connessione di rete per il download di contenuti aggiuntivi non presenti originariamente sul disco in commercio. Nel caso di Iron Man le richieste di download hanno superato le capacità infrastrutturali del servizio, impedendo il suo corretto sfruttamento e, quel che è peggio, provocando <strong>un ritardo tale da far credere agli acquirenti che il supporto fosse difettato</strong>.</p>
<p><strong>Il download parte non appena si inserisce il disco nel lettore</strong> e solo gli utenti di PlayStation 3 sono in condizione di gestire il download in modo autonomo. Il problema è stato tale da obbligare Paramount a rilasciare un comunicato sull'argomento, rassicurando sul pronto incremento di server a disposizione degli utenti e sul fatto che il disco fosse "un'offerta Blu-ray davvero allo stato dell'arte con un'applicazione BD-Live inedita nel suo genere".</p>
<p>Un'applicazione che forse è sin troppo inedita, al punto da <strong>sollevare per l'ennesima volta interrogativi sulle caratteristiche del formato Blu-ray</strong>, che ancora fa discutere esperti, commentatori e gli stessi esponenti dell'industria tecnologica anche dopo la conquista del mercato dell'alta definizione seguita alla sconfitta del rivale HD DVD, supportato da Toshiba e dal <em>DVD Forum</em>.</p>
<p>In casi del genere è sin troppo semplice <strong>paragonare la praticità dei download digitali su P2P alle spigolosità crescenti dei prodotti offerti dall'industria</strong>: tra DRM invalidanti e applicazioni "allo stato dell'arte" capaci di farti attendere davanti allo schermo muto per un'ora prima di poterti godere il film appena acquistato, scaricare la pellicola da BitTorrent ancorché illecita è certamente l'opzione più frequentata dagli utenti di personal computer mediamente informati sui fatti della vita, l'universo e tutto quanto.</p>
<p><em>Alfonso Maruccia </em></p>
<p>fonte: <a href="http://punto-informatico.it/2427912/PI/News/iron-man-fa-fuori-server-blu-ray.aspx" target="_blank">Punto-informatico.it</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[What server do I use...]]></title>
<link>http://dizzywoodsecretsnotes.wordpress.com/?p=955</link>
<pubDate>Mon, 06 Oct 2008 13:09:09 +0000</pubDate>
<dc:creator>dwsecretnotes</dc:creator>
<guid>http://dizzywoodsecretsnotes.sv.wordpress.com/2008/10/06/what-server-do-i-use/</guid>
<description><![CDATA[I have been getting this question alot&#8230; So I will make a quick post


Wobbly!!!
Also, my two c]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><span style="color:#800080;"><strong>I have been getting this question alot... So I will make a quick post</strong></span></p>
<p style="text-align:center;"><span style="color:#800080;"><strong><br />
</strong></span></p>
<h1 style="text-align:center;"><span style="color:#800080;"><strong>Wobbly!!!</strong></span></h1>
<p><span style="color:#ff00ff;">Also, my two current favorite songs:  Ludacris, what them girls like, and Pussycat dolls, when I grow up</span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Searches done for "Microsoft Exchange Server"]]></title>
<link>http://microsoftexchangehosted.wordpress.com/?p=55</link>
<pubDate>Mon, 06 Oct 2008 09:52:35 +0000</pubDate>
<dc:creator>apps4rent</dc:creator>
<guid>http://microsoftexchangehosted.sv.wordpress.com/2008/10/06/ms-microsoft-exchange-server-2007/</guid>
<description><![CDATA[ 


Keywords
Approx Search Volume: September
Approx Avg Search Volume


microsoft exchange server
90]]></description>
<content:encoded><![CDATA[<table style="border-collapse:collapse;width:363pt;" border="0" cellspacing="0" cellpadding="0" width="483"><col style="width:125pt;" width="167"></col> <col style="width:119pt;" span="2" width="158"></col></p>
<tbody>
<tr style="height:12.75pt;">
<td style="height:12.75pt;width:125pt;" width="167" height="17"><strong>Keywords</strong></td>
<td style="width:119pt;" width="158"><strong>Approx Search Volume: September</strong></td>
<td style="width:119pt;" width="158"><strong>Approx Avg Search Volume</strong></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange server</td>
<td align="right">90500</td>
<td align="right">90500</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server</td>
<td align="right">368000</td>
<td align="right">368000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">ms exchange</td>
<td align="right">33100</td>
<td align="right">33100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange mailbox</td>
<td align="right">60500</td>
<td align="right">74000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange pop3 connector</td>
<td align="right">1900</td>
<td align="right">1900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange microsoft</td>
<td align="right">201000</td>
<td align="right">201000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange migration</td>
<td align="right">9900</td>
<td align="right">12100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">pop3 exchange</td>
<td align="right">14800</td>
<td align="right">14800</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange administrator</td>
<td align="right">6600</td>
<td align="right">8100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange cluster</td>
<td align="right">9900</td>
<td align="right">9900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange</td>
<td align="right">9140000</td>
<td align="right">9140000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange email</td>
<td align="right">110000</td>
<td align="right">110000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange backup</td>
<td align="right">27100</td>
<td align="right">27100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">ms exchange hosting</td>
<td align="right">1300</td>
<td align="right">1900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange hosted server</td>
<td align="right">2400</td>
<td align="right">2400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server hosting</td>
<td align="right">4400</td>
<td align="right">6600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">buy exchange 2003</td>
<td align="right">390</td>
<td align="right">480</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">hosted exchange email</td>
<td align="right">880</td>
<td align="right">1000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">buy microsoft exchange</td>
<td align="right">390</td>
<td align="right">480</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange email hosting</td>
<td align="right">1600</td>
<td align="right">2400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange hosting</td>
<td align="right">3600</td>
<td align="right">5400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">hosted microsoft exchange</td>
<td align="right">2400</td>
<td align="right">2900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">ms exchange server 2003</td>
<td align="right">1000</td>
<td align="right">1000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">pop3 connector for exchange</td>
<td align="right">260</td>
<td align="right">260</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange pop connector</td>
<td align="right">590</td>
<td align="right">720</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange servers</td>
<td align="right">9900</td>
<td align="right">9900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange mail</td>
<td align="right">9900</td>
<td align="right">8100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange replication</td>
<td align="right">4400</td>
<td align="right">5400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft 2000 exchange</td>
<td align="right">9900</td>
<td align="right">5400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange admin</td>
<td align="right">6600</td>
<td align="right">6600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2007 hosting</td>
<td align="right">-1</td>
<td align="right">2400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">ms exchange 2003</td>
<td align="right">3600</td>
<td align="right">3600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange failover</td>
<td align="right">1000</td>
<td align="right">1000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange price server</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server buy</td>
<td align="right">590</td>
<td align="right">720</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">hosted exchange</td>
<td align="right">18100</td>
<td align="right">22200</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server 5.5</td>
<td align="right">3600</td>
<td align="right">3600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft 2000 server exchange</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">ms exchange server 2007</td>
<td align="right">-1</td>
<td align="right">1300</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange hosted services</td>
<td align="right">1300</td>
<td align="right">1300</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange email</td>
<td align="right">8100</td>
<td align="right">6600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server 2000</td>
<td align="right">14800</td>
<td align="right">12100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange reporting</td>
<td align="right">1600</td>
<td align="right">2400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">buy microsoft exchange server</td>
<td align="right">170</td>
<td align="right">260</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server 2003 buy</td>
<td align="right">-1</td>
<td align="right">390</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">ms exchange server</td>
<td align="right">5400</td>
<td align="right">5400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">backup microsoft exchange</td>
<td align="right">1900</td>
<td align="right">1900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange 2007</td>
<td align="right">12100</td>
<td align="right">14800</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange 2003</td>
<td align="right">27100</td>
<td align="right">27100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange server 2007</td>
<td align="right">6600</td>
<td align="right">6600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server maintenance</td>
<td align="right">480</td>
<td align="right">480</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">price exchange server 2003</td>
<td align="right">140</td>
<td align="right">140</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">mail exchange server</td>
<td align="right">14800</td>
<td align="right">14800</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">ms exchange 2007</td>
<td align="right">-1</td>
<td align="right">4400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2003 price</td>
<td align="right">320</td>
<td align="right">320</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2003 administration</td>
<td align="right">590</td>
<td align="right">590</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange hosting</td>
<td align="right">33100</td>
<td align="right">40500</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server pricing</td>
<td align="right">480</td>
<td align="right">390</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">2003 exchange server</td>
<td align="right">60500</td>
<td align="right">74000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">pop3 connector</td>
<td align="right">4400</td>
<td align="right">5400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange monitoring</td>
<td align="right">2400</td>
<td align="right">2900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server monitoring</td>
<td align="right">320</td>
<td align="right">480</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">hosted exchange 2007</td>
<td align="right">-1</td>
<td align="right">2900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server migration</td>
<td align="right">1300</td>
<td align="right">1300</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange server setup</td>
<td align="right">590</td>
<td align="right">720</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2003 migration</td>
<td align="right">2900</td>
<td align="right">2900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange server price</td>
<td align="right">110</td>
<td align="right">170</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 5.5 migration</td>
<td align="right">590</td>
<td align="right">590</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2003</td>
<td align="right">301000</td>
<td align="right">368000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server install</td>
<td align="right">3600</td>
<td align="right">3600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server 2007 price</td>
<td align="right">-1</td>
<td align="right">260</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">pop3 exchange server</td>
<td align="right">2900</td>
<td align="right">2900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server license</td>
<td align="right">1900</td>
<td align="right">1900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server administration</td>
<td align="right">880</td>
<td align="right">1000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">2000 exchange</td>
<td align="right">60500</td>
<td align="right">49500</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange hosted services</td>
<td align="right">480</td>
<td align="right">480</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server setup</td>
<td align="right">5400</td>
<td align="right">6600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange disaster recovery</td>
<td align="right">4400</td>
<td align="right">4400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">spam filter microsoft exchange</td>
<td align="right">1300</td>
<td align="right">1300</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange server download</td>
<td align="right">590</td>
<td align="right">590</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">cost exchange server</td>
<td align="right">390</td>
<td align="right">480</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 12</td>
<td align="right">2900</td>
<td align="right">3600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2003 server enterprise</td>
<td align="right">1900</td>
<td align="right">1900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">install exchange server 2003</td>
<td align="right">1300</td>
<td align="right">1300</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange maintenance</td>
<td align="right">2900</td>
<td align="right">3600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server recovery</td>
<td align="right">1900</td>
<td align="right">2400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange 2007 training</td>
<td align="right">-1</td>
<td align="right">390</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2003 recovery</td>
<td align="right">2900</td>
<td align="right">2900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2000 backup</td>
<td align="right">720</td>
<td align="right">590</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server rules</td>
<td align="right">1600</td>
<td align="right">1900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server licensing</td>
<td align="right">390</td>
<td align="right">320</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange archive</td>
<td align="right">4400</td>
<td align="right">5400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2003 spam filter</td>
<td align="right">590</td>
<td align="right">720</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">anti spam exchange 2003</td>
<td align="right">480</td>
<td align="right">390</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server download</td>
<td align="right">2400</td>
<td align="right">2400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server tutorial</td>
<td align="right">720</td>
<td align="right">720</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">restore exchange</td>
<td align="right">9900</td>
<td align="right">12100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">recovery exchange</td>
<td align="right">14800</td>
<td align="right">14800</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange server 2003</td>
<td align="right">18100</td>
<td align="right">18100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server backup</td>
<td align="right">4400</td>
<td align="right">4400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">backup exchange 2003 server</td>
<td align="right">720</td>
<td align="right">720</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">public folder</td>
<td align="right">49500</td>
<td align="right">49500</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft</td>
<td align="right">20400000</td>
<td align="right">20400000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange antispam</td>
<td align="right">1600</td>
<td align="right">1900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange archiving</td>
<td align="right">2900</td>
<td align="right">3600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server spam filter</td>
<td align="right">1900</td>
<td align="right">1600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2003 backup</td>
<td align="right">3600</td>
<td align="right">4400</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange windows server</td>
<td align="right">8100</td>
<td align="right">9900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">spam exchange 2003</td>
<td align="right">2900</td>
<td align="right">2900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">public folders</td>
<td align="right">33100</td>
<td align="right">33100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">certificate exchange</td>
<td align="right">9900</td>
<td align="right">12100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">spam filter exchange</td>
<td align="right">8100</td>
<td align="right">8100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">spam filter for exchange</td>
<td align="right">720</td>
<td align="right">880</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2007</td>
<td align="right">246000</td>
<td align="right">301000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">anti spam for exchange</td>
<td align="right">590</td>
<td align="right">590</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange anti spam</td>
<td align="right">5400</td>
<td align="right">8100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">owa</td>
<td align="right">368000</td>
<td align="right">368000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft email</td>
<td align="right">74000</td>
<td align="right">74000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">host exchange</td>
<td align="right">9900</td>
<td align="right">9900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">activesync exchange</td>
<td align="right">22200</td>
<td align="right">22200</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">mail server</td>
<td align="right">246000</td>
<td align="right">246000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">windows small business server 2003</td>
<td align="right">18100</td>
<td align="right">22200</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange server hosting</td>
<td align="right">480</td>
<td align="right">880</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">managed exchange server</td>
<td align="right">390</td>
<td align="right">590</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">smtp server</td>
<td align="right">110000</td>
<td align="right">135000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange mail hosting</td>
<td align="right">720</td>
<td align="right">720</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">hosted ms exchange</td>
<td align="right">260</td>
<td align="right">320</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">hosted exchange mail</td>
<td align="right">170</td>
<td align="right">320</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">outsource microsoft exchange</td>
<td align="right">36</td>
<td align="right">73</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">hosted microsoft exchange server</td>
<td align="right">170</td>
<td align="right">390</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">2003 exchange hosted</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2000 antispam</td>
<td align="right">28</td>
<td align="right">36</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange reporting tool</td>
<td align="right">58</td>
<td align="right">91</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">learn exchange 2003</td>
<td align="right">73</td>
<td align="right">73</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange 2007 hosting</td>
<td align="right">-1</td>
<td align="right">170</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">ms exchange server hosting</td>
<td align="right">91</td>
<td align="right">260</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">2003 exchange hosted server</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">email server</td>
<td align="right">135000</td>
<td align="right">135000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange host</td>
<td align="right">260</td>
<td align="right">390</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">anti spam exchange 2000</td>
<td align="right">170</td>
<td align="right">110</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">classes microsoft exchange</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange 2007 classes</td>
<td align="right">-1</td>
<td align="right">22</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange monitors</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">courses microsoft exchange</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange 2007 courses</td>
<td align="right">-1</td>
<td align="right">46</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">email hosting</td>
<td align="right">90500</td>
<td align="right">110000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft mailbox</td>
<td align="right">-1</td>
<td align="right">3600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange account</td>
<td align="right">18100</td>
<td align="right">18100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange server software</td>
<td align="right">4400</td>
<td align="right">3600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange mail server</td>
<td align="right">4400</td>
<td align="right">3600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange servers</td>
<td align="right">480</td>
<td align="right">1000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">managed microsoft exchange</td>
<td align="right">210</td>
<td align="right">210</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2003 hosting</td>
<td align="right">1000</td>
<td align="right">1600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">class microsoft exchange</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">class microsoft exchange 2003</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange 2007 class</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">learn microsoft exchange</td>
<td align="right">110</td>
<td align="right">91</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">learn microsoft exchange 2007</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2000 spam filter</td>
<td align="right">720</td>
<td align="right">720</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange reporting</td>
<td align="right">91</td>
<td align="right">110</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">ms exchange reporting tool</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">ms 2000 server exchange</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2000 pop3</td>
<td align="right">320</td>
<td align="right">320</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">dedicated exchange server</td>
<td align="right">1000</td>
<td align="right">1600</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">classes exchange 2003</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">ms exchange monitoring</td>
<td align="right">-1</td>
<td align="right">110</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange reporting tool</td>
<td align="right">-1</td>
<td align="right">22</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">ms exchange reporting</td>
<td align="right">-1</td>
<td align="right">46</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange monitoring</td>
<td align="right">170</td>
<td align="right">210</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">school microsoft exchange</td>
<td align="right">-1</td>
<td align="right">36</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">college microsoft exchange</td>
<td align="right">-1</td>
<td align="right">46</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">education microsoft exchange</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">program microsoft exchange 2003</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">lesson microsoft exchange</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange 2007 education</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">program microsoft exchange</td>
<td align="right">320</td>
<td align="right">320</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">program microsoft exchange 2007</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">program exchange 2003</td>
<td align="right">-1</td>
<td align="right">140</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server prices</td>
<td align="right">110</td>
<td align="right">110</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange domain</td>
<td align="right">22200</td>
<td align="right">22200</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">class exchange 2003</td>
<td align="right">91</td>
<td align="right">73</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">school exchange 2003</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange server 2007 setup</td>
<td align="right">-1</td>
<td align="right">36</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">college exchange 2003</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2000 conferencing server</td>
<td align="right">260</td>
<td align="right">170</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">version 2003 exchange</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange conferencing server</td>
<td align="right">320</td>
<td align="right">260</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">how to configure exchange</td>
<td align="right">2900</td>
<td align="right">2900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 5.5 migration exchange 2000</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">education exchange 2003</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">2000 enterprise exchange server</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server pop3 connector</td>
<td align="right">210</td>
<td align="right">170</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">pop3 connector for microsoft exchange</td>
<td align="right">46</td>
<td align="right">46</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange server 07</td>
<td align="right">-1</td>
<td align="right">110</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">microsoft exchange enterprise server</td>
<td align="right">2400</td>
<td align="right">2900</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">buy microsoft server exchange 2003</td>
<td align="right">-1</td>
<td align="right">-1</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange mailboxes</td>
<td align="right">12100</td>
<td align="right">12100</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">server</td>
<td align="right">13600000</td>
<td align="right">13600000</td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17">exchange 2000 spam</td>
<td align="right">1300</td>
<td align="right">1300</td>
</tr>
</tbody>
</table>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Install Active Directory di Win2003 Server]]></title>
<link>http://linuxfold.wordpress.com/?p=13</link>
<pubDate>Mon, 06 Oct 2008 09:14:07 +0000</pubDate>
<dc:creator>linuxfold</dc:creator>
<guid>http://linuxfold.sv.wordpress.com/2008/10/06/install-active-directory-di-win2003-server/</guid>
<description><![CDATA[Sebenarnya sih ngga mau ada tulisan selain tentang linux, tapi berhubung ada artikel bagus, dan kaya]]></description>
<content:encoded><![CDATA[<p>Sebenarnya sih ngga mau ada tulisan selain tentang linux, tapi berhubung ada artikel bagus, dan kayanya bisa untuk pemahaman install AD di linux jadi saya paste ke sini deh</p>
<p><strong>Instalasi Active Directory</strong></p>
<p align="left">Setelah selesai menginstalasi Microsoft Windows Server 2003 dan tidak ada kesalahan, langkah selanjutnya adalah menginstalasi Active Directory. Ada dua cara yang bisa Anda lakukan untuk menginstalasi Active Directory ini. Pertama dengan menuliskan atau mengetikkan DCPROMO dari tombol RUN atau bisa juga dengan memanfaatkan fasilitas Wizard yang disediakannya. Sebagai gambaran berikut akan dijelaskan prosedur yang harus Anda lakukan adalah sebagai berikut:</p>
<ol>
<li>Jendela konfigurasi Windows Server 2003 dalam keadaan tampil</li>
<li>Pilih Add or remove a rool. Setelah Anda menekan tombol Add or remove a rool, komputer akan berkerja dan segera tampil tayangan berikutnya</li>
<li>Klik tombol Next apabila Anda sudah membaca semua yang tampil pada jendela tersebut. Biarkan komputer bekerja sehingga akan tampil semua komponen yang sudah dan belum Anda instalasi sebelumnya</li>
<li>Pilih Domain Control (Active Directory), karena sebelumnya Anda belum menyelesaikan pekerjaan tersebut. Setelah memilih Domain Control tadi klik Next untuk melanjutkan.</li>
<li>Klik lagi Next. Setelah itu komputer kembali akan bekerja, kemudian pada saat tampil pernyataan Active Directory Instalation Wizard tampil klik OK untuk melanjutkan pekerjaan Anda. Kemudian komputer akan menampilkan kotak dialog Welcome to Active Directory Installation Wizard.</li>
<li>Klik Next untuk melanjutkan. Microsoft Windows akan menampilkan kotak dialog Operating System Compatibility. Perhatikan kotak dialog tersebut dan jika sudah yakin klik Next untuk melanjutkan.</li>
<li>Pada saat tampil kotak dialog Domain Control Type, lalu pilih Domain Controller for a New domain</li>
<li>Klik Next untuk melanjutkan pekerjaan Anda. Kembali kotak dialog a Create a new domain tampil, Anda pilih Domain in a new Fores</li>
<li>Klik Next lagi, kemudian pada kotak dialog New Domain Name, ketikkan nama Domain Anda, misalnya DATAKOM.COM</li>
<li>Klik Next dan biarkan komputer bekerja dan jika tidak terjadi kesalahan atau bentrok, maka secara otomatis kotak dialog NetBIOS Domain Name akan terisi sama yaitu DATAKOM</li>
<li>Klik lagi Next. Setelah itu komputer akan menampilkan kotak dialog Database and Log Folders untuk menyimpan data yandg berhubungan dengan Database dan Log tersebut.</li>
<li>Klik Next untuk melanjutkan pekerjaan Anda. Kembali kotak dialog berikutnya bernama Shared System Volume akan tampil</li>
<li>Dari kotak dioalog Shared System Volume di atas Anda klik Next untuk melanjutkan. Kotak dialog DNS Registration Diagnostics segera tampil, jika Anda akan membuatnya secara otomatis DNS untuk Server Anda, maka Anda pilih Install and configure the DNS on this computer</li>
<li>Klik Next. Kemudian akan tampil pernyataan, apakah Server ini bisa digunakan oleh semua komputer berbasis Microsoft Windows 2000 dan 2003 ke bawah atau hanya Microsoft Windows 2000 dan 2003 saja. Dalam buku ini saya memilih agar semua komputer yang berbasis Windows 2003 ke bawah bisa join ke Server ini.</li>
<li>Klik Next. Kotak dialog untuk menuliskan Password Directory Services Restore Mode Administrator Password segera tampil. Untuk itu Anda ketikkan Password Anda di kolom yang telah disediakan, misalnya <strong>datakom2005</strong>, ketikkan sekali lagi password yang tadi, <strong>datakom2005</strong>. Jika kurang jelas Anda klik Active Directory Help.</li>
<li>Klik Next untuk melanjutkan.</li>
<li>Directory Services Restore Mode Administrator Password, yaitu menuliskan Password Directory Services Restore Mode Administrator Password</li>
<li>Klik lagi Next dan biarkan komputer bekerja. Di sini Anda bisa istirahat atau meninggalkan komputer untuk beberapa saat.</li>
<li>Setelah Anda menekan tombol <strong>Finish </strong>komputer akan menampilkan dua pernyataan apakah komputer akan di <strong>Restart </strong>atau <strong>tidak</strong>. Pilih dan klik <strong>Restart </strong>dan biarkan komputer melakukan boot secara otomatis.</li>
<li>Pada saat login Anda akan melihat perbedaan, di mana ketika sebelum Active Directory diinstalasi Anda tidak menemukan Domain, sedangkan setelah Active Directory diinstalasi, Domain yang Anda instalasi bernama DATAKOM akan tampil.</li>
<li>Pada saat Login pertama kali dan Anda melakukan instalasi Active Directory dengan memanfaatkan fasilitas Add or remove a rool, maka komputer akan sedikit lambat dan akan tampil tayangan selanjutnya, lalu untuk menutupnya Anda klik Finish.</li>
</ol>
<p><strong>IP Address pada Server</strong></p>
<p align="left">Sebenarnya IP Address untuk Server ini ketika proses instalasi Active Directory ditanyakan apakah akan langsung diisi atau tidak. Jika belum diisi pada saat instalasi tersebut Anda harus mengisinya.</p>
<p align="left">Tujuan IP Address adalah memberi alamat untuk sebuah server atau komputer dalam suatu jaringan. Secara sederhana agar komputer dalam jaringan dapat dikenali oleh semua client dan dirinya sendiri harus diberi alamat. Alamat inilah yang dimaksud dengan IP Address. IP Address adalah nomor tertentu yang nantinya dijadikan patokan untuk memberi alamat pada Client yang ada dalam suatu jaringan LAN berbasis Client Server ataupun Workgroup.</p>
<p align="left">Masalah pemberian IP Address atau pemberian alamat ini tidak bisa sembarangan, apalagi bila komputer Anda dijadikan Web Server. Maka jelas IP Address tersebut tidak asal memberikan saja, harus disesuaikan dengan kebutuhan dan aturan-aturan yang ada. Dalam contoh ini saya memberi IP Address untuk Server saya bernama DATAKOM dengan nomor 192.168.53.1. Maka nomor lain untuk semua Client harus mengacu pada nomor ini, misalnya untuk Client harus mulai dari nomor 192.168.53.11 sampai 192.168.53.100 atau sesuai dengan jumlah komputer yang akan dikoneksikan ke jaringan. Untuk mengetahui lebih jauh mengenai IP Address dan TCP/IP Anda bisa membaca buku saya tentang IP Address dan TCP/IP.</p>
<p align="left">Jika ada dua server atau lebih Anda bisa menggunakan Child Domain (CDC) atau Primery Domain (PDC). Bahkan apabila Anda menginginkan backup juga bisa ditambahkan Backup Domain Controller (BDC), namun yang terakhir tidak saya jelaskan dalam buku ini.</p>
<p align="left">Kemudian kalau Anda akan memasang ada dua server yang segmennya berbeda, maka Anda harus memberi IP dua segmen, artinya server A dengan nomor misalnya 192.168.53.1 dan dalam group ini semua Client harus diawali dengan IP 192.168.53.xx. Sedangkan untuk server B bisa menggunakan nomor 192.168.10.1 atau disesuaikan dengan kebutuhan, maka jika demikian nomor IP untuk Client group ini harus diawali dengan IP nomor 192.168.10.xx. Sedangkan untuk Subnet mask-nya adalah 255.255.255.0. Untuk mengetahui mengenai golongan IP Address ini Anda bisa membacanya di bagian sebelumnya.</p>
<p align="left">Lalu kalau Anda mau menggabungkan dua  server yang berbeda segmen, maka salah satu server harus dijadikan Router. Caranya Anda tidak perlu membeli Router melainkan cukup menambah 1 (satu) lagi kartu jaringan atau NIC di salah satu Server yang ada, misalnya di Server A dengan IP disesuaikan dengan server yang dijadikan Router tersebut.</p>
<p><strong>IP Address</strong></p>
<p align="left">Agar komputer Server Anda bisa dikenali, maka harus diberi alamat berupa IP Address. Prosedur yang harus Anda lakukan adalah sebagai berikut:</p>
<ol>
<li>Dari Desktop klik kanan mouse tepat di atas <strong>indikator LAN </strong>di sudu kanan layar Anda. Setelah itu akan tampil kotak dialog Local Area Connection Status. Atau Anda bisa masuk melalui tombol Start, lalu pilih Connect to dan pilih Show all connection. Setelah itu klik kanan tepat di atas Local Area Connection dan pilih Properties.</li>
<li>Pilih dan klik <strong>Properties</strong>. Setelah itu akan tampil jendela Local Area Connection Properties akan tampil.</li>
<li>Klik <strong>Show </strong>icon in taskbar when connected untuk menampilkan tanda Local Area Connection di taskbar</li>
<li>Klik Internet Protocol (TCP/IP)</li>
<li>Klik <strong>Properties</strong>. Setelah itu akan tampil kotak dialog Internet Protocol (TCP/IP) Properties</li>
<li>Klik Use the following IP Address</li>
<li>Ketikkan di kolom IP Address 192.168.53.1</li>
<li>Klik tab di papan ketik</li>
<li>Kolom <strong>Subnet mask </strong>tidak perlu Anda isi, dengan menekan tab Subnet mask <strong>255.255.255.0 </strong>secara otomatis sudah terisi</li>
</ol>
<p align="left"><strong>Mengisi DNS Server</strong></p>
<p align="left">Untuk mengisi DNS services ini bisa langsung di tab General di kolom Preferred DNS server. Namun demikian Anda juga bisa menggunakan cara yang akan saya jelaskan berikut ini:</p>
<ol>
<li>Klik tab <strong>Advanced</strong>. Setelah itu akan tampil kotak dialog Advanced TCP/IP Setting</li>
<li>Klik tab <strong>DNS</strong></li>
<li>Klik <strong>Add</strong></li>
<li>Ketikkan <strong>192.168.53.2 </strong>pada kolom di bawah DNS server</li>
<li>Klik <strong>Add</strong></li>
<li>Klik <strong>OK </strong>untuk menutup kotak dialog tersebut</li>
<li>Klik <strong>OK</strong></li>
<li>Klik <strong>OK</strong> sekali lagi untuk menutup kotak dialog Local Area Connection Properties sekaligus menyimpan ketentuan seting yang telah Anda lakukan</li>
</ol>
<p align="left">Coba periksa apakah pekerjaan Anda telah sukses atau belum. Caranya ketikkan <strong>PING</strong><strong> 192.168.53.1 </strong>dari RUN Anda harus mengonfigurasi dan memeriksa kartu jaringan (NIC) atau LAN Card, kabel dan lain-lain yang digunakan dalam komputer Anda. Sampai di sini penjelasan mengenai instalasi Active Directory ini. Keterangan dan settings yang berhubungan dengan Active Directory akan saya jelaskan di bagian selanjutnya.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[MySQL :: The world's most popular open source database]]></title>
<link>http://saravani.wordpress.com/?p=3</link>
<pubDate>Mon, 06 Oct 2008 09:10:47 +0000</pubDate>
<dc:creator>saravani</dc:creator>
<guid>http://saravani.sv.wordpress.com/2008/10/06/mysql/</guid>
<description><![CDATA[relational database management system (RDBMS) which has more than 11 million installations. The prog]]></description>
<content:encoded><![CDATA[<p><a title="Relational database management system" href="http://en.wikipedia.org/wiki/Relational_database_management_system">relational database management system</a> (RDBMS) which has more than 11 million installations.<sup class="reference"><a href="http://en.wikipedia.org/wiki/MySQL#cite_note-sun-mysql-1"></a></sup> The program runs as a server providing multi-user access to a number of databases.</p>
<p>MySQL is owned and sponsored by a single <a title="Business" href="http://en.wikipedia.org/wiki/Business">for-profit</a> firm, the <a title="Sweden" href="http://en.wikipedia.org/wiki/Sweden">Swedish</a> company <a title="MySQL AB" href="http://en.wikipedia.org/wiki/MySQL_AB">MySQL AB</a>, now a <a title="Subsidiary" href="http://en.wikipedia.org/wiki/Subsidiary">subsidiary</a> of <a title="Sun Microsystems" href="http://en.wikipedia.org/wiki/Sun_Microsystems">Sun Microsystems</a>,<sup class="reference"><a href="http://en.wikipedia.org/wiki/MySQL#cite_note-sunacquire-2">[3]</a></sup> which holds the copyright to most of the codebase. The project's <a title="Source code" href="http://en.wikipedia.org/wiki/Source_code">source code</a> is available under terms of the <a title="GNU General Public License" href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GNU General Public License</a>, as well as under a variety of <a title="Proprietary software" href="http://en.wikipedia.org/wiki/Proprietary_software">proprietary</a> agreements.</p>
<p>"MySQL" is officially pronounced <span class="IPA" title="Pronunciation in the International Phonetic Alphabet (IPA)"><a title="IPA for English" href="http://en.wikipedia.org/wiki/Wikipedia:IPA_for_English">/maɪˌɛskjuːˈɛl/</a></span> (My S Q L), not "My sequel" <span class="IPA" title="Representation in the International Phonetic Alphabet (IPA)">/maɪˈsiːkwəl/</span>. This adheres to the official ANSI pronunciation; <a class="mw-redirect" title="SEQUEL" href="http://en.wikipedia.org/wiki/SEQUEL">SEQUEL</a> was an earlier IBM <a title="Query language" href="http://en.wikipedia.org/wiki/Query_language">database language</a>, a predecessor to the <a title="SQL" href="http://en.wikipedia.org/wiki/SQL">SQL</a> language. The company does not take issue with the pronunciation "My sequel" or other local variations.</p>
<p><strong>MySQL Enterprise Server</strong> software is the most reliable, secure and up-to-date version of MySQL for cost-effectively delivering E-commerce, Online Transaction Processing (OLTP), and multi-terabyte Data Warehousing applications. It is a fully integrated transaction-safe, ACID compliant database with full commit, rollback, crash recovery and row level locking capabilities. MySQL delivers the ease of use, scalability, and performance that has made it MySQL the world’s most popular open source database.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[LDAP dan Active Directory]]></title>
<link>http://linuxfold.wordpress.com/?p=10</link>
<pubDate>Mon, 06 Oct 2008 09:03:18 +0000</pubDate>
<dc:creator>linuxfold</dc:creator>
<guid>http://linuxfold.sv.wordpress.com/2008/10/06/ldap-dan-active-directory/</guid>
<description><![CDATA[Tulisan ini saya ambil dari beberapa sumber
Sebelum arti dari LDAP sendiri aku rasa kita perlu menge]]></description>
<content:encoded><![CDATA[<p>Tulisan ini saya ambil dari beberapa sumber</p>
<p>Sebelum arti dari LDAP sendiri aku rasa kita perlu mengerti apa itu Directory Service.</p>
<p>Sebuah direktori merupakan sebuah database, yang pengelolaan informasinya di dasarkan pada atribut setiap item datanya. Informasi pada direktori lebih banyak akan dibaca daripada operasi update (add, modify, ataupun delete). Sehingga pada suatu directory service tidak menerapkan transaksi atau skema roll-back yang komplek seperti halnya yang kita temui pada database service.</p>
<p>Pengubahan informasi pada direktori terjadi pada semua atau beberapa atribut suatu<br />
item direktori. Dengan sifatnya yang sebagian besar diterapkan operasi pembacaan,<br />
maka suatu directory service akan menerapkan suatu model replikasi untuk dapat<br />
memberikan kehandalan yang lebih baik.</p>
<p>Suatu directory service akan menerapkan protokol LDAP (Lightweight Directory Access<br />
Protocol) dengan format atribut untuk tiap itemnya di dasarkan pada format standard<br />
X.500. LDAP disepakati dengan RFC 1777.</p>
<p><a href="http://3.bp.blogspot.com/_NINpNa5J_-A/SL47qmiU_YI/AAAAAAAAAHk/XELgjRSVFfk/s1600-h/ldap"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://3.bp.blogspot.com/_NINpNa5J_-A/SL47qmiU_YI/AAAAAAAAAHk/XELgjRSVFfk/s320/ldap" border="0" alt="" /></a></p>
<p>Secara prinsip struktur database pada directory service adalah hierarchy seperti yang<br />
ditunjukkan pada gambar di atas. Seperti pada struktur hirarki pada umumnya, pada<br />
suatu database directory service akan memiliki suatu item yang dijadikan sebagai root.<br />
Untuk sebuah titik root, secara umum ditunjukkan dengan suatu atribut dc (Domain<br />
Component), namun dapat juga langsung ditunjuk dengan atribut cn (Common Name)<br />
atau ou (Organization Unit) ataupun o (Organization). Kemudian pada titik daun (leaf)<br />
biasanya akan berisi suatu item denga atribut uid (User ID) ataupun cn. Berikut<br />
beberapa atribut untuk sebuah titik pada directory service (lihat RFC 2256) :</p>
<p>uid  User id<br />
cn   Common Name<br />
sn   Surname<br />
l    Location<br />
ou   Organisational Unit<br />
o    Organisation<br />
dc   Domain Component<br />
st   State<br />
c    Country</p>
<p>Lalu sekarang pertanyaannya adalah bagaimana caranya kita menunjuk ke suatu item<br />
dari database directory service? Cara penunjukkan suatu item titik pada directory<br />
service sama seperti kita memperlakukan struktur hirarki DNS. Sebuah item titik pada<br />
directory service diberi suatu alamat baik secara relatif maupun absolut.<br />
Untuk suatu alamat relatif sering disebut sebagai RDN (Relative Distinguish Name),<br />
sedangkan alamat yang absolut disebut sebagai DN (Distinguish Name). Pengalamatan<br />
ini disepakati dengan RFC 1779. Contoh pada gambar di atas DN untuk uid=jparker<br />
adalah “dn=uid=jparker, ou=People, dc=pisoftware, dc=com”.<br />
Secara keseluruhan, sebuah item dapat diakses dari directory client dengan mematuhi<br />
aturan URI (Uniform Resource Identifier) seperti yang tertulis pada RFC 1959. Berikut<br />
beberapa sintak URI :</p>
<pre>&#62;ldapurl&#60; ::= "ldap://" [ &#62;hostport&#60; ] "/" &#62;dn&#60; [ "?" &#62;attributes&#60;[ "?" &#62;scope&#60; "?" &#62;filter&#60; ] ]
&#62;hostport&#60; ::= &#62;hostname&#60; [ ":" &#62;portnumber&#60; ]
&#62;dn&#60; ::= a string as defined in RFC 1485
&#62;attributes&#60; ::= NULL &#124; &#62;attributelist&#60;
&#62;attributelist&#60; ::= &#62;attributetype&#60;
                      &#124; &#62;attributetype&#60; [ "," &#62;attributelist&#60; ]
&#62;attributetype&#60; ::= a string as defined in RFC 1777
&#62;scope&#60; ::= "base" &#124; "one" &#124; "sub"
&#62;filter&#60; ::= a string as defined in RFC 1558</pre>
<p>Scope :<br />
– base : pencarian dilakukan dimulai dari titik yang ditunjuk<br />
– one : pencarian dilakukan hanya pada satu level saja<br />
– sub : pencarian dilakukan hanya pada subtree dari titik yang ditunjuk<br />
Contoh :<br />
ldap://foo.bar.com/dc=bar,dc=com<br />
ldap://argle.bargle.com/dc=bar,dc=com??sub?uid=barney</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Avoiding the Autoclose and Autoshrink Options]]></title>
<link>http://aaarticles.wordpress.com/?p=352</link>
<pubDate>Mon, 06 Oct 2008 06:55:07 +0000</pubDate>
<dc:creator>kashaan143</dc:creator>
<guid>http://aaarticles.sv.wordpress.com/2008/10/06/avoiding-the-autoclose-and-autoshrink-options/</guid>
<description><![CDATA[ Q
In the Microsoft SQL Server 2000 Resource Kit, I read about a procedure that checks all databases]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;"><!--[if gte mso 9]&#62;  Normal 0   &#60;![endif]--> <strong><span style="font-size:10pt;font-family:Verdana;">Q</span></strong><span style="font-size:10pt;font-family:Verdana;"><br />
In the Microsoft SQL Server 2000 Resource Kit, I read about a procedure that checks all databases for options that you should avoid using. I understand why I should avoid using options such as offline, DBO-use only, statistics off, truncate log on checkpoint, and so on. However, the inclusion of two of the options—autoclose and autoshrink—puzzles me. </span></p>
<p><span style="font-size:10pt;font-family:Verdana;">Autoclose. Closing a file when it is not in use sounds like a prudent thing to do. Yet I see files opening and closing all the time in the error log in SQL Server, even though I know that I never use the database except for viewing in Enterprise Manager. Does viewing a list of databases in Enterprise Manager make the files open? It makes sense to me to use autoclose on databases that I use only occasionally as import staging areas, and which I access for only a fraction of the time my online transaction processing (OLTP) database is in use. SQL Server Books Online says that the autoclose option is automatically set to YES for the SQL Server Personal Edition and to NO for all other editions. Has this option been included only for the Personal Edition?</span></p>
<p><span style="font-size:10pt;font-family:Verdana;">Autoshrink. The autoshrink option also sounds helpful. However, would using autoshrink on my import staging areas, where I bring in quantities of data for short periods of time, keep these areas small for backups?</span></p>
<p><strong><span style="font-size:10pt;font-family:Verdana;">A</span></strong><span style="font-size:10pt;font-family:Verdana;"><br />
Autoclose is available in all editions of SQL Server 2000. The amount of memory you save by using this option is relatively small but might be important on memory-constrained systems running the Personal Edition. However, enabling autoclose for the other editions isn't a good idea, because every time you try to access the database, the query will be slowed by the amount of load time it takes to mount the database. As for the question about your files opening and closing, yes, when you enumerate a database in Enterprise Manager, you access the database, which opens the files.</span></p>
<p><span style="font-size:10pt;font-family:Verdana;">Leaving autoshrink on for production systems also isn't a good practice (unless you really need to), because autoshrink might start when your system is otherwise busy with production work, and slow down the system. However, enabling this option is a good idea for desktop or remote systems that don't get a lot of DBA attention and whose databases could grow out of control before you detect the problem.</span></p>
<p class="MsoNormal"><!--[if !supportEmptyParas]--> <!--[endif]--></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Install Webmin]]></title>
<link>http://aan4choto.wordpress.com/?p=108</link>
<pubDate>Mon, 06 Oct 2008 01:00:47 +0000</pubDate>
<dc:creator>Amirullah</dc:creator>
<guid>http://aan4choto.sv.wordpress.com/2008/10/06/install-webmin/</guid>
<description><![CDATA[Webmin adalah software berbasis web yang berfungsi untuk melakukan administrasi system. Versi webmin]]></description>
<content:encoded><![CDATA[<p class="MsoNormal">Webmin adalah software berbasis web yang berfungsi untuk melakukan administrasi system. Versi webmin yang saya gunakan webmin-1.430-1.noarch.rpm. dapat di download <a href="http://webmin.com/" target="_blank">disini</a>. Untuk dapat menjalankan webmin dibutuhkan apache dan beberapa paket tertentu.</p>
<p class="MsoNormal">Menginstall paket tambahan untuk webmin</p>
<p class="MsoNormal"># yum install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl</p>
<p class="MsoNormal">Selanjutnya menginstall webmin. Setelah webmin selesai didownload jalankan perintah</p>
<p class="MsoNormal"># rpm –ivh webmin-1.430-1.noarch.rpm</p>
<p class="MsoNormal">
<p class="MsoNormal">Untuk paket TAR bias di jalankan dengan perintah<!--more--></p>
<p class="MsoNormal"># cp webmin-1.430-1.tar.gz /usr/local/src</p>
<p class="MsoNormal"># cd /usr/local/src</p>
<p class="MsoNormal"># tar zxvf webmin-1.430-1.tar.gz</p>
<p class="MsoNormal"># cd /usr/local/srcwebmin-1.430-1</p>
<p class="MsoNormal"># ./setup.sh</p>
<p class="MsoNormal">Nanti ada pertanyaan</p>
<p class="MsoNormal">Config file directory [/etc/webmin] : [enter]</p>
<p class="MsoNormal">Log file directory [/var/webmin] : [enter]</p>
<p class="MsoNormal">Full path to perl (default /usr/bin/perl) : [enter]</p>
<p class="MsoNormal">Web server port (default 10000) : [enter]</p>
<p class="MsoNormal">Login name (default admin] : [enter]</p>
<p class="MsoNormal">Login password : (isi password admin)</p>
<p class="MsoNormal">Password again : (isi password admin)</p>
<p class="MsoNormal">Use SSL (y/n) : y [enter]</p>
<p class="MsoNormal">Start webmin at boot time (y/n) : y [enter]</p>
<p class="MsoNormal">
<p class="MsoNormal">Selanjutnya Jalankan webmin via Browser dengan alamat <a href="http://localhost:10000/">http://localhost:10000</a></p>
<p class="MsoNormal">Webmin akan meminta username dan password. Masukkan username admin dan password yang telah diset.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Waiting on Time…]]></title>
<link>http://redbassett.wordpress.com/?p=164</link>
<pubDate>Mon, 06 Oct 2008 00:04:28 +0000</pubDate>
<dc:creator>Red Bassett</dc:creator>
<guid>http://redbassett.sv.wordpress.com/2008/10/05/waiting-on-time%e2%80%a6/</guid>
<description><![CDATA[Coding is a slow process.  If I didn&#8217;t know that, I now do   With a year+ in the making Digb]]></description>
<content:encoded><![CDATA[<p>Coding is a slow process.  If I didn't know that, I now do :P  With a year+ in the making Digby is underway in its fourth generation, and finally OO strict,  we are making headway… but slowly.  I keep thinking that I can have X done by Y, but it just takes longer and longer.</p>
<p> </p>
<p>On a lighter note, I hope that as the project nears release, we can get the server on line, and I can set up our self-hosted blog.  I am still trying to fix some problems on the server, and have yet to transport it to the location it will be running from.  Once there, it will have to be setup (I will have done most internal setup already), and IP specific work done.  I hope to get it online, and then in a few days upload the Digby code (and blog).  May the connection be good :D</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[eyeOS, il Sistema Operativo... online!]]></title>
<link>http://miky4e.wordpress.com/?p=71</link>
<pubDate>Sun, 05 Oct 2008 12:05:01 +0000</pubDate>
<dc:creator>miky4e</dc:creator>
<guid>http://miky4e.sv.wordpress.com/2008/10/05/eyeos-il-sistema-operativo-online/</guid>
<description><![CDATA[Eccomi qui, sperando sia l&#8217;ultimo topic della domenica  poi meritato riposo prima della ripres]]></description>
<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-73" title="eyeos-logo" src="http://miky4e.wordpress.com/files/2008/10/eyeos-logo.jpg" alt="" width="84" height="72" />Eccomi qui, sperando sia l'ultimo topic della domenica ;) poi meritato riposo prima della ripresa della settimana universitaria! </p>
<p>Ho deciso di scrivere un brevissimo articolo su <a href="http://eyeos.org/en/" target="_blank">eyeOS</a>, il Sistema Operativo (online).</p>
<p>Tratto da <em>wikipedia</em>:</p>
<p><strong><em>eyeOS</em></strong><em> è un Web operating system completamente open source disponibile mediante laGNU GPL. Il sistema può funzionare scaricando il codice sorgente ed installandolo su di un server oppure si può utilizzare il server eyeOS.info messo a disposiozione dagli stessi sviluppatori. All'interno del sistema sono presenti vare applicazioni tra cui uneditor di testo, un calendario, una calcolatrice ed un lettore di feed RSS. È possibile creare nuove applicazioni attraverso l'apposito eyeOS Toolkit, l'IDE integrato, che può essere installato attraverso il sistema port-based eyeSoft. Questo consente a chiunque di poter creare le proprie applicazioni per eyeOS e di condividerle automaticamente con tutti gli utenti eyeOS. Lo scopo di eyeOS è quello di fornire un sistema operativo sul web il più completo possibile che possa essere raggiungibile ovunque da qualsiasi periferica internet.</em></p>
<p>Beh, che dire, semplicemente fantastico! </p>
<p>Ho deciso che lo installerò sul mio web server casalingo, in modo tale da poterci accedere (tramite un DNS libero) da qualsiasi parte del mondo, sia come SSH sia come interfaccia grafica (tramite un semplice browser web e/o Links2, un Browser Web testuale, adatto per i terminali *nix).</p>
<p style="text-align:center;"><a href="http://miky4e.files.wordpress.com/2008/10/eyeos.jpg"><img class="size-medium wp-image-74 aligncenter" title="eyeos" src="http://miky4e.wordpress.com/files/2008/10/eyeos.jpg?w=300" alt="" width="300" height="191" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Debian Server: configurazione completata!]]></title>
<link>http://miky4e.wordpress.com/?p=67</link>
<pubDate>Sun, 05 Oct 2008 11:59:30 +0000</pubDate>
<dc:creator>miky4e</dc:creator>
<guid>http://miky4e.sv.wordpress.com/2008/10/05/debian-server-configurazione-completata/</guid>
<description><![CDATA[Eccomi qui, nella pausa di studio pomeridiana (e dopo mi ci rimetto) ho finito ora di configurare su]]></description>
<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-69" title="eqracks" src="http://miky4e.wordpress.com/files/2008/10/eqracks.jpg?w=225" alt="" width="225" height="300" />Eccomi qui, nella pausa di studio pomeridiana (e dopo mi ci rimetto) ho finito ora di configurare sul mio piccolo Celeron una <strong>Debian Server ETCH 4.0</strong>, perfettamente funzionante.</p>
<p>Ok, <strong>CPU Celeron</strong>, 128 MB di memoria RAM<strong>,</strong> non posso pretendere grandissime prestazioni, ma sinceramente, non mi lamento. Il sistema gira in maniera impeccabile!</p>
<p>Peccato ora mi manchi solo una bella scheda di rete <strong>PCI</strong>, per poter completare l'opera.</p>
<p>Domani andrò a prenderla, sperando di non sforare i 15 euro di budget ;) cosi da completare il Web Server casalingo.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[the worries of my life]]></title>
<link>http://anonymouswords.wordpress.com/?p=5</link>
<pubDate>Sun, 05 Oct 2008 01:07:53 +0000</pubDate>
<dc:creator>aracelita</dc:creator>
<guid>http://anonymouswords.sv.wordpress.com/2008/10/05/the-worries-of-my-life/</guid>
<description><![CDATA[I went to work today, not like every saturday because i usually work a night shift at my restaurant.]]></description>
<content:encoded><![CDATA[<p>I went to work today, not like every saturday because i usually work a night shift at my restaurant. I arrived at 10:45, the shift I had picked up started at 10:50 I didn't really start until 11:00.</p>
<p>Not that it mattered because we were dead until like 2:00. Thank YOu bad economy. To top it off I was kind of sick, sore trought from the night before. Oh God... I did't really 'walk out' ( a term that servers use to reference how much money they are taking home) with a lot, but at least I made something.</p>
<p>By the end of my shift I found out there was a party going on, someones b-day. I never get invited because I never used to go (Family issues) but now I want to go... so im trying to see where it is at... and secondly if I should go with the remenants of my sore trought.</p>
<p>I don't want to get worse and I work... sunday and monday and tues and wed... and go to school, tues, wed, thursday, and work friday, sat sun.</p>
<p>Sorry did I confuse you, I confused myself.</p>
<p>Life has been kind of a mess.</p>
<p>I'll tell more on that later... right now I'm deciding if I should take a shower, rest or , go drop of my novena at church, or change and go party... I don't know i fell kind of sick...</p>
<p>And I didn't have a great dinner either... hummus, pitas, and mashed potatoes... Sounds like loads of carbs to me...</p>
]]></content:encoded>
</item>

</channel>
</rss>
