<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Autarchy of the Private Cave</title>
	<atom:link href="http://bogdan.org.ua/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://bogdan.org.ua</link>
	<description>Tiny bits of bioinformatics, [web-]programming etc</description>
	<lastBuildDate>Thu, 18 Mar 2010 20:34:42 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on WordPress and Google Analytics external nofollow problem in comment links by saif</title>
		<link>http://bogdan.org.ua/2009/02/13/wordpress-and-google-analytics-external-nofollow-problem-in-comment-links.html/comment-page-1#comment-104696</link>
		<dc:creator>saif</dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=594#comment-104696</guid>
		<description>I disabled the GoogleAnalytics.php plugin and my links started working again normally.
&lt;a href=&quot;http://www.al8z.com/&quot; rel=&quot;nofollow&quot;&gt;شات كويتي&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I disabled the GoogleAnalytics.php plugin and my links started working again normally.<br />
<a href="http://www.al8z.com/" rel="nofollow">شات كويتي</a><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recommended software: Sequoia View by Bogdan</title>
		<link>http://bogdan.org.ua/2007/05/05/recommended-software-sequoia-view.html/comment-page-1#comment-104610</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Sun, 14 Mar 2010 08:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/05/05/recommended-software-sequoia-view.html#comment-104610</guid>
		<description>Thank you for this contribution!</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thank you for this contribution!<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recommended software: Sequoia View by Scott</title>
		<link>http://bogdan.org.ua/2007/05/05/recommended-software-sequoia-view.html/comment-page-1#comment-104605</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sun, 14 Mar 2010 00:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/05/05/recommended-software-sequoia-view.html#comment-104605</guid>
		<description>I love SequoiaView but it does have some problems, including the issue with files &gt; 4GB plus (more important for me) when I want to check a folder down a multi GB/TB share it wants to read the entire share.
I wrote a comparable utility from scratch which I&#039;d be delighted if you wanted to check out. It&#039;s available at http://www.scottleckie.com/2009/06/filetreeview-a-sequioaview-like-application/</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I love SequoiaView but it does have some problems, including the issue with files &gt; 4GB plus (more important for me) when I want to check a folder down a multi GB/TB share it wants to read the entire share.<br />
I wrote a comparable utility from scratch which I&#8217;d be delighted if you wanted to check out. It&#8217;s available at <a href="http://www.scottleckie.com/2009/06/filetreeview-a-sequioaview-like-application/" rel="nofollow">http://www.scottleckie.com/2009/06/filetreeview-a-sequioaview-like-application/</a><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL: INSERT IF NOT EXISTS syntax by Bogdan</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-104542</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-104542</guid>
		<description>Thanks, that was an interesting comparison. I only had tens of thousands of rows, so didn&#039;t pay attention to performance.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thanks, that was an interesting comparison. I only had tens of thousands of rows, so didn&#8217;t pay attention to performance.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL: INSERT IF NOT EXISTS syntax by Eddie</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-104541</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-104541</guid>
		<description>I did some speed benchmarking of these methods and found that ON DUPLICATE KEY is the faster that INSERT IGNORE.  I also found that just letting the query fail because of a primary key constraint is faster than both.  For my application, anyway.  Your mileage may vary.  More info in my &quot;website&quot; link.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I did some speed benchmarking of these methods and found that ON DUPLICATE KEY is the faster that INSERT IGNORE.  I also found that just letting the query fail because of a primary key constraint is faster than both.  For my application, anyway.  Your mileage may vary.  More info in my &#8220;website&#8221; link.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging PHP: Eclipse PDT + XDebug + XDebug helper by Vlatko Šurlan</title>
		<link>http://bogdan.org.ua/2009/06/08/debugging-php-like-a-pro-eclipse-pdt-xdebug-helper.html/comment-page-1#comment-104511</link>
		<dc:creator>Vlatko Šurlan</dc:creator>
		<pubDate>Sun, 07 Mar 2010 09:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=735#comment-104511</guid>
		<description>You can also check out my video teaching how to use Eclipse PDT + XDebug + SSHFS to debug sites remotely. (Linux oriented of course)
