<?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>Jorge Martinez de Salinas &#187; cool sw</title>
	<atom:link href="http://www.jorgemarsal.com/blog/category/cool-sw/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jorgemarsal.com/blog</link>
	<description>Random thoughts</description>
	<lastBuildDate>Sat, 03 Jul 2010 11:45:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Verilog plugin for Eclipse</title>
		<link>http://www.jorgemarsal.com/blog/2009/10/11/verilog-plugin-for-eclipse/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/10/11/verilog-plugin-for-eclipse/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 09:35:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SW development]]></category>
		<category><![CDATA[cool sw]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[veditor]]></category>
		<category><![CDATA[verilog]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/10/11/verilog-plugin-for-eclipse/</guid>
		<description><![CDATA[If you are going to develop Verilog/VHDL code using eclipse I&#8217;ve got good news for you. Veditor provides a nice environment to work with Verilog. To install it click Help->Install new software. The repository URL is at: http://veditor.sourceforge.net/update Be sure to uncheck Group items by category, otherwise Veditor won&#8217;t show up.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/10/11/verilog-plugin-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage VMware virtual machines from the command line</title>
		<link>http://www.jorgemarsal.com/blog/2009/09/11/manage-vmware-virtual-machines-from-the-command-line/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/09/11/manage-vmware-virtual-machines-from-the-command-line/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 10:40:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cool sw]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[start stop]]></category>
		<category><![CDATA[vmware workstation]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/09/11/manage-vmware-virtual-machines-from-the-command-line/</guid>
		<description><![CDATA[To control VMware Workstation Virtual Machines from the command line use the vmrun utility. For instance, to stop a running virtual machine use this command: # vmrun stop myvm.vmx For a comprehensive guide on vmrun take a look at this document.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/09/11/manage-vmware-virtual-machines-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send mail from the command line on Mac OSX</title>
		<link>http://www.jorgemarsal.com/blog/2009/09/02/send-mail-from-the-command-line-on-mac-osx/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/09/02/send-mail-from-the-command-line-on-mac-osx/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 14:55:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[cool sw]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mail bombing]]></category>
		<category><![CDATA[mutt]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/09/02/send-mail-from-the-command-line-on-mac-osx/</guid>
		<description><![CDATA[I&#8217;ll be using my Gmail account to send mail. The first step is to configure the local Postfix server as a relay. Edit /etc/postfix/main.cf: sudo vim /etc/postfix/main.cf Search for a &#8220;relayhost=&#8221; line and add the following after it: relayhost = smtp.gmail.com:587 smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = smtp_sasl_local_domain = yourdomain.com #smtpd_sasl_application_name = smtpd [...]]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/09/02/send-mail-from-the-command-line-on-mac-osx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mac OSX Preview, merge, crop, delete, add blank PDF pages</title>
		<link>http://www.jorgemarsal.com/blog/2009/08/09/mac-osx-preview-merge-crop-delete-add-blank-pdf-pages/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/08/09/mac-osx-preview-merge-crop-delete-add-blank-pdf-pages/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 14:34:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cool sw]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[blank pages]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[preview]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/08/09/mac-osx-preview-merge-crop-delete-add-blank-pdf-pages/</guid>
		<description><![CDATA[To merge and/or remove PDF pages we need the sidebar so press the sidebar button (see first figure). You can switch from thumbnails to table of contents from the button located at the bottom right corner (see second figure). Merge PDFs. Open the first PDF and then just drag &#38; drop the second PDF to [...]]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/08/09/mac-osx-preview-merge-crop-delete-add-blank-pdf-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dictionary Tooltip, on-the-fly word translations while reading web pages</title>
		<link>http://www.jorgemarsal.com/blog/2009/07/17/dictionary-tooltip-on-the-fly-word-translations-while-reading-web-pages/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/07/17/dictionary-tooltip-on-the-fly-word-translations-while-reading-web-pages/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 11:00:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cool sw]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[word translation]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/07/17/dictionary-tooltip-on-the-fly-word-translations-while-reading-web-pages/</guid>
		<description><![CDATA[Dictionary Tooltip is a Firefox Addon that displays on-the-fly word translations in a small tooltip on the same page you&#8217;re reading. Working with Dictionary Tooltip is very easy. You just have to double-click on a word and you instantly get the definition for that word (or its translation to another language). Dictionary Tooltip comes with [...]]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/07/17/dictionary-tooltip-on-the-fly-word-translations-while-reading-web-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Doxygen Latex and encoding problems</title>
		<link>http://www.jorgemarsal.com/blog/2009/07/14/visual-studio-doxygen-latex-and-encoding-problems/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/07/14/visual-studio-doxygen-latex-and-encoding-problems/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 12:06:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cool sw]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[doxygen]]></category>
		<category><![CDATA[encoding problems]]></category>
		<category><![CDATA[hexadecimal editor]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/07/14/visual-studio-doxygen-latex-and-encoding-problems/</guid>
		<description><![CDATA[Today I tried to extract documentation from source code programmed in Visual Studio using doxygen. The Latex document didn&#8217;t compile correctly because of encoding problems. Googling for a solution I&#8217;ve discovered that Visual Studio may include some strange characters in the saved files. To fix the files I&#8217;d recommend using an Hexadecimal Editor. In my [...]]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/07/14/visual-studio-doxygen-latex-and-encoding-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google announces Google Chrome OS</title>
		<link>http://www.jorgemarsal.com/blog/2009/07/08/google-announces-google-chrome-os/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/07/08/google-announces-google-chrome-os/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 08:17:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cool sw]]></category>
		<category><![CDATA[google chrome os]]></category>
		<category><![CDATA[google world domination]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/07/08/google-announces-google-chrome-os/</guid>
		<description><![CDATA[<p>Google announces Google Chrome OS.</p>
]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/07/08/google-announces-google-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save disk space on Mac OSX Leopard</title>
		<link>http://www.jorgemarsal.com/blog/2009/07/05/save-disk-space-on-mac-osx-leopard/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/07/05/save-disk-space-on-mac-osx-leopard/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 10:14:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cool sw]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[disk space]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/07/05/save-disk-space-on-mac-osx-leopard/</guid>
		<description><![CDATA[<p>How to save a great amount of disk space on Mac Leopard with Xslimmer.</p>
]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/07/05/save-disk-space-on-mac-osx-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video streaming with VLC</title>
		<link>http://www.jorgemarsal.com/blog/2009/07/02/video-streaming-with-vlc/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/07/02/video-streaming-with-vlc/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 08:20:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[cool sw]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/07/02/video-streaming-with-vlc/</guid>
		<description><![CDATA[This post explains how to stream video with VLC from the console.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/07/02/video-streaming-with-vlc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Complete Backup Solution</title>
		<link>http://www.jorgemarsal.com/blog/2009/06/24/wordpress-backup/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/06/24/wordpress-backup/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 22:05:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[cool sw]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-db-backup]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/06/24/wordpress-backup/</guid>
		<description><![CDATA[How to backup your WordPress installation (database + files). Also how to restore the backup.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/06/24/wordpress-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
