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

<channel>
	<title>Yameveo</title>
	<atom:link href="http://www.yameveo.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yameveo.com</link>
	<description>Software development blog</description>
	<lastBuildDate>Fri, 16 Dec 2011 09:46:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Simple script to add a new Virtual Host on Mac OSX</title>
		<link>http://www.yameveo.com/unix/simple-script-to-add-a-new-virtual-host-on-mac-osx</link>
		<comments>http://www.yameveo.com/unix/simple-script-to-add-a-new-virtual-host-on-mac-osx#comments</comments>
		<pubDate>Thu, 23 Jun 2011 14:41:09 +0000</pubDate>
		<dc:creator>Andrea De Pirro</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[virtual host]]></category>

		<guid isPermaLink="false">http://www.yameveo.com/?p=225</guid>
		<description><![CDATA[Ideally when you develop a lot of websites on a local machine on OSX you have to create a virtual host for each website. Below we will describe a really simple script to do this boring operation automatically. Firstly a simple control to remember you have to choose a host name: #!/bin/sh if [ $# [...]]]></description>
		<wfw:commentRss>http://www.yameveo.com/unix/simple-script-to-add-a-new-virtual-host-on-mac-osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to execute remote ssh commands without interactive password</title>
		<link>http://www.yameveo.com/unix/execute-remote-ssh-commands</link>
		<comments>http://www.yameveo.com/unix/execute-remote-ssh-commands#comments</comments>
		<pubDate>Fri, 04 Feb 2011 14:28:08 +0000</pubDate>
		<dc:creator>Andrea De Pirro</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[gnome-terminal]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[sshpass]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.yameveo.com/?p=206</guid>
		<description><![CDATA[When you manage a lot of remote machines sometimes you need to write scripts to automate commands to be executed or open multiple shells to look at logs. For security reasons SSH doesn&#8217;t give you a -p option to set a password to launch a session, but this can be circumvented with a command line [...]]]></description>
		<wfw:commentRss>http://www.yameveo.com/unix/execute-remote-ssh-commands/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternative PHP Cache (APC)</title>
		<link>http://www.yameveo.com/development/php/alternative-php-cache-apc</link>
		<comments>http://www.yameveo.com/development/php/alternative-php-cache-apc#comments</comments>
		<pubDate>Fri, 23 Oct 2009 07:05:25 +0000</pubDate>
		<dc:creator>Andrea De Pirro</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[opcode]]></category>

		<guid isPermaLink="false">http://www.yameveo.com/?p=180</guid>
		<description><![CDATA[The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. Intermediate code is the internal memory structures produced during compilation that are fed into the executor. APC increases the performance of PHP scripts [...]]]></description>
		<wfw:commentRss>http://www.yameveo.com/development/php/alternative-php-cache-apc/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Export tables from MS-Access to Mysql</title>
		<link>http://www.yameveo.com/database/export-tables-from-ms-access-to-mysql</link>
		<comments>http://www.yameveo.com/database/export-tables-from-ms-access-to-mysql#comments</comments>
		<pubDate>Wed, 30 Sep 2009 18:00:20 +0000</pubDate>
		<dc:creator>Enrico Aillaud</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MS-Access]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.yameveo.com/?p=135</guid>
		<description><![CDATA[Note: The following guide was tested on WindowsXP, MS-Access 2007, Mysql ODBC connector 5.1 Prerequisites: Mysql and MS-Access installed in your localhost Sometimes could happens that we are not familiar with some tools, in this case I was not familiar with MS-Access and I needed to export a table I need from Access to Mysql. [...]]]></description>
		<wfw:commentRss>http://www.yameveo.com/database/export-tables-from-ms-access-to-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rollback to previous version with Tortoise SVN</title>
		<link>http://www.yameveo.com/development/tortoise-svn/rollback-to-previous-version-with-tortoise-svn</link>
		<comments>http://www.yameveo.com/development/tortoise-svn/rollback-to-previous-version-with-tortoise-svn#comments</comments>
		<pubDate>Wed, 30 Sep 2009 17:32:41 +0000</pubDate>
		<dc:creator>Enrico Aillaud</dc:creator>
				<category><![CDATA[Tortoise SVN]]></category>
		<category><![CDATA[rollback]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[Tortoise]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.yameveo.com/?p=159</guid>
		<description><![CDATA[How to rollback to a previous SVN version with TortoiseSVN Update the repository Right click on your local repository and in the TortoiseSVN options select the Merge one In the new window select the option Merge a range of revisions and click next Edit the option URL to merge from with the address of the [...]]]></description>
		<wfw:commentRss>http://www.yameveo.com/development/tortoise-svn/rollback-to-previous-version-with-tortoise-svn/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TYPO3 on Windows localhost with Subversion and XDebug</title>
		<link>http://www.yameveo.com/development/typo3/typo3-on-windows-localhost-with-subversion-and-xdebug</link>
		<comments>http://www.yameveo.com/development/typo3/typo3-on-windows-localhost-with-subversion-and-xdebug#comments</comments>
		<pubDate>Wed, 30 Sep 2009 16:43:51 +0000</pubDate>
		<dc:creator>Enrico Aillaud</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Junction]]></category>
		<category><![CDATA[mys]]></category>
		<category><![CDATA[PhpDesigner2008]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[Tortoise]]></category>
		<category><![CDATA[XDebug]]></category>

		<guid isPermaLink="false">http://www.yameveo.com/?p=157</guid>
		<description><![CDATA[SVN Client side Prerequisites: a remote svn repository with all your typo3 sources. Download TortoiseSVN at http://tortoisesvn.net/downloads Clicking on the file saved will automatically install the SVN client on the windows environment. Download XAMPP at http://www.apachefriends.org/en/xampp-windows.html Click on the saved file and an icon will ask where to extract the files; extract them to c:\Program [...]]]></description>
		<wfw:commentRss>http://www.yameveo.com/development/typo3/typo3-on-windows-localhost-with-subversion-and-xdebug/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Awstats installation on Red Hat 5.3</title>
		<link>http://www.yameveo.com/unix/awstats-installation-on-red-hat-5</link>
		<comments>http://www.yameveo.com/unix/awstats-installation-on-red-hat-5#comments</comments>
		<pubDate>Mon, 07 Sep 2009 19:16:59 +0000</pubDate>
		<dc:creator>Enrico Aillaud</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Awstats]]></category>
		<category><![CDATA[Crontab]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.yameveo.com/?p=79</guid>
		<description><![CDATA[System requirements: A Web Server which must have access to log file had to analyse PERL Steps for installing awstats Download the latest stable awstat source code (tar.gz) from: http://sourceforge.net/projects/awstats/files/ and save it in a folder (i.e. /home/awstats) Go in the /home/awstat folder and uncompress the tar.gz file with the following command: #tar xvf awstats-6.9.tar.gz [...]]]></description>
		<wfw:commentRss>http://www.yameveo.com/unix/awstats-installation-on-red-hat-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert Squid log file to Apache format in order to use Awstats</title>
		<link>http://www.yameveo.com/unix/how-to-convert-squid-log-file-to-apache-format</link>
		<comments>http://www.yameveo.com/unix/how-to-convert-squid-log-file-to-apache-format#comments</comments>
		<pubDate>Thu, 03 Sep 2009 21:04:17 +0000</pubDate>
		<dc:creator>Enrico Aillaud</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Awstats]]></category>
		<category><![CDATA[Squid]]></category>

		<guid isPermaLink="false">http://blog.duallia.com/?p=64</guid>
		<description><![CDATA[The following guide is the result of a problem I met while trying to analyze old Squid files log with Awstats. The problem was that the Squid option to write the log format in HTTPD common log file format was disabled and so it was impossible analyzed all previous Squid log files. So I post [...]]]></description>
		<wfw:commentRss>http://www.yameveo.com/unix/how-to-convert-squid-log-file-to-apache-format/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading Prestashop with rsync and SVN</title>
		<link>http://www.yameveo.com/development/prestashop/upgrading-prestashop-with-rsync-and-svn</link>
		<comments>http://www.yameveo.com/development/prestashop/upgrading-prestashop-with-rsync-and-svn#comments</comments>
		<pubDate>Fri, 21 Aug 2009 14:02:35 +0000</pubDate>
		<dc:creator>Andrea De Pirro</dc:creator>
				<category><![CDATA[Prestashop]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://dev.duallia.com/blog/?p=3</guid>
		<description><![CDATA[Upgrading prestashop core is pretty straightforward, but when you have to deal with SVN metafiles some issues could arise. Normally you can follow instructions given by Prestashop authors, but we have to add some simple steps. First of all you have to install rsync (is installed by default in every unix distribution, including Mac OS [...]]]></description>
		<wfw:commentRss>http://www.yameveo.com/development/prestashop/upgrading-prestashop-with-rsync-and-svn/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