http://www.evorion.hr/fileadmin/videos_en/eclipse_php_xdebug.ogv</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->You can also check out my video teaching how to use Eclipse PDT + XDebug + SSHFS to debug sites remotely. (Linux oriented of course)<br />
<a href="http://www.evorion.hr/fileadmin/videos_en/eclipse_php_xdebug.ogv" rel="nofollow">http://www.evorion.hr/fileadmin/videos_en/eclipse_php_xdebug.ogv</a><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiled linux ffmpeg binary for Gallery2: download by Kithros</title>
		<link>http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html/comment-page-1#comment-104455</link>
		<dc:creator>Kithros</dc:creator>
		<pubDate>Thu, 04 Mar 2010 02:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-104455</guid>
		<description>Just FYI,

I was able to test the no lame version on hostgator. Not sure how kindly they will take to it, but it works. I am using it for Jomsocial.

~k</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Just FYI,</p>
<p>I was able to test the no lame version on hostgator. Not sure how kindly they will take to it, but it works. I am using it for Jomsocial.</p>
<p>~k<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoDaddy shared hosting: too slow? by Mia</title>
		<link>http://bogdan.org.ua/2007/03/12/godaddy-shared-hosting-too-slow.html/comment-page-1#comment-104436</link>
		<dc:creator>Mia</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.bogdan.org.ua/2007/03/12/godaddy-shared-hosting-too-slow.html#comment-104436</guid>
		<description>We have used GoDaddy hosting for some time. Until recently we have had no issues with them. The last couple months we have noticed a degradation of the service. The  weekly reports we get back show our performance in the red. We have been told to call support and ask GoDaddy to move us off one server to another; should not be a problem. The guy we talked to at GoDaddy could not have been more unprofessional...going as far as to even yell at us over the phone for making such a request. 

I see some good places to start on past posts...we are looking for hosting referrals to get off the GoDaddy hosting...please post here or email me directly. Thanks.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->We have used GoDaddy hosting for some time. Until recently we have had no issues with them. The last couple months we have noticed a degradation of the service. The  weekly reports we get back show our performance in the red. We have been told to call support and ask GoDaddy to move us off one server to another; should not be a problem. The guy we talked to at GoDaddy could not have been more unprofessional&#8230;going as far as to even yell at us over the phone for making such a request. </p>
<p>I see some good places to start on past posts&#8230;we are looking for hosting referrals to get off the GoDaddy hosting&#8230;please post here or email me directly. Thanks.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix &#8220;MySQL server has gone away&#8221; (error 2006) by Sargo Darya</title>
		<link>http://bogdan.org.ua/2008/12/25/how-to-fix-mysql-server-has-gone-away-error-2006.html/comment-page-1#comment-104360</link>
		<dc:creator>Sargo Darya</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=464#comment-104360</guid>
		<description>Thanks, worked instantly.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thanks, worked instantly.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix &#8220;MySQL server has gone away&#8221; (error 2006) by mars</title>
		<link>http://bogdan.org.ua/2008/12/25/how-to-fix-mysql-server-has-gone-away-error-2006.html/comment-page-1#comment-104355</link>
		<dc:creator>mars</dc:creator>
		<pubDate>Wed, 24 Feb 2010 05:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=464#comment-104355</guid>
		<description>it works like a charm.. problem solved. thanks uploader</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->it works like a charm.. problem solved. thanks uploader<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix &#8220;MySQL server has gone away&#8221; (error 2006) by GBo</title>
		<link>http://bogdan.org.ua/2008/12/25/how-to-fix-mysql-server-has-gone-away-error-2006.html/comment-page-1#comment-104341</link>
		<dc:creator>GBo</dc:creator>
		<pubDate>Tue, 23 Feb 2010 00:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=464#comment-104341</guid>
		<description>RJB THANK YOU!

