<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<feed xmlns="http://www.w3.org/2005/Atom">

	<title>Planet Sysadmin</title>
	<link rel="self" href="http://www.sysadminblogs.com/planet/atom.xml"/>
	<link href="http://www.sysadminblogs.com/planet/"/>
	<id>http://www.sysadminblogs.com/planet/atom.xml</id>
	<updated>2008-07-04T00:02:30+00:00</updated>
	<generator uri="http://www.planetplanet.org/">Planet/1.0 +http://www.planetplanet.org</generator>

	<entry>
		<title type="html">Being sneaky with luupgrade when /opt is a zfs filesystem</title>
		<link href="http://blogs.sun.com/eric_boutilier/entry/being_sneaky_with_luupgrade_when"/>
		<id>http://blogs.sun.com/eric_boutilier/entry/being_sneaky_with_luupgrade_when</id>
		<updated>2008-07-03T23:40:22+00:00</updated>
		<content type="html">Hacking around with luupgrade on a Nevada SXCE (OpenSolaris) server when /opt is a ZFS filesystem but the root file system is UFS. In this example the file system (mounted at /opt) is called optpool:&lt;br /&gt;&lt;br /&gt;YMMV...&lt;br /&gt;&lt;br /&gt;comments, corrections, improvements welcome...&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;br /&gt;Disable services that use /opt and any others that make sense.&lt;br /&gt;&lt;br /&gt;Backup /opt (e.g. with rsync)&lt;br /&gt;&lt;br /&gt;Unmount (zfs unmount) the optpool filesystem&lt;br /&gt;&lt;br /&gt;Run luupgrade&lt;br /&gt;&lt;br /&gt;Change the mountpoint property (zfs set) of optpool to a temporary mountpoint. And make sure it mounted there, or zfs mount it manually.&lt;br /&gt;&lt;br /&gt;Go to that mountpoint and rename directories that need to be moved out of the way, e.g. perhaps SUNWmlib.&lt;br /&gt;&lt;br /&gt;Mount the new BE (lumount)&lt;br /&gt;&lt;br /&gt;Note that luupgrade, being a bit confused, probably created a new /opt and installed some stuff there. Copy that stuff over to where you temporarily mounted optpool. E.g:&lt;br /&gt;&lt;br /&gt;cd /.alt.new_be/opt &amp;amp;&amp;amp; /bin/tar -cpf - SUNWmlib | (cd /tmpmountpoint &amp;amp;&amp;amp; /bin/tar -xpvf -) # YMMV&lt;br /&gt;&lt;br /&gt;Repeat as necessary, some possibilities (i.e. these showed up in /opt in a b64a-&amp;gt;b88 luupgrade for example): SUNWtvnc SUNWvgl SUNWjavadb TurboVNC VirtualGL&lt;br /&gt;&lt;br /&gt;Now do luactivate and reboot (init 6)&lt;br /&gt;&lt;br /&gt;Move (mv) the bogus /opt directory out of the way.&lt;br /&gt;&lt;br /&gt;Change the mountpoint property (zfs set) of optpool back to /opt, and make sure it mounted.&lt;br /&gt;&lt;br /&gt;init 6 again&lt;br /&gt;&lt;br /&gt;Review  the state of SMF services, svcs -x, etc. of course.</content>
		<author>
			<name>eric_boutilier</name>
			<uri>http://blogs.sun.com/eric_boutilier/</uri>
		</author>
		<source>
			<title type="html">Eric Boutilier</title>
			<link rel="self" href="http://blogs.sun.com/eric_boutilier/feed/entries/atom"/>
			<id>http://blogs.sun.com/eric_boutilier/feed/entries/atom</id>
			<updated>2008-07-04T00:01:52+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Another SCUBA-2 Setback</title>
		<link href="http://www.canspice.org/2008/07/03/another-scuba-2-setback/"/>
		<id>http://www.canspice.org/?p=558</id>
		<updated>2008-07-03T20:47:00+00:00</updated>
		<content type="html">&lt;p&gt;&lt;a href=&quot;http://www.roe.ac.uk/ukatc/projects/scubatwo/&quot;&gt;SCUBA-2&lt;/a&gt;, being a revolutionary instrument and all, is still in the process of being commissioned at &lt;a href=&quot;http://www.jach.hawaii.edu/JCMT/&quot;&gt;JCMT&lt;/a&gt;. It shipped with &amp;#8220;engineering-grade&amp;#8221; arrays, which are of lower quality than &amp;#8220;science-grade&amp;#8221; arrays. They have more dead pixels and the remaining pixels are noisier than the requested spec. They can still be used for commissioning, as they can detect photons, only not well enough to do proper science with.&lt;/p&gt;
&lt;p&gt;The science-grade arrays are still being manufactured in a rather long and complicated process, involving groups from the &lt;a href=&quot;http://www.nist.gov/&quot;&gt;National Institute of Standards and Technology&lt;/a&gt; in Boulder, Colorado, the &lt;a href=&quot;http://www.roe.ac.uk/ukatc/&quot;&gt;UK Astronomy Technology Centre&lt;/a&gt; and the &lt;a href=&quot;http://www.scotmicrocentre.co.uk/&quot;&gt;Scottish Microelectronics Centre&lt;/a&gt; in Edinburgh, Scotland, the &lt;a href=&quot;http://www.astro.cf.ac.uk/groups/instrumentation/&quot;&gt;Astronomy Instrumentation Group&lt;/a&gt; at the &lt;a href=&quot;http://www.cf.ac.uk/&quot;&gt;Cardiff University&lt;/a&gt; in Wales, and of course the &lt;a href=&quot;http://www.jach.hawaii.edu/&quot;&gt;Joint Astronomy Centre&lt;/a&gt; in Hilo, Hawaii. Bits and pieces get flown all over the place, and it&amp;#8217;s a wonder that nothing serious has happened to the arrays or any bits of them*.&lt;/p&gt;
&lt;p&gt;Until June 9, when NIST researchers discovered that &lt;a href=&quot;http://www.nist.gov/public_affairs/releases/plutonium.html&quot;&gt;a vial of plutonium was cracked&lt;/a&gt; and some particles spilled from the vial. Understandably this has lead to the closure of the lab while cleanup and investigations are done. Unfortunately this lab had either parts of the arrays or the full arrays in it. They&amp;#8217;re not expecting to get into the lab until August, when we find out if the radiation event caused any damage to the sensitive SCUBA-2 array electronics.&lt;/p&gt;
&lt;p&gt;Since then, NIST has found that some of the plutonium &lt;a href=&quot;http://www.nist.gov/public_affairs/releases/plutonium062408.html&quot;&gt;entered the sanitary sewer system&lt;/a&gt; at levels below state and federal limits, and that some NIST employees &lt;a href=&quot;http://www.nist.gov/public_affairs/releases/plutonium062708.html&quot;&gt;show evidence of internal plutonium exposure&lt;/a&gt;. Obviously SCUBA-2 should take a back seat to more important concerns.&lt;/p&gt;
&lt;p&gt;But full operation SCUBA-2 has just been pushed back again. How much is still uncertain, but a month is probably the lower limit.&lt;/p&gt;
&lt;p&gt;*One of the more serious problems to date came when one of the groups was preparing the arrays for shipping and accidentally dropped a crate on or tightened a lid on one of them, crushing one of the corners. Whoops.&lt;/p&gt;
&lt;div&gt;Tags: &lt;a href=&quot;http://technorati.com/tag/scuba2&quot; rel=&quot;tag&quot;&gt;scuba2&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/jcmt&quot; rel=&quot;tag&quot;&gt; jcmt&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/nist&quot; rel=&quot;tag&quot;&gt; nist&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/astronomy&quot; rel=&quot;tag&quot;&gt; astronomy&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/plutonium&quot; rel=&quot;tag&quot;&gt; plutonium&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/radiation&quot; rel=&quot;tag&quot;&gt; radiation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/ukatc&quot; rel=&quot;tag&quot;&gt; ukatc&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/canspice?a=xubcjj&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/canspice?i=xubcjj&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/canspice?a=ANxmZJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/canspice?i=ANxmZJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/canspice?a=bjoRVJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/canspice?i=bjoRVJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<author>
			<name>canspice</name>
			<uri>http://www.canspice.org</uri>
		</author>
		<source>
			<title type="html">canspice.org</title>
			<subtitle type="html">all about a canadian guy living in hawaii</subtitle>
			<link rel="self" href="http://feeds.feedburner.com/canspice"/>
			<id>http://feeds.feedburner.com/canspice</id>
			<updated>2008-07-03T21:01:19+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">How to install PHP ISAPI on Windows 2008 IIS7 x64</title>
		<link href="http://www.iishacks.com/index.php/2008/07/03/how-to-install-php-isapi-on-windows-2008-iis7-x64/"/>
		<id>http://www.iishacks.com/?p=81</id>
		<updated>2008-07-03T20:45:31+00:00</updated>
		<content type="html">&lt;p&gt;With the release of Windows Server 2008 and IIS 7, Microsoft has included PHP5 FASTCGI support. ISAPI is still faster in my opinion, and if used correctly, very stable. PHP uses a 32-bit DLL so it will not work with an x64 system. There are several ports of PHP to x64, but all have proved to be unstable. Below I will outline the steps to install PHP 32-bit on Windows 2008 x64 (and have it stable).&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Install the PHP4 or PHP5 package (32-bit) in C:\PHP or wherever you like. Only use the Windows installer from php.net if you do not need any extensions. I would recommend downloading the &lt;a href=&quot;http://ca3.php.net/get/php-5.2.6-Win32.zip/from/a/mirror&quot;&gt;PHP zip package&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Open the Internet Information Services (IIS) Manager. &lt;/li&gt;
&lt;li&gt;Double-click &amp;#8220;Handler Mappings&amp;#8221; from the main IIS screen.&lt;/li&gt;
&lt;li&gt;Click on &amp;#8220;Add Script Map.&amp;#8221;&lt;/li&gt;
&lt;li&gt;Set up the handler mapping for c:\PHP\php5isapi.dll with extension *.php and check to allow the ISAPI extension and execution of scripts.&lt;/li&gt;
&lt;li&gt;Double-click &amp;#8220;ISAPI &amp;amp; CGI Restrictions&amp;#8221; on the main IIS screen. Right-click on PHP and select &amp;#8220;Edit Feature Settings&amp;#8221; and check &amp;#8220;Allow unspecified ISAPI modules.&amp;#8221;  &lt;/li&gt;
&lt;li&gt;Right-click on the Default Application Pool (or the one you want to use if more than one) and select &amp;#8220;Advanced Settings.&amp;#8221; &lt;/li&gt;
&lt;li&gt;Change the “Enable 32-bit Applications” to True. Click OK. This spawns the App Pool in 32-bit mode, so if you have other modules that need to be run in 64-bit mode, best to separate the website into two App Pools: one 32-bit and one 64-bit.&lt;/li&gt;
&lt;li&gt;Restart the server.&lt;/li&gt;
&lt;/ol&gt;</content>
		<author>
			<name>Chris</name>
			<uri>http://www.iishacks.com</uri>
		</author>
		<source>
			<title type="html">IIS Hacks | Server Resources</title>
			<subtitle type="html">Everything a Network and System Administrator Needs</subtitle>
			<link rel="self" href="http://www.iishacks.com/index.php/feed/atom/"/>
			<id>http://www.iishacks.com/index.php/feed/atom/</id>
			<updated>2008-07-03T21:02:18+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Hey blind people! Look at this!</title>
		<link href="http://www.canspice.org/2008/07/03/hey-blind-people-look-at-this/"/>
		<id>http://www.canspice.org/?p=556</id>
		<updated>2008-07-03T19:45:38+00:00</updated>
		<content type="html">&lt;p&gt;Surely I can&amp;#8217;t be the only one who find irony in the &lt;a href=&quot;http://www.usmint.gov/&quot;&gt;U.S. Mint&lt;/a&gt; announcing a coin that has &lt;a href=&quot;http://en.wikipedia.org/wiki/Braille&quot;&gt;Braille&lt;/a&gt; on it by &lt;a href=&quot;http://ap.google.com/article/ALeqM5j7sdL1zUfJrW76TsqQVADojnZoqAD91LTN3G0&quot;&gt;unveiling a big picture of it&lt;/a&gt; at the &lt;a href=&quot;http://www.nfb.org/nfb/Default.asp&quot;&gt;National Federation of the Blind&lt;/a&gt;&amp;#8217;s annual convention?&lt;/p&gt;
&lt;div&gt;Tags: &lt;a href=&quot;http://technorati.com/tag/us+mint&quot; rel=&quot;tag&quot;&gt;us mint&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/braille&quot; rel=&quot;tag&quot;&gt; braille&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/coinage&quot; rel=&quot;tag&quot;&gt; coinage&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/national+federation+of+the+blind&quot; rel=&quot;tag&quot;&gt; national federation of the blind&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/canspice?a=ZjAU2j&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/canspice?i=ZjAU2j&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/canspice?a=p96E3J&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/canspice?i=p96E3J&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/canspice?a=wut0GJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/canspice?i=wut0GJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<author>
			<name>canspice</name>
			<uri>http://www.canspice.org</uri>
		</author>
		<source>
			<title type="html">canspice.org</title>
			<subtitle type="html">all about a canadian guy living in hawaii</subtitle>
			<link rel="self" href="http://feeds.feedburner.com/canspice"/>
			<id>http://feeds.feedburner.com/canspice</id>
			<updated>2008-07-03T21:01:19+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Overview &amp;amp; Installation: rEFIt - an OS X boot manager</title>
		<link href="http://feeds.feedburner.com/~r/simplehelp/~3/325986911/"/>
		<id>http://www.simplehelp.net/?p=629</id>
		<updated>2008-07-03T18:09:08+00:00</updated>
		<content type="html">&lt;img src=&quot;http://feeds.feedburner.com/wp-images/icons/topic_linux.jpg&quot; align=&quot;right&quot; width=&quot;50&quot; height=&quot;50&quot; alt=&quot;Linux&quot; /&gt;
