<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>How To ...</title>
	<link>http://howto.tawaret.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 May 2011 08:53:25 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.3" -->

	<item>
		<title>SCJP resources</title>
		<description><![CDATA[A collection of resources, information, examples, compilation of topics and some cheat sheets for preparation for java certification SCJP. For example here is the link for the Java collection cheat sheet.]]></description>
		<link>http://howto.tawaret.com/scjp-resources/</link>
			</item>
	<item>
		<title>Extract pages from pdf file</title>
		<description><![CDATA[The pdftk (PDF Toolkit) can be used for that: pdftk A=input.pdf cat A106-111  output o.pdf It&#8217;s possible also to split file, merge files, rotate pages and so on&#8230; See more examples here.]]></description>
		<link>http://howto.tawaret.com/extract-pages-from-pdf-file/</link>
			</item>
	<item>
		<title>How to add picture watermark in batch</title>
		<description><![CDATA[mogrify -font /usr/share/fonts/truetype/msttcorefonts/Arial_Black.ttf pointsize 22 -verbose -draw &#8220;gravity south fill black text 0,33 &#8216;Focused On The Unfocused&#8217; fill white text 1,32 &#8216;Focused On The Unfocused&#8217; &#8221; *.jpg source]]></description>
		<link>http://howto.tawaret.com/how-to-add-picture-watermark-in-batch/</link>
			</item>
	<item>
		<title>linux &#8211; find files inside zips</title>
		<description><![CDATA[How to locate a file inside a zip file or inside a jar file: find . -name &#8220;*jar&#8221; -exec unzip -l {} \; &#124; grep persistence.xml]]></description>
		<link>http://howto.tawaret.com/linux-find-files-inside-zips/</link>
			</item>
	<item>
		<title>Eclipse tomcat work and deploy folder location</title>
		<description><![CDATA[workspace\.metadata\.plugins\org.eclipse.wst.server.core\]]></description>
		<link>http://howto.tawaret.com/eclipse-tomcat-work-deployfolder-location/</link>
			</item>
	<item>
		<title>Extend IBM Websphere Trial Period</title>
		<description><![CDATA[How to Extend IBM Websphere Trial Period. This is applicable at least form IBM Webshpere 6.1 and 7. Simple delete the $WAS_HOME/properties/was.license file. When restarting the WAS server, the file will be recreated and the eval period restarts. This avoids full reinstall of the product]]></description>
		<link>http://howto.tawaret.com/extend-ibm-websphere-trial-period/</link>
			</item>
	<item>
		<title>Untar a tar.gz file in php script</title>
		<description><![CDATA[how to untar a tar.gz file in php script &#60;?php system("tar -zxvf filename.tar.gz"); ?&#62;]]></description>
		<link>http://howto.tawaret.com/untar-a-targz-file-in-php-script/</link>
			</item>
	<item>
		<title>Run scripts at startup</title>
		<description><![CDATA[To run scripts or programs at startup on a linux/unix machine. create a sh script in /etc/init.d create a link on rc3.d or rc5.d pointing to the previous created script]]></description>
		<link>http://howto.tawaret.com/run-scripts-at-startup/</link>
			</item>
	<item>
		<title>SeLinux does not Allow Dropbox to work</title>
		<description><![CDATA[SELinux is preventing dropboxd from loading /home/chad/.dropbox-dist/libSDL-1.2.so.0 which requires text relocation. Fix Command: chcon -t textrel_shlib_t '/home/chad/.dropbox-dist/libSDL-1.2.so.0' full fedora bug description here]]></description>
		<link>http://howto.tawaret.com/selinux-does-not-allow-dropbox-to-work/</link>
			</item>
	<item>
		<title>Scrum Cheat Sheet</title>
		<description><![CDATA[download]]></description>
		<link>http://howto.tawaret.com/scrum-cheat-sheet/</link>
			</item>
</channel>
</rss>