FINALLY SOME USEFUL ADVICE! I have been trying to figure this out for hours and followed all this high tech advice that got me wrapped up in all sorts of things I didn&#039;t need to be wasting my time with. I can&#039;t believe it was as simple as clicking a box and no one else thought to mention that before handing out all these complicated suggestions.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->RJB THANK YOU!</p>
<p>FINALLY SOME USEFUL ADVICE! I have been trying to figure this out for hours and followed all this high tech advice that got me wrapped up in all sorts of things I didn&#8217;t need to be wasting my time with. I can&#8217;t believe it was as simple as clicking a box and no one else thought to mention that before handing out all these complicated suggestions.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chandler 1.0.3 package for Debian testing amd64 by rawbacon</title>
		<link>http://bogdan.org.ua/2010/01/25/chandler-1-0-3-package-for-debian-testing-amd64.html/comment-page-1#comment-104308</link>
		<dc:creator>rawbacon</dc:creator>
		<pubDate>Sun, 21 Feb 2010 07:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=976#comment-104308</guid>
		<description>Thank you very much, now chandler works, easy as pie</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thank you very much, now chandler works, easy as pie<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal Views: how to display random nodes/content by Bogdan</title>
		<link>http://bogdan.org.ua/2009/05/04/drupal-views-how-to-display-random-nodes-content-block-page.html/comment-page-1#comment-104297</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Sat, 20 Feb 2010 15:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=686#comment-104297</guid>
		<description>Chris, your Testimonials block is amazingly familiar :)

Other than that - nice site.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Chris, your Testimonials block is amazingly familiar <img src='http://bogdan.org.ua/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Other than that &#8211; nice site.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal Views: how to display random nodes/content by Chris</title>
		<link>http://bogdan.org.ua/2009/05/04/drupal-views-how-to-display-random-nodes-content-block-page.html/comment-page-1#comment-104293</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 20 Feb 2010 13:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=686#comment-104293</guid>
		<description>Wow, you have no idea how long i have been trying to work that out :P</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Wow, you have no idea how long i have been trying to work that out <img src='http://bogdan.org.ua/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> <!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instructions on installing libmp3lame-enabled ffmpeg on shared linux hosting by Bogdan</title>
		<link>http://bogdan.org.ua/2008/03/12/instructions-on-installing-libmp3lame-enabled-ffmpeg-on-shared-linux-hosting.html/comment-page-1#comment-104291</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Sat, 20 Feb 2010 10:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2008/03/12/instructions-on-installing-libmp3lame-enabled-ffmpeg-on-shared-linux-hosting.html#comment-104291</guid>
		<description>There is a sample shell script at the end of the post to circumvent that problem. Disclaimer: I haven&#039;t tested if it actually helps, and it needs a little more work and adaptation for each case to be functional.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->There is a sample shell script at the end of the post to circumvent that problem. Disclaimer: I haven&#8217;t tested if it actually helps, and it needs a little more work and adaptation for each case to be functional.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instructions on installing libmp3lame-enabled ffmpeg on shared linux hosting by Jake</title>
		<link>http://bogdan.org.ua/2008/03/12/instructions-on-installing-libmp3lame-enabled-ffmpeg-on-shared-linux-hosting.html/comment-page-1#comment-104289</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Sat, 20 Feb 2010 06:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2008/03/12/instructions-on-installing-libmp3lame-enabled-ffmpeg-on-shared-linux-hosting.html#comment-104289</guid>
		<description>Hi!

I&#039;m having the same problem as Bw, a blank page using godaddy shared hosting, could someone please give us a code example to workaround the LD_LIBRARY_PATH protected?

Thanks.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hi!</p>
<p>I&#8217;m having the same problem as Bw, a blank page using godaddy shared hosting, could someone please give us a code example to workaround the LD_LIBRARY_PATH protected?</p>
<p>Thanks.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert MySQL database from one encoding/collation into another by viroshunt</title>
		<link>http://bogdan.org.ua/2008/02/08/convert-mysql-database-from-one-encodingcollation-into-another.html/comment-page-2#comment-104224</link>
		<dc:creator>viroshunt</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2008/02/08/convert-mysql-database-from-one-encodingcollation-into-another.html#comment-104224</guid>
		<description>take a look at this it may be helpful , it works for me

&lt;a href=&quot;http://blog.vision4web.net/2008/11/change-collation-on-all-tables-and-columns-in-mysql/&quot; rel=&quot;nofollow&quot;&gt;change-collation-on-all-tables-and-columns-in-mysql&lt;/a&gt;