&lt;img src=&quot;http://feeds.feedburner.com/wp-images/icons/topic_mac.png&quot; align=&quot;right&quot; width=&quot;46&quot; height=&quot;46&quot; alt=&quot;Mac&quot; /&gt;
&lt;img src=&quot;http://feeds.feedburner.com/wp-images/icons/topic_windows.jpg&quot; align=&quot;right&quot; width=&quot;50&quot; height=&quot;50&quot; alt=&quot;Windows&quot; /&gt;
&lt;p&gt;rEFIt is a boot menu and maintenance toolkit for EFI-based computers like the Intel Macs. You can use it to boot multiple operating systems easily, including triple-boot setups with Boot Camp. It allows you to avoid having to hold down the option key in order to select the OS you want to boot into as your Mac starts up, and provides a nice graphical interface instead. &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.simplehelp.net/images/osxbootmgr/boot2a.jpg&quot; border=&quot;0&quot; alt=&quot;refit boot manager&quot; /&gt;&lt;br /&gt;
&lt;span id=&quot;more-629&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt; Head over to the &lt;a href=&quot;http://refit.sourceforge.net/&quot; title=&quot;refit home page&quot; target=&quot;_blank&quot;&gt;rEFIt home page&lt;/a&gt; and download the &amp;#8220;Mac disk image&amp;#8221; version. &lt;/li&gt;
&lt;li&gt; Open the DMG and run the &lt;strong&gt;rEFIt.mpkg&lt;/strong&gt; installer file. &lt;/li&gt;
&lt;p&gt;&lt;a href=&quot;http://www.simplehelp.net/images/osxbootmgr/boot1.jpg&quot; title=&quot;screenshot of the rEFIt installer package&quot;&gt;&lt;img src=&quot;http://www.simplehelp.net/images/osxbootmgr/boot1a.jpg&quot; alt=&quot;install rEFIt&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
click to enlarge&lt;/a&gt;&lt;/p&gt;
&lt;li&gt; The installation is very straight forward, mostly you&amp;#8217;ll click &lt;strong&gt;Continue&lt;/strong&gt; a couple of times, and you&amp;#8217;ll be prompted to enter your password. &lt;strong&gt;Note:&lt;/strong&gt; select your Mac OS X installation volume as the destination volume for the install - not an external drive etc&lt;/li&gt;&lt;/ol&gt;. 
&lt;li&gt; Restart your Mac. As it boots, you should be presented with the rEFIt boot screen. &lt;/li&gt;
&lt;p&gt;&lt;a href=&quot;http://www.simplehelp.net/images/osxbootmgr/boot2.png&quot; title=&quot;screenshot of the rEFIt installer package&quot;&gt;&lt;img src=&quot;http://www.simplehelp.net/images/osxbootmgr/boot2a.jpg&quot; alt=&quot;install rEFIt&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
click to enlarge&lt;/a&gt;&lt;/p&gt;
&lt;li&gt; If you were &lt;strong&gt;not&lt;/strong&gt;, and OS X just booted normally (as was the case for me), have no fear. Copy the &lt;strong&gt;efi&lt;/strong&gt; folder from the rEFIt DMG file to the root level of your Mac OS X volume. Open Terminal and enter the following commands:
&lt;p&gt;cd /efi/refit&lt;br /&gt;
./enable.sh&lt;br /&gt;
&amp;#60;enter password when prompted&amp;#62; &lt;/p&gt;&lt;/li&gt;
&lt;p&gt;&lt;a href=&quot;http://www.simplehelp.net/images/osxbootmgr/boot3.jpg&quot; title=&quot;screenshot of the terminal method for installing refit&quot;&gt;&lt;img src=&quot;http://www.simplehelp.net/images/osxbootmgr/boot3a.jpg&quot; alt=&quot;terminal installation method for installing refit&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
click to enlarge&lt;/a&gt;&lt;/p&gt;
&lt;li&gt; Now reboot again. This time you should have no problems using the rEFIt boot manager &lt;/li&gt;
&lt;li&gt; If you ever decide to uninstall rEFIT, it&amp;#8217;s quite simple. Open the &lt;strong&gt;Startup Disk&lt;/strong&gt; preference pane from your &lt;strong&gt;System Preferences&lt;/strong&gt; and select &lt;strong&gt;Mac OS X&lt;/strong&gt; as the operating system to boot. This will re-bless your Mac OS X volume and instruct the firmware to boot from it. Then rename or delete the &lt;strong&gt;efi&lt;/strong&gt; folder.
&lt;p&gt;In case your Mac OS X installation on the hard disk no longer boots, you can boot from the Mac OS X Install Disc (hold down the &lt;strong&gt;C&lt;/strong&gt; key while booting) and run &lt;strong&gt;Startup Disk&lt;/strong&gt; from the &lt;strong&gt;Utilities&lt;/strong&gt; menu.&lt;/p&gt;&lt;/li&gt;

&lt;p&gt;---&lt;br /&gt;Related Articles at Simple Help:&lt;ul&gt;&lt;img src=&quot;http://www.simplehelp.net/images/li.png&quot; /&gt;&amp;nbsp;&lt;a href=&quot;http://www.simplehelp.net/linux/screenshot-tour-gos-10-initial-g/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Screenshot Tour: gOS 1.0 (Initial G)&quot;&gt;Screenshot Tour: gOS 1.0 (Initial G)&lt;/a&gt;&lt;br /&gt;&lt;img src=&quot;http://www.simplehelp.net/images/li.png&quot; /&gt;&amp;nbsp;&lt;a href=&quot;http://www.simplehelp.net/security/how-to-completely-wipe-all-of-the-data-from-your-hard-drive/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: How to completely wipe all of the data from your hard drive&quot;&gt;How to completely wipe all of the data from your hard drive&lt;/a&gt;&lt;br /&gt;&lt;img src=&quot;http://www.simplehelp.net/images/li.png&quot; /&gt;&amp;nbsp;&lt;a href=&quot;http://www.simplehelp.net/linux/screenshot-tour-kateos-36/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Screenshot Tour: KateOS 3.6&quot;&gt;Screenshot Tour: KateOS 3.6&lt;/a&gt;&lt;br /&gt;&lt;img src=&quot;http://www.simplehelp.net/images/li.png&quot; /&gt;&amp;nbsp;&lt;a href=&quot;http://www.simplehelp.net/windows/how-to-recover-lost-windows-passwords/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: How to recover lost Windows passwords&quot;&gt;How to recover lost Windows passwords&lt;/a&gt;&lt;br /&gt;&lt;img src=&quot;http://www.simplehelp.net/images/li.png&quot; /&gt;&amp;nbsp;&lt;a href=&quot;http://www.simplehelp.net/windows/how-to-use-the-task-manager-to-monitor-andor-speed-up-your-pc/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: How to use the Task Manager to monitor and/or speed up your PC&quot;&gt;How to use the Task Manager to monitor and/or speed up your PC&lt;/a&gt;&lt;br /&gt;&lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;http://feeds.feedburner.com/~a/simplehelp?a=udIs3W&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~a/simplehelp?i=udIs3W&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/simplehelp?a=Drxy4J&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/simplehelp?i=Drxy4J&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/simplehelp?a=S5Gnbj&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/simplehelp?i=S5Gnbj&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/simplehelp?a=0kX7ej&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/simplehelp?i=0kX7ej&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/simplehelp?a=tzfeQj&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/simplehelp?i=tzfeQj&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/simplehelp?a=e8aVeJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/simplehelp?i=e8aVeJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/simplehelp?a=BRmRBJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/simplehelp?i=BRmRBJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/simplehelp/~4/325986911&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Simplehelp</name>
			<uri>http://www.simplehelp.net</uri>
		</author>
		<source>
			<title type="html">Simple Help</title>
			<subtitle type="html">Common questions, simple answers</subtitle>
			<link rel="self" href="http://feeds.feedburner.com/simplehelp"/>
			<id>http://feeds.feedburner.com/simplehelp</id>
			<updated>2008-07-03T23:01:17+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Precipitate: search your local and online docs</title>
		<link href="http://feeds.feedburner.com/~r/OfficialGoogleMacBlog/~3/326208090/precipitate-search-your-local-and.html"/>
		<id>tag:blogger.com,1999:blog-29010370.post-3400217556624507040</id>
		<updated>2008-07-03T17:50:16+00:00</updated>
		<content type="html">&lt;span class=&quot;byline-author&quot;&gt;By Stuart Morgan, Google Mac Team&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you're like me, some of your information is in the cloud and some is on your machine, and you don't always remember what is where. That can make it frustrating when you try to use your favorite local search tool to find something. Isn't the whole point of search that you don't have to remember where you put things?&lt;br /&gt;&lt;br /&gt;That's where &lt;a href=&quot;http://code.google.com/p/precipitate/&quot; title=&quot;Precipitate&quot;&gt;Precipitate&lt;/a&gt; comes in. After you install Precipitate, you can use Google Desktop or Spotlight to find files &lt;em&gt;online&lt;/em&gt; (such as those in your Google Docs list) just as you would find files stored on your Mac. Then, you can open them in your browser with a single click. Once Precipitate is set up, it stays out of your way, regularly getting the latest contents of your documents automatically, so you'll never need to think about it — or where you store your information — again.&lt;br /&gt;&lt;br /&gt;This version of Precipitate supports Google Docs and Google Bookmarks. Watch for more in future versions!&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/OfficialGoogleMacBlog?a=EzzNvJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OfficialGoogleMacBlog?i=EzzNvJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/OfficialGoogleMacBlog/~4/326208090&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Scott Knaster</name>
			<email>noreply@blogger.com</email>
			<uri>http://googlemac.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Google Mac Blog</title>
			<subtitle type="html">Macs inside Google</subtitle>
			<link rel="self" href="http://googlemac.blogspot.com/atom.xml"/>
			<id>tag:blogger.com,1999:blog-29010370</id>
			<updated>2008-07-04T00:01:40+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Guide to the iPhone Dev Documentation [del.icio.us]</title>
		<link href="http://feeds.feedburner.com/~r/TheDailyAck/~3/325922461/a-guide-to-iphone-dev-document.html"/>
		<id>http://blogs.oreilly.com/iphone/2008/07/a-guide-to-iphone-dev-document.html</id>
		<updated>2008-07-03T16:33:42+00:00</updated>
		<content type="html">A guide to the available documentation for the iPhone SDK by O'Reilly&lt;img src=&quot;http://feeds.feedburner.com/~r/TheDailyAck/~4/325922461&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>aallan</name>
			<uri>http://www.dailyack.com/</uri>
		</author>
		<source>
			<title type="html">The Daily ACK</title>
			<subtitle type="html">&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;&lt;font color=&quot;#0039b6&quot; size=&quot;10&quot;&gt;G&lt;/font&gt;&lt;font color=&quot;#c41200&quot; size=&quot;10&quot;&gt;o&lt;/font&gt;&lt;font color=&quot;#f3c518&quot; size=&quot;10&quot;&gt;o&lt;/font&gt;&lt;font color=&quot;#0039b6&quot; size=&quot;10&quot;&gt;g&lt;/font&gt;&lt;font color=&quot;#30a72f&quot; size=&quot;10&quot;&gt;l&lt;/font&gt;&lt;font color=&quot;#c41200&quot; size=&quot;10&quot;&gt;e&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td valign=&quot;middle&quot; width=&quot;100%&quot;&gt;
&lt;table width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;&lt;font size=&quot;+1&quot;&gt; &lt;b&gt;Error&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td align=&quot;right&quot; nowrap=&quot;nowrap&quot;&gt;&lt;font size=&quot;-1&quot;&gt; &lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;h1&gt;We're sorry...&lt;/h1&gt;
&lt;p&gt;... but your query looks similar
to automated requests from a computer virus or spyware
application.  To protect our users, we can't process your request
right now.
&lt;/p&gt;
&lt;p&gt;We'll restore your access as quickly as possible, so try again soon. In the meantime, if you suspect that your computer or network has been infected,
you might want to run a &lt;a href=&quot;http://www.download.com/Antivirus/3150-2239-0.html&quot;&gt; virus checker&lt;/a&gt; or &lt;a href=&quot;http://www.download.com/sort/3150-8022-0-1-4.html&quot;&gt;spyware remover&lt;/a&gt; to make sure that your systems are free of viruses and other spurious software.
&lt;/p&gt;
&lt;p&gt;
If you're continually receiving this error, you may be able to resolve the
problem by deleting your Google cookie and revisiting Google. For
browser-specific instructions, please consult your browser's online support
center.
&lt;/p&gt;
&lt;p&gt;
If your entire network is affected, more information is available in the &lt;a href=&quot;http://www.google.com/support/bin/answer.py?answer=86640&quot;&gt;Google
Web Search Help Center&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;We apologize for the inconvenience, and hope we'll see you again on Google.





&lt;/blockquote&gt;
&lt;br /&gt;&lt;table width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
&lt;tr&gt;&lt;td&gt;&lt;img alt=&quot;&quot; width=&quot;1&quot; height=&quot;3&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</subtitle>
			<link rel="self" href="http://www.dailyack.com/feeds/posts/default"/>
			<id>tag:blogger.com,1999:blog-7734900</id>
			<updated>2008-07-03T17:01:34+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Convert AVI to MP4 for iTunes</title>
		<link href="http://www.sysadminblog.com/index.php?/archives/275-Convert-AVI-to-MP4-for-iTunes.html"/>
		<id>http://www.sysadminblog.com/index.php?/archives/275-guid.html</id>
		<updated>2008-07-03T15:05:01+00:00</updated>
		<content type="html">&lt;p&gt;&lt;a href=&quot;http://www.isquint.org/&quot;&gt;iSquint&lt;/a&gt; is a cool utility to convert &lt;span class=&quot;caps&quot;&gt;AVI&lt;/span&gt; files into iTunes/iPod/AppleTV friendly mp4 files.  Works great!&lt;/p&gt;</content>
		<author>
			<name>Joe O'Brien</name>
			<email>first.last@gmail.com</email>
			<uri>http://www.sysadminblog.com/</uri>
		</author>
		<source>
			<title type="html">/sys/admin/blog</title>
			<subtitle type="html">Yo mofo!</subtitle>
			<link rel="self" href="http://www.sysadminblog.com/index.php?/feeds/index.rss2"/>
			<id>http://www.sysadminblog.com/index.php?/feeds/index.rss2</id>
			<updated>2008-07-03T16:01:12+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">More tools for citizen participation</title>
		<link href="http://feeds.feedburner.com/~r/blogspot/MKuf/~3/326143367/more-tools-for-citizen-participation.html"/>
		<id>tag:blogger.com,1999:blog-10861780.post-980262244813322857</id>
		<updated>2008-07-03T16:01:15+00:00</updated>
		<content type="html">&lt;span class=&quot;byline-author&quot;&gt;Posted by Peter Foo, Associate Webmaster and Mark Lucovsky, Technical Director&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Political participation isn't just about casting your vote; everyone should be able to become an informed participant instantly. When Americans want to learn about candidates and issues using Google, we find that they want more than one source, and immediate results. Instead of sitting through entire television broadcasts, voters are going online to get their daily dose of politics - as they did during the primaries, when searches for political queries spiked.&lt;br /&gt;&lt;br /&gt;We created a page on &lt;a title=&quot;2008 US election trends&quot; href=&quot;http://www.google.com/intl/en/trends/elections/&quot; id=&quot;u685&quot;&gt;2008 US election trends&lt;/a&gt; that highlights search queries on candidates by location to show how, during this election season, voters across the nation are getting politically engaged online. Use the &lt;a href=&quot;http://www.google.com/ig/adde?synd=open&amp;amp;source=ggyp&amp;amp;moduleurl=cqueries.googlecode.com/svn/trunk/queries_1.2.xml%3Fp%3D1&quot;&gt;Candidate Search Queries map&lt;/a&gt; to see which cities are searching more for Obama or McCain, and the News by Candidate tool on the trends page to see the latest headlines on each of the presidential contenders.&lt;br /&gt;&lt;br /&gt;Our political outreach efforts are aimed at providing citizens with useful knowledge on where candidates, office holders and advocacy groups stand. As more Americans go online and take simple steps to participate in politics, we aspire to promote democracy and informed participation in the process by equipping voters with useful information through search.&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/blogspot/MKuf?a=rCMVYJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/blogspot/MKuf?i=rCMVYJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/blogspot/MKuf?a=fbsC7j&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/blogspot/MKuf?i=fbsC7j&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/blogspot/MKuf/~4/326143367&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Karen</name>
			<email>noreply@blogger.com</email>
			<uri>http://googleblog.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">The Official Google Blog</title>
			<subtitle type="html">Insights from Googlers into our products, technology, and the Google culture.</subtitle>
			<link rel="self" href="http://googleblog.blogspot.com/atom.xml"/>
			<id>tag:blogger.com,1999:blog-10861780</id>
			<updated>2008-07-03T23:02:19+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">What comes next in this series? 13, 33, 53, 61, 37, 28...</title>
		<link href="http://feeds.feedburner.com/~r/blogspot/MKuf/~3/326104914/what-comes-next-in-this-series-13-33-53.html"/>
		<id>tag:blogger.com,1999:blog-10861780.post-4039267278173338328</id>
		<updated>2008-07-03T15:32:01+00:00</updated>
		<content type="html">&lt;span class=&quot;byline-author&quot;&gt;Posted by Marissa Mayer, VP Search Products &amp;amp; User Experience&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Late one night in the summer of 2000, I found myself answering user support emails in response to two new features we had just released, Advanced Search and Preferences (at the time catchily called &quot;Language, Display, and Filtering Options&quot; :)). Busy crafting answers about how to set Safesearch or change the number of results offered by default, I worked my way through the email queue. And then I saw it: The next email had just a number (&quot;37&quot;) in the subject - and no message text. What a weird form of spam, I thought. Why would anyone be motivated to just send a number? I searched for the user's email address to see what else had been sent. Interesting. Lots of numbers: 33, 53, and then a clue: &quot;61, getting a bit heavy, aren't we?&quot; Furthermore, the date on each of the messages seemed very familiar. Then I realized that's because the dates were all days that I had launched various changes on the homepage. &quot;Getting a bit heavy?&quot; - that one did correspond to one of the wordiest homepage releases we had ever done. Could the sender be counting words? Sure enough, I looked back, counted the words myself, and he was - a manual, human version of a scale for the Google homepage. He was weighing our homepage and letting us know when it was getting too heavy. One of his earliest mails had a note in the body: &quot;What happened to the days of 13?&quot; - referring to the word count on the initial 1999 homepage.&lt;br /&gt;&lt;br /&gt;This mystery and its revelation was really interesting because I thought about the homepage, and how to keep it simple, all the time. Yet I hadn't thought to look at it through this very simple lens: just count the words. The fewer, the better. Ever since that night, this has been our discipline, and everyone who works on the homepage and its design knows the current number: 28. (That's the word count for the basic page if you are signed out, there's no promotional line running beneath the search box, you've set Google as your homepage and thus don't get the &quot;Make Google Your Homepage!&quot; link, and you count &quot;©2008 Google&quot; as two words.)&lt;br /&gt;&lt;br /&gt;So, today we're making a homepage change by adding a link to our privacy overview and policies. Google values our users' privacy first and foremost. Trust is the basis of everything we do, so we want you to be familiar and comfortable with the integrity and care we give your personal data. We added this link both to our homepage and to our results page to make it easier for you to find information about our privacy principles. The new &quot;Privacy&quot; link goes to our Privacy Center, which was revamped earlier this year to be more straightforward and approachable, with videos and a non-legalese overview to make sure you understand in basic terms what Google does, does not, will, and won't, do in regard to your personal information.&lt;br /&gt;&lt;br /&gt;How does privacy relate to homepage word count? Larry and Sergey told me we could only add this to the homepage if we took a word away - keeping the &quot;weight&quot; of the homepage unchanged at 28. Given that the new Privacy link fit best with legal disclaimers on the page, I looked to the copyright line. There, we dropped the word &quot;Google&quot; (realizing it was implied, obviously) and added the new privacy link alongside it.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://bp0.blogger.com/_7ZYqYi4xigk/SG02o1RK3-I/AAAAAAAAAvM/Yo96N7xAwRQ/s1600-h/blogpost.jpg&quot;&gt;&lt;img src=&quot;http://bp0.blogger.com/_7ZYqYi4xigk/SG02o1RK3-I/AAAAAAAAAvM/Yo96N7xAwRQ/s1600/blogpost.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5218887618314035170&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;We think the easy access to our privacy information without any added homepage heft is a clear win for our users and an enhancement to your experience. You can &lt;a title=&quot;check out the new Privacy Center here&quot; href=&quot;http://www.google.com/privacy.html&quot; id=&quot;dvb2&quot;&gt;check out the new Privacy Center here&lt;/a&gt;.&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/blogspot/MKuf?a=n7ylHJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/blogspot/MKuf?i=n7ylHJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/blogspot/MKuf?a=MVflxj&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/blogspot/MKuf?i=MVflxj&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/blogspot/MKuf/~4/326104914&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Karen</name>
			<email>noreply@blogger.com</email>
			<uri>http://googleblog.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">The Official Google Blog</title>
			<subtitle type="html">Insights from Googlers into our products, technology, and the Google culture.</subtitle>
			<link rel="self" href="http://googleblog.blogspot.com/atom.xml"/>
			<id>tag:blogger.com,1999:blog-10861780</id>
			<updated>2008-07-03T23:02:19+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">TurboGears 1.0.5 released</title>
		<link href="http://compoundthinking.com/blog/index.php/2008/07/03/turbogears-105-released/"/>
		<id>http://compoundthinking.com/blog/?p=340</id>
		<updated>2008-07-03T13:55:23+00:00</updated>
		<content type="html">&lt;p&gt;On July first we cut out another 1.0.x TurboGears release.&lt;/p&gt;
