<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>yorch @ web [in]</title>
	
	<link>http://yorch.org</link>
	<description>foreach ($post in yorch) { echo $post }</description>
	<lastBuildDate>Mon, 19 Dec 2011 18:02:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/yorch" /><feedburner:info uri="yorch" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Check standards or quirks mode on IE6</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/5U1anDLLMs4/</link>
		<comments>http://yorch.org/2011/12/check-standards-or-quirks-mode-on-ie6/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 15:12:04 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Quirks]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=858</guid>
		<description>To check if a given website is running on standards or quirks mode on IE6, enter the following text on the URL and press enter: javascript:alert&amp;#40;document.compatMode&amp;#41; Depending of what you get, you can tell which mode you are running: CSS1Compat: Standards Mode BackCompat: Quirks Mode&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/5U1anDLLMs4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2011/12/check-standards-or-quirks-mode-on-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2011/12/check-standards-or-quirks-mode-on-ie6/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=check-standards-or-quirks-mode-on-ie6</feedburner:origLink></item>
		<item>
		<title>Redirect WWW to non-WWW using Apache (htaccess)</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/z9yKf4lhD74/</link>
		<comments>http://yorch.org/2011/11/redirect-www-to-non-www-using-apache-htaccess/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 17:32:53 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Redirect]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=855</guid>
		<description>The easiest way to redirect all your traffic from a WWW address (like www.domain.com) to a non-WWW (like domain.com) is using the following code: RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] With this code, you don&amp;#8217;t need to hard-code the name of the domain into the .htaccess file. Apart from the fact [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/z9yKf4lhD74" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2011/11/redirect-www-to-non-www-using-apache-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2011/11/redirect-www-to-non-www-using-apache-htaccess/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=redirect-www-to-non-www-using-apache-htaccess</feedburner:origLink></item>
		<item>
		<title>Recursively copy from a FTP server</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/CakJiBIXqno/</link>
		<comments>http://yorch.org/2011/11/recursively-copy-from-a-ftp-server/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 22:50:38 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=810</guid>
		<description>In Linux (and also in the World of Windows), there is a small great tool called wget (you probably already know it, it&amp;#8217;s pretty popular). I have been using it for some years know as it is very convenient for downloading files (or even entire HTML websites) from the command line (specially when you manage [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/CakJiBIXqno" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2011/11/recursively-copy-from-a-ftp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2011/11/recursively-copy-from-a-ftp-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=recursively-copy-from-a-ftp-server</feedburner:origLink></item>
		<item>
		<title>Nginx newest version on Ubuntu Lucid 10.04 LTS</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/45T-DPH2zlA/</link>
		<comments>http://yorch.org/2011/11/nginx-newest-version-on-ubuntu-lucid-10-04-lts/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 23:26:49 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=846</guid>
		<description>Some time ago I wrote a post regarding this same topic (installing an updated version of Nginx instead of the one that is on the official Ubuntu repositories) but for Hardy (8.04). Now, it is the turn of the latest Long-Term-Support version of this Linux distribution. In this case, we need to use this repository: [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/45T-DPH2zlA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2011/11/nginx-newest-version-on-ubuntu-lucid-10-04-lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2011/11/nginx-newest-version-on-ubuntu-lucid-10-04-lts/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=nginx-newest-version-on-ubuntu-lucid-10-04-lts</feedburner:origLink></item>
		<item>
		<title>Windows 7 failing to copy large files through network</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/Nf4I2AXx3PI/</link>
		<comments>http://yorch.org/2011/10/windows-7-failing-to-copy-large-files-through-network/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 19:30:47 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=841</guid>
		<description>I have faced problems copying large files (several hundreds megs) over a Windows Network between two Windows 7 boxes. During the copy, the process just freeze forever, and when trying to cancel it, it just tries forever without success. At first I tough it was a antivirus/firewall issue, but disabling the software on both machines [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/Nf4I2AXx3PI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2011/10/windows-7-failing-to-copy-large-files-through-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2011/10/windows-7-failing-to-copy-large-files-through-network/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=windows-7-failing-to-copy-large-files-through-network</feedburner:origLink></item>
		<item>
		<title>Two ways to check if a Registry Key exists using VBScript</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/JsgUxIc5axE/</link>
		<comments>http://yorch.org/2011/10/two-ways-to-check-if-a-registry-key-exists-using-vbscript/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 21:15:46 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Windows Registry]]></category>
		<category><![CDATA[WMI]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=834</guid>
		<description>The first one is using the method RegRead from WScript.Shell. If the given key is not found, it will rise an error, so we need to use an On Error Resume Next (which I don&amp;#8217;t really like). We would need to pass to the function a string like HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ (note the trailing \) if we [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/JsgUxIc5axE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2011/10/two-ways-to-check-if-a-registry-key-exists-using-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2011/10/two-ways-to-check-if-a-registry-key-exists-using-vbscript/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=two-ways-to-check-if-a-registry-key-exists-using-vbscript</feedburner:origLink></item>
		<item>
		<title>Android useful links (iPhone SMS to Android, ADB driver install, hacking)</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/fcKpiwxI0VM/</link>
		<comments>http://yorch.org/2011/09/android-useful-links-iphone-sms-to-android-adb-driver-install-hacking/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 14:17:22 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[ADB]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[HTC Desire]]></category>
		<category><![CDATA[HTC Sense]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=831</guid>
		<description>Here are some links I found useful: iPhone SMS to Android Converter (step by step how to migrate your SMS from iPhone to Android) [Tutorial] ADB Driver Android 1.0 Install (helped me install the ADB driver for my HTC Desire by modifying the INF file) FAQ Android Hacking (glossary of terms) How to remove Sense applications&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/fcKpiwxI0VM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2011/09/android-useful-links-iphone-sms-to-android-adb-driver-install-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2011/09/android-useful-links-iphone-sms-to-android-adb-driver-install-hacking/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=android-useful-links-iphone-sms-to-android-adb-driver-install-hacking</feedburner:origLink></item>
		<item>
		<title>Android FAQ – HBOOT and rooting</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/9EX7zLj3VCs/</link>
		<comments>http://yorch.org/2011/09/android-faq-hboot-and-rooting/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 18:36:12 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[HBOOT]]></category>
		<category><![CDATA[HTC]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=826</guid>
		<description>I found this information on AndroidForums and it is very helpful, so just wanted to keep it (maybe it helps someone else also): What&amp;#8217;s HBOOT? It&amp;#8217;s immediately loaded when the phone is switched on. It&amp;#8217;s mostly responsible for checking and initialising the hardware and starting the phone&amp;#8217;s software, for flashing official software releases (RUUs via Fastboot), [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/9EX7zLj3VCs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2011/09/android-faq-hboot-and-rooting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2011/09/android-faq-hboot-and-rooting/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=android-faq-hboot-and-rooting</feedburner:origLink></item>
		<item>
		<title>Denyhost: Permanently whitelist a host</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/GnHrbadwDyc/</link>
		<comments>http://yorch.org/2011/09/denyhost-permanently-whitelist-a-host/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 00:29:14 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Denyhost]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=821</guid>
		<description>Thanks to this site, I found an easy way to whitelist a host when using denyhosts. Just need to create a file called allowed-hosts with the IP addressses you want to whitelist inside /var/lib/denyhosts (or the work directory in your box). In my case, I found very useful to whitelist the localhost address (127.0.0.1) to [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/GnHrbadwDyc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2011/09/denyhost-permanently-whitelist-a-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2011/09/denyhost-permanently-whitelist-a-host/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=denyhost-permanently-whitelist-a-host</feedburner:origLink></item>
		<item>
		<title>Install updated version of nginx on Ubuntu Hardy 8.04LTS</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/ay88BlXVTtY/</link>
		<comments>http://yorch.org/2011/05/install-updated-version-of-nginx-on-ubuntu-hardy-8-04lts/#comments</comments>
		<pubDate>Thu, 26 May 2011 14:26:59 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Load Balancer]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Reverse Proxy]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>
		<category><![CDATA[Ubuntu Hardy]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=813</guid>
		<description>Nginx is a great web server to handle tons of traffic with relative low resources, it beats Apache big time. I have started using  it as a Reverse Proxy, Load Balancer, Web Cache and static files web server (like images, javascript and CSS) in front of Apache (for PHP processing). I&amp;#8217;m more than amazed with [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/ay88BlXVTtY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2011/05/install-updated-version-of-nginx-on-ubuntu-hardy-8-04lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2011/05/install-updated-version-of-nginx-on-ubuntu-hardy-8-04lts/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-updated-version-of-nginx-on-ubuntu-hardy-8-04lts</feedburner:origLink></item>
		<item>
		<title>Change timezone on PHP</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/y_eU9kCcNEM/</link>
		<comments>http://yorch.org/2011/03/change-timezone-on-php/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 00:04:05 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Timezone]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=807</guid>
		<description>There are some methods that allows you to change the timezone of the PHP (5.1+) scripts (ie, when the date is not shown due to a different timezone of the server). The first one is by modifying the php.ini file of the web server (if you are allowed to). We just need to add the following line: [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/y_eU9kCcNEM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2011/03/change-timezone-on-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2011/03/change-timezone-on-php/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=change-timezone-on-php</feedburner:origLink></item>
		<item>
		<title>Debian/Ubuntu’s apt behind a proxy</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/6QLF61w2l-U/</link>
		<comments>http://yorch.org/2011/01/debianubuntus-apt-behind-a-proxy/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 22:10:30 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Proxy]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=802</guid>
		<description>To allow the Advanced Packaging Tool, or just APT for friends to do its job when the box is behind a proxy, we can use one of the following options. From the command line (this will only work for the session we are working on): export http_proxy=http://username:password@server:port Or if the proxy does not require a username: [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/6QLF61w2l-U" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2011/01/debianubuntus-apt-behind-a-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2011/01/debianubuntus-apt-behind-a-proxy/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=debianubuntus-apt-behind-a-proxy</feedburner:origLink></item>
		<item>
		<title>Enable or Disable Check Constraints on SQL Server</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/thtnwFERSxM/</link>
		<comments>http://yorch.org/2010/11/enable-or-disable-check-constraints-on-sql-server/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 21:07:21 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Constraints]]></category>
		<category><![CDATA[Foreign Keys]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=796</guid>
		<description>I found a very handy SQL script on this post, that allows you to enable or disable all constraints on a database. The only problem I had was that my database uses schemas to organize the tables, so the script failed to work. I made a modification on the script to solve the problem, so [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/thtnwFERSxM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/11/enable-or-disable-check-constraints-on-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/11/enable-or-disable-check-constraints-on-sql-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=enable-or-disable-check-constraints-on-sql-server</feedburner:origLink></item>
		<item>
		<title>Count the total number of records on a MySQL database or per table</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/TqmLfXowqY4/</link>
		<comments>http://yorch.org/2010/11/count-the-total-number-of-records-on-a-mysql-database-or-per-table/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 00:43:49 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=792</guid>
		<description>To count the total number of records on a MySQL database, we could run the following command: SELECT SUM&amp;#40;TABLE_ROWS&amp;#41; FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = '{tablename}'; If we need to know the number of records per each table, we can run: SELECT TABLE_NAME, TABLE_ROWS FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = '{tablename}'; Source: Stack Overflow&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/TqmLfXowqY4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/11/count-the-total-number-of-records-on-a-mysql-database-or-per-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/11/count-the-total-number-of-records-on-a-mysql-database-or-per-table/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=count-the-total-number-of-records-on-a-mysql-database-or-per-table</feedburner:origLink></item>
		<item>
		<title>Duplicate a MySQL database on a single line</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/6dNU47sRAnk/</link>
		<comments>http://yorch.org/2010/11/duplicate-a-mysql-database-on-a-single-line/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 00:13:21 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=780</guid>
		<description>On this article, it is shown a very convenient way to duplicate a complete MySQL database using a single line of code: $ mysqladmin create &amp;#123;dest_db_name&amp;#125; -u &amp;#123;username&amp;#125; --password=&amp;#123;password&amp;#125; &amp;#38;&amp;#38; \ mysqldump -u &amp;#123;username&amp;#125; --password=&amp;#123;password&amp;#125; &amp;#123;source_db_name&amp;#125; &amp;#124; \ mysql -u &amp;#123;username&amp;#125; --password=&amp;#123;password&amp;#125; &amp;#123;dest_db_name&amp;#125; Where: {dest_db_name}: Name of the destination database. {source_db_name}: Name of the database [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/6dNU47sRAnk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/11/duplicate-a-mysql-database-on-a-single-line/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/11/duplicate-a-mysql-database-on-a-single-line/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=duplicate-a-mysql-database-on-a-single-line</feedburner:origLink></item>
		<item>
		<title>Nginx and Munin</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/4GnUSAxLTLI/</link>
		<comments>http://yorch.org/2010/11/nginx-and-munin/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 02:49:32 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Munin]]></category>
		<category><![CDATA[Nginx]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=776</guid>
		<description>To be allowed to show Nginx graphs on the Munin report, it is required to enable nginx status and to listen on: http://127.0.0.1/nginx_status To do this, we just need to add the following code on /etc/nginx/sites-enabled/default or into any other site file (like create a new one /etc/nginx/sites-available/status and then make symbolic link to site-enabled [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/4GnUSAxLTLI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/11/nginx-and-munin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/11/nginx-and-munin/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=nginx-and-munin</feedburner:origLink></item>
		<item>
		<title>Install VMWare ESXi using a USB flash drive</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/cQdGPco6oqA/</link>
		<comments>http://yorch.org/2010/11/install-vmware-esxi-using-a-usb-flash-drive/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 03:23:31 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Pentium 4]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[VMWare ESXi]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=769</guid>
		<description>Today, I decided to try the VMWare ESXi, the free bare metal virtualization product of VMWare, on an old Pentium 4 3.2GHz PC (with 2.5GB of RAM), and run on top of it, some Ubuntu servers. I was not able to use the latest version (4.x) of the ESXi as it only works on 64-bit [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/cQdGPco6oqA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/11/install-vmware-esxi-using-a-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/11/install-vmware-esxi-using-a-usb-flash-drive/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-vmware-esxi-using-a-usb-flash-drive</feedburner:origLink></item>
		<item>
		<title>No DEFAULT or UI configuration directive found</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/dzeRaBpNMQw/</link>
		<comments>http://yorch.org/2010/11/no-default-or-ui-configuration-directive-found/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 02:33:36 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=768</guid>
		<description>When I tried to run the VMWare ESXi installer from a USB stick (after creating the installer on a USB from the ISO), I got the following error: SYSLINUX 3.85 2010-02-20 CBIOS Copyright (c) 1994-2010 H. Peter Anvin et al No DEFAULT or UI configuration directive found! boot: The solution was pretty simple thanks to [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/dzeRaBpNMQw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/11/no-default-or-ui-configuration-directive-found/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/11/no-default-or-ui-configuration-directive-found/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=no-default-or-ui-configuration-directive-found</feedburner:origLink></item>
		<item>
		<title>Remove duplicated whitespaces on C#</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/lg8p3_dRDmQ/</link>
		<comments>http://yorch.org/2010/10/remove-duplicated-whitespaces-on-c/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 21:14:20 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=759</guid>
		<description>The Trim method on C# only removes whitespaces at the beginning and at the end of a string, but it does not remote duplicated whitespaces inside the string (like the Trim function on VB for Apps), which is very handy sometimes. One of the ways to do it on C#, is using Regular Expressions. This [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/lg8p3_dRDmQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/10/remove-duplicated-whitespaces-on-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/10/remove-duplicated-whitespaces-on-c/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=remove-duplicated-whitespaces-on-c</feedburner:origLink></item>
		<item>
		<title>Concatenate text on NVelocity</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/RgMW1Lizj_k/</link>
		<comments>http://yorch.org/2010/10/concatenate-text-on-nvelocity/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 14:24:21 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[NVelocity]]></category>
		<category><![CDATA[Velocity]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=725</guid>
		<description>There is no operator to concatenate two strings in NVelocity (the .Net version of Velocity) like we can do on other languages like C# or PHP, with the plus (+) operator for the first one and dot (.) for the second one. For example, in C# we would do: string strHello = &amp;#34;Hello &amp;#34; + [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/RgMW1Lizj_k" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/10/concatenate-text-on-nvelocity/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/10/concatenate-text-on-nvelocity/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=concatenate-text-on-nvelocity</feedburner:origLink></item>
		<item>
		<title>Adobe Lightroom basics</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/9pWEPlz0MzQ/</link>
		<comments>http://yorch.org/2010/10/adobe-lightroom-basics/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 03:16:02 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=754</guid>
		<description>Lightroom is all about non-destructive editing – so don’t try to save over your originals. Lightroom doesn’t ‘contain’ files, it just holds data about them – so don’t go deleting your originals thinking that they’re safely stored in Lightroom. Lightroom’s backups don’t back up your originals – you still need to do that. Lightroom’s catalog is just [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/9pWEPlz0MzQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/10/adobe-lightroom-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/10/adobe-lightroom-basics/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=adobe-lightroom-basics</feedburner:origLink></item>
		<item>
		<title>Disable cron log on syslog and enable cron.log</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/u9rnH2gIeTE/</link>
		<comments>http://yorch.org/2010/10/disable-cron-log-on-syslog-and-enable-cron-log/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 20:31:29 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Cron]]></category>
		<category><![CDATA[Syslog]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=743</guid>
		<description>By default, Ubuntu logs all cron activity directly to syslog (/var/log/syslog), instead to a dedicated file like /var/log/cron.log. In my opinion, it is best to keep them separate if you have several cron jobs running on your server. To enable this behavior, what we must do is edit the syslog configuration file /etc/syslog.conf, and modify the [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/u9rnH2gIeTE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/10/disable-cron-log-on-syslog-and-enable-cron-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/10/disable-cron-log-on-syslog-and-enable-cron-log/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=disable-cron-log-on-syslog-and-enable-cron-log</feedburner:origLink></item>
		<item>
		<title>Fixing WMI Service (root\cimv2 namespace missing)</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/H838EMX5nr8/</link>
		<comments>http://yorch.org/2010/09/fixing-wmi-service-rootcimv2-namespace-missing/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 15:24:36 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[WMI]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=730</guid>
		<description>I was working on a VBScript code that uses the Windows Management Instrumentation (WMI) to query the running processes on the local machine, something like this: strComputer = &amp;#34;.&amp;#34; strProcess2Kill = &amp;#34;something.exe&amp;#34; &amp;#160; Set objWMIService = GetObject(&amp;#34;winmgmts:&amp;#34; &amp;#38; &amp;#34;{impersonationLevel=impersonate}!\\&amp;#34; &amp;#38; strComputer &amp;#38; &amp;#34;\root\cimv2&amp;#34;) Set colProcess = objWMIService.ExecQuery(&amp;#34;Select * from Win32_Process Where Name = &amp;#34; &amp;#38; [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/H838EMX5nr8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/09/fixing-wmi-service-rootcimv2-namespace-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/09/fixing-wmi-service-rootcimv2-namespace-missing/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fixing-wmi-service-rootcimv2-namespace-missing</feedburner:origLink></item>
		<item>
		<title>Como instalar Drupal en otros idiomas distintos al inglés</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/GSdfOpjPyzo/</link>
		<comments>http://yorch.org/2010/07/como-instalar-drupal-en-otros-idiomas-distintos-al-ingles/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 01:35:29 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Drupal 6]]></category>
		<category><![CDATA[Drupal Localize]]></category>
		<category><![CDATA[Drupal Translations]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=706</guid>
		<description>Hasta hace poco, el primer paso para instalar la traducción al español (o cualquier otra) del CMS Drupal era descargarla desde la sección Translations en la página del proyecto, pero esto ha cambiado con la introducción de Drupal Localize, un sub-sitio donde se está concentrando todo el trabajo de traducción al resto de idiomas distintos [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/GSdfOpjPyzo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/07/como-instalar-drupal-en-otros-idiomas-distintos-al-ingles/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/07/como-instalar-drupal-en-otros-idiomas-distintos-al-ingles/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=como-instalar-drupal-en-otros-idiomas-distintos-al-ingles</feedburner:origLink></item>
		<item>
		<title>Guía para comer chifa en Toronto</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/X2BXgC9BadI/</link>
		<comments>http://yorch.org/2010/07/guia-para-comer-chifa-peruano-en-toronto/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 23:42:38 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[Chifa]]></category>
		<category><![CDATA[Comida]]></category>
		<category><![CDATA[Comida China]]></category>
		<category><![CDATA[Comida Peruana]]></category>
		<category><![CDATA[Ontario]]></category>
		<category><![CDATA[Perú]]></category>
		<category><![CDATA[Toronto]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=707</guid>
		<description>El Chifa es como se le llama a la comida china en el Perú, aunque se diferencia de esta comida oriental en la fusión con el paladar e ingredientes peruanos, que a nuestro gusto, la hace exquisita (por supuesto que la cocina china típica es una maravilla por si sola). En Toronto abundan los restaurantes [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/X2BXgC9BadI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/07/guia-para-comer-chifa-peruano-en-toronto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/07/guia-para-comer-chifa-peruano-en-toronto/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=guia-para-comer-chifa-peruano-en-toronto</feedburner:origLink></item>
		<item>
		<title>Microsoft .Net vs Java Movie Trailer</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/EVuobvq59sQ/</link>
		<comments>http://yorch.org/2010/06/microsoft-net-vs-java-movie-trailer/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 19:23:48 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=696</guid>
		<description>http://www.youtube.com/watch?v=fzza-ZbEY70&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/EVuobvq59sQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/06/microsoft-net-vs-java-movie-trailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/06/microsoft-net-vs-java-movie-trailer/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=microsoft-net-vs-java-movie-trailer</feedburner:origLink></item>
		<item>
		<title>Call a WebService from VBScript</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/dHgYuhTWDTY/</link>
		<comments>http://yorch.org/2010/06/call-a-webservice-from-vbscript/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 23:32:27 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[WebService]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=628</guid>
		<description>While I was writing some code on VBScript to avoid manual tasks that we currently do with a bunch of files, I needed to automatically upload some information extracted from all these files to a SQL database. One way to do it is using a Web Service that receives the data and store it into [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/dHgYuhTWDTY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/06/call-a-webservice-from-vbscript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/06/call-a-webservice-from-vbscript/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=call-a-webservice-from-vbscript</feedburner:origLink></item>
		<item>
		<title>Convert a String to a Stream</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/LUBdyK3WVrc/</link>
		<comments>http://yorch.org/2010/06/convert-a-string-to-a-stream/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 22:55:50 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Stream]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=687</guid>
		<description>In C#, to convert a String into a Stream object, we need to use the GetBytes method (from the Encoding.ASCII package), this way: byte&amp;#91;&amp;#93; bytes = Encoding.ASCII.GetBytes&amp;#40;xmlContent&amp;#41;; And then, use that byte array when instantiate a Stream (for example, MemoryStream or FileStream): MemoryStream stream = new MemoryStream&amp;#40;bytes&amp;#41;;&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/LUBdyK3WVrc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/06/convert-a-string-to-a-stream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/06/convert-a-string-to-a-stream/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=convert-a-string-to-a-stream</feedburner:origLink></item>
		<item>
		<title>Windows 7 bug affecting Subversion</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/TukJ_J1GB-g/</link>
		<comments>http://yorch.org/2010/06/windows-7-bug-affecting-subversion/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 19:33:17 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Hotfix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=621</guid>
		<description>There is a bug on Windows 7 (and Windows Server 2008 R2) that relates to corrupted files error messages and affects several SVN&amp;#8217;s operations (like commit and update). The detailed error message you can get is something similar to: svn: Can't move '[repo]\.svn\tmp\entries' to '[repo]\.svn\entries': The file or directory is corrupted and unreadable. And you [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/TukJ_J1GB-g" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/06/windows-7-bug-affecting-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/06/windows-7-bug-affecting-subversion/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=windows-7-bug-affecting-subversion</feedburner:origLink></item>
		<item>
		<title>Forbid access to svn directories on Apache Web Server</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/myRJPpORppw/</link>
		<comments>http://yorch.org/2010/05/forbid-access-to-svn-directories-on-apache-web-server/#comments</comments>
		<pubDate>Sat, 29 May 2010 00:48:40 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=616</guid>
		<description>Using Subversion to deploy and maintain updated web applications like WordPress, Joomla or even your development on a web server is very handy. One of the downsides I have found to this solution is that your web root will have hidden .svn directories all over the place (one per each directory on your application). This directories will not [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/myRJPpORppw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/05/forbid-access-to-svn-directories-on-apache-web-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/05/forbid-access-to-svn-directories-on-apache-web-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=forbid-access-to-svn-directories-on-apache-web-server</feedburner:origLink></item>
		<item>
		<title>Resolving troubleshooting with Munin</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/rCtk60Tbj6E/</link>
		<comments>http://yorch.org/2010/04/resolving-troubleshooting-with-munin/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:54:49 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Munin]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=596</guid>
		<description>This are some problems that you may encounter after installing Munin: Apache modules are not tracking, so they are not showing statistics, you may want to check Munin logs (specifically /var/log/munin/munin-node.log) to see what is going on. If you got something like Can&amp;#8217;t locate object method &amp;#8220;new&amp;#8221; via package &amp;#8220;LWP::UserAgent&amp;#8221;, you need to install the [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/rCtk60Tbj6E" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/04/resolving-troubleshooting-with-munin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/04/resolving-troubleshooting-with-munin/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=resolving-troubleshooting-with-munin</feedburner:origLink></item>
		<item>
		<title>Install Munin on Ubuntu Server</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/cSIa1iW2euA/</link>
		<comments>http://yorch.org/2010/04/install-munin-on-ubuntu-server/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 15:35:11 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Munin]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=587</guid>
		<description>Munin is a small tool for monitoring resources on servers. I think it is very useful, specially on small VPS, that needs to save resources. Reports are written as HTML files, so we will need a Web Server like Apache to see this reports. First, we install it and add some extra plugins: $ sudo [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/cSIa1iW2euA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/04/install-munin-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/04/install-munin-on-ubuntu-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-munin-on-ubuntu-server</feedburner:origLink></item>
		<item>
		<title>Install VirtualBox Guest Additions on Ubuntu Server</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/Waw8FcFzOdY/</link>
		<comments>http://yorch.org/2010/04/install-virtualbox-guest-additions-on-ubuntu-server/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 04:19:09 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[NTP]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=582</guid>
		<description>On my work, I have a box with WinXP, running Virtual Box as a host, and a Ubuntu Server 9.10 box as a guest. My problem is that the firewall on the corporate network does not allow Ubuntu to update the date and time against any NTP server (like pool.ntp.org or ntp.ubuntu.com). So, I need [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/Waw8FcFzOdY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/04/install-virtualbox-guest-additions-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/04/install-virtualbox-guest-additions-on-ubuntu-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-virtualbox-guest-additions-on-ubuntu-server</feedburner:origLink></item>
		<item>
		<title>Configuring a Linux Server – Part 1: Sudoer user and SSH</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/NQHH1dbyhCc/</link>
		<comments>http://yorch.org/2010/03/configuring-a-linux-server-part-1-sudoer-user-and-ssh/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 00:34:36 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Sudo]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=575</guid>
		<description>This will be a series of posts about configuring a Linux server (I&amp;#8217;m working with Ubuntu, but should work with minor changes with other distributions), mainly because I have done this several times now by reviewing different websites and blogs, so I wanted to do a guide that works for me (and maybe for others [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/NQHH1dbyhCc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/03/configuring-a-linux-server-part-1-sudoer-user-and-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/03/configuring-a-linux-server-part-1-sudoer-user-and-ssh/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=configuring-a-linux-server-part-1-sudoer-user-and-ssh</feedburner:origLink></item>
		<item>
		<title>Nullmailer keeps trying to send unsuccessful mails on Ubuntu</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/VWz4bTNQCJY/</link>
		<comments>http://yorch.org/2010/02/nullmailer-keeps-trying-to-send-unsuccessful-mails-on-ubuntu/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 05:33:07 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[Wireshark]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=567</guid>
		<description>I have noticed that my Ubuntu box is lately always trying to reach a SMTP server (detected through Wireshark tool). After reviewing the list of running processes that contains the word mail (running ps aux &amp;#124; grep mail on console), I found a couple of them called Nullmailer that seems the responsible of that and indeed, [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/VWz4bTNQCJY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/02/nullmailer-keeps-trying-to-send-unsuccessful-mails-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/02/nullmailer-keeps-trying-to-send-unsuccessful-mails-on-ubuntu/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=nullmailer-keeps-trying-to-send-unsuccessful-mails-on-ubuntu</feedburner:origLink></item>
		<item>
		<title>Configure Clientexec to send mail using Google Apps</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/TN5uWO9j7Q0/</link>
		<comments>http://yorch.org/2010/02/configure-clientexec-to-send-mail-using-google-apps/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 03:56:55 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Clientexec]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=562</guid>
		<description>If you use Clientexec as your hosting company&amp;#8217;s management and support web application, and Google Apps for your emailing (or even just GMail), then, it is possible to configure Clientexec to send mails through Google SMTP server. Unfortunately, it is not straightforward because the default Clientexec SMTP mailer (at least until 3.2.3 version of this software) [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/TN5uWO9j7Q0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/02/configure-clientexec-to-send-mail-using-google-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/02/configure-clientexec-to-send-mail-using-google-apps/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=configure-clientexec-to-send-mail-using-google-apps</feedburner:origLink></item>
		<item>
		<title>Even pigeons ride the subway on Toronto</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/G5cfVPAVOH4/</link>
		<comments>http://yorch.org/2010/02/even-pigeons-ride-the-subway-on-toronto/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 18:44:59 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[Subway]]></category>
		<category><![CDATA[Toronto]]></category>
		<category><![CDATA[TTC]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=558</guid>
		<description>http://www.youtube.com/watch?v=75-ZWi422gg&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/G5cfVPAVOH4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/02/even-pigeons-ride-the-subway-on-toronto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/02/even-pigeons-ride-the-subway-on-toronto/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=even-pigeons-ride-the-subway-on-toronto</feedburner:origLink></item>
		<item>
		<title>Instalar nuevos locales en Ubuntu</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/CiEzrwn1X5U/</link>
		<comments>http://yorch.org/2010/02/instalar-nuevos-locales-en-ubuntu/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 18:52:45 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Locales]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=551</guid>
		<description>Durante la migración de la web de DeChalaca desde el servicio Grid-Service de MediaTemple hacia un nuevo VPS, el último punto que quedó por resolver fue que las fechas en la web se mostraban en inglés (aunque el Joomla estaba configurado para que lo hagan en español). El problema era que el servidor, un flamante [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/CiEzrwn1X5U" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/02/instalar-nuevos-locales-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/02/instalar-nuevos-locales-en-ubuntu/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=instalar-nuevos-locales-en-ubuntu</feedburner:origLink></item>
		<item>
		<title>Convertir un IList en un Array</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/21rlWz2lY80/</link>
		<comments>http://yorch.org/2010/01/convertir-un-ilist-en-un-array/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 23:27:33 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[IList]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=547</guid>
		<description>Existen algunas formas de hacerlo, acá les dejo un par. Primera forma: //list es del tipo IList ArrayList arr = new ArrayList&amp;#40;list&amp;#41;; Item&amp;#91;&amp;#93; items = &amp;#40;Item&amp;#91;&amp;#93;&amp;#41;arr.ToArray&amp;#40;typeof&amp;#40;Item&amp;#41;&amp;#41;; Otra forma: Item&amp;#91;&amp;#93; items = new Item&amp;#91;list.Count&amp;#93;; list.CopyTo&amp;#40;items, 0&amp;#41;;&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/21rlWz2lY80" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/01/convertir-un-ilist-en-un-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/01/convertir-un-ilist-en-un-array/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=convertir-un-ilist-en-un-array</feedburner:origLink></item>
		<item>
		<title>Determinar la versión exacta del SQL Server</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/u0o7Qq4YBkQ/</link>
		<comments>http://yorch.org/2010/01/determinar-la-version-exacta-del-sql-server/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 15:03:48 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=542</guid>
		<description>Para determinar cuál es la versión exacta de un servidor SQL Server (ya sea 2000, 2005 ó 2008), basta con ejecutar la siguiente consulta: SELECT SERVERPROPERTY&amp;#40;'productversion'&amp;#41;, SERVERPROPERTY&amp;#40;'productlevel'&amp;#41;, SERVERPROPERTY&amp;#40;'edition'&amp;#41; En mi caso, la consulta me devuelve algo como esto: 9.00.3080.00 SP2 Developer Edition Para versiones anteriores de SQL Server, podemos utilizar esta otra consulta: SELECT @@VERSION [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/u0o7Qq4YBkQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2010/01/determinar-la-version-exacta-del-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2010/01/determinar-la-version-exacta-del-sql-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=determinar-la-version-exacta-del-sql-server</feedburner:origLink></item>
		<item>
		<title>Reinstalar Grub luego de instalar Windows</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/27z9PiK0E_Y/</link>
		<comments>http://yorch.org/2009/12/reinstalar-grub-luego-de-instalar-windows/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 02:15:19 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Grub2]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=528</guid>
		<description>Luego de haber instalado Windows 7 hace algunos meses, en un equipo donde tenía tanto el Windows XP como Ubuntu 9.04, quedó inaccesible este último. Esto debido a que el instalador de Windows no reconoce otro sistema operativo que no sea propio de Microsoft (a diferencia de Linux). Se debe tomar en cuenta NO utilizar [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/27z9PiK0E_Y" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2009/12/reinstalar-grub-luego-de-instalar-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2009/12/reinstalar-grub-luego-de-instalar-windows/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=reinstalar-grub-luego-de-instalar-windows</feedburner:origLink></item>
		<item>
		<title>Quitar una cadena de texto de muchos registros usando SQL</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/w5_Wq3bk-XU/</link>
		<comments>http://yorch.org/2009/12/quitar-una-cadena-de-texto-de-muchos-registros-usando-sql/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 00:41:37 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[REPLACE]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[UPDATE]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=530</guid>
		<description>En una aplicación en la que estoy trabajando, surgió la necesidad de actualizar muchos registros de la base de datos, específicamente, lo que necesitaba era quitar un texto común dentro de un mismo campo para muchos registros. Para ser más explícito, tenía algo como esto dentro de una tabla en la base de datos: id [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/w5_Wq3bk-XU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2009/12/quitar-una-cadena-de-texto-de-muchos-registros-usando-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2009/12/quitar-una-cadena-de-texto-de-muchos-registros-usando-sql/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=quitar-una-cadena-de-texto-de-muchos-registros-usando-sql</feedburner:origLink></item>
		<item>
		<title>Miles, bueno, mil íconos web gratuitos</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/hzLL3VwzQq0/</link>
		<comments>http://yorch.org/2009/11/miles-bueno-mil-iconos-web-gratuitos/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 21:17:02 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Iconos]]></category>
		<category><![CDATA[Icons]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=523</guid>
		<description>FatCow nos ofrece un paquete con 1000 íconos web llamado Farm-Fresh para utilizar en nuestras aplicaciones y sitios web. Podemos descargarlo gratuitamente ya que tiene la licencia Creative Commons Attribution 3.0 License, lo que significa que podemos usarlos para cualquier propósito (open source, privado o comercial) con solo mencionarlo en los créditos. Puedes bajarlos desde acá. [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/hzLL3VwzQq0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2009/11/miles-bueno-mil-iconos-web-gratuitos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2009/11/miles-bueno-mil-iconos-web-gratuitos/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=miles-bueno-mil-iconos-web-gratuitos</feedburner:origLink></item>
		<item>
		<title>SpeedCrunch, un buen reemplazo para la calculadora de Windows, e incluso de Linux.. y si, de Mac también</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/6AFp5l89zI4/</link>
		<comments>http://yorch.org/2009/11/speedcrunch-un-buen-reemplazo-para-la-calculadora-de-windows-e-incluso-de-linux-y-si-de-mac-tambien/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 21:03:28 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple Mac OS]]></category>
		<category><![CDATA[Calc]]></category>
		<category><![CDATA[Calculadora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SpeedCrunch]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=520</guid>
		<description>SpeedCrunch es una aplicación de escritorio bastante interesante, ya que es una calculadora muy completa y con características que la hacen muy práctica, por ejemplo: Histórico de las últimas operaciones y resultados. Hasta 50 decimales (bueno, creo que yo nunca he usado más de 6, como mucho). Permite utilizar variables (ilimitadamente, o bueno, hasta que [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/6AFp5l89zI4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2009/11/speedcrunch-un-buen-reemplazo-para-la-calculadora-de-windows-e-incluso-de-linux-y-si-de-mac-tambien/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2009/11/speedcrunch-un-buen-reemplazo-para-la-calculadora-de-windows-e-incluso-de-linux-y-si-de-mac-tambien/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=speedcrunch-un-buen-reemplazo-para-la-calculadora-de-windows-e-incluso-de-linux-y-si-de-mac-tambien</feedburner:origLink></item>
		<item>
		<title>Quitar todos los directorios .svn de una copia de trabajo de Subversion</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/t3qFEIprAIc/</link>
		<comments>http://yorch.org/2009/10/quitar-todos-los-directorios-svn-de-una-copia-de-trabajo-de-subversion/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 12:46:24 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=518</guid>
		<description>Hace un rato me vi en la necesidad de borrar todos los directorios .svn (aquellos que coloca Subversion en cada directorio de nuestra copia de trabajo para llevar el control de cambios). El problema era que esta copia de trabajo tiene una estructura de directorios bastante extensa, por lo que hacerlo manualmente no era una [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/t3qFEIprAIc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2009/10/quitar-todos-los-directorios-svn-de-una-copia-de-trabajo-de-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2009/10/quitar-todos-los-directorios-svn-de-una-copia-de-trabajo-de-subversion/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=quitar-todos-los-directorios-svn-de-una-copia-de-trabajo-de-subversion</feedburner:origLink></item>
		<item>
		<title>La frase geek del día</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/QpMqM5EToGg/</link>
		<comments>http://yorch.org/2009/09/la-frase-geek-del-dia-4/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 22:40:45 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Frase del Día]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=515</guid>
		<description>I would love to change the world, but they won&amp;#8217;t give me the source code.&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/QpMqM5EToGg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2009/09/la-frase-geek-del-dia-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2009/09/la-frase-geek-del-dia-4/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=la-frase-geek-del-dia-4</feedburner:origLink></item>
		<item>
		<title>La frase geek del día</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/3IUA8rzbtEs/</link>
		<comments>http://yorch.org/2009/09/la-frase-geek-del-dia-3/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 23:52:14 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Frase del Día]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=513</guid>
		<description>1f u c4n r34d th1s u r34lly n33d t0 g37 l41d&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/3IUA8rzbtEs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2009/09/la-frase-geek-del-dia-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2009/09/la-frase-geek-del-dia-3/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=la-frase-geek-del-dia-3</feedburner:origLink></item>
		<item>
		<title>Vulnerabilidad en WordPress 2.8</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/ilKamUYwIPI/</link>
		<comments>http://yorch.org/2009/08/vulnerabilidad-en-wordpress-2-8/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 22:46:49 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[Vulnerabilidad]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress 2.8]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=507</guid>
		<description>Ayer se encontró una vulnerabilidad en WordPress (hasta la versión 2.8.3) que permite al atacante resetear la contraseña del usuario administrador sin ninguna confirmación o autenticación (generar automáticamente una nueva contraseña y enviarla a la cuenta de correo de dicho usuario). Si bien esto no implica que el atancante obtenga acceso a WP, puede causar [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/ilKamUYwIPI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2009/08/vulnerabilidad-en-wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2009/08/vulnerabilidad-en-wordpress-2-8/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=vulnerabilidad-en-wordpress-2-8</feedburner:origLink></item>
		<item>
		<title>Como hacer un sitio web rentable</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/yRTyaEx6DW4/</link>
		<comments>http://yorch.org/2009/08/como-hacer-un-sitio-web-rentable/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 17:01:58 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Rentable]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=503</guid>
		<description>Mientras buscaba tips sobre como colocar mejor los anuncios de publicidad (por ejemplo, los Google AdSense), encontré este link con 6 episodios en video (en inglés) sobre como hacer rentable un sitio web. Están muy buenos. Estos son los episodios: Be the Master of Your Own Domain! Hook Up With a Web Host Why WordPress [...]&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/yRTyaEx6DW4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2009/08/como-hacer-un-sitio-web-rentable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2009/08/como-hacer-un-sitio-web-rentable/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=como-hacer-un-sitio-web-rentable</feedburner:origLink></item>
		<item>
		<title>Excelente video a favor del respeto al discapacitado</title>
		<link>http://feedproxy.google.com/~r/yorch/~3/ZmeaEAhCx2A/</link>
		<comments>http://yorch.org/2009/08/excelente-video-a-favor-del-respeto-al-discapacitado/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 20:31:40 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Discapacitados]]></category>
		<category><![CDATA[Perú]]></category>
		<category><![CDATA[Respeto]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=498</guid>
		<description>httpv://www.youtube.com/watch?v=KZe3byizbGc&lt;img src="http://feeds.feedburner.com/~r/yorch/~4/ZmeaEAhCx2A" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://yorch.org/2009/08/excelente-video-a-favor-del-respeto-al-discapacitado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yorch.org/2009/08/excelente-video-a-favor-del-respeto-al-discapacitado/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=excelente-video-a-favor-del-respeto-al-discapacitado</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 3.108 seconds -->