Thanks , good work :)</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->take a look at this it may be helpful , it works for me</p>
<p><a href="http://blog.vision4web.net/2008/11/change-collation-on-all-tables-and-columns-in-mysql/" rel="nofollow">change-collation-on-all-tables-and-columns-in-mysql</a></p>
<p>Thanks , good work <img src='http://bogdan.org.ua/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoDaddy shared hosting: too slow? by Dave</title>
		<link>http://bogdan.org.ua/2007/03/12/godaddy-shared-hosting-too-slow.html/comment-page-1#comment-103884</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 09 Feb 2010 22:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.bogdan.org.ua/2007/03/12/godaddy-shared-hosting-too-slow.html#comment-103884</guid>
		<description>Hi all. I have been having the MYSQL/PHP issues described herein with goDaddy. And the same story from support. They even went as far as telling me that there is a problem with their server. And they were working on it, but in the meantime...

Max 10 second load times/average 3-6 seconds. I want blazing fast load times. I have no IT/Server Management experience. I&#039;m hosted on a Windows Server, which many say might be a part of my problem. I just reverse IP&#039;d my site. Get this: it come backs with 4,681 domains hosted on the server?

Is that possible? Moving this website will be painful, but perhaps not as painful as it was to set it up on GoDaddy Windows server in the first place.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hi all. I have been having the MYSQL/PHP issues described herein with goDaddy. And the same story from support. They even went as far as telling me that there is a problem with their server. And they were working on it, but in the meantime&#8230;</p>
<p>Max 10 second load times/average 3-6 seconds. I want blazing fast load times. I have no IT/Server Management experience. I&#8217;m hosted on a Windows Server, which many say might be a part of my problem. I just reverse IP&#8217;d my site. Get this: it come backs with 4,681 domains hosted on the server?</p>
<p>Is that possible? Moving this website will be painful, but perhaps not as painful as it was to set it up on GoDaddy Windows server in the first place.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intel i915 integrated graphics under Debian: how to get rid of sluggish 2D performance by Bogdan</title>
		<link>http://bogdan.org.ua/2009/03/02/intel-i915-integrated-graphics-under-debian-how-to-get-rid-of-sluggish-2d-performance.html/comment-page-1#comment-103837</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Sun, 07 Feb 2010 19:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=623#comment-103837</guid>
		<description>To the best of my knowledge, X.org is targeting for a xorg.conf-less operations - this is why xorg.conf may actually be absent from recent Debian systems. To be sure, run `locate xorg.conf`.

If that shows no results - just create a new xorg.conf file under /etc/X11/ (this is where it has to be put). There used to be some packages which generated &quot;skeleton&quot; xorg.conf files - e.g. &#039;dexconf&#039;, but they seem to be discontinued.

Looks like your only option is just writing a new xorg.conf. Below is mine (from a home computer, so it has entries for ATI card); it was mostly written manually, and it does work fine. Hopefully, this will give you a place to start.
&lt;pre&gt;
# xorg.conf (X.Org X Window System server configuration file)
#                                                            
# Edit this file with caution, and see the xorg.conf manual page.           
# (Type &quot;man xorg.conf&quot; at the shell prompt.)                               
#                                                                           
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg    
# package.                                                                  
#                                                                           
# If you have edited this file but would like it to be automatically updated
# again, run the following command:                                         
#   sudo dpkg-reconfigure -phigh xserver-xorg                               

Section &quot;InputDevice&quot;
        Identifier      &quot;Millenium&quot;
        Driver          &quot;kbd&quot;      
EndSection                         

Section &quot;InputDevice&quot;
        Identifier      &quot;X6-60D&quot;
        Driver          &quot;mouse&quot; 
EndSection                      

Section &quot;Device&quot;
        Identifier      &quot;ATI Technologies Inc Radeon HD 3300 Graphics&quot;
        BusID &quot;PCI:1:5:0&quot;
        Driver &quot;fglrx&quot;
        #Driver &quot;radeonhd&quot;
        #Option &quot;DRI&quot; &quot;on&quot;
        #Option &quot;UseConfiguredMonitor&quot; &quot;on&quot;
        ##Screen 0
EndSection

Section &quot;Monitor&quot;
        Identifier      &quot;SyncMaster913N&quot;
        Option &quot;DPMS&quot; &quot;on&quot;
        Option &quot;PreferredMode&quot; &quot;1280x1024&quot;
        # 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
        Modeline &quot;1280x1024&quot;  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
EndSection