&lt;p&gt;I see this release as an ongoing effort to maintain our 1.0.x users and provide support and enhancements to existing applications.&lt;/p&gt;
&lt;p&gt;While I am working with Mark and others on the 2.0 branch to make a release happen, I also work on the 1.5 front (formerly known as the 1.1 branch) to get this intermediary release out.&lt;/p&gt;
&lt;p&gt;The 1.5 release aims to be 100% compatible with 1.0.x applications (running on python &amp;gt;= 2.4). I test regularly my development version against production applications that are running on top of TG 1.0 at the moment.&lt;/p&gt;
&lt;p&gt;The real differences in 1.5 compared to 1.0 are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Different defaults for quickstarted projects, SQLAlchemy, Genshi instead of SQLObject and Kid.&lt;/li&gt;
&lt;li&gt;Testing Framework compatible with 2.0 to aid refactoring an application from 1.5 to 2.0 by using your test suit.&lt;/li&gt;
&lt;li&gt;RuleDispatch dropped from the required TurboJson version and replaced by PeakRules. Should not change too much for end users, but will help maintainers because we won&amp;#8217;t need to precompile binaries.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;At the end of the day I could say the TG scene is in a pretty good shape and we begin to see some attraction from the 2.0 branch, which is a &lt;em&gt;good &lt;/em&gt;thing IMHO. And last but not least, releases always get more attention than simple SVN commits and we get users&amp;#8217; feedback in a much greater scale on such occasions, which is essential for an Open Source project such as ours.&lt;/p&gt;</content>
		<author>
			<name>Compound thinking</name>
			<uri>http://compoundthinking.com/blog</uri>
		</author>
		<source>
			<title type="html">Compound Thinking</title>
			<subtitle type="html">New Perspectives on Information Technology</subtitle>
			<link rel="self" href="http://compoundthinking.com/blog/index.php/feed/"/>
			<id>http://compoundthinking.com/blog/index.php/feed/</id>
			<updated>2008-07-03T22:02:01+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">FAQ: How to install and configure MySQL cluster?</title>
		<link href="http://feeds.feedburner.com/~r/linuxscrew/~3/325794211/"/>
		<id>http://www.linuxscrew.com/2008/07/03/faq-how-to-install-and-configure-mysql-cluster/</id>
		<updated>2008-07-03T13:33:39+00:00</updated>
		<content type="html">&lt;p&gt;&lt;strong&gt;Question&lt;/strong&gt;: Can you give me more information on how to set up MySQL cluster?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Answer&lt;/strong&gt;: Sure, below are the links to extremely informative Internet resources providing detailed guides on why and how to deploy MySQL cluster.&lt;/p&gt;
&lt;p&gt;By the way a cluster in IT field is a group of linked computers, working together so they form a single computing system. The components of a cluster are usually connected to each other via fast local area networks. Clusters are usually deployed to improve performance and/or availability over that provided by a single computer, while typically being much more cost-effective than single computers of comparable speed or availability.&lt;/p&gt;
&lt;p&gt;1. &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster.html&quot; target=&quot;_blank&quot;&gt;http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster.html&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;MySQL Cluster&lt;/strong&gt; is a high-availability, high-redundancy version of MySQL adapted for the distributed computing environment. It uses the NDBCLUSTER  storage engine to enable running several MySQL servers in a cluster. This storage engine is available in MySQL 5.0 binary releases and in RPMs compatible with most modern &lt;a href=&quot;http://en.wikipedia.org/wiki/Linux&quot; class=&quot;alinks_links&quot; title=&quot;&quot; rel=&quot;external&quot;&gt;Linux&lt;/a&gt; distributions.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;http://dev.mysql.com/doc/refman/5.0/en/images/cluster-components-1.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;2. &lt;a href=&quot;http://www.davz.net/static/howto/mysqlcluster&quot; target=&quot;_blank&quot;&gt;Mysql Cluster: The definitive HOWTO&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3. &lt;a href=&quot;http://www.howtoforge.com/loadbalanced_mysql_cluster_debian&quot; target=&quot;_blank&quot;&gt;How To Set Up A Load-Balanced MySQL Cluster&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;This tutorial shows how to configure a MySQL 5 cluster with three nodes: two storage nodes and one management node. This cluster is load-balanced by a high-availability load balancer that in fact has two nodes that use the Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and &lt;em&gt;ldirectord&lt;/em&gt; (to split up the requests to the nodes of the MySQL cluster).&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;4. &lt;a href=&quot;http://www.lod.com/whitepapers/mysql-cluster-howto.html&quot; target=&quot;_blank&quot;&gt;MySQL Cluster Server Setup&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;MySQL Cluser Server is a fault-tolerant, redundant, scalable database architecture built on the open-source MySQL application, and capable of delivering 99.999% reliability. In this paper we describe the process we used to setup, configure, and test a three-node mySQL cluster server in a test environment.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;Related Posts&lt;/strong&gt;&lt;ul&gt;&lt;a href=&quot;http://www.linuxscrew.com/2008/07/02/quick-copypaste-mysql-replication-manual/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Quick copy/paste MySQL Replication Manual&quot;&gt;Quick copy/paste MySQL Replication Manual&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.linuxscrew.com/2007/08/16/faq-change-forgotten-or-lost-mysql-root-password/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: FAQ: Change forgotten or lost MySQL root password&quot;&gt;FAQ: Change forgotten or lost MySQL root password&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.linuxscrew.com/2008/01/16/sun-acquires-mysql-ab/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Sun acquires MySQL AB&quot;&gt;Sun acquires MySQL AB&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.linuxscrew.com/2007/09/18/xen-cluster-on-debian-for-newbies/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Xen cluster on Debian for newbies&quot;&gt;Xen cluster on Debian for newbies&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.linuxscrew.com/2007/10/18/linux-8ps3-cluster-for-gravity-simulation/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Linux + 8*PS3 = Cluster for gravity simulation&quot;&gt;Linux + 8*PS3 = Cluster for gravity simulation&lt;/a&gt;&lt;br /&gt;&lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/linuxscrew?a=1TGlEJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/linuxscrew?i=1TGlEJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/linuxscrew?a=rVUTBJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/linuxscrew?i=rVUTBJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/linuxscrew?a=J6HUGj&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/linuxscrew?i=J6HUGj&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/linuxscrew?a=kBCc6j&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/linuxscrew?i=kBCc6j&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/linuxscrew?a=6u0UOJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/linuxscrew?i=6u0UOJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/linuxscrew/~4/325794211&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Linux Screw</name>
			<uri>http://www.linuxscrew.com</uri>
		</author>
		<source>
			<title type="html">Linux Screw</title>
			<subtitle type="html">Put the screw on Linux!</subtitle>
			<link rel="self" href="http://feeds.feedburner.com/linuxscrew"/>
			<id>http://feeds.feedburner.com/linuxscrew</id>
			<updated>2008-07-03T15:01:09+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">How to insert a Google Map into your website using iWeb</title>
		<link href="http://feeds.feedburner.com/~r/simplehelp/~3/325737526/"/>
		<id>http://www.simplehelp.net/?p=628</id>
		<updated>2008-07-03T12:00:58+00:00</updated>
		<content type="html">&lt;img src=&quot;http://feeds.feedburner.com/wp-images/icons/topic_mac.png&quot; align=&quot;right&quot; width=&quot;46&quot; height=&quot;46&quot; alt=&quot;Mac&quot; /&gt;
&lt;img src=&quot;http://feeds.feedburner.com/wp-images/icons/topic_web-design-development.jpg&quot; align=&quot;right&quot; width=&quot;50&quot; height=&quot;50&quot; alt=&quot;Web Design &amp;amp; Dev&quot; /&gt;
&lt;p&gt;This brief tutorial will show you how to use the iWeb &amp;#8220;Web Widget&amp;#8221; for Google Maps to insert a Google Map into your web site. &lt;span id=&quot;more-628&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt; Start by determining where on your site you want to display the map, and create a space for it.  &lt;/li&gt;
&lt;p&gt;&lt;a href=&quot;http://www.simplehelp.net/images/iwebmaps/iwmap1.jpg&quot;&gt;&lt;img src=&quot;http://www.simplehelp.net/images/iwebmaps/iwmap1a.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
click to enlarge&lt;/a&gt;&lt;/p&gt;
&lt;li&gt; Click the &lt;strong&gt;Web Widgets&lt;/strong&gt; button.. &lt;/li&gt;
&lt;p&gt;&lt;img src=&quot;http://www.simplehelp.net/images/iwebmaps/iwmap2.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;li&gt; and select &lt;strong&gt;Google Map&lt;/strong&gt;. &lt;/li&gt;
&lt;p&gt;&lt;img src=&quot;http://www.simplehelp.net/images/iwebmaps/iwmap3.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;li&gt; Enter your address in the &lt;strong&gt;Address:&lt;/strong&gt; field. I would strongly suggest leaving both &lt;strong&gt;Zoom controls&lt;/strong&gt; and &lt;strong&gt;Address bubble&lt;/strong&gt; checked - they are very useful features that your web site visitors will appreciate. When you&amp;#8217;re done, click &lt;strong&gt;Apply&lt;/strong&gt;. &lt;/li&gt;
&lt;p&gt;&lt;img src=&quot;http://www.simplehelp.net/images/iwebmaps/iwmap4.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;li&gt; Use the &amp;#8220;squares&amp;#8221; in each corner to resize the map until it fits the space you set aside for it. &lt;/li&gt;
&lt;p&gt;&lt;img src=&quot;http://www.simplehelp.net/images/iwebmaps/iwmap5.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;li&gt; That&amp;#8217;s it, you&amp;#8217;re done! &lt;/li&gt;
&lt;p&gt;&lt;a href=&quot;http://www.simplehelp.net/images/iwebmaps/iwmap6.jpg&quot;&gt;&lt;img src=&quot;http://www.simplehelp.net/images/iwebmaps/iwmap6a.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
click to enlarge&lt;/a&gt;
&lt;/p&gt;&lt;/ol&gt;
&lt;p&gt;---&lt;br /&gt;Related Articles at Simple Help:&lt;ul&gt;&lt;img src=&quot;http://www.simplehelp.net/images/li.png&quot; /&gt;&amp;nbsp;&lt;a href=&quot;http://www.simplehelp.net/mac/how-to-perform-mac-specific-searches-using-google/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: How to perform Mac specific searches using Google&quot;&gt;How to perform Mac specific searches using Google&lt;/a&gt;&lt;br /&gt;&lt;img src=&quot;http://www.simplehelp.net/images/li.png&quot; /&gt;&amp;nbsp;&lt;a href=&quot;http://www.simplehelp.net/web-design-development/google-webmaster-tools-adds-subscriber-stats-feature/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Google Webmaster Tools Adds Subscriber Stats Feature&quot;&gt;Google Webmaster Tools Adds Subscriber Stats Feature&lt;/a&gt;&lt;br /&gt;&lt;img src=&quot;http://www.simplehelp.net/images/li.png&quot; /&gt;&amp;nbsp;&lt;a href=&quot;http://www.simplehelp.net/web-design-development/download-google-analytics-air-widget/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Download: Google Analytics AIR widget&quot;&gt;Download: Google Analytics AIR widget&lt;/a&gt;&lt;br /&gt;&lt;img src=&quot;http://www.simplehelp.net/images/li.png&quot; /&gt;&amp;nbsp;&lt;a href=&quot;http://www.simplehelp.net/mac/how-to-run-google-gadgets-in-your-os-x-dashboard/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: How to run Google Gadgets in your OS X Dashboard&quot;&gt;How to run Google Gadgets in your OS X Dashboard&lt;/a&gt;&lt;br /&gt;&lt;img src=&quot;http://www.simplehelp.net/images/li.png&quot; /&gt;&amp;nbsp;&lt;a href=&quot;http://www.simplehelp.net/other/google-transit-arrives-in-canada/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Google Transit Arrives in Canada&quot;&gt;Google Transit Arrives in Canada&lt;/a&gt;&lt;br /&gt;&lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;http://feeds.feedburner.com/~a/simplehelp?a=EXm0WF&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~a/simplehelp?i=EXm0WF&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/simplehelp?a=Z78rqJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/simplehelp?i=Z78rqJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/simplehelp?a=9Go9Xj&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/simplehelp?i=9Go9Xj&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/simplehelp?a=ctqSZj&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/simplehelp?i=ctqSZj&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/simplehelp?a=N0IS6j&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/simplehelp?i=N0IS6j&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/simplehelp?a=Rn0nvJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/simplehelp?i=Rn0nvJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/simplehelp?a=Tna81J&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/simplehelp?i=Tna81J&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/simplehelp/~4/325737526&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Simplehelp</name>
			<uri>http://www.simplehelp.net</uri>
		</author>
		<source>
			<title type="html">Simple Help</title>
			<subtitle type="html">Common questions, simple answers</subtitle>
			<link rel="self" href="http://feeds.feedburner.com/simplehelp"/>
			<id>http://feeds.feedburner.com/simplehelp</id>
			<updated>2008-07-03T23:01:17+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Poorman's oscilloscope (with Arduino + Processing) [del.icio.us]</title>
		<link href="http://feeds.feedburner.com/~r/TheDailyAck/~3/325733416/90"/>
		<id>http://accrochages.drone.ws/en/node/90</id>
		<updated>2008-07-03T11:47:10+00:00</updated>
		<content type="html">Using an Arduino and Processing you can get a visual representation of an analog signal.&lt;img src=&quot;http://feeds.feedburner.com/~r/TheDailyAck/~4/325733416&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>aallan</name>
			<uri>http://www.dailyack.com/</uri>
		</author>
		<source>
			<title type="html">The Daily ACK</title>
			<subtitle type="html">&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;&lt;font color=&quot;#0039b6&quot; size=&quot;10&quot;&gt;G&lt;/font&gt;&lt;font color=&quot;#c41200&quot; size=&quot;10&quot;&gt;o&lt;/font&gt;&lt;font color=&quot;#f3c518&quot; size=&quot;10&quot;&gt;o&lt;/font&gt;&lt;font color=&quot;#0039b6&quot; size=&quot;10&quot;&gt;g&lt;/font&gt;&lt;font color=&quot;#30a72f&quot; size=&quot;10&quot;&gt;l&lt;/font&gt;&lt;font color=&quot;#c41200&quot; size=&quot;10&quot;&gt;e&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td valign=&quot;middle&quot; width=&quot;100%&quot;&gt;
