<?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>jkovis</title>
	<atom:link href="http://jkovis.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jkovis.com</link>
	<description>Just another Jkovis.com weblog</description>
	<lastBuildDate>Sun, 07 Mar 2010 04:23:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu 9.10 Install Flash Player 10 Debugger</title>
		<link>http://jkovis.com/2010/03/06/ubuntu-9-10-install-flash-player-10-debugger/</link>
		<comments>http://jkovis.com/2010/03/06/ubuntu-9-10-install-flash-player-10-debugger/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 04:23:21 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[eglibc]]></category>
		<category><![CDATA[flash debugger]]></category>
		<category><![CDATA[glibc]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jkovis.com/?p=112</guid>
		<description><![CDATA[When I tried to install Flash Player 10 Debugger on Ubuntu 9.10 I received an error that my glibc library was out of date and I needed to update.
Searching for &#8220;glibc library Ubuntu 9.10&#8221; I found that &#8220;Ubuntu 9.10, Karmic Koala, shipped with EGLIBC 2.10 for its C library &#8221;  EGLIBC (&#8221;EGLIBC strives to [...]]]></description>
			<content:encoded><![CDATA[<p>When I tried to install <a href="http://www.adobe.com/support/flashplayer/downloads.html">Flash Player 10 Debugger</a> on Ubuntu 9.10 I received an error that my glibc library was out of date and I needed to update.</p>
<p>Searching for &#8220;<a href="http://www.google.com/search?q=glibc+library+Ubuntu+9.10" target="_blank">glibc library Ubuntu 9.10</a>&#8221; I found that &#8220;Ubuntu 9.10, Karmic Koala, shipped with EGLIBC 2.10 for its C library &#8221;  EGLIBC (&#8221;EGLIBC strives to be source and binary compatible with GLIBC&#8221;) so it doesn&#8217;t look like I&#8217;ll be able to update glibc anytime soon.</p>
<p>I did some more searching and found <a href="http://ubuntuforums.org/showthread.php?t=1300563">this post</a> which worked for me.  I also followed the second half of <a href="http://www.actionscript.org/forums/showthread.php3?t=229193&amp;p=965019">this post</a> to install the standalone player as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://jkovis.com/2010/03/06/ubuntu-9-10-install-flash-player-10-debugger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://jkovis.com/2010/02/18/109/</link>
		<comments>http://jkovis.com/2010/02/18/109/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 16:12:24 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://jkovis.com/?p=109</guid>
		<description><![CDATA[# command for creating symbolic links:
$ ln -s /Users/PATH_TO_FOLDER   NEW_FOLDER_NAME
]]></description>
			<content:encoded><![CDATA[<p># command for creating symbolic links:</p>
<p>$ ln -s /Users/PATH_TO_FOLDER   NEW_FOLDER_NAME</p>
]]></content:encoded>
			<wfw:commentRss>http://jkovis.com/2010/02/18/109/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find WP Page ID</title>
		<link>http://jkovis.com/2009/05/19/find-wp-page-id/</link>
		<comments>http://jkovis.com/2009/05/19/find-wp-page-id/#comments</comments>
		<pubDate>Tue, 19 May 2009 14:45:28 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://jkovis.com/?p=104</guid>
		<description><![CDATA[$page_id = $wpdb-&#62;get_var(&#8221;SELECT ID FROM $wpdb-&#62;posts WHERE post_name = &#8216;page_slug&#8217;&#8221;);
]]></description>
			<content:encoded><![CDATA[<p>$page_id = $wpdb-&gt;get_var(&#8221;SELECT ID FROM $wpdb-&gt;posts WHERE post_name = &#8216;page_slug&#8217;&#8221;);</p>
]]></content:encoded>
			<wfw:commentRss>http://jkovis.com/2009/05/19/find-wp-page-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>question</title>
		<link>http://jkovis.com/2009/05/16/question/</link>
		<comments>http://jkovis.com/2009/05/16/question/#comments</comments>
		<pubDate>Sat, 16 May 2009 10:26:22 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://jkovis.com/?p=98</guid>
		<description><![CDATA[Why doesn&#8217;t Apple give me the option to &#8220;Install Update and Shutdown&#8221; before I start updating OS X?  After all, it tells me beforehand that a restart will be required.  Instead of being asleep I&#8217;m waiting for a security update to install.
Even better, it gives me the option after the download is complete&#8230;insult meet injury

I [...]]]></description>
			<content:encoded><![CDATA[<p>Why doesn&#8217;t Apple give me the option to &#8220;Install Update and Shutdown&#8221; before I start updating OS X?  After all, it tells me beforehand that a restart will be required.  Instead of being asleep I&#8217;m waiting for a security update to install.</p>
<p>Even better, it gives me the option after the download is complete&#8230;insult meet injury</p>
<p><img class="aligncenter size-medium wp-image-99" style="margin: 0px auto" src="http://jkovis.com/files/apple-os-x-update.png" alt="" width="400" /></p>
<p>I guess at least it gave me a chance to write here&#8230;</p>
<p>And why doesn&#8217;t my iMac &#8220;know&#8221; that my dual monitor is turned off and therefore it would make more sense to launch Firefox on my iMac monitor instead?</p>
]]></content:encoded>
			<wfw:commentRss>http://jkovis.com/2009/05/16/question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