Section &quot;Screen&quot;
        Identifier      &quot;Default Screen&quot;
        Device  &quot;ATI Technologies Inc Radeon HD 3300 Graphics&quot;
        Monitor &quot;SyncMaster913N&quot;
        DefaultDepth 24
        #Option &quot;Accel&quot; &quot;on&quot;
        SubSection &quot;Display&quot;
                Depth 24
                Modes &quot;1280x1024&quot; &quot;1152x864&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;
        EndSubSection
#       SubSection &quot;Display&quot;
#               Depth 16
#               Modes &quot;1280x1024&quot; &quot;1152x864&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;
#       EndSubSection
EndSection

Section &quot;DRI&quot;
        Mode 0666
EndSection
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->To the best of my knowledge, X.org is targeting for a xorg.conf-less operations &#8211; this is why xorg.conf may actually be absent from recent Debian systems. To be sure, run `locate xorg.conf`.</p>
<p>If that shows no results &#8211; just create a new xorg.conf file under /etc/X11/ (this is where it has to be put). There used to be some packages which generated &#8220;skeleton&#8221; xorg.conf files &#8211; e.g. &#8216;dexconf&#8217;, but they seem to be discontinued.</p>
<p>Looks like your only option is just writing a new xorg.conf. Below is mine (from a home computer, so it has entries for ATI card); it was mostly written manually, and it does work fine. Hopefully, this will give you a place to start.</p>
<pre>
# xorg.conf (X.Org X Window System server configuration file)
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg                               

Section "InputDevice"
        Identifier      "Millenium"
        Driver          "kbd"
EndSection                         

Section "InputDevice"
        Identifier      "X6-60D"
        Driver          "mouse"
EndSection                      

Section "Device"
        Identifier      "ATI Technologies Inc Radeon HD 3300 Graphics"
        BusID "PCI:1:5:0"
        Driver "fglrx"
        #Driver "radeonhd"
        #Option "DRI" "on"
        #Option "UseConfiguredMonitor" "on"
        ##Screen 0
EndSection

Section "Monitor"
        Identifier      "SyncMaster913N"
        Option "DPMS" "on"
        Option "PreferredMode" "1280x1024"
        # 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
        Modeline "1280x1024"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device  "ATI Technologies Inc Radeon HD 3300 Graphics"
        Monitor "SyncMaster913N"
        DefaultDepth 24
        #Option "Accel" "on"
        SubSection "Display"
                Depth 24
                Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
#       SubSection "Display"
#               Depth 16
#               Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
#       EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection
</pre>
<p><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intel i915 integrated graphics under Debian: how to get rid of sluggish 2D performance by Ozy</title>
		<link>http://bogdan.org.ua/2009/03/02/intel-i915-integrated-graphics-under-debian-how-to-get-rid-of-sluggish-2d-performance.html/comment-page-1#comment-103818</link>
		<dc:creator>Ozy</dc:creator>
		<pubDate>Sat, 06 Feb 2010 23:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=623#comment-103818</guid>
		<description>Hi,

I have the same problem and found FPS 250. tried to amend the xorg.conf  but didn&#039;t find it under  /etc/Xll. Tried to generate another one but joy. Could you please advise. running debian squeeze</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hi,</p>
<p>I have the same problem and found FPS 250. tried to amend the xorg.conf  but didn&#8217;t find it under  /etc/Xll. Tried to generate another one but joy. Could you please advise. running debian squeeze<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows XP Home Edition: gpedit.msc (group policy) editing via registry by Alex</title>
		<link>http://bogdan.org.ua/2007/11/15/windows-xp-he-home-edition-gpedit-msc-group-policy-editing-via-registry.html/comment-page-2#comment-103772</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 04 Feb 2010 09:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/11/15/windows-xp-home-edition-gpeditmsc-group-policy-editing-via-registry.html#comment-103772</guid>
		<description>so sick man, thanks</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->so sick man, thanks<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on gitosis: how to add new repository by Bogdan</title>
		<link>http://bogdan.org.ua/2009/02/20/gitosis-how-to-add-new-repository.html/comment-page-1#comment-103536</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Mon, 25 Jan 2010 08:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=606#comment-103536</guid>
		<description>Thank you, I&#039;ve updated the text.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thank you, I&#8217;ve updated the text.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on gitosis: how to add new repository by BigBaaadBob</title>
		<link>http://bogdan.org.ua/2009/02/20/gitosis-how-to-add-new-repository.html/comment-page-1#comment-103495</link>
		<dc:creator>BigBaaadBob</dc:creator>
		<pubDate>Thu, 21 Jan 2010 22:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=606#comment-103495</guid>
		<description>Rather than directly edit the config file, you can (and maybe should) use:&lt;code&gt;