&lt;table width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;&lt;font size=&quot;+1&quot;&gt; &lt;b&gt;Error&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td align=&quot;right&quot; nowrap=&quot;nowrap&quot;&gt;&lt;font size=&quot;-1&quot;&gt; &lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;h1&gt;We're sorry...&lt;/h1&gt;
&lt;p&gt;... but your query looks similar
to automated requests from a computer virus or spyware
application.  To protect our users, we can't process your request
right now.
&lt;/p&gt;
&lt;p&gt;We'll restore your access as quickly as possible, so try again soon. In the meantime, if you suspect that your computer or network has been infected,
you might want to run a &lt;a href=&quot;http://www.download.com/Antivirus/3150-2239-0.html&quot;&gt; virus checker&lt;/a&gt; or &lt;a href=&quot;http://www.download.com/sort/3150-8022-0-1-4.html&quot;&gt;spyware remover&lt;/a&gt; to make sure that your systems are free of viruses and other spurious software.
&lt;/p&gt;
&lt;p&gt;
If you're continually receiving this error, you may be able to resolve the
problem by deleting your Google cookie and revisiting Google. For
browser-specific instructions, please consult your browser's online support
center.
&lt;/p&gt;
&lt;p&gt;
If your entire network is affected, more information is available in the &lt;a href=&quot;http://www.google.com/support/bin/answer.py?answer=86640&quot;&gt;Google
Web Search Help Center&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;We apologize for the inconvenience, and hope we'll see you again on Google.





&lt;/blockquote&gt;
&lt;br /&gt;&lt;table width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
&lt;tr&gt;&lt;td&gt;&lt;img alt=&quot;&quot; width=&quot;1&quot; height=&quot;3&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</subtitle>
			<link rel="self" href="http://www.dailyack.com/feeds/posts/default"/>
			<id>tag:blogger.com,1999:blog-7734900</id>
			<updated>2008-07-03T17:01:34+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Google Talk for iPhone</title>
		<link href="http://feeds.feedburner.com/~r/OfficialGoogleMacBlog/~3/325959864/google-talk-for-iphone.html"/>
		<id>tag:blogger.com,1999:blog-29010370.post-1615020519412951835</id>
		<updated>2008-07-03T11:15:25+00:00</updated>
		<content type="html">&lt;span class=&quot;byline-author&quot;&gt;By Scott Knaster, Google Mac Team&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Our busy mobile team is at it again, coming up with cool new iPhone stuff: check out &lt;a title=&quot;Google Talk for iPhone&quot; href=&quot;http://googlemobile.blogspot.com/2008/07/google-talk-for-iphone.html&quot; id=&quot;pht2&quot;&gt;Google Talk for iPhone&lt;/a&gt;, now available!&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/OfficialGoogleMacBlog?a=8NybyJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OfficialGoogleMacBlog?i=8NybyJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/OfficialGoogleMacBlog/~4/325959864&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Scott Knaster</name>
			<email>noreply@blogger.com</email>
			<uri>http://googlemac.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Google Mac Blog</title>
			<subtitle type="html">Macs inside Google</subtitle>
			<link rel="self" href="http://googlemac.blogspot.com/atom.xml"/>
			<id>tag:blogger.com,1999:blog-29010370</id>
			<updated>2008-07-04T00:01:40+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Solaris on Wall Street - Faster and Faster</title>
		<link href="http://blogs.sun.com/jonathan/entry/solaris_on_wall_street_faster"/>
		<id>http://blogs.sun.com/jonathan/entry/solaris_on_wall_street_faster</id>
		<updated>2008-07-03T07:16:33+00:00</updated>
		<content type="html">&lt;p&gt; &lt;/p&gt; 
  &lt;p&gt; &lt;a href=&quot;http://www.opensolaris.com/get/&quot;&gt;&lt;img src=&quot;http://farm1.static.flickr.com/107/275875386_0f451dc838.jpg&quot; /&gt; &lt;/a&gt; &lt;/p&gt; 

I remember a dinner I had a while back with the CEO of a global financial services firm. As one of his first acts as CEO, he'd cancelled an enormous outsourcing contract, and I'd asked him why - his response has stuck with me. &amp;quot;Banking is a technology business. Pure and simple. I can't win if I don't have my own team.&amp;quot;

   
  
  
  
  
  
  &lt;p&gt; &lt;a href=&quot;http://www.opensolaris.com/get/&quot;&gt;&lt;img src=&quot;http://blogs.sun.com/jonathan/resource/OpenSolaris_CDimage.jpg&quot; /&gt; &lt;/a&gt; &lt;/p&gt; 
  &lt;p&gt;Independent of his views on outsourcing, I've heard the same point made by many (but not all) financial services executives - banking (like big swaths of telecommunications, media and retailing) has become a technology business, where every ounce of performance and differentiation matters. Even, and especially, in the midst of market turmoil.

&lt;/p&gt; 
  &lt;p&gt;
Which is a fitting backdrop for a joint &lt;a href=&quot;http://biz.yahoo.com/bw/080701/20080701005384.html?.v=1&quot;&gt;press release&lt;/a&gt; we just issued with Intel - in which we achieved a land speed record - a &lt;b&gt;million messages per second&lt;/b&gt;, running the Reuters Market Data System on Solaris 10 for Intel silicon (see release for details). To our colleagues at Intel and Thomson Reuters... thank you! Performance = market advantage, energy savings, or datacenter consolidation&amp;nbsp; - or all of the above. Customers get to pick.&lt;br /&gt;&lt;/p&gt; 
  &lt;p&gt; And following up on my last post on the impact of flash memory and ZFS on the world of datacenters, our own Adam Leventhal has added a far more fulfilling technical perspective in &lt;a href=&quot;http://mags.acm.org/communications/200807/?searchterm=adam+leventhal&amp;amp;pg=49&quot;&gt;Communications of the ACM: Flash Storage Memory&lt;/a&gt;.Worth the read...&lt;br /&gt;&lt;/p&gt; 
  &lt;p&gt;&lt;br /&gt;&lt;/p&gt;</content>
		<author>
			<name>Jonathan Schwartz</name>
			<uri>http://blogs.sun.com/jonathan/</uri>
		</author>
		<source>
			<title type="html">Jonathan Schwartz's Blog</title>
			<subtitle type="html">Jonathan Schwartz's Blog</subtitle>
			<link rel="self" href="http://blogs.sun.com/jonathan/feed/entries/atom"/>
			<id>http://blogs.sun.com/jonathan/feed/entries/atom</id>
			<updated>2008-07-03T23:01:30+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Links for 2008-07-02 [del.icio.us]</title>
		<link href="http://feeds.feedburner.com/~r/AdnansSysadmin/devBlog/~3/325483911/awasim"/>
		<id>http://del.icio.us/awasim#2008-07-02</id>
		<updated>2008-07-03T05:00:00+00:00</updated>
		<content type="html">&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://code.google.com/p/ratproxy/&quot;&gt;ratproxy - Google Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.cacr.math.uwaterloo.ca/hac/&quot;&gt;Handbook of Applied Cryptography&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/Fonts&quot;&gt;Fonts - Ubuntu Wiki&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/AdnansSysadmin/devBlog/~4/325483911&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Adnan</name>
			<email>noreply@blogger.com</email>
			<uri>http://sysadmin.adnanwasim.com/</uri>
		</author>
		<source>
			<title type="html">Adnans Sysadmin/Scripting Blog</title>
			<subtitle type="html">&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;&lt;font color=&quot;#0039b6&quot; size=&quot;10&quot;&gt;G&lt;/font&gt;&lt;font color=&quot;#c41200&quot; size=&quot;10&quot;&gt;o&lt;/font&gt;&lt;font color=&quot;#f3c518&quot; size=&quot;10&quot;&gt;o&lt;/font&gt;&lt;font color=&quot;#0039b6&quot; size=&quot;10&quot;&gt;g&lt;/font&gt;&lt;font color=&quot;#30a72f&quot; size=&quot;10&quot;&gt;l&lt;/font&gt;&lt;font color=&quot;#c41200&quot; size=&quot;10&quot;&gt;e&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td valign=&quot;middle&quot; width=&quot;100%&quot;&gt;
&lt;table width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;&lt;font size=&quot;+1&quot;&gt; &lt;b&gt;Error&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td align=&quot;right&quot; nowrap=&quot;nowrap&quot;&gt;&lt;font size=&quot;-1&quot;&gt; &lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;h1&gt;We're sorry...&lt;/h1&gt;
&lt;p&gt;... but your query looks similar
to automated requests from a computer virus or spyware
application.  To protect our users, we can't process your request
right now.
&lt;/p&gt;
&lt;p&gt;We'll restore your access as quickly as possible, so try again soon. In the meantime, if you suspect that your computer or network has been infected,
you might want to run a &lt;a href=&quot;http://www.download.com/Antivirus/3150-2239-0.html&quot;&gt; virus checker&lt;/a&gt; or &lt;a href=&quot;http://www.download.com/sort/3150-8022-0-1-4.html&quot;&gt;spyware remover&lt;/a&gt; to make sure that your systems are free of viruses and other spurious software.
&lt;/p&gt;
&lt;p&gt;
If you're continually receiving this error, you may be able to resolve the
problem by deleting your Google cookie and revisiting Google. For
browser-specific instructions, please consult your browser's online support
center.
&lt;/p&gt;
&lt;p&gt;
If your entire network is affected, more information is available in the &lt;a href=&quot;http://www.google.com/support/bin/answer.py?answer=86640&quot;&gt;Google
Web Search Help Center&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;We apologize for the inconvenience, and hope we'll see you again on Google.





&lt;/blockquote&gt;
&lt;br /&gt;&lt;table width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
&lt;tr&gt;&lt;td&gt;&lt;img alt=&quot;&quot; width=&quot;1&quot; height=&quot;3&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</subtitle>
			<link rel="self" href="http://sysadmin.adnanwasim.com/feeds/posts/default"/>
			<id>tag:blogger.com,1999:blog-5208332</id>
			<updated>2008-07-03T14:01:39+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Algorithm Ink and ContextFree.js - generative art with Javascript</title>
		<link href="http://www.hackszine.com/blog/archive/2008/07/algorithm_ink_and_contextfreej.html?CMP=OTC-7G2N43923558"/>
		<id>http://www.hackszine.com/blog/archive/2008/07/algorithm_ink_and_contextfreej.html?CMP=OTC-7G2N43923558</id>
		<updated>2008-07-03T04:59:11+00:00</updated>
		<content type="html">&lt;p&gt;				&lt;/p&gt;

&lt;p&gt;Currently Firefox, Safari and Opera have reasonable support for the Canvas HTML element. With IE the only major remaining laggard, there are a lot of people starting to experiment with Javascript's new graphical capabilities. I mentioned John Resig's Processing.js library in May, and now Aza Raskin has released the ContextFree.js library, which brings another generative drawing language to web-standards software development.&lt;/p&gt;

&lt;blockquote&gt;Besides being pretty, why is ContextFree.js interesting? Because it shows the power of Open web technologies for making graphically-enabled, compelling interaction. The true power of the web revolves around anyone being able to dive in, see what someone else has done, and expand upon it. Canvas lowers the cost of entry to creating graphical mashups and other dynamic, graphical content. It also shows the progress the web has made: a year ago, this demo would not have been possible. Canvas wasn't ready, and Javascript interpreters weren't fast enough. Looking at the qualitative difference in speed from Firefox 2 to Firefox 3 indicates the amazing and substantial progress made towards speeding up Javascript since the last major browser release cycle.&lt;/blockquote&gt;

&lt;p&gt;ContextFree.js is a Javascript port of the Context Free open source generative art application by Chris Coyne. It basically defines an extremely simple grammar that is designed to generate rule-based artwork with very few lines of code.&lt;/p&gt;

&lt;p&gt;Aza has also released the Algorithm Ink website, which uses ContextFree.js to create an open source art gallery. Using Algorithm Ink, you can load, tweak, and share generative art through a web interface. When you see something you like, you can view the source for the artwork and use it in your own creations. Very cool.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://azarask.in/blog/post/contextfreejs-algorithm-ink-making-art-with-javascript/&quot;&gt;ContextFree.js &amp;amp; Algorithm Ink: Making Art with Javascript&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://code.google.com/p/contextfree/&quot;&gt;ContextFree.js at Google Code&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://azarask.in/projects/algorithm-ink/&quot;&gt;Algorithm Ink&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.contextfreeart.org/&quot;&gt;The original Context Free by Chris Coyne&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://developer.mozilla.org/en/docs/Drawing_Graphics_with_Canvas&quot;&gt;Drawing Graphics with Canvas&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.hackszine.com/blog/archive/2008/05/processingjs_visualization_lib.html&quot;&gt;Processing.js - visualization library for Javascript&lt;/a&gt;&lt;/p&gt;</content>
		<author>
			<name>Hackszine</name>
			<uri>http://www.hackszine.com/</uri>
		</author>
		<source>
			<title type="html">Hackszine.com</title>
			<subtitle type="html">Clever solutions to interesting problems.</subtitle>
			<link rel="self" href="http://hackszine.com/index.xml"/>
			<id>http://hackszine.com/index.xml</id>
			<updated>2008-07-03T05:01:19+00:00</updated>
			<rights>Copyright 2008</rights>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">IT Admins are Snoops?</title>
		<link href="http://www.iishacks.com/index.php/2008/07/02/it-admins-are-snoops/"/>
		<id>http://www.iishacks.com/?p=80</id>
		<updated>2008-07-03T04:57:33+00:00</updated>
		<content type="html">&lt;div class=&quot;codesnip-container&quot;&gt;U.S. information security company Cyber-Ark surveyed 300 senior IT professionals, and found that one-third admitted to secretly snooping, while 47 percent said they had accessed information that was not relevant to their role.&lt;/div&gt;
