<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[SMD] - 8L0G5PH3R3 &#187; Open Source</title>
	<atom:link href="http://www.sumardi.net/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sumardi.net</link>
	<description>/home/smd/public_html/blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:30:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing OAuth extension in XAMPP for Mac OS X</title>
		<link>http://www.sumardi.net/2011/06/04/installing-oauth-extension-in-xampp-for-mac-os-x/</link>
		<comments>http://www.sumardi.net/2011/06/04/installing-oauth-extension-in-xampp-for-mac-os-x/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 22:42:48 +0000</pubDate>
		<dc:creator>SMD</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.sumardi.net/?p=675</guid>
		<description><![CDATA[Installing via PECL didn&#8217;t really work out for me. So, here is what I did: Install Xcode if you don&#8217;t have it Download &#038; install XAMPP for Mac developer package You will need the PHP header files. Create a symlink: ln -s /Applications/XAMPP/xamppfiles/lib /Applications/XAMPP/xamppfiles/include Download the module here: http://pecl.php.net/get/oauth Unpack Run phpize: sudo /Applications/XAMPP/xamppfiles/bin/phpize Configure [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sumardi.net%2F2011%2F06%2F04%2Finstalling-oauth-extension-in-xampp-for-mac-os-x%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sumardi.net%2F2011%2F06%2F04%2Finstalling-oauth-extension-in-xampp-for-mac-os-x%2F&amp;source=sumardi&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Installing via PECL didn&#8217;t really work out for me. So, here is what I did:</p>
<ul>
<li>Install <a href="http://developer.apple.com/xcode">Xcode</a> if you don&#8217;t have it</li>
<p>	</p>
<li>Download  &#038; install <a href="http://www.apachefriends.org/en/xampp-macosx.html">XAMPP for Mac developer package</a></li>
<p>	</p>
<li>You will need the PHP header files. Create a symlink: <br /><strong><code>ln -s /Applications/XAMPP/xamppfiles/lib /Applications/XAMPP/xamppfiles/include</code></strong></li>
<p>	</p>
<li>Download the module here: <a href="http://pecl.php.net/get/oauth">http://pecl.php.net/get/oauth</a></li>
<p>		      </p>
<li>Unpack</li>
<p>	</p>
<li>Run phpize: <br /><strong><code>sudo /Applications/XAMPP/xamppfiles/bin/phpize</code></strong></li>
<p>	</p>
<li>Configure with the following command:<br /><strong><code>sudo MACOSX_DEPLOYMENT_TARGET=10.6 CFLAGS='-O3 -fno-common -arch i386 -arch x86_64' LDFLAGS='-O3 -arch i386 -arch x86_64' CXXFLAGS='-O3 -fno-common -arch i386 -arch x86_64' ./configure --with-php-config=/Applications/XAMPP/xamppfiles/bin/php-config</code></strong></li>
<p>	</p>
<li>Run <strong><code>sudo make</code></strong></li>
<p>	</p>
<li>Copy the module to your extension directory<br /><strong><code>sudo cp modules/oauth.so /Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/</code></strong></li>
<p>	</p>
<li>Enable the module by adding this to your php.ini:<br /><strong><code>extension=oauth.so</code></strong></li>
<p>	</p>
<li>Restart apache and run <code>phpinfo()</code> to see if it&#8217;s working</li>
<p>	</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumardi.net/2011/06/04/installing-oauth-extension-in-xampp-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DirectAdmin libmysqlclient.so.15 is missing</title>
		<link>http://www.sumardi.net/2011/01/11/directadmin-libmysqlclient-so-15-is-missing/</link>
		<comments>http://www.sumardi.net/2011/01/11/directadmin-libmysqlclient-so-15-is-missing/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 05:08:47 +0000</pubDate>
		<dc:creator>SMD</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.sumardi.net/?p=667</guid>
		<description><![CDATA[To resolve the issue, simply grab the old libmysqlclient.so.15 file from DA server. $ wget -O /usr/lib/libmysqlclient.so.15 http://files.directadmin.com/services/es_5.0/libmysqlclient.so.15 $ chmod 755 /usr/lib/libmysqlclient.so.15 $ ldconfig $ service directadmin start]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sumardi.net%2F2011%2F01%2F11%2Fdirectadmin-libmysqlclient-so-15-is-missing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sumardi.net%2F2011%2F01%2F11%2Fdirectadmin-libmysqlclient-so-15-is-missing%2F&amp;source=sumardi&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>To resolve the issue, simply grab the old libmysqlclient.so.15 file from DA server.</p>
<p><code>$ wget -O /usr/lib/libmysqlclient.so.15 http://files.directadmin.com/services/es_5.0/libmysqlclient.so.15<br />
$ chmod 755 /usr/lib/libmysqlclient.so.15<br />
$ ldconfig<br />
$ service directadmin start</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumardi.net/2011/01/11/directadmin-libmysqlclient-so-15-is-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aircrack fixed channel mon0 : -1</title>
		<link>http://www.sumardi.net/2011/01/10/aircrack-fixed-channel-mon0-1/</link>
		<comments>http://www.sumardi.net/2011/01/10/aircrack-fixed-channel-mon0-1/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 18:01:36 +0000</pubDate>
		<dc:creator>SMD</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.sumardi.net/?p=664</guid>
		<description><![CDATA[Here is the solution (at your own risk). $ sudo apt-get install linux-headers-$(uname -r) $ wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-12-20.tar.bz2 $ tar -jxf compat-wireless-2010-12-20.tar.bz2 $ cd compat-wireless-2010-12-20 $ wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch $ sudo apt-get install patch $ patch ./net/wireless/chan.c channel-negative-one-maxim.patch $ make $ sudo make install $ sudo make unload $ sudo reboot]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sumardi.net%2F2011%2F01%2F10%2Faircrack-fixed-channel-mon0-1%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sumardi.net%2F2011%2F01%2F10%2Faircrack-fixed-channel-mon0-1%2F&amp;source=sumardi&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Here is the solution (at your own risk).</p>
<p><code><br />
$ sudo apt-get install linux-headers-$(uname -r)<br />
$ wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-12-20.tar.bz2<br />
$ tar -jxf compat-wireless-2010-12-20.tar.bz2<br />
$ cd compat-wireless-2010-12-20<br />
$ wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch<br />
$ sudo apt-get install patch<br />
$ patch ./net/wireless/chan.c channel-negative-one-maxim.patch<br />
$ make<br />
$ sudo make install<br />
$ sudo make unload<br />
$ sudo reboot<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumardi.net/2011/01/10/aircrack-fixed-channel-mon0-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>OSX : Installing MongoDB and the PHP MongoDB driver.</title>
		<link>http://www.sumardi.net/2011/01/07/installing-mongodb-and-the-php-mongodb-driver/</link>
		<comments>http://www.sumardi.net/2011/01/07/installing-mongodb-and-the-php-mongodb-driver/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 09:30:16 +0000</pubDate>
		<dc:creator>SMD</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mongo]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.sumardi.net/?p=649</guid>
		<description><![CDATA[1) Grab the latest 64-bit version for OSX from MongoDB website. 2) Untar the file tar -zxvf mongodb-osx-x86_64-1.6.5.tgz 3) I use XAMPP for OS X, need to create a location for it to store databases. sudo mkdir -p /Applications/XAMPP/xamppfiles/var/mongodb sudo cp -r bin/* /Applications/XAMPP/xamppfiles/bin/ 4) Create configuration file, name it mongodb.conf and put it at [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sumardi.net%2F2011%2F01%2F07%2Finstalling-mongodb-and-the-php-mongodb-driver%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sumardi.net%2F2011%2F01%2F07%2Finstalling-mongodb-and-the-php-mongodb-driver%2F&amp;source=sumardi&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>1) Grab the latest 64-bit version for OSX from <a href="http://www.mongodb.org/downloads">MongoDB</a> website.</p>
<p>2) Untar the file<br />
<code>tar -zxvf mongodb-osx-x86_64-1.6.5.tgz</code></p>
<p>3) I use <a href="http://www.apachefriends.org/en/xampp-macosx.html">XAMPP for OS X</a>, need to create a location for it to store databases.<br />
<code>sudo mkdir -p /Applications/XAMPP/xamppfiles/var/mongodb</code><br />
<code>sudo cp -r bin/* /Applications/XAMPP/xamppfiles/bin/</code></p>
<p>4) Create configuration file, name it mongodb.conf and put it at /Applications/XAMPP/xamppfiles/var/mongodb.<br />
<code><br />
# Store data alongside MongoDB instead of the default, /data/db/<br />
dbpath = /Applications/XAMPP/xamppfiles/var/mongodb</p>
<p># Only accept local connections<br />
bind_ip = 127.0.0.1<br />
</code></p>
<p>5) Run MongoDB deamon with this command<br />
<code>sudo /Applications/XAMPP/xamppfiles/bin/mongod --config=/Applications/XAMPP/xamppfiles/var/mongodb/mongodb.conf</code></p>
<p>6) Test if it&#8217;s running http://localhost:28017.</p>
<p>7) To install Mongo PHP driver, compile the driver from the latest source on <a href="https://github.com/mongodb/mongo-php-driver">GitHub</a>.<br />
<code><br />
tar zxvf mongodb-mongodb-php-driver-<commit_id>.tar.gz<br />
cd mongodb-mongodb-php-driver-<commit_id><br />
sudo /Applications/XAMPP/xamppfiles/bin/phpize<br />
./configure<br />
sudo make install<br />
</code></p>
<p>8 ) Copy compiled module to PHP extension directory.<br />
<code><br />
/Applications/XAMPP/xamppfiles/bin/php -i | grep extension_dir<br />
cp modules/mongo.so /Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626<br />
</code></p>
<p>9) Load the extension on PHP startup, add a line to php.ini:<br />
<code>extension=mongo.so</code></p>
<p>10) And you are good to start Mongo! Cheers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumardi.net/2011/01/07/installing-mongodb-and-the-php-mongodb-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Security Talk at MyGOSSCON 2010</title>
		<link>http://www.sumardi.net/2010/11/11/php-security-talk-at-mygosscon-2010/</link>
		<comments>http://www.sumardi.net/2010/11/11/php-security-talk-at-mygosscon-2010/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 19:59:20 +0000</pubDate>
		<dc:creator>SMD</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.sumardi.net/?p=644</guid>
		<description><![CDATA[Slide from my recent presentation at MyGOSSCON 2010 PHP Security View more presentations from Sumardi Shukor. A big thank you to those who attended my presentation. Big applause to the organizer.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sumardi.net%2F2010%2F11%2F11%2Fphp-security-talk-at-mygosscon-2010%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sumardi.net%2F2010%2F11%2F11%2Fphp-security-talk-at-mygosscon-2010%2F&amp;source=sumardi&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Slide from my recent presentation at MyGOSSCON 2010</p>
<div style="width:425px" id="__ss_5661948"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/sumardi1/php-security-5661948" title="PHP Security">PHP Security</a></strong><object id="__sse5661948" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=php03security-101103220229-phpapp01&#038;stripped_title=php-security-5661948&#038;userName=sumardi1" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse5661948" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=php03security-101103220229-phpapp01&#038;stripped_title=php-security-5661948&#038;userName=sumardi1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/sumardi1">Sumardi Shukor</a>.</div>
</div>
<p>A big thank you to those who attended my presentation. Big applause to the organizer. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumardi.net/2010/11/11/php-security-talk-at-mygosscon-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Gears For Firefox 3.5</title>
		<link>http://www.sumardi.net/2009/07/10/google-gears-for-firefox-3-5/</link>
		<comments>http://www.sumardi.net/2009/07/10/google-gears-for-firefox-3-5/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 09:41:24 +0000</pubDate>
		<dc:creator>SMD</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Macbook]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.sumardi.net/?p=636</guid>
		<description><![CDATA[For Windows and Linux versions, check out these custom extension builds from Gears Google Group. If you are Mac OS X users you can get it on Google Code. I&#8217;ve tested the Mac version, so far everthing&#8217;s working as expected. I believe official builds by Google will be coming very soon if you&#8217;re happy to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sumardi.net%2F2009%2F07%2F10%2Fgoogle-gears-for-firefox-3-5%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sumardi.net%2F2009%2F07%2F10%2Fgoogle-gears-for-firefox-3-5%2F&amp;source=sumardi&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>For Windows and Linux versions, check out these <a href="http://groups.google.com/group/gears-users/msg/70f164020c0f8f4e">custom extension builds</a> from Gears Google Group. If you are Mac OS X users you can get it on <a href="http://code.google.com/p/gearsff35osx/">Google Code</a>.</p>
<p>I&#8217;ve tested the Mac version, so far everthing&#8217;s working as expected. I believe official builds by Google will be coming very soon if you&#8217;re happy to wait. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumardi.net/2009/07/10/google-gears-for-firefox-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome For Linux &amp; Mac Developer Release</title>
		<link>http://www.sumardi.net/2009/06/05/google-chrome-for-linux-mac-developer-release/</link>
		<comments>http://www.sumardi.net/2009/06/05/google-chrome-for-linux-mac-developer-release/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 11:59:34 +0000</pubDate>
		<dc:creator>SMD</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.sumardi.net/?p=633</guid>
		<description><![CDATA[Google Chrome for Linux &#038; Mac is finally here. However it&#8217;s just a developer release which is lack of features. But if you would like to try it, download this release. PLEASE NOTE: Google Chrome for Mac OS X Developer Release is a very early release version and does not yet have some of the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sumardi.net%2F2009%2F06%2F05%2Fgoogle-chrome-for-linux-mac-developer-release%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sumardi.net%2F2009%2F06%2F05%2Fgoogle-chrome-for-linux-mac-developer-release%2F&amp;source=sumardi&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Google Chrome for Linux &#038; Mac is finally here. However it&#8217;s just a developer release which is lack of features.</p>
<p>But if you would like to try it, <a href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac">download this release</a>.</p>
<blockquote><p>PLEASE NOTE: Google Chrome for Mac OS X Developer Release is a very early release version and does not yet have some of the functionality that a full general release version would have. Many of the features still under development affect the privacy behavior of Google Chrome for Mac OS X. The issues marked in bold text below will be resolved prior to releasing Google Chrome for Mac OS X to the beta channel for broader consumer use.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.sumardi.net/2009/06/05/google-chrome-for-linux-mac-developer-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Sync Google Notebook With Tomboy</title>
		<link>http://www.sumardi.net/2008/12/02/how-to-sync-google-notebook-with-tomboy/</link>
		<comments>http://www.sumardi.net/2008/12/02/how-to-sync-google-notebook-with-tomboy/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 12:16:16 +0000</pubDate>
		<dc:creator>SMD</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.sumardi.net/?p=585</guid>
		<description><![CDATA[Hey! Not that &#8220;tomboy&#8221;. Errrr&#8230; Tomboy is a famous desktop note-taking application for Linux. It&#8217;s very useful application on your desktop. Tomboy doesn&#8217;t support integration with Google Notebook yet. This is a how to install tomboy2googlenotebook addins in ubuntu/debian. 1. You&#8217;ll need subversion client and mono c# compiler. In terminal, type sudo apt-get install subversion [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sumardi.net%2F2008%2F12%2F02%2Fhow-to-sync-google-notebook-with-tomboy%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sumardi.net%2F2008%2F12%2F02%2Fhow-to-sync-google-notebook-with-tomboy%2F&amp;source=sumardi&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Hey! Not that &#8220;tomboy&#8221;. Errrr&#8230; <a href="http://projects.gnome.org/tomboy/">Tomboy</a> is a famous desktop note-taking application for Linux. It&#8217;s very useful application on your desktop. Tomboy doesn&#8217;t support integration with <a href="http://www.google.com/notebook">Google Notebook</a> yet. This is a how to install <a href="http://code.google.com/p/tomboy2googlenotebook">tomboy2googlenotebook</a> addins in ubuntu/debian.</p>
<p>1. You&#8217;ll need subversion client and mono c# compiler. In terminal, type<br />
<code>sudo apt-get install subversion mono-gmcs</code></p>
<p>2. Addin&#8217;s folder &#038; checkout tomboy2googlenotebook source code<br />
<code>cd ~/.tomboy/addins<br />
svn checkout http://tomboy2googlenotebook.googlecode.com/svn/trunk/ .</code></p>
<p>3. Go to your google notebook. Clicking on Sharing Options at the top right, and selecting &#8220;Yes&#8221; to &#8220;Publish this Notebook&#8221;. Look for a 20 digit number in your URL. That&#8217;s your user id. Memorize it or copy and paste it somewhere. </p>
<p>4. Create a gconf file<br />
<code>sudo touch /apps/tomboy/google_notebook_&lt;your_user_id&gt;</code></p>
<p>5. Run make<br />
<code>make</code></p>
<p>6. And you&#8217;re almost done.<br />
<code> sudo cp GoogleNoteBookSync.dll /usr/lib/tomboy/addins</code></p>
<p>7. Restart tomboy, activate Google Notebook addins. And yeah! You can now sync you google notebook with tomboy with &#8220;Tools > Sync With Google Notebook&#8221;.</p>
<p><a href="http://www.sumardi.net/wp-content/uploads/2008/12/screenshot-memo-pdf-memo-template-ajax.png"><img src="http://www.sumardi.net/wp-content/uploads/2008/12/screenshot-memo-pdf-memo-template-ajax-300x240.png" alt="" title="screenshot-memo-pdf-memo-template-ajax" width="300" height="240" class="alignnone size-medium wp-image-590" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumardi.net/2008/12/02/how-to-sync-google-notebook-with-tomboy/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Speed Up The Reponse Time On Firefox 3 URL Bar</title>
		<link>http://www.sumardi.net/2008/11/23/speed-up-the-reponse-time-on-firefox-3-url-bar/</link>
		<comments>http://www.sumardi.net/2008/11/23/speed-up-the-reponse-time-on-firefox-3-url-bar/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 09:20:19 +0000</pubDate>
		<dc:creator>SMD</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.sumardi.net/?p=580</guid>
		<description><![CDATA[The URL bar is super-slow in Firefox 3. This a quick solution to speed it up. 1. Type &#8220;about:config&#8221; in your url bar. 2. Filter for &#8220;browser.urlbar.matchOnlyTyped&#8220;. 3. Double click on the row to make it&#8217;s value change to TRUE. That&#8217;s it. This should speed up the response time on the URL bar. Firefox rox!]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sumardi.net%2F2008%2F11%2F23%2Fspeed-up-the-reponse-time-on-firefox-3-url-bar%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sumardi.net%2F2008%2F11%2F23%2Fspeed-up-the-reponse-time-on-firefox-3-url-bar%2F&amp;source=sumardi&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The URL bar is super-slow in Firefox 3. This a quick solution to speed it up.</p>
<p>1. Type &#8220;<code>about:config</code>&#8221; in your url bar.</p>
<p>2. Filter for &#8220;<code>browser.urlbar.matchOnlyTyped</code>&#8220;.</p>
<p>3. Double click on the row to make it&#8217;s value change to TRUE.</p>
<p>That&#8217;s it. This should speed up the response time on the URL bar. Firefox rox!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumardi.net/2008/11/23/speed-up-the-reponse-time-on-firefox-3-url-bar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I Love LAMP</title>
		<link>http://www.sumardi.net/2008/10/30/i-love-lamp/</link>
		<comments>http://www.sumardi.net/2008/10/30/i-love-lamp/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 15:45:54 +0000</pubDate>
		<dc:creator>SMD</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[foss.my linux mysql apache php]]></category>

		<guid isPermaLink="false">http://www.sumardi.net/?p=557</guid>
		<description><![CDATA[I love Linux as my operating system. I love Apache as my web server. I love MySQL as my database management system. I love PHP as my programming language. I love LAMP. The world is just awesome. See you at #foss.my. !]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sumardi.net%2F2008%2F10%2F30%2Fi-love-lamp%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sumardi.net%2F2008%2F10%2F30%2Fi-love-lamp%2F&amp;source=sumardi&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://foss.my"><img src="http://foss.my/wp-content/themes/w2_dnd/images/fossmy-logo.png" /></a></p>
<p>I love Linux as my operating system.<br />
I love Apache as my web server.<br />
I love MySQL as my database management system.<br />
I love PHP as my programming language.</p>
<p>I love LAMP. The world is just awesome. See you at #foss.my. !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumardi.net/2008/10/30/i-love-lamp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