$ git config --add branch.master.remote origin
$ git config --add branch.master.merge refs/heads/master
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Rather than directly edit the config file, you can (and maybe should) use:<code><br />
$ git config --add branch.master.remote origin<br />
$ git config --add branch.master.merge refs/heads/master<br />
</code><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix &#8220;MySQL server has gone away&#8221; (error 2006) by Bogdan</title>
		<link>http://bogdan.org.ua/2008/12/25/how-to-fix-mysql-server-has-gone-away-error-2006.html/comment-page-1#comment-103491</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Thu, 21 Jan 2010 15:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=464#comment-103491</guid>
		<description>RJB - thanks, I&#039;ve updated post text to point at your comment.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->RJB &#8211; thanks, I&#8217;ve updated post text to point at your comment.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix &#8220;MySQL server has gone away&#8221; (error 2006) by RJB</title>
		<link>http://bogdan.org.ua/2008/12/25/how-to-fix-mysql-server-has-gone-away-error-2006.html/comment-page-1#comment-103489</link>
		<dc:creator>RJB</dc:creator>
		<pubDate>Thu, 21 Jan 2010 14:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=464#comment-103489</guid>
		<description>I came across this error message while experimenting with the MySQL ODBC 5.1 Driver.

I am considering transferring my Access databases to a MySQL server, but some of my users are accustomed to using Access on the front end. To make the change transparent for them, I may have them use Access with tables linked to the MySQL database via the ODBC driver.

When configuring the Machine Data Source for the ODBC connection, the MySQL Connector/ODBC GUI opens. By expanding the “Details”, selecting tab “Flag 1” and checking the “Enable automatic reconnect” option, the “MySQL server has gone away (error 2006)” problem was eliminated.