&lt;p&gt;I&amp;#8217;ll be honest&amp;#8230;and I&amp;#8217;m sure no one will believe me, but I have not snooped on anyone in my organization on purpose, but I have come across privileged information by accident. I do believe the 33% that said they snooped did not look at anything overly sensitive. I would hope 1/3 of IT staff are not that dishonest. &lt;/p&gt;
&lt;p&gt;What would you do if one of your superiors asked to keep logs / screenshots of everything you did, so as to be sure you didn&amp;#8217;t abuse your power?&lt;/p&gt;
&lt;p&gt;How many IT admins have access to their superior&amp;#8217;s confidential files and emails?&lt;/p&gt;
&lt;p&gt;How many IT admins would hold their company ransom for a raise? threaten to quit? How many have hindered their company&amp;#8217;s network when they quit or were fired?&lt;/p&gt;</content>
		<author>
			<name>Chris</name>
			<uri>http://www.iishacks.com</uri>
		</author>
		<source>
			<title type="html">IIS Hacks | Server Resources</title>
			<subtitle type="html">Everything a Network and System Administrator Needs</subtitle>
			<link rel="self" href="http://www.iishacks.com/index.php/feed/atom/"/>
			<id>http://www.iishacks.com/index.php/feed/atom/</id>
			<updated>2008-07-03T21:02:18+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">AIX training in the pitts.</title>
		<link href="http://feeds.feedburner.com/~r/blogger/MqSY/~3/325392178/aix-training-in-pitts.html"/>
		<id>tag:blogger.com,1999:blog-9748218.post-1552826316512006862</id>
		<updated>2008-07-03T02:17:00+00:00</updated>
		<content type="html">Leaving for pittsburg pesylvania on monday for AIX training.&lt;br /&gt;&lt;br /&gt;My job wants to send me to corprate office so I can watch/help install AIX and Oracle on a couple boxes, then I get to come back to my office and install AIX and Oracle on 4 more boxes. I guess its going to save them a fortune... AIX consultants cost big bucks and it helps out my resume, since I am only a contractor, I have to think of such things.</content>
		<author>
			<name>jamesd_wi</name>
			<email>noreply@blogger.com</email>
			<uri>http://uadmin.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Unix Admin Corner</title>
			<link rel="self" href="http://feeds.feedburner.com/blogger/MqSY"/>
			<id>tag:blogger.com,1999:blog-9748218</id>
			<updated>2008-07-03T03:01:42+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Face book, whoo hoo, a second post in a week</title>
		<link href="http://feeds.feedburner.com/~r/blogger/MqSY/~3/325392179/face-book-whoo-hoo-second-post-in-week.html"/>
		<id>tag:blogger.com,1999:blog-9748218.post-1166820054958934155</id>
		<updated>2008-07-03T02:13:00+00:00</updated>
		<content type="html">Okay been hearing a lot of buzz about facebook, so finally got around to join it, who knows it might even make me post more. So if you are on facebook, feel free to add me as a friend&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.facebook.com/profile.php?id=557067672&quot;&gt;My Facebook profile&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;and if you are on linkedin.com add me as a friend, here is&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://feeds.feedburner.com/blogger/ http://www.linkedin.com/in/jamesdwisconsin&quot;&gt;my linkedin profile&lt;/a&gt;</content>
		<author>
			<name>jamesd_wi</name>
			<email>noreply@blogger.com</email>
			<uri>http://uadmin.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Unix Admin Corner</title>
			<link rel="self" href="http://feeds.feedburner.com/blogger/MqSY"/>
			<id>tag:blogger.com,1999:blog-9748218</id>
			<updated>2008-07-03T03:01:42+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">authoritative=true</title>
		<link href="http://www.intertwingly.net/blog/2008/07/02/authoritative-true"/>
		<id>tag:intertwingly.net,2004:2864</id>
		<updated>2008-07-03T01:37:10+00:00</updated>
		<content type="html">&lt;p&gt;&lt;a href=&quot;http://blogs.msdn.com/ie/archive/2008/07/02/ie8-security-part-v-comprehensive-protection.aspx&quot;&gt;&lt;cite&gt;Eric Lawrence&lt;/cite&gt;&lt;/a&gt;: &lt;em&gt;we’ve provided web-applications with the ability to opt-out of MIME-sniffing. Sending the new authoritative=true attribute on the Content-Type HTTP response header prevents Internet Explorer from MIME-sniffing a response away from the declared content-type&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;While I’m not a fan of content-sniffing, one of my few pet peeves with HTML5 is that it endeavors to &lt;a href=&quot;http://www.whatwg.org/specs/web-apps/current-work/#content-type3&quot;&gt;institutionalize the practice&lt;/a&gt; with no provisions for content providers to opt out.  As the lesser of the available evils, I hope Microsoft’s proposal is quickly adopted by other browsers.&lt;/p&gt;</content>
		<author>
			<name>Sam Ruby</name>
			<email>rubys@intertwingly.net</email>
			<uri>http://www.intertwingly.net/blog/</uri>
		</author>
		<source>
			<title type="html">Sam Ruby</title>
			<subtitle type="html">It’s just data</subtitle>
			<link rel="self" href="http://www.intertwingly.net/blog/index.atom"/>
			<id>http://intertwingly.net/blog/index.atom</id>
			<updated>2008-07-03T23:01:36+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RAM-&amp;gt;SSD-&amp;gt;DISK + ZFS</title>
		<link href="http://milek.blogspot.com/2008/07/ram-ssd-disk-zfs.html"/>
		<id>tag:blogger.com,1999:blog-9963485.post-6602603480460717378</id>
		<updated>2008-07-03T01:01:28+00:00</updated>
		<content type="html">Very interesting &lt;a href=&quot;http://mags.acm.org/communications/200807/?searchterm=adam+leventhal&amp;amp;pg=49&quot;&gt;article &lt;/a&gt;written by Adam &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_0&quot;&gt;Leventhal&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;I actually like the idea of L2ARC especially on low-end systems. Imagine a 1U or 2U x86 box with one internal disk being a 143GB &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_1&quot;&gt;SSD&lt;/span&gt; used for L2ARC - basically you getting 144GB fast read cache for your MySQL database (or anything else). You probably can't even put that much memory in 1U or 2U system in a first place (not to mention cost).&lt;br /&gt;&lt;br /&gt;Now imagine much larger database. You buy additional entry-level array like Sun's 2540 and you put 12x143GB &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_2&quot;&gt;SSD&lt;/span&gt; drives for L2ARC (and at least one for SLOG if required). This gives you about 1,5TB of cache! You can cache relatively large database here.&lt;br /&gt;&lt;br /&gt;Now I like the way L2ARC works - if you &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_3&quot;&gt;unmount&lt;/span&gt; &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_4&quot;&gt;ZFS&lt;/span&gt; pool and mount it again old L2ARC content will be re-used (thanks to &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_5&quot;&gt;ZFS&lt;/span&gt; &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_6&quot;&gt;checksums&lt;/span&gt; possible stale data will be detected, skipped and read from disks). What it means is that if you connect your 2540 (or whatever) full of &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_7&quot;&gt;SSD&lt;/span&gt; drives to a cluster and you &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_8&quot;&gt;failover&lt;/span&gt; your database along with your &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_9&quot;&gt;ZFS&lt;/span&gt; pool to another node your 1,5TB of cache will be still warm. So the impact of &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_10&quot;&gt;failover&lt;/span&gt; on your database performance can be greatly reduced.&lt;br /&gt;&lt;br /&gt;Of course there are other scenarios and I'm keen to do some testing... :)</content>
		<author>
			<name>milek</name>
			<email>noreply@blogger.com</email>
			<uri>http://milek.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">milek's blog</title>
			<link rel="self" href="http://milek.blogspot.com/feeds/posts/default"/>
			<id>tag:blogger.com,1999:blog-9963485</id>
			<updated>2008-07-03T01:01:28+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Howto install and configure gDesklets in Ubuntu hardy</title>
		<link href="http://www.ubuntugeek.com/howto-install-and-configure-gdesklets-in-ubuntu-hardy.html"/>
		<id>http://www.ubuntugeek.com/?p=541</id>
		<updated>2008-07-02T23:03:24+00:00</updated>
		<content type="html">&lt;div class=&quot;KonaBody&quot;&gt;&lt;p&gt;&lt;div&gt;
&lt;!--
google_ad_client = &quot;pub-3561711309083119&quot;;
//Ubuntu Rectangle
google_ad_slot = &quot;1464388544&quot;;
google_ad_width = 300;
google_ad_height = 250;
//--&gt;

