<?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>Caneblu.com</title>
	<atom:link href="http://www.caneblu.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caneblu.com</link>
	<description>Solo un altro blog targato WordPress</description>
	<lastBuildDate>Fri, 19 Feb 2010 09:48:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress: permalinks don&#8217;t working</title>
		<link>http://www.caneblu.com/2010/02/wordpress-permalinks-dont-working/</link>
		<comments>http://www.caneblu.com/2010/02/wordpress-permalinks-dont-working/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 09:48:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=134</guid>
		<description><![CDATA[I ran into a stupid problem, by changing the settings for permalinks to a Wordpress (switching the classic PHP request to URL SEO) i get a &#8220;404 error page not found&#8221;. After checking that my apache to have the mod_rewrite enabled and .htaccess file was been created by Wordpress itself, i tried to investigate into the configuration [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into a stupid problem, by changing the settings for permalinks to a <strong>Wordpress</strong> (switching the classic PHP request to URL SEO) i get a &#8220;404 error page not found&#8221;. After checking that my apache to have the <strong>mod_rewrite</strong> enabled and .htaccess file was been created by Wordpress itself, i tried to investigate into the configuration of <strong>Apache.</strong></p>
<p>Actually the configuration of the root directory report the value:<br />
<code>AllowOverride None</code><br />
changed in:<br />
<code>AllowOverride All</code><br />
The problem was solved, but have wasted me  lot of time &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2010/02/wordpress-permalinks-dont-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress: make a short urls</title>
		<link>http://www.caneblu.com/2010/02/wordpress-make-a-short-urls/</link>
		<comments>http://www.caneblu.com/2010/02/wordpress-make-a-short-urls/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 09:42:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=132</guid>
		<description><![CDATA[Today, services like Twitter impose the use of short URL, certainly in the network there are several free services, but if we want something we can use custom Wordpress to create a dedicated service to our blog. The trick is to exploit the demand for each item, calling for his ID stored in the database.
In [...]]]></description>
			<content:encoded><![CDATA[<p>Today, services like Twitter impose the use of short URL, certainly in the network there are several free services, but if we want something we can use custom Wordpress to create a dedicated service to our blog. The trick is to exploit the demand for each item, calling for his ID stored in the database.</p>
<p>In part we can put this piece of HTML code to display a link to &#8220;short&#8221;.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;/?p=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2010/02/wordpress-make-a-short-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress: add Google Buzz button</title>
		<link>http://www.caneblu.com/2010/02/wordpress-add-google-buzz-button/</link>
		<comments>http://www.caneblu.com/2010/02/wordpress-add-google-buzz-button/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 09:24:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=130</guid>
		<description><![CDATA[Google Buzz is now on everyone&#8217;s lips for being anti Facebook situation. It&#8217;s time to exploit this situation to your blog, because the service is heavily oriented social network. Technically Google Buzz is largely integrated into Google Reader, the aggregator of RSS feeds, so we can exploit this relationship to create an appropriate button. You [...]]]></description>
			<content:encoded><![CDATA[<p>Google Buzz is now on everyone&#8217;s lips for being anti Facebook situation. It&#8217;s time to exploit this situation to your blog, because the service is heavily oriented social network. Technically Google Buzz is largely integrated into Google Reader, the aggregator of RSS feeds, so we can exploit this relationship to create an appropriate button. You only have to make sure that in your profile Buzz (above under the heading &#8220;connected sites&#8221;) has been added to Google Reader.</p>
<p>Obviously we must have a basic knowledge of PHP and Wordpress system, but simply add a few lines in the right place, through the WordPress editor (in the Appearance -> Editor).</p>
<p>Here&#8217;s the code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">&lt;a rel=”nofollow” target=”_blank” href=”http://www.google.com/reader/link?url=<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;title=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;snippet=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_excerpt<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;srcURL=<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_settings<span style="color: #009900;">&#40;</span>‘home’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>” Title=”Share this via Google Buzz&gt;&lt;img=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #0000ff;">&quot;&gt;/images/buzz-icon2.gif&quot;</span><span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span> Google Buzz</pre></td></tr></table></div>

<p>Also looking between the various utilities proposed in Google Reader you can add a small clip (bottom of the page under &#8220;Add a clip&#8221;) to your site, where &#8220;share&#8221; show your Buzz&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2010/02/wordpress-add-google-buzz-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress: Disable autosave</title>
		<link>http://www.caneblu.com/2010/02/wordpress-disable-autosave/</link>
		<comments>http://www.caneblu.com/2010/02/wordpress-disable-autosave/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 16:27:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[autosave]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=128</guid>
		<description><![CDATA[One of the nice features that the Ajax has brought with it, is surely the autosave. When we write a new article, a special javascript allows you to save, within a specified timeframe, the draft we have produced. For example we are writing and you lose connection, or for majeure force you must dedicate ourselves [...]]]></description>
			<content:encoded><![CDATA[<p>One of the nice features that the <strong>Ajax</strong> has brought with it, is surely the autosave. When we write a new article, a special <strong>javascript</strong> allows you to save, within a specified timeframe, the draft we have produced. For example we are writing and you lose connection, or for majeure force you must dedicate ourselves to something else, without this handy feature we will be with the &#8220;old&#8221; time-out page and we will have to rewrite everything from scratch. Despite its usefulness, however, there may have needs for which this function is counterproductive.</p>
<p>The developers of <strong>Wordpress</strong> have a far-sighted thinking to specific functions of &#8220;changing the classification&#8221; of some PHP classes. So to disable autosaving you must add a specific function in the file <strong>functions.php</strong> present among the files of your theme.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> disableAutoSave<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#40;</span>wp_deregister_script
    <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'autosave'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#41;</span>
&nbsp;
add_action<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'wp_print_scripts'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'disableAutoSave'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Function wp_deregister precisely intercept the script and disable autosave. If we want to rehabilitate the function we need to delete the lines above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2010/02/wordpress-disable-autosave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress: empty the trash</title>
		<link>http://www.caneblu.com/2010/02/wordpress-empty-the-trash/</link>
		<comments>http://www.caneblu.com/2010/02/wordpress-empty-the-trash/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 16:22:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[recycle bin]]></category>
		<category><![CDATA[trash]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=126</guid>
		<description><![CDATA[From version 2.9 of WordPress you have a Recycle Bin for articles. Definitely a step forward that brings in the dimension of the Wordpress as CMS. Trash is emptied automatically every 30 days, but if you want change this you can do a little touch to the wp-config.php file present in your web root.
Add the [...]]]></description>
			<content:encoded><![CDATA[<p>From version 2.9 of <strong>WordPress</strong> you have a Recycle Bin for articles. Definitely a step forward that brings in the dimension of the Wordpress as CMS. Trash is emptied <strong>automatically every 30 days</strong>, but if you want change this you can do a little touch to the wp-config.php file present in your web root.</p>
<p>Add the line:<br />
<code>define( 'EMPTY_TRASH_DAYS', 15 );</code><br />
where the value 15 are the days that pass from the time when an article ends up in the trash when it is finally eliminated.<br />
And if we want to completely disable the trash? We do this by inserting the value zero</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2010/02/wordpress-empty-the-trash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL backup from command line</title>
		<link>http://www.caneblu.com/2010/02/mysql-backup-from-command-line/</link>
		<comments>http://www.caneblu.com/2010/02/mysql-backup-from-command-line/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 16:17:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=123</guid>
		<description><![CDATA[It may be useful to make a backup of a specific database through the command line. Surely it is easier to use tools like phpMyAdmin, but in case of emergency or because you prefer use the shell, this info is certainly useful. The executable that performs the operation is &#8220;mysqldump&#8221; which is usually installed with [...]]]></description>
			<content:encoded><![CDATA[<p>It may be useful to make a backup of a specific database through the command line. Surely it is easier to use tools like <strong>phpMyAdmin</strong>, but in case of emergency or because you prefer use the shell, this info is certainly useful. The executable that performs the operation is &#8220;<strong>mysqldump</strong>&#8221; which is usually installed with the MySQL server.</p>
<p><code>mysqldump -h localhost -u username -p database_name > database_backup.sql</code></p>
<p>Obviously the parameters changed accordingly, localhost should be fine considering the use of the shell, while database_name username must be adjusted accordingly. After the sign > is the name chosen at your discretion. Once given the command will be prompted for a password to access the database to its content.</p>
<p>Can also directly produce a compressed slightly by changing the syntax as follows:</p>
<p><code>mysqldump -h localhost -u username -p database_name | gzip -9 > database_backup.sql.gz</code></p>
<p>where performs gzip compression (-9 parameter indicates the best compression possible), this is useful if you download the file through the Internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2010/02/mysql-backup-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPN Checkpoint SSL Extender and Windows 7</title>
		<link>http://www.caneblu.com/2009/12/vpn-checkpoint-ssl-extender-and-windows-7/</link>
		<comments>http://www.caneblu.com/2009/12/vpn-checkpoint-ssl-extender-and-windows-7/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 21:50:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[checkpoint]]></category>
		<category><![CDATA[ssl extender]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=120</guid>
		<description><![CDATA[If you have a version of &#8220;old&#8221; Checkpoint, from R71 and before,  with a license Extender SSL (clientless VPN over port 443) certainly will not work under Windows Vista and Windows 7.  The Java client (or ActiveX) will return an error &#8220;failed to load&#8221;.  The problem has been confirmed by Checkpoint itself.
The solution for the new Windows [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a version of &#8220;old&#8221; Checkpoint, from R71 and before,  with a license <strong>Extender SSL </strong>(clientless VPN over port 443) certainly will not work under Windows Vista and <strong>Windows </strong>7.  The Java client (or ActiveX) will return an error &#8220;failed to load&#8221;.  The problem has been confirmed by Checkpoint itself.</p>
<p>The solution for the new Windows operating systems (excluding XP family) is to <a href="http://supportcontent.checkpoint.com/file_download?id=8992#googtrans/it/en" target="_blank">download a small application</a> called <strong>SNEX </strong>that actually goes to update that installed from the web page SSL extender.</p>
<p>However  is possible (obviously for the sys-admin that manages the property Checkpoint) to update the client SNEX the webserver Checkpoint as documented in <a href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;solutionid=sk36681#googtrans/it/en" target="_blank">this</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2009/12/vpn-checkpoint-ssl-extender-and-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome permanently pin tabs</title>
		<link>http://www.caneblu.com/2009/12/google-chrome-permanently-pin-tabs/</link>
		<comments>http://www.caneblu.com/2009/12/google-chrome-permanently-pin-tabs/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 21:44:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=116</guid>
		<description><![CDATA[With version 4 of Google Chrome browser has added a feature that is rather interesting called pin tab. Essentially a tab is iconified as recently seen in videos from Google ChromeOS. This feature is interesting if you want to leave some tabs dormant, such as Gmail. To do so, right-click with your mouse over a tab, and then choose&#8221;Pin [...]]]></description>
			<content:encoded><![CDATA[<p>With version 4 of <a href="http://www.google.com/chrome#googtrans/it/en" target="_blank">Google Chrome</a> browser has added a feature that is rather interesting called <strong>pin tab</strong>. Essentially a tab is iconified as recently seen in videos from <a href="http://www.youtube.com/watch?v=hJ57xzo287U#googtrans/it/en" target="_blank">Google Chrome</a>OS. This feature is interesting if you want to leave some tabs dormant, such as <strong>Gmail. </strong>To do so, right-click with your mouse over a tab, and then choose&#8221;<strong>Pin Tab</strong>&#8220;.</p>
<p>Unfortunately at the time of writing, the beta version 4.0.249, after you close your browser, reopening the tab  fixed there is no trace.</p>
<p>To overcome this problem, make a small change to the link that launches the browser. For example, the Google Chrome on the desktop, just right-click with your mouse, then click Properties. Now in text form called target (ie, the first from top) should look like this:<br />
C: \Users\user\AppData\Local\Google\Chrome\Application\chrome.exe</p>
<p>You just need to add the parameter -<strong>-pinned-tab-count=x</strong> where x is the number of tabs that you want to be fixed at each new opening of browser, followed by the url separated by a single space.</p>
<p>For example if you want to open gmail and reader Add at the end of chrome.exe<br />
<code>--Pinned-tab-count=2 https://mail.google.com/mail http://www.google.com/reader/view/</code></p>
<p>Launch your browser made in Google, and you have the tabs iconificate permeate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2009/12/google-chrome-permanently-pin-tabs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows 7 shortcut keys</title>
		<link>http://www.caneblu.com/2009/11/windows-7-shortcut-keys/</link>
		<comments>http://www.caneblu.com/2009/11/windows-7-shortcut-keys/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 20:38:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[shortcut key]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=114</guid>
		<description><![CDATA[Like older Windows Operating system&#8217;s, Windows Seven also have own shortcut keys. Here&#8217;s the list:

Windows key + left/right arrow:
pin current active window to left/right of monitor.
Windows key + Shift + left/right arrow:
move current active window to left/right monitor, if a second monitor is present.
Windows key + up/down arrow:
maximize (up) or hide (down) the current active [...]]]></description>
			<content:encoded><![CDATA[<p>Like older Windows Operating system&#8217;s, Windows Seven also have own shortcut keys. Here&#8217;s the list:</p>
<ul>
<li>Windows key + left/right arrow:<br />
pin current active window to left/right of monitor.</li>
<li>Windows key + Shift + left/right arrow:<br />
move current active window to left/right monitor, if a second monitor is present.</li>
<li>Windows key + up/down arrow:<br />
maximize (up) or hide (down) the current active window.</li>
<li>Window key + plus (+) or minus (-):<br />
open the zoom native zoom software.</li>
<li>Windows key + home:<br />
maximize or hide, all NON active windows from taskbar.</li>
<li>Windows key + G:<br />
<span style="background-color: #ffffff;">move to top, from desktop, all gadgets.</span></li>
<li><span style="background-color: #ffffff;">Windows key + P:<br />
open the projector software.</span></li>
<li><span style="background-color: #ffffff;">Windows key + Spacebar:<br />
show the desktop until you press the combo.</span></li>
<li><span style="background-color: #ffffff;">Windows key + X:<br />
open the Windows Mobility Center.</span></li>
<li><span style="background-color: #ffffff;">Windows key + 1 (2, 3 etc.)<br />
launch the first (second, etc) program pinned in taskbar.</span></li>
<li><span style="background-color: #ffffff;">Windows key + T:<br />
cycle from all active task in super taskbar mode.</span></li>
<li><span style="background-color: #ffffff;">Ctrl + Shift + click:<br />
launch program in administrator mode. </span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2009/11/windows-7-shortcut-keys/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make a bootable USB key</title>
		<link>http://www.caneblu.com/2009/11/make-a-bootable-usb-key/</link>
		<comments>http://www.caneblu.com/2009/11/make-a-bootable-usb-key/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 20:20:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bootable]]></category>
		<category><![CDATA[stick]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=112</guid>
		<description><![CDATA[Today we had the need to &#8220;burn&#8221; (of course the correct term is &#8220;load&#8221;) an ISO image on a bootable USB stick. The problem was  how to transfer a previously ISO image on a USB key and make it bootable. We found this very interesting project on sourceforge, named  UNetbootin.
This small program in Windows version ( [...]]]></description>
			<content:encoded><![CDATA[<p>Today we had the need to &#8220;burn&#8221; (of course the correct term is &#8220;load&#8221;) an ISO image on a bootable USB stick. The problem was  how to transfer a previously ISO image on a USB key and make it bootable. We found this very interesting project on sourceforge, named  <strong><a href="http://unetbootin.sourceforge.net/">UNetbootin</a></strong>.</p>
<p>This small program in Windows version ( installation is not required) and Linux too, allow to create a bootable stick with an single easy step.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2009/11/make-a-bootable-usb-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