This was preferred over messing with the cnf files. I hope this helps.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I came across this error message while experimenting with the MySQL ODBC 5.1 Driver.</p>
<p>I am considering transferring my Access databases to a MySQL server, but some of my users are accustomed to using Access on the front end. To make the change transparent for them, I may have them use Access with tables linked to the MySQL database via the ODBC driver.</p>
<p>When configuring the Machine Data Source for the ODBC connection, the MySQL Connector/ODBC GUI opens. By expanding the “Details”, selecting tab “Flag 1” and checking the “Enable automatic reconnect” option, the “MySQL server has gone away (error 2006)” problem was eliminated.</p>
<p>This was preferred over messing with the cnf files. I hope this helps.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on gitosis: how to add new repository by Synesthesia</title>
		<link>http://bogdan.org.ua/2009/02/20/gitosis-how-to-add-new-repository.html/comment-page-1#comment-103422</link>
		<dc:creator>Synesthesia</dc:creator>
		<pubDate>Wed, 13 Jan 2010 22:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/?p=606#comment-103422</guid>
		<description>[...] gitosis: how to add new repository [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] gitosis: how to add new repository [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python: iterate (and read) all files in a directory (folder) by Dan</title>
		<link>http://bogdan.org.ua/2007/08/12/python-iterate-and-read-all-files-in-a-directory-folder.html/comment-page-1#comment-103407</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 12 Jan 2010 02:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/08/12/python-iterate-and-read-all-files-in-a-directory-folder.html#comment-103407</guid>
		<description>Ahh... My *.* as opposed to a * had it so it wasn&#039;t looking at folders, thus the problem. Thanks again!</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Ahh&#8230; My *.* as opposed to a * had it so it wasn&#8217;t looking at folders, thus the problem. Thanks again!<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python: iterate (and read) all files in a directory (folder) by Bogdan</title>
		<link>http://bogdan.org.ua/2007/08/12/python-iterate-and-read-all-files-in-a-directory-folder.html/comment-page-1#comment-103404</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/08/12/python-iterate-and-read-all-files-in-a-directory-folder.html#comment-103404</guid>
		<description>Dan,

script below seems to work perfectly for me:
&lt;pre&gt;&lt;code&gt;
import os, glob

def scandirs(path):
    for currentFile in glob.glob( os.path.join(path, &#039;*&#039;) ):
        if os.path.isdir(currentFile):
            print &#039;got a directory: &#039; + currentFile
            scandirs(currentFile)
        print &quot;processing file: &quot; + currentFile

scandirs(&#039;Desktop&#039;)
&lt;/code&gt;&lt;/pre&gt;

Basically, I&#039;ve changed the &#039;*.*&#039; wildcard to just &#039;*&#039;.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Dan,</p>
<p>script below seems to work perfectly for me:</p>
<pre><code>
import os, glob

def scandirs(path):
    for currentFile in glob.glob( os.path.join(path, '*') ):
        if os.path.isdir(currentFile):
            print 'got a directory: ' + currentFile
            scandirs(currentFile)
        print "processing file: " + currentFile

scandirs('Desktop')
</code></pre>
<p>Basically, I&#8217;ve changed the &#8216;*.*&#8217; wildcard to just &#8216;*&#8217;.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python: iterate (and read) all files in a directory (folder) by Dan</title>
		<link>http://bogdan.org.ua/2007/08/12/python-iterate-and-read-all-files-in-a-directory-folder.html/comment-page-1#comment-103402</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 11 Jan 2010 20:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/08/12/python-iterate-and-read-all-files-in-a-directory-folder.html#comment-103402</guid>
		<description>Bogdan,

Thanks for the help. I&#039;m still not getting the code to look at the directories within the path. Here&#039;s my code, it still only looks at the files under the initial path.

&lt;pre&gt;&lt;code&gt;
def scandirs(path):
    for currentFile in glob.glob( os.path.join(path, &#039;*.*&#039;) ):
        if os.path.isdir(currentFile):
            scandirs(currentFile)
        print &quot;processing file: &quot; + currentFile
        

scandirs(&#039;XML/&#039;)
&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Bogdan,</p>
<p>Thanks for the help. I&#8217;m still not getting the code to look at the directories within the path. Here&#8217;s my code, it still only looks at the files under the initial path.</p>
<pre><code>
def scandirs(path):
    for currentFile in glob.glob( os.path.join(path, '*.*') ):
        if os.path.isdir(currentFile):
            scandirs(currentFile)
        print "processing file: " + currentFile

scandirs('XML/')
</code></pre>
<p><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoDaddy shared hosting: too slow? by Rio</title>
		<link>http://bogdan.org.ua/2007/03/12/godaddy-shared-hosting-too-slow.html/comment-page-1#comment-103360</link>
		<dc:creator>Rio</dc:creator>
		<pubDate>Fri, 08 Jan 2010 22:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bogdan.org.ua/2007/03/12/godaddy-shared-hosting-too-slow.html#comment-103360</guid>
		<description>I&#039;ve been having just recent problems with my Wordpress/PHP site hosted with them (economy shared hosting plan). Some of the Ad Banners aren&#039;t loading - only for some end-users - but there seems to be no other explanation then slow loading time. 

This may be a combination of end use and hosting/server performance - and then PHP download timing out. 

According to http://www.web-inspect.com my site take over 2 - 10 seconds to load at an average of 5-15K/second. This is way slower than any other competitor/site I could think of testing. 

After being on the phone with them they suggested switching to a dedicated IP (for $3/month), but I&#039;m not very confident it will make a difference... Might be time to make a change.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I&#8217;ve been having just recent problems with my Wordpress/PHP site hosted with them (economy shared hosting plan). Some of the Ad Banners aren&#8217;t loading &#8211; only for some end-users &#8211; but there seems to be no other explanation then slow loading time. </p>
<p>This may be a combination of end use and hosting/server performance &#8211; and then PHP download timing out. </p>
<p>According to <a href="http://www.web-inspect.com" rel="nofollow">http://www.web-inspect.com</a> my site take over 2 &#8211; 10 seconds to load at an average of 5-15K/second. This is way slower than any other competitor/site I could think of testing. </p>
<p>After being on the phone with them they suggested switching to a dedicated IP (for $3/month), but I&#8217;m not very confident it will make a difference&#8230; Might be time to make a change.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