&lt;/div&gt;gDesklets is a system for bringing mini programs (desklets), such as weather forecasts, news tickers, system information displays, or music player controls, onto your desktop, where they are sitting there in a symbiotic relationship of eye candy and usefulness. The possibilities are really endless and they are always&lt;br /&gt;
there to serve you whenever you need them, just one key-press away. The system is not restricted to one desktop environment, but currently works on most of the modern Unix desktops (including GNOME, KDE, Xfce).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
	&lt;p&gt;(...)&lt;br /&gt;Read the rest of &lt;a href=&quot;http://www.ubuntugeek.com/howto-install-and-configure-gdesklets-in-ubuntu-hardy.html&quot;&gt;Howto install and configure gDesklets in Ubuntu hardy&lt;/a&gt; (174 words)&lt;/p&gt;
	&lt;hr noshade=&quot;noshade&quot; /&gt;
	&lt;small&gt;&lt;p&gt;&amp;copy; admin for &lt;a href=&quot;http://www.ubuntugeek.com&quot;&gt;Ubuntu Geek&lt;/a&gt;, 2008. |
	&lt;a href=&quot;http://www.ubuntugeek.com/howto-install-and-configure-gdesklets-in-ubuntu-hardy.html&quot;&gt;Permalink&lt;/a&gt; |
	&lt;a href=&quot;http://www.ubuntugeek.com/howto-install-and-configure-gdesklets-in-ubuntu-hardy.html#comments&quot;&gt;No comment&lt;/a&gt; |
	Add to
	&lt;a href=&quot;http://del.icio.us/post?url=http://www.ubuntugeek.com/howto-install-and-configure-gdesklets-in-ubuntu-hardy.html&amp;amp;title=Howto install and configure gDesklets in Ubuntu hardy&quot;&gt;&lt;img src=&quot;http://yoursite.com/images/icons/delicious.gif&quot; border=&quot;0&quot; /&gt; del.icio.us&lt;/a&gt;
	&lt;a href=&quot;http://www.digg.com/submit&quot;&gt;&lt;img src=&quot;http://yoursite.com/images/digg.gif&quot; border=&quot;0&quot; /&gt; digg&lt;/a&gt;&lt;br /&gt;
	Who's linking ?
	&lt;a href=&quot;http://www.technorati.com/search/http://www.ubuntugeek.com/howto-install-and-configure-gdesklets-in-ubuntu-hardy.html&quot; title=&quot;Search on Technorati&quot;&gt;&lt;img src=&quot;http://yoursite.com/images/icons/technorati.gif&quot; border=&quot;0&quot; /&gt;Technorati&lt;/a&gt;
	&lt;a href=&quot;http://www.blogpulse.com/search?query=http://www.ubuntugeek.com/howto-install-and-configure-gdesklets-in-ubuntu-hardy.html&quot; title=&quot;Search on Blogpulse&quot;&gt;&lt;img src=&quot;http://yoursite.com/images/icons/blogpulse.gif&quot; border=&quot;0&quot; /&gt;BlogPulse&lt;/a&gt;
	&lt;a href=&quot;http://google.com/blogsearch?q=http://www.ubuntugeek.com/howto-install-and-configure-gdesklets-in-ubuntu-hardy.html&quot; title=&quot;Search on Google Blog Search&quot;&gt;&lt;img src=&quot;http://yoursite.com/images/icons/google.gif&quot; border=&quot;0&quot; /&gt;Google&lt;/a&gt;&lt;br /&gt;
	Want more on these topics ? Browse the archive of posts filed under &lt;a href=&quot;http://www.ubuntugeek.com/category/general&quot; title=&quot;View all posts in General&quot; rel=&quot;category tag&quot;&gt;General&lt;/a&gt;.&lt;/p&gt;&lt;/small&gt;&lt;/div&gt;&lt;!-- KonaBody --&gt;
	&lt;h4&gt;Related Articles&lt;/h4&gt;
	&lt;ul class=&quot;st-related-posts&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.ubuntugeek.com/ubuntu-804-hardy-heron-lamp-server-setup.html&quot; title=&quot;Ubuntu 8.04 (Hardy Heron) LAMP Server Setup (June 12, 2008)&quot;&gt;Ubuntu 8.04 (Hardy Heron) LAMP Server Setup&lt;/a&gt; (17)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.ubuntugeek.com/show-the-computer-home-network-and-trash-icons-on-your-ubuntu-desktop.html&quot; title=&quot;Show The Computer, home, Network and Trash icons on Your Ubuntu desktop (May 16, 2008)&quot;&gt;Show The Computer, home, Network and Trash icons on Your Ubuntu desktop&lt;/a&gt; (2)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.ubuntugeek.com/network-traffic-analyzers-for-ubuntu-system.html&quot; title=&quot;Network traffic analyzers for Ubuntu System (February 7, 2007)&quot;&gt;Network traffic analyzers for Ubuntu System&lt;/a&gt; (3)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.ubuntugeek.com/howto-add-permanent-static-routes-in-ubuntu.html&quot; title=&quot;Howto add permanent static routes in Ubuntu (June 18, 2008)&quot;&gt;Howto add permanent static routes in Ubuntu&lt;/a&gt; (2)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.ubuntugeek.com/how-to-convert-chm-files-into-pdf-files-in-ubuntu.html&quot; title=&quot;How to convert CHM files into PDF files in Ubuntu (June 27, 2008)&quot;&gt;How to convert CHM files into PDF files in Ubuntu&lt;/a&gt; (2)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.ubuntugeek.com/change-your-network-card-mac-address-on-ubuntu.html&quot; title=&quot;Change your Network Card MAC Address on Ubuntu (January 9, 2007)&quot;&gt;Change your Network Card MAC Address on Ubuntu&lt;/a&gt; (1)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;a href=&quot;http://feeds.feedburner.com/~a/UbuntuGeek?a=9omx4t&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~a/UbuntuGeek?i=9omx4t&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/UbuntuGeek?a=fCCMMJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/UbuntuGeek?i=fCCMMJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/UbuntuGeek?a=I8qncj&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/UbuntuGeek?i=I8qncj&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/UbuntuGeek?a=x9fjEJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/UbuntuGeek?i=x9fjEJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/UbuntuGeek?a=FXQVbJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/UbuntuGeek?i=FXQVbJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/UbuntuGeek?a=9amcmJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/UbuntuGeek?i=9amcmJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/UbuntuGeek?a=TI075j&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/UbuntuGeek?i=TI075j&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<author>
			<name>Ubuntu Geek</name>
			<uri>http://www.ubuntugeek.com</uri>
		</author>
		<source>
			<title type="html">Ubuntu Geek</title>
			<subtitle type="html">Ubuntu Linux Tips,Howtos&amp;amp;Tutorials|Edgy,Feisty,Gutsy,Hardy</subtitle>
			<link rel="self" href="http://www.ubuntugeek.com/feed/"/>
			<id>http://www.ubuntugeek.com/feed/</id>
			<updated>2008-07-03T01:01:23+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Hadoop and scheduling</title>
		<link href="http://glinden.blogspot.com/2008/07/hadoop-and-scheduling.html"/>
		<id>tag:blogger.com,1999:blog-6569681.post-1325537972022385336</id>
		<updated>2008-07-02T16:27:40+00:00</updated>
		<content type="html">A VLDB 2008 paper out of Yahoo Research, &quot;Scheduling Shared Scans of Large Data Files&quot; (&lt;a href=&quot;http://www.cs.cmu.edu/~olston/publications/vldb08a.pdf&quot;&gt;PDF&lt;/a&gt;) looks at how &quot;to maximize the overall rate of processing ... by sharing scans of the same file ... [in] Map-Reduce systems [like Hadoop]&quot;.&lt;br /&gt;&lt;br /&gt;I felt the model used for simulations in the paper was a bit questionable -- seems to me the emphasis should be on newer data being accessed by many jobs simultaneously, most often by smaller jobs -- but the specifics of the solution probably are of less interest than the paper's general discussion of scheduling issues that come up as a large Hadoop cluster is put under load from many users.&lt;br /&gt;&lt;br /&gt;Please see also my earlier post, &quot;&lt;a href=&quot;http://glinden.blogspot.com/2008/03/hadoop-summit-notes.html&quot;&gt;Hadoop summit notes&lt;/a&gt;&quot;, especially the problems with scheduling using Hadoop on Demand (which makes a cluster look like multiple virtual clusters) and the idea of sharing intermediate results (such as sorted extracts) from previous jobs on the cluster.</content>
		<author>
			<name>Greg Linden</name>
			<email>noreply@blogger.com</email>
			<uri>http://glinden.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Geeking with Greg</title>
			<link rel="self" href="http://glinden.blogspot.com/rss.xml"/>
			<id>tag:blogger.com,1999:blog-6569681</id>
			<updated>2008-07-03T21:02:42+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Amazon page recommendations</title>
		<link href="http://glinden.blogspot.com/2008/07/amazon-page-recommendations.html"/>
		<id>tag:blogger.com,1999:blog-6569681.post-3057724732764855392</id>
		<updated>2008-07-02T16:23:19+00:00</updated>
		<content type="html">Brady Forrest at O'Reilly Radar points out Amazon's new page recommendation widget in his post, &quot;&lt;a href=&quot;http://radar.oreilly.com/archives/2008/07/amazon-page-recommender.html&quot;&gt;Amazon's Page Recommender: Foreshadowing A New Web Service?&lt;/a&gt;&quot;&lt;br /&gt;&lt;br /&gt;Put the widget on your website and, for any page it is on, Amazon can learn what people visit that page, where they go on your site, and then, from those behavior patterns, generate recommendations on where people might want to go from each page.&lt;br /&gt;&lt;br /&gt;It could, for example, be used on a news website to generate news recommendations or, on a shopping site, to recommend products.  &lt;br /&gt;&lt;br /&gt;It is an interesting move by Amazon, a step toward Aggregate Knowledge and others that offer recommendations as a web service.</content>
		<author>
			<name>Greg Linden</name>
			<email>noreply@blogger.com</email>
			<uri>http://glinden.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Geeking with Greg</title>
			<link rel="self" href="http://glinden.blogspot.com/rss.xml"/>
			<id>tag:blogger.com,1999:blog-6569681</id>
			<updated>2008-07-03T21:02:42+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Microsoft, big computation, and big data</title>
		<link href="http://glinden.blogspot.com/2008/07/microsoft-big-computation-and-big-data.html"/>
		<id>tag:blogger.com,1999:blog-6569681.post-4949983783215404612</id>
		<updated>2008-07-02T16:21:01+00:00</updated>
		<content type="html">In his post, &quot;&lt;a href=&quot;http://gigaom.com/2008/06/30/microsofts-internet-infrastructure-its-big-plans/&quot;&gt;Inside Microsoft's Internet Infrastructure &amp;amp; Its Plans for the Future&lt;/a&gt;&quot;, Om Malik highlights some interesting &quot;facts about Microsoft-owned data centers&quot;:&lt;blockquote&gt;&lt;i&gt;[Microsoft is] adding 10,000 servers a month&lt;br /&gt;&lt;br /&gt;Network backbone ... soon ... [will be] 500 Gigabits.&lt;br /&gt;&lt;br /&gt;Data in the near future will soon approach 100s of petabytes.&lt;/i&gt;&lt;/blockquote&gt;All the computation you could want and all the data you can eat.  Perhaps now it makes more sense why I am at Microsoft?&lt;br /&gt;&lt;br /&gt;Please see also my April 2006 post, &quot;&lt;a href=&quot;http://glinden.blogspot.com/2006/04/microsoft-is-building-google-cluster.html&quot;&gt;Microsoft is building a Google cluster&lt;/a&gt;&quot;.</content>
		<author>
			<name>Greg Linden</name>
			<email>noreply@blogger.com</email>
			<uri>http://glinden.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Geeking with Greg</title>
			<link rel="self" href="http://glinden.blogspot.com/rss.xml"/>
			<id>tag:blogger.com,1999:blog-6569681</id>
			<updated>2008-07-03T21:02:42+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Website personas</title>
		<link href="http://glinden.blogspot.com/2008/07/website-personas.html"/>
		<id>tag:blogger.com,1999:blog-6569681.post-3020278654212854033</id>
		<updated>2008-07-02T16:19:52+00:00</updated>
		<content type="html">Netflix has a feature called Profiles that allows multiple people to use the same Netflix account while keeping their queue and recommendations separate.&lt;br /&gt;&lt;br /&gt;Recently, they attempted (&lt;a href=&quot;http://blog.netflix.com/2008/06/profiles-feature-going-away.html&quot;&gt;[1]&lt;/a&gt; &lt;a href=&quot;http://blog.netflix.com/2008/06/profiles-feature-not-going-away.html&quot;&gt;[2]&lt;/a&gt;) to remove the feature because &quot;too many members found the feature difficult to understand and cumbersome, having to consistently log in and out of the website.&quot;&lt;br /&gt;&lt;br /&gt;It's an interesting example how difficult it is to allow people to maintain multiple personas on a website.  At Amazon, the second biggest complaint about the recommendations, next to recommending items already bought from a different store, was that sharing an account or buying a gift for someone that was not marked as a gift would end up mixing up recommendations for multiple people together.&lt;br /&gt;&lt;br /&gt;But, the problem is that there is no easy and convenient way to provide multiple personas.  Power users might be able to login and logout of different accounts, but most people don't understand or want to bother with that.&lt;br /&gt;&lt;br /&gt;Hard problem.  It's not clear to me what the solution might be.</content>
		<author>
			<name>Greg Linden</name>
			<email>noreply@blogger.com</email>
			<uri>http://glinden.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Geeking with Greg</title>
			<link rel="self" href="http://glinden.blogspot.com/rss.xml"/>
			<id>tag:blogger.com,1999:blog-6569681</id>
			<updated>2008-07-03T21:02:42+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">jQuery Plugins, Size, and Storage</title>
		<link href="http://ejohn.org/blog/jquery-plugins-size-and-storage/"/>
		<id>http://ejohn.org/blog/jquery-plugins-size-and-storage/</id>
		<updated>2008-07-02T15:02:35+00:00</updated>
		<content type="html">&lt;p&gt;&lt;a href=&quot;http://blog.jcoglan.com/2008/07/02/there-is-no-such-thing-as-a-javascript-plugin/&quot;&gt;There is no such thing as a JavaScript plugin&lt;/a&gt; contends James Coglan. I completely agree that there are no, specific, techniques within the JavaScript language that make &quot;plugins&quot; possible (such as the ability to namespace code and import it, or some such).&lt;/p&gt;
	&lt;p&gt;HOWEVER - I will contend that such a thing as plugins exist and are logically distinct from &quot;random JavaScript code that manipulates other JavaScript code&quot; as long as the following points are met:&lt;/p&gt;
	&lt;ol&gt;
	&lt;li&gt;There have to be explicit points upon which a plugin can attach. James notes the most common one in jQuery (jQuery.fn) but we have tons more - events, animations, selectors - all over the board for developers to snap in to.&lt;/li&gt;
	&lt;li&gt;Even more importantly: Those points have to be documented or, at the very least, be under some sort of agreement that they will be treated like a normal piece of the user-facing API. In jQuery we treat all plugin extension points as &quot;user-facing API&quot; and only ever change them in major releases (if at all) and always provide an alternative for authors to use.&lt;/li&gt;
	&lt;li&gt;Finally, there has to be some sort of repository for navigating these plugins. This is a huge differentiator. Simply referring to &quot;code in the wild&quot; as plugins doesn't really cut it if there's no commitment to hosting them and keeping their documentation and examples alive.&lt;/li&gt;
	&lt;/ol&gt;
	&lt;p&gt;We take our plugin architecture very seriously in the jQuery project and are constantly looking for ways to improve (looking at plugins, reading their code, seeing what we can provide to make their lives easier).&lt;/p&gt;
	&lt;hr /&gt;
	&lt;p&gt;Alex Russell of Dojo recently built a &lt;a href=&quot;http://www.sitepen.com/blog/2008/07/01/dojo-in-6k/&quot;&gt;sleek 6kb version&lt;/a&gt; of Dojo - presumably for use on mobile platforms. He states in his post that:&lt;/p&gt;
	&lt;blockquote&gt;&lt;p&gt;Even so-called “lightweight” libraries like jQuery are far too heavy for some environments…not because they (like Dojo) pull in all the code needed to use them, but because they do it all up-front. Often the best time to pay the expense of loading, parsing, and executing JavaScript code is when the user takes an action that needs the enhancement to run.&lt;/p&gt;&lt;/blockquote&gt;
	&lt;p&gt;The way it's worded you would assume that you were paying a large, up-front, cost to using jQuery when, in fact, there is very little overhead. jQuery &lt;a href=&quot;http://ejohn.org/blog/library-loading-speed/&quot;&gt;has been shown&lt;/a&gt; to be the fastest loading JavaScript library for non-cached code and considerably fast for cached code.&lt;/p&gt;
	&lt;p&gt;Arguably a mini-Dojo would be able to provide an extra edge in this respect - however any gains that you would make up-front (which would be minimal - mini-Dojo is only about half the size of jQuery, as it stands) would have to contend with any future overhead incurred by loading additional components at a later time.&lt;/p&gt;
	&lt;p&gt;I frequently queue up long pages to read on my iPhone while I travel the subway system here in Boston and I think I'd be quite upset if I got halfway through a page, clicked a hide/show link, and found out that the action wasn't able to work since the requisite functionality hadn't been loaded yet.&lt;/p&gt;
	&lt;p&gt;There is a cost to loading &quot;all&quot; of jQuery up front, absolutely - however there are numerous benefits: It's highly cacheable, you never have to worry about what you do/don't have loaded, the API, documentation, tutorials, and examples are all dramatically simpler since you never have to worry about having extra components or making sure that they're being included correctly.&lt;/p&gt;
	&lt;p&gt;And, as always, if you're particularly excited about breaking jQuery down into little chunks you can grab the &lt;a href=&quot;http://docs.jquery.com/Downloading_jQuery#Subversion_.28SVN.29&quot;&gt;individual pieces from SVN&lt;/a&gt; and build a custom copy.&lt;/p&gt;
	&lt;hr /&gt;
	&lt;p&gt;I was out of town when it happened but the release of the &lt;a href=&quot;http://code.google.com/apis/ajaxlibs/documentation/&quot;&gt;Google Ajax Library CDN&lt;/a&gt; (which includes the current release of &lt;a href=&quot;http://code.google.com/apis/ajaxlibs/documentation/#jquery&quot;&gt;jQuery&lt;/a&gt;) was incredibly cool. I've had a few requests from users wondering how this release came about. While I can't speak for the other projects, I can, at least, speak for what happened with jQuery.&lt;/p&gt;
	&lt;p&gt;Dion and I had been discussing solutions for providing better hosting solutions to JavaScript libraries for a long time (at least a year or two). Progress kept getting stalled at different points but persevered and got the release up at Google. I'm really glad to see this come about and I'm sure that jQuery users will certainly appreciate this release.&lt;/p&gt;
	&lt;p&gt;I have a couple points of concern with the release, namely:&lt;/p&gt;
	&lt;ul&gt;
	&lt;li&gt;How do we push a new release out? Currently we have to contact the guys at Google to get it pushed through - a way to automate this and do it programatically would be greatly appreciated (we could integrate it right into our release scripts).&lt;/li&gt;
	&lt;li&gt;How do new pieces of code get added? There's no way for other projects to get added to the repository - some sort of process for joining would be ideal.&lt;/li&gt;
	&lt;li&gt;SSL? Having an SSL-based CDN would be very useful, as well. However I suspect that if a site is going so far as to have SSL on their pages then they're probably not pulling their source code from an external site.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;p&gt;Other than that, though, I'm quite pleased with the release. The more that people pull from there the faster it'll be for everyone who uses JavaScript libraries (cutting away that initial download time).
&lt;/p&gt;
		&lt;img src=&quot;http://ejohn.org/apps/rss/?from=rss&amp;amp;id=5621&quot; /&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/JohnResig/~4/325158728&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>John Resig</name>
			<uri>http://ejohn.org</uri>
		</author>
		<source>
			<title type="html">John Resig</title>
			<subtitle type="html">Blog, Projects, and Links</subtitle>
			<link rel="self" href="http://feeds.feedburner.com/JohnResig"/>
			<id>http://feeds.feedburner.com/JohnResig</id>
			<updated>2008-07-02T21:02:15+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Quick copy/paste MySQL Replication Manual</title>
		<link href="http://feeds.feedburner.com/~r/linuxscrew/~3/324934354/"/>
		<id>http://www.linuxscrew.com/2008/07/02/quick-copypaste-mysql-replication-manual/</id>
		<updated>2008-07-02T14:33:31+00:00</updated>
		<content type="html">&lt;p&gt;&lt;img src=&quot;http://www.linuxscrew.com/wp-content/uploads/2008/01/mysql_logo.jpg&quot; align=&quot;right&quot; height=&quot;165&quot; width=&quot;285&quot; /&gt;This quick &lt;strong&gt;manual&lt;/strong&gt; tells how to set up database &lt;strong&gt;replication&lt;/strong&gt; in &lt;strong&gt;MySQL&lt;/strong&gt;. Basically it was written for 5.* MySQL versions but is also applicable for 3.23/4.0 ones (btw they are still in use, believe me).&lt;/p&gt;
&lt;p&gt;As you might already know, replication allows you to create a copy of certain MySQL database from a master server on another server (slave). What is the most important, all updates made to that database on master server will be replicated to the database on the slave server immediately, so that both databases are synchronized almost in real time mode (if you need completely real-time synchronization/mirroring, the only solution is to deploy MySQL cluster).&lt;/p&gt;
&lt;p&gt;One of the main issues is that replication features coming out-of-the-box with &lt;a href=&quot;http://www.opensource.org/&quot; class=&quot;alinks_links&quot; title=&quot;&quot; rel=&quot;external&quot;&gt;Open Source&lt;/a&gt; MySQL software don't provide full back/forward compatibility. This means that you can easily replicate data from master and slave of the same MySQL versions only e.g. 5.0. But if you like to replicate database from 5.0 master to 4.0 slave (or from 3.23 master to 5.0 slave), it is not possible in most cases.&lt;/p&gt;
&lt;p&gt;From the beginning we have two &lt;a href=&quot;http://en.wikipedia.org/wiki/Linux&quot; class=&quot;alinks_links&quot; title=&quot;&quot; rel=&quot;external&quot;&gt;Linux&lt;/a&gt; boxes with MySQL installed (5.0.27 version in my example), server has database  &lt;em&gt;reptest&lt;/em&gt; we need to replicate to slave.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A. Configure Master:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Configure MySQL to accept incoming connections from another hosts in the network. In order to do it, comment the following lines in &lt;code&gt;/etc/my.cnf&lt;/code&gt; (exact location depends on Linux distribution you use) as follows:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#skip-networking&lt;br /&gt;
#&lt;a href=&quot;http://www.isc.org/products/BIND/&quot; class=&quot;alinks_links&quot; title=&quot;&quot; rel=&quot;external&quot;&gt;bind&lt;/a&gt;-address=127.0.0.1&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;and restart MySQL by &quot;&lt;code&gt;/etc/init.d/mysql restart&lt;/code&gt;&quot; or &quot;&lt;code&gt;mysqladmin reload&lt;/code&gt;&quot; command. Make sure that slave can access master&amp;#8217;s MySQL via network (e.g. execute on slave &quot;&lt;code&gt;telnet  &amp;lt;server_ip&amp;gt; 3306&lt;/code&gt;&quot;).&lt;/p&gt;
&lt;p&gt;The next step is to configure master to log all database changes into binary log that will be used by slave for replicating, add the following lines to &lt;code&gt;/etc/my.cnf&lt;/code&gt; in &lt;code&gt;[mysqld]&lt;/code&gt; section:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;log_bin = mysql-bin&lt;br /&gt;
binlog-do-db=reptest&lt;br /&gt;
server-id=1&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Then restart MySQL and log on to its &lt;a href=&quot;http://en.wikipedia.org/wiki/Shell_(computing)&quot; class=&quot;alinks_links&quot; title=&quot;&quot; rel=&quot;external&quot;&gt;shell&lt;/a&gt; with &lt;a href=&quot;http://en.wikipedia.org/wiki/Superuser&quot; class=&quot;alinks_links&quot; title=&quot;&quot; rel=&quot;external&quot;&gt;root&lt;/a&gt; rights:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;/etc/init.d/mysql restart&lt;br /&gt;
mysql -u root -p&lt;br /&gt;
Enter password:&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Type in MySQL shell the following commands:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;GRANT REPLICATION SLAVE ON *.* TO 'slave_user'@'%' IDENTIFIED BY 'slave_password';&lt;br /&gt;
FLUSH PRIVILEGES;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Note: If you use 4.0 MySQL or older, you need to replace REPLICATION SLAVE in above line to FILE, so the lines will look like:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;GRANT FILE ON *.* TO 'slave_user'@'%' IDENTIFIED BY 'slave_password';&lt;br /&gt;
FLUSH PRIVILEGES;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The next commands are:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;USE reptest;&lt;br /&gt;
FLUSH TABLES WITH READ LOCK;&lt;br /&gt;
SHOW MASTER STATUS;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The last command should provide the following output we will use later on slave server:&lt;/p&gt;
&lt;pre&gt;mysql&amp;gt; SHOW MASTER STATUS;
+---------------+----------+-----------------+------------------+
| File          | Position | Binlog_do_db    | Binlog_ignore_db |
+---------------+----------+-----------------+------------------+
| mysql-bin.001 |   73     | reptest         |                  |
+---------------+----------+-----------------+------------------+
1 row in set (0.00 sec)&lt;/pre&gt;
&lt;p&gt;Now quit from MySQL shell as we need to prepare current dump of &lt;em&gt;reptest&lt;/em&gt; database: &lt;code&gt;quit&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Now, run from shell &quot;&lt;code&gt;mysqldump -u root -p --opt reptest &amp;gt; reptest.sql&lt;/code&gt;&quot; and transfer reptest.sql file to slave server.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. Configure Slave:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Create reptest database:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;mysqladmin create reptest&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;and apply previously created/transfered dump to it via command:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;mysql -u root -p reptest &amp;lt; /path/to/reptest.sql&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Now edit &lt;code&gt;/etc/my.cnf&lt;/code&gt; on slave and add the following lines to &lt;code&gt;[mysqld]&lt;/code&gt; section:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;server-id=2&lt;br /&gt;
master-host=192.168.0.1&lt;br /&gt;
master-user=slave_user&lt;br /&gt;
master-password=slave_password&lt;br /&gt;
master-connect-retry=60&lt;br /&gt;
replicate-do-db=reptest&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;where 192.168.0.1 is IP address of the server and server-id is unique ID assigned to slave Linux box.&lt;/p&gt;
&lt;p&gt;Now restart MySQL with &lt;code&gt;/etc/init.d/mysql restart&lt;/code&gt; and log on MySQL shell:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;mysql -u root -p reptest&lt;br /&gt;
Enter password:&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The next step is to apply changes saved in binary log on server:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;SLAVE STOP;&lt;br /&gt;
CHANGE MASTER TO MASTER_HOST='192.168.0.1', MASTER_USER='slave_user', MASTER_PASSWORD='slave_password', MASTER_LOG_FILE='mysql-bin.001', MASTER_LOG_POS=73;&lt;br /&gt;
SLAVE START;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Now whenever &lt;code&gt;reptest&lt;/code&gt; is updated on the master, all changes will be replicated to &lt;code&gt;reptest&lt;/code&gt; on the slave.&lt;/p&gt;
&lt;p&gt;Here are useful links you can use to get more information about MySQL replication and how to configure it:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://dev.mysql.com/doc/refman/5.0/en/replication-howto.html&quot;&gt;http://dev.mysql.com/doc/refman/5.0/en/replication-howto.html&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.howtoforge.com/mysql_database_replication&quot;&gt;http://www.howtoforge.com/mysql_database_replication&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.onlamp.com/pub/a/onlamp/2005/06/16/MySQLian.html&quot;&gt; http://www.onlamp.com/pub/a/onlamp/2005/06/16/MySQLian.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;Related Posts&lt;/strong&gt;&lt;ul&gt;&lt;a href=&quot;http://www.linuxscrew.com/2007/08/16/faq-change-forgotten-or-lost-mysql-root-password/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: FAQ: Change forgotten or lost MySQL root password&quot;&gt;FAQ: Change forgotten or lost MySQL root password&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.linuxscrew.com/2008/07/03/faq-how-to-install-and-configure-mysql-cluster/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: FAQ: How to install and configure MySQL cluster?&quot;&gt;FAQ: How to install and configure MySQL cluster?&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.linuxscrew.com/2008/01/16/sun-acquires-mysql-ab/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Sun acquires MySQL AB&quot;&gt;Sun acquires MySQL AB&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.linuxscrew.com/2007/11/13/site-of-the-day-free-linux-ebooks/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Site of the day: Free Linux eBooks&quot;&gt;Site of the day: Free Linux eBooks&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.linuxscrew.com/2007/08/17/quick-shell-change-for-user-in-unix-or-linux/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Quick shell change for user in Unix or Linux&quot;&gt;Quick shell change for user in Unix or Linux&lt;/a&gt;&lt;br /&gt;&lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/linuxscrew?a=4xyxHJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/linuxscrew?i=4xyxHJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/linuxscrew?a=jMKTbJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/linuxscrew?i=jMKTbJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/linuxscrew?a=yxlcPj&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/linuxscrew?i=yxlcPj&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/linuxscrew?a=s22rqj&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/linuxscrew?i=s22rqj&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/linuxscrew?a=yNjGrJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/linuxscrew?i=yNjGrJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/linuxscrew/~4/324934354&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Linux Screw</name>
			<uri>http://www.linuxscrew.com</uri>
		</author>
		<source>
			<title type="html">Linux Screw</title>
			<subtitle type="html">Put the screw on Linux!</subtitle>
			<link rel="self" href="http://feeds.feedburner.com/linuxscrew"/>
			<id>http://feeds.feedburner.com/linuxscrew</id>
			<updated>2008-07-03T15:01:09+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">eval() Kerfuffle</title>
		<link href="http://ejohn.org/blog/eval-kerfuffle/"/>
		<id>http://ejohn.org/blog/eval-kerfuffle/</id>
		<updated>2008-07-02T14:09:59+00:00</updated>
		<content type="html">&lt;p&gt;Last week it &lt;a href=&quot;http://peter.michaux.ca/article/8069&quot;&gt;came out&lt;/a&gt; that, in Firefox (and other Gecko-based browsers) you could dip into the private scope of a function using eval, like so:&lt;/p&gt;
	&lt;div class=&quot;syntax_hilite&quot;&gt;
&lt;div id=&quot;js-1&quot;&gt;
	&lt;div&gt;&lt;span&gt;// Getting &amp;quot;private&amp;quot; variables&lt;/span&gt;&lt;br /&gt;
&lt;span&gt;var&lt;/span&gt; obj = &lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;function&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt; &lt;span&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &lt;span&gt;var&lt;/span&gt; a = &lt;span&gt;21&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &lt;span&gt;return&lt;/span&gt; &lt;span&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &lt;span&gt;// public function must reference 'a'&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; fn: &lt;span&gt;function&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt; &lt;span&gt;&amp;#123;&lt;/span&gt;a;&lt;span&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &lt;span&gt;&amp;#125;&lt;/span&gt;;&lt;br /&gt;
&lt;span&gt;&amp;#125;&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
	&lt;p&gt;&lt;span&gt;var&lt;/span&gt; foo;&lt;br /&gt;
&lt;span&gt;eval&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;&lt;span&gt;'foo=a'&lt;/span&gt;, obj.&lt;span&gt;fn&lt;/span&gt;&lt;span&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
console.&lt;span&gt;log&lt;/span&gt;&lt;span&gt;&amp;#40;&lt;/span&gt;foo&lt;span&gt;&amp;#41;&lt;/span&gt;; &lt;span&gt;// 21 &lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
	

	&lt;p&gt;I think the common response to seeing the above was something like: WUH!?!?&lt;/p&gt;
	&lt;p&gt;As can be seen in the &lt;a href=&quot;http://ajaxian.com/archives/evalfooa-objfn-how-you-arent-private-in-firefox&quot;&gt;ensuing&lt;/a&gt; &lt;a href=&quot;http://groups.google.com/group/google-caja-discuss/browse_thread/thread/3e5002e45f1b8f13/ead8d8597a22c013#ead8d8597a22c013&quot;&gt;discussions&lt;/a&gt;.&lt;/p&gt;
	&lt;p&gt;Perhaps more interestingly is the dig in to try and figure out how on earth this feature made it in to the language to being with. Brendan Eich provides some insight:&lt;/p&gt;
	&lt;blockquote&gt;&lt;p&gt;&lt;a href=&quot;http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/js/src/jsobj.c&amp;#038;rev=3.2&amp;#038;mark=580-590&quot;&gt;3.2 &amp;lt;fur&gt; 1998-04-23 17:30&lt;/a&gt;: Initial checkin of JavaScript 1.3, migrated from JSFUN13_BRANCH in /m/ src repository&lt;/p&gt;
	&lt;p&gt;This eval extension, if memory serves (I was in mozilla.org at the time, not in the JS group at Netscape) originated in conversations with Microsoft's rep during ECMA-262 standardization, trying to reach agreement on a way to eval in other scopes.&lt;/p&gt;&lt;/blockquote&gt;
	&lt;p&gt;At this point, however, it's pretty safe to say that since so few people know about it, and that (hopefully) there are no important sites relying upon its behavior, it can be stricken from the record.&lt;/p&gt;
	&lt;p&gt;&lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=442333&quot;&gt;Which it has been.&lt;/a&gt;&lt;/p&gt;
	&lt;p&gt;It's been a crazy ride but you can expect to see this feature gone in Firefox 3.1 (the next release of Firefox, set to debut this year).
&lt;/p&gt;
		&lt;img src=&quot;http://ejohn.org/apps/rss/?from=rss&amp;amp;id=5620&quot; /&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/JohnResig/~4/325123353&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>John Resig</name>
			<uri>http://ejohn.org</uri>
		</author>
		<source>
			<title type="html">John Resig</title>
			<subtitle type="html">Blog, Projects, and Links</subtitle>
			<link rel="self" href="http://feeds.feedburner.com/JohnResig"/>
			<id>http://feeds.feedburner.com/JohnResig</id>
			<updated>2008-07-02T21:02:15+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Wrapup: Google Developer Days and Google I/O</title>
		<link href="http://feeds.feedburner.com/~r/blogspot/MKuf/~3/325199305/wrapup-google-developer-days-and-google.html"/>
		<id>tag:blogger.com,1999:blog-10861780.post-2396336953049592773</id>
		<updated>2008-07-02T14:36:48+00:00</updated>
		<content type="html">&lt;span class=&quot;byline-author&quot;&gt;Posted by Elizabeth Yin &amp;amp; Min Li Chan, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;May and June were exciting months for our developer team. Not only is it the start of summer in the Bay Area, but also the start of Google I/O and Google Developer Days around the world. Many of the team dispersed to various parts of the globe to meet with developers. Here's a quick recap of where we've been, and where we're heading.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;San Francisco, May 28-29&lt;/span&gt;&lt;br /&gt;We started the summer with &lt;a href=&quot;http://picasaweb.google.com/developerday/GoogleIO200802&quot; id=&quot;owhq&quot; title=&quot;Google I/O on May 28-29th&quot;&gt;Google I/O&lt;/a&gt;. This two-day conference was our biggest developer gathering to date. While we'd love for every single software developer to come to these events, we realize that isn't possible. So we've recorded as many of the sessions as we could and made them available online. We've posted videos and presentations &lt;a href=&quot;http://sites.google.com/site/io/&quot; id=&quot;pow1&quot; title=&quot;more than 70 of the sessions&quot;&gt;more than 70 sessions&lt;/a&gt; for you to view.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Yokohama, June 10&lt;/span&gt;&lt;br /&gt;Shortly after Google I/O, we kicked off our 2008 Google Developer Days. The first stop was &lt;a href=&quot;http://picasaweb.google.com/developerday2008/DeveloperDayJapan&quot; id=&quot;c6l:&quot; title=&quot;Yokohama, Japan&quot;&gt;Yokohama, Japan&lt;/a&gt;. Andy Rubin and Takuya Oikawa started the day before 1100 developers, highlighting the Android user interface, the Earth API's 3D graphics, and announcing Japan's new Google Developer API Expert program. &lt;a href=&quot;http://sites.google.com/site/developerdayjapan/&quot; id=&quot;d922&quot; title=&quot;Videos and sessions are now available.&quot;&gt;Videos and sessions are now available.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Beijing, June 12&lt;/span&gt;&lt;br /&gt;Two days later, Marissa Mayer and Kai-Fu Lee opened &lt;a href=&quot;http://picasaweb.google.com/developerday2008/DeveloperDayChina&quot; id=&quot;k0hk&quot; title=&quot;Developer Day in Beijing, China&quot;&gt;Developer Day in Beijing&lt;/a&gt; for more than 2,000 developers, highlighting the effort between Google and local developer communities to collectively make the web better as a platform. Notably, we welcomed several new Chinese networks to the OpenSocial community, including 51.com, 51wan.com, Douban.com, Hainei.com, Tianji.com, Xiaonei.com, and YiQi.com. These networks join a few others that have already launched in China, including MySpace.cn and Tianya.cn, as well as CityIN.com, which has shipped a sandbox for developers. &lt;a href=&quot;http://sites.google.com/site/developerdaychina/&quot; id=&quot;j1a.&quot; title=&quot;Beijing videos and sessions are here.&quot;&gt;Beijing videos and sessions are here.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Taipei, June 14&lt;/span&gt;&lt;br /&gt;Next on the schedule was &lt;a href=&quot;http://picasaweb.google.com/developerday2008/DeveloperDayTaiwan&quot; id=&quot;mx0h&quot; title=&quot;Taipei's first Google Developer Day&quot;&gt;Taipei's first Google Developer Day&lt;/a&gt;, with 900 developers. In the developer showcase, we invited three developers to demonstrate web applications they'd built using Google APIs: Wei-chih Chiang, a student of Yi Shou University and his &lt;a href=&quot;http://pi.isuphoto.org/photofeet.htm&quot; id=&quot;x.:b&quot; title=&quot;Photo Note&quot;&gt;Photo Note&lt;/a&gt; site, Jun-Chieh Huang, founder of &lt;a href=&quot;http://www.ischool.com.tw/&quot; id=&quot;qp-:&quot; title=&quot;iSchool&quot;&gt;ischool&lt;/a&gt;, a website that integrates Google services for elementary and high schools in Taiwan, and &lt;a href=&quot;http://funp.com/&quot; id=&quot;mxot&quot; title=&quot;FunP&quot;&gt;FunP&lt;/a&gt;, a social website integrating OpenSocial features. &lt;a href=&quot;http://sites.google.com/site/developerdaytaiwan/&quot; id=&quot;nk66&quot; title=&quot;Here are the Taipei videos and sessions.&quot;&gt;Here are the Taipei videos and sessions.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Sydney, June 18&lt;/span&gt;&lt;br /&gt;Rounding out the Asia-Pacific Developer Days was an intimate group of &lt;a href=&quot;http://picasaweb.google.com/developerday2008/DeveloperDayAustralia&quot; id=&quot;v:jd&quot; title=&quot;450 developers in Sydney&quot;&gt;450 developers in Sydney&lt;/a&gt; right by scenic Darling Harbor. In addition to folks from Google, we were excited to have Daniel Reyes, Head of Engineering from MySpace AU, stop by to share his team's work with Gears. Also of note were six local developers who showcased their app at our &lt;a href=&quot;http://picasaweb.google.com/developerday2008/DeveloperDayAustralia#5214827415724646066&quot; id=&quot;dh:g&quot; title=&quot;speedgeeking contest&quot;&gt;speedgeeking contest&lt;/a&gt;: contest winners Casey and Dan Russell of &lt;a id=&quot;gmvu&quot; href=&quot;http://www.cleancruising.com.au/&quot; title=&quot;CleanCruising&quot;&gt;CleanCruising&lt;/a&gt;, Nick Lothian of &lt;a id=&quot;w2.j&quot; href=&quot;http://www.scootle.edu.au/&quot; title=&quot;Scootle&quot;&gt;Scootle&lt;/a&gt;, Ken Hoetmer of &lt;a id=&quot;afub&quot; href=&quot;http://quikmaps.com/&quot; title=&quot;Quikmaps&quot;&gt;Quikmaps&lt;/a&gt;, Tom Horn of the &lt;a id=&quot;v:ho&quot; href=&quot;http://cannonade.net/aubrey.html&quot; title=&quot;Patrick O'Brien Mapping Project&quot;&gt;Patrick O'Brien Mapping Project&lt;/a&gt;, Tak Tran with the &lt;a id=&quot;gqtu&quot; href=&quot;http://www.matthuynh.com/cabtour/cabtour.php&quot; title=&quot;Collaborative Autobiography&quot;&gt;Collaborative Autobiography&lt;/a&gt; site, and Tim Savage with the &lt;a id=&quot;vihi&quot; href=&quot;http://www.google.com/ig/directory?url=hosting.gmodules.com/ig/gadgets/file/104881640610994779021/seqwater.xml&quot; title=&quot;SEQ Brisbane Water Levels gadget&quot;&gt;SEQ Brisbane Water Levels gadget&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Mexico City, June 23 &lt;/span&gt;&lt;br /&gt;John Farrell and Alfonso Luna opened &lt;span id=&quot;w_k1&quot;&gt;our &lt;/span&gt;&lt;a title=&quot;first Developer Day in Mexico City&quot; href=&quot;http://picasaweb.google.com/developerday2008/DeveloperDayMexico&quot; id=&quot;n3z6&quot;&gt;first Developer Day in Mexico City&lt;/a&gt;. 500 enthusiastic developers joined us from all over Central and South America, with a crowd of them gathering as early as 6am, well ahead of the 9am start time. Check out &lt;a href=&quot;http://sites.google.com/site/developerdaymexico/&quot; id=&quot;imgi&quot; title=&quot;sessions&quot;&gt;sessions.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Sao Paulo, June 27&lt;/span&gt;&lt;br /&gt;Alexandre Hohagen and Paulo Golgher welcomed 750 developers to &lt;a href=&quot;http://picasaweb.google.com/developerday2008/DeveloperDayBrazil02&quot; id=&quot;isrj&quot; title=&quot;Google Developer Day in Sao Paulo&quot;&gt;Developer Day in Sao Paulo&lt;/a&gt;, the largest event in Google Brazil's history. The crowd was especially excited to hear Eduardo Thuler's announcement of orkut's upcoming support of OpenSocial in Brazil.&lt;br /&gt;&lt;br /&gt;Our Developer Days don't stop there, though. After a summer break, look for the team to hit the road again, including a new date in Bangalore.&lt;br /&gt;&lt;div class=&quot;g-unit&quot; id=&quot;vvhg&quot;&gt;   &lt;ul id=&quot;vvhg0&quot;&gt;&lt;li id=&quot;vvhg1&quot;&gt;       September 16 - London, England     &lt;/li&gt;&lt;li id=&quot;vvhg2&quot;&gt;       September 18 - Paris, France     &lt;/li&gt;&lt;li id=&quot;vvhg3&quot;&gt;       September 23 - Munich, Germany     &lt;/li&gt;&lt;li id=&quot;vvhg4&quot;&gt;       September 25 - Madrid, Spain     &lt;/li&gt;&lt;li id=&quot;vvhg5&quot;&gt;       October 11 - Bangalore, India     &lt;/li&gt;&lt;li id=&quot;vvhg6&quot;&gt;       October 21 - Milan, Italy     &lt;/li&gt;&lt;li id=&quot;vvhg7&quot;&gt;       October 24 - Prague, Czech Republic&lt;br /&gt;    &lt;/li&gt;&lt;li id=&quot;vvhg8&quot;&gt;       October 28 - Moscow, Russia     &lt;/li&gt;&lt;/ul&gt; &lt;/div&gt; Stay tuned for registration details for these Developer Days.&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/blogspot/MKuf?a=rgb2GJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/blogspot/MKuf?i=rgb2GJ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/blogspot/MKuf?a=IyupJj&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/blogspot/MKuf?i=IyupJj&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/blogspot/MKuf/~4/325199305&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Karen</name>
			<email>noreply@blogger.com</email>
			<uri>http://googleblog.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">The Official Google Blog</title>
			<subtitle type="html">Insights from Googlers into our products, technology, and the Google culture.</subtitle>
			<link rel="self" href="http://googleblog.blogspot.com/atom.xml"/>
			<id>tag:blogger.com,1999:blog-10861780</id>
			<updated>2008-07-03T23:02:19+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Manual installation Steps for PHP on Windows Vista</title>
		<link href="http://technopark02.blogspot.com/2008/07/manual-installation-steps-for-php-on.html"/>
		<id>tag:blogger.com,1999:blog-8206834.post-8149623710149763135</id>
		<updated>2008-07-02T14:33:16+00:00</updated>
		<content type="html">These are the steps for manual installation of PHP version 5.2.6 with Apache HTTP server version 2.2.9 on windows Vista.&lt;br /&gt;&lt;br /&gt;Download Apache HTTP Server from the following link.&lt;br /&gt;&lt;a href=&quot;http://httpd.apache.org/&quot;&gt;http://httpd.apache.org/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Step 1:&lt;br /&gt;&lt;br /&gt;Download the latest zip package of Windows Binaries from the following link.&lt;br /&gt;&lt;a href=&quot;http://www.php.net/downloads.php&quot;&gt;http://www.php.net/downloads.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Step 2:&lt;br /&gt;&lt;br /&gt;Extract the zip binary package into C:\php folder.&lt;br /&gt;&lt;br /&gt;Step 3:&lt;br /&gt;&lt;br /&gt;Add the PHP directory to the PATH as follows.&lt;br /&gt;click start -&gt; settings -&gt; control panel -&gt; System.&lt;br /&gt;click on Advanced system settings (appears on left side of the window)&lt;br /&gt;click on the 'Environment Variables' button&lt;br /&gt;scroll down to find 'Path' in the System variables pane.&lt;br /&gt;Double click on the 'Path' and add ;C:\php at the end and click on the ok button.&lt;br /&gt;Restart the system.&lt;br /&gt;&lt;br /&gt;Step 4:&lt;br /&gt;&lt;br /&gt;In the php folder look for the file 'php.ini-recommended' and rename the file as 'php.ini'.&lt;br /&gt;Copy the 'php.ini' file into 'C:\windows' folder.&lt;br /&gt;Rename the 'php.ini' file in 'C:\php' folder to 'php-activescript.ini'.&lt;br /&gt;&lt;br /&gt;Step 5:&lt;br /&gt;&lt;br /&gt;Download 'php5activescript.dll' from the following link.&lt;br /&gt;&lt;a href=&quot;http://pecl4win.php.net/list.php&quot;&gt;http://pecl4win.php.net/list.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;place the DLL in 'C:\php' folder.&lt;br /&gt;Register the DLL as follows.&lt;br /&gt;Click on the Start -&gt; Programs -&gt; Accessories -&gt; Command Prompt.&lt;br /&gt;In the Command Prompt window go to 'C:\php' and type regsvr32 php5activescript.dll&lt;br /&gt;&lt;br /&gt;Step 6:&lt;br /&gt;&lt;br /&gt;Changes to be made to httpd.conf file of Apache:&lt;br /&gt;&lt;br /&gt;Look for 'httpd.conf' file in the folder chosen for installation of Apache software.&lt;br /&gt;(By default the file may be located in C:\program Files folder.)&lt;br /&gt;&lt;br /&gt;Add the following line in the LoadModule segment of the conf file.&lt;br /&gt;&lt;br /&gt;LoadModule php5_module c:\php\php5apache2_2.dll&lt;br /&gt;&lt;br /&gt;Add the following line in the  segment of the conf file&lt;br /&gt;&lt;br /&gt;AddType application/x-httpd-php .php&lt;br /&gt;&lt;br /&gt;save the changes and close the conf file.&lt;br /&gt;&lt;br /&gt;Step 7:&lt;br /&gt;&lt;br /&gt;Restart the Apache server.&lt;br /&gt;&lt;br /&gt;Reference : PHP Installation Guide.&lt;br /&gt;&lt;br /&gt;___________&lt;br /&gt;Technorati Tags:&lt;br /&gt;&lt;a href=&quot;http://technorati.com/tag/PHP&quot; rel=&quot;tag&quot;&gt;&lt;img src=&quot;http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=PHP&quot; alt=&quot; &quot; /&gt;PHP&lt;/a&gt;&lt;a href=&quot;http://technorati.com/tag/windows&quot; rel=&quot;tag&quot;&gt;&lt;img src=&quot;http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=windows&quot; alt=&quot; &quot; /&gt;windows&lt;/a&gt;&lt;a href=&quot;http://technorati.com/tag/vista&quot; rel=&quot;tag&quot;&gt;&lt;img src=&quot;http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=vista&quot; alt=&quot; &quot; /&gt;vista&lt;/a&gt;&lt;a href=&quot;http://technorati.com/tag/installation&quot; rel=&quot;tag&quot;&gt;&lt;img src=&quot;http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=installation&quot; alt=&quot; &quot; /&gt;installation&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;</content>
		<author>
			<name>Harisha Nelapatla</name>
			<email>noreply@blogger.com</email>
			<uri>http://technopark02.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Mandalika's scratchpad</title>
			<link rel="self" href="http://technopark02.blogspot.com/feeds/posts/default"/>
			<id>tag:blogger.com,1999:blog-8206834</id>
			<updated>2008-07-03T10:01:07+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Tip: Does Your Server Really Need a Recycle Bin?</title>
		<link href="http://feeds.ziffdavisenterprise.com/~r/RSS/cheap_hack/~3/324872146/tip_does_your_server_really_need_a_recycle_bin.html"/>
		<id>http://blogs.eweek.com/cheap_hack/content/server/tip_does_your_server_really_need_a_recycle_bin.html</id>
		<updated>2008-07-02T13:01:28+00:00</updated>
		<content type="html">This is obvious when you think about it. What might you do, operating on the server itself, for which you need a recycle bin? In fact, for some, like Terminal Servers, you might need them, but not on others like a Web server. In the meantime, it turns out to be a potential liability there.

Thanks to &lt;a href=&quot;http://www.theeldergeek.com/enable_disable_recycle_bin.htm&quot;&gt;The Elder Geek&lt;/a&gt;, by way of &lt;a href=&quot;http://msmvps.com/blogs/bradley/archive/2008/07/01/does-your-server-really-need-a-recycle-bin.aspx&quot;&gt;the SBS Diva blog (read this one for better details)&lt;/a&gt;, for pointing this out.

Susan, the SBS Diva, &lt;a href=&quot;http://msmvps.com/blogs/bradley/archive/2008/06/24/so-how-did-they-break-in.aspx&quot;&gt;recently had a server compromise&lt;/a&gt;, and it turns out that the attackers used her Web server's recycle bin as a video repository. Why? Because it's hidden.

Removing the recycle bin won't stop someone from compromising your server, but it will take away one place they can hide once they get in there, so you might discover the breach sooner.

And if you don't delete it, at least cut it down in size from the default 10 percent of space, which is far too big for a server, and probably for most client desktops.&lt;br /&gt;
      &lt;a href=&quot;http://www.pheedo.com/click.phdo?s=bf8001d25bd1e2fcb926bd05347b2116&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://www.pheedo.com/img.phdo?s=bf8001d25bd1e2fcb926bd05347b2116&quot; /&gt;&lt;/a&gt;
  &lt;img src=&quot;http://www.pheedo.com/feeds/tracker.php?i=bf8001d25bd1e2fcb926bd05347b2116&quot; border=&quot;0&quot; height=&quot;1&quot; width=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;img src=&quot;http://feeds.ziffdavisenterprise.com/~r/RSS/cheap_hack/~4/324872146&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Cheap hack</name>
			<uri>http://blogs.eweek.com/cheap_hack/</uri>
		</author>
		<source>
			<title type="html">Cheap Hack</title>
			<link rel="self" href="http://rssnewsapps.ziffdavis.com/cheap_hack.xml"/>
			<id>http://rssnewsapps.ziffdavis.com/cheap_hack.xml</id>
			<updated>2008-07-02T16:01:48+00:00</updated>
			<rights>Copyright 2008</rights>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">How to increase the number of tabs Firefox displays</title>
		<link href="http://feeds.feedburner.com/~r/simplehelp/~3/324873689/"/>
		<id>http://www.simplehelp.net/?p=627</id>
		<updated>2008-07-02T13:00:43+00:00</updated>
		<content type="html">&lt;img src=&quot;http://feeds.feedburner.com/wp-images/icons/topic_firefox.jpg&quot; align=&quot;right&quot; width=&quot;50&quot; height=&quot;46&quot; alt=&quot;Firefox&quot; /&gt;
&lt;p&gt;One of my (very few) frustrations with Firefox is that by default, you can only open a handful of tabs before you have to use the scroll button to access them. Using this quick about:config change