<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Linux, PHP, LAMP, The Web in a blog</title>
	<link>http://www.danieleocchipinti.com/blog-linux-php-lamp-web</link>
	<description>By a Webmaster based in London</description>
	<lastBuildDate>Mon, 06 Dec 2010 14:11:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.2" -->

	<item>
		<title>Android &#8211; how to develop directly on a phone</title>
		<description><![CDATA[There are severe problem with using the Android Emulator on a netbook / mini-laptop. It is much better to use your phone. That&#8217;s it: you develop on Eclipse and run and debug the program directly on your phone. In order &#8230; <a href="http://www.danieleocchipinti.com/blog-linux-php-lamp-web/mobile-dev/android/android-how-to-develop-directly-on-a-phone">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.danieleocchipinti.com/blog-linux-php-lamp-web/mobile-dev/android/android-how-to-develop-directly-on-a-phone</link>
			</item>
	<item>
		<title>Android drawable default icons &#8211; they are free to use</title>
		<description><![CDATA[http://androiddrawableexplorer.appspot.com/]]></description>
		<link>http://www.danieleocchipinti.com/blog-linux-php-lamp-web/mobile-dev/android/android-drawable-default-icons-they-are-free-to-use</link>
			</item>
	<item>
		<title>Android how to read and write files</title>
		<description><![CDATA[http://huuah.com/android-writing-and-reading-files/]]></description>
		<link>http://www.danieleocchipinti.com/blog-linux-php-lamp-web/mobile-dev/android/android-how-to-read-and-write-files</link>
			</item>
	<item>
		<title>Uncompress on the fly when copying a file from a remove location with scp</title>
		<description><![CDATA[Don&#8217;t use scp, do it with ssh: ssh backups@server "cat /home/backups/backup_2010-09-27.tar.gz"&#124; tar zxvf - You can probably use something similar also for: Compress on the fly when copying a file from a remove location with scp]]></description>
		<link>http://www.danieleocchipinti.com/blog-linux-php-lamp-web/linux/linux-command-line/uncompress-on-the-fly-when-copying-a-file-from-a-remove-location-with-scp</link>
			</item>
	<item>
		<title>Setting up an encrypted volume on an external hard drive on CentOS</title>
		<description><![CDATA[Make sure the version of your kernel is 2.6.16 or later with support for device mappers. Please replace XXXXX with the device Linux allocates the driver to (i.e.: /dev/sdc1). Use the dmesg command to find that out. Preparing the volume &#8230; <a href="http://www.danieleocchipinti.com/blog-linux-php-lamp-web/linux/redhat-centos/setting-up-an-encrypted-volume-on-an-external-hard-drive-on-centos">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.danieleocchipinti.com/blog-linux-php-lamp-web/linux/redhat-centos/setting-up-an-encrypted-volume-on-an-external-hard-drive-on-centos</link>
			</item>
	<item>
		<title>Linux bash &#8211; tar tricks</title>
		<description><![CDATA[Change directory: tar xzvf /var/backups/dbserver/dbserver-backup*.tar.gz -C /var/backups/dbserver Specifing the destination file: tar --create -zvPh -f /tmp/backup.tar.gz /usr/local/bin /usr/local /etc/var/spool/cron /var/svn /home/*/.ssh /home/*/.bash*]]></description>
		<link>http://www.danieleocchipinti.com/blog-linux-php-lamp-web/linux/linux-command-line/linux-bash-tar-tricks</link>
			</item>
	<item>
		<title>Implement Selenium tests</title>
		<description><![CDATA[Installing Selenium 1.0 and write tests with PHP _ The documentation is very good: http://seleniumhq.org/docs/ _ Donwload Selenium RC from here: http://seleniumhq.org/download/ _ When you extract it, there will be a directory with the server and a number of directories &#8230; <a href="http://www.danieleocchipinti.com/blog-linux-php-lamp-web/web-development/php/implement-selenium-tests">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.danieleocchipinti.com/blog-linux-php-lamp-web/web-development/php/implement-selenium-tests</link>
			</item>
	<item>
		<title>Using a downloaded package without IDE in Java</title>
		<description><![CDATA[http://stackoverflow.com/questions/4093021/java-using-a-downloaded-package-without-ide]]></description>
		<link>http://www.danieleocchipinti.com/blog-linux-php-lamp-web/java/using-a-downloaded-package-without-ide-in-java</link>
			</item>
	<item>
		<title>CSS selectors optimisation</title>
		<description><![CDATA[From the last chapter of &#8220;Even faster websites&#8221;. CSS selectors are matched right to left (!). That means the rightmost selector should be as less broad as possible: you should avoid * and tags as rightmost selectors. The quickest selectors &#8230; <a href="http://www.danieleocchipinti.com/blog-linux-php-lamp-web/web-development/html-css/css-selectors-optimisation">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.danieleocchipinti.com/blog-linux-php-lamp-web/web-development/html-css/css-selectors-optimisation</link>
			</item>
	<item>
		<title>Ubuntu Linux on Acer Aspire AO751h</title>
		<description><![CDATA[Don&#8217;t use the Ubuntu Netbook Remix but the Desktop version. To fix the monitor resolution: https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo/ Wi-fi should work out of the box]]></description>
		<link>http://www.danieleocchipinti.com/blog-linux-php-lamp-web/linux/debian-ubuntu-kubuntu/ubuntu-linux-on-acer-aspire-ao751h</link>
			</item>
</channel>
</rss>

