<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Computer Borders &#187; OS X</title>
	<atom:link href="http://galigio.org/tag/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://galigio.org</link>
	<description>Freeware, Linux and more...</description>
	<lastBuildDate>Fri, 04 May 2012 06:56:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='galigio.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0af89ed5922b8f88d41d0adf5f47563e?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Computer Borders &#187; OS X</title>
		<link>http://galigio.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://galigio.org/osd.xml" title="Computer Borders" />
	<atom:link rel='hub' href='http://galigio.org/?pushpress=hub'/>
		<item>
		<title>Enabling remote desktop on a VirtualBox Machine</title>
		<link>http://galigio.org/2011/02/14/enabling-remote-desktop-on-a-virtualbox-machine/</link>
		<comments>http://galigio.org/2011/02/14/enabling-remote-desktop-on-a-virtualbox-machine/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 01:33:59 +0000</pubDate>
		<dc:creator>galigio</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[Technology and Software]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Linux & OpenSource]]></category>
		<category><![CDATA[Technology News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[Remote Desktop Protocol]]></category>
		<category><![CDATA[Command-line interface]]></category>

		<guid isPermaLink="false">http://galigio.org/?p=1406</guid>
		<description><![CDATA[To enable remote desktop on a VirtualBox machine, you have to follow these steps: VBoxManage modifyvm MachineName -vrdp This command enables rdp on the virtual machine VBoxManage startvm MachineName -type vrdp It starts virtual machine, listening for rdp request on port 3389 (default port) rdesktop-vrdp localhost Connects virtual machine with rdp (You can use rdesktop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=1406&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="VirtualBox" src="http://i119.photobucket.com/albums/o158/galigio/VirtualBox.png" alt="" width="57" height="74" />To enable <a class="zem_slink" title="Remote desktop software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Remote_desktop_software">remote desktop</a> on a <a title="VirtualBox Homepage" href="http://www.virtualbox.org/" target="_blank">VirtualBox</a> machine, you have to follow these steps:<br />
VBoxManage modifyvm MachineName -vrdp<br />
This command enables rdp on the <a class="zem_slink" title="Virtual machine" rel="wikipedia" href="http://en.wikipedia.org/wiki/Virtual_machine">virtual machine</a><br />
VBoxManage startvm MachineName -type vrdp</p>
<p>It starts virtual machine, listening for rdp request on port 3389 (default port)<br />
rdesktop-vrdp localhost</p>
<p>Connects virtual machine with rdp (You can use rdesktop too).<br />
If you want to change rdp port, use this command:<br />
VBoxManage modifyvm MachineName -vrdpport</p>
<p>Also, enabling authentication for rdp is possible:<br />
VBoxManage modifyvm MachineName -vrdpauthtype null | external | guest</p>
<p>VBoxManage is the command line interface of the VirtualBox.<br />
You can make these settings with <a class="zem_slink" title="Graphical user interface" rel="wikipedia" href="http://en.wikipedia.org/wiki/Graphical_user_interface">GUI</a>: Settings -&gt; Remote Display -&gt; Enable VRDP Server<br />
If you want to use your virtual machine with vrdp only, you can use this command simply:<br />
VBoxHeadless -startvm MachineName</p>
<p>Note: RDP server is not included in <a class="zem_slink" title="Open Source" rel="wikinvest" href="http://www.wikinvest.com/concept/Open_Source">Open Source</a> Edition of the VirtualBox. If you want to use this feature, you have to use <a class="zem_slink" title="Proprietary software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Proprietary_software">closed-source</a> edition. <a href="http://www.addthis.com/bookmark.php"><img src="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" alt="AddThis" /></a> <a href="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-Enabling_remote_desktop_on_a_VirtualBox_Machine.mp3"><img src="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" alt="mp3 link" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/galigio.wordpress.com/1406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/galigio.wordpress.com/1406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/galigio.wordpress.com/1406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/galigio.wordpress.com/1406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/galigio.wordpress.com/1406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/galigio.wordpress.com/1406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/galigio.wordpress.com/1406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/galigio.wordpress.com/1406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/galigio.wordpress.com/1406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/galigio.wordpress.com/1406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/galigio.wordpress.com/1406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/galigio.wordpress.com/1406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/galigio.wordpress.com/1406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/galigio.wordpress.com/1406/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=1406&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://galigio.org/2011/02/14/enabling-remote-desktop-on-a-virtualbox-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-Enabling_remote_desktop_on_a_VirtualBox_Machine.mp3" length="668229" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/efad3ca5fc3e7d80a2762f281e941494?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">galigio</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/VirtualBox.png" medium="image">
			<media:title type="html">VirtualBox</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" medium="image">
			<media:title type="html">AddThis</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" medium="image">
			<media:title type="html">mp3 link</media:title>
		</media:content>
	</item>
		<item>
		<title>How to speed up Firefox on Ubuntu 10.04 (or Windows and OS X)</title>
		<link>http://galigio.org/2010/09/20/how-to-speed-up-firefox-on-ubuntu-10-04-or-windows-and-os-x/</link>
		<comments>http://galigio.org/2010/09/20/how-to-speed-up-firefox-on-ubuntu-10-04-or-windows-and-os-x/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 02:00:22 +0000</pubDate>
		<dc:creator>galigio</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux & OpenSource]]></category>
		<category><![CDATA[Noticias]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Technology and Software]]></category>
		<category><![CDATA[Technology News]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[about:config]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[speed up]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://galigio.org/?p=967</guid>
		<description><![CDATA[In the past three months Firefox was updated more than we were used in the past also because it had some &#8220;speed problems&#8221; expecially on Ubuntu 10.04. Now, after the last updates, Firefox seems to go fast but for people who like to try some hacks we have collected some tips from the web: - [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=967&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="alignleft" title="Firefox" src="http://i119.photobucket.com/albums/o158/galigio/Firefox-1.png" alt="" width="61" height="61" />In the past three months Firefox was updated more than we were used in the past also because it had some &#8220;speed problems&#8221; expecially on Ubuntu 10.04. Now, after the last updates, Firefox seems to go fast but for people who like to try some hacks we have collected some tips from the web:</p>
<p style="text-align:justify;">- start Firefox</p>
<p style="text-align:justify;">
<p style="text-align:justify;">- in the address bar type <em>about:config</em></p>
<p style="text-align:justify;">- find and modify these lines:</p>
<p style="text-align:justify;">- network.http.pipelining &gt; Make it True</p>
<p style="text-align:justify;">- network.http.pipelining.maxrequests &gt; Make it 8 or 10 (we made it 30 and it really works fast especially on websites as ebay)</p>
<p style="text-align:justify;">- network.http.proxy.pipelining &gt; Make it True</p>
<p style="text-align:justify;">- network.dns.disableIPv6 &gt; Make it True</p>
<p style="text-align:justify;">- last but not least restart and Firefox should work fine and a little bit faster.</p>
<p style="text-align:justify;">Before trying these changes, please consider that changing advanced settings on Firefox can be harmful to the stability, security and performance of the program. Take notes of all the changes you are doing in case you need to revert them later. <a href="http://www.addthis.com/bookmark.php"><img src="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" alt="AddThis" /></a> <a href="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-How_to_speed_up_Firefox_on_Ubuntu_1004_or_Windows_and_OS_X.mp3"><img src="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" alt="mp3 link" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/galigio.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/galigio.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/galigio.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/galigio.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/galigio.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/galigio.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/galigio.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/galigio.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/galigio.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/galigio.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/galigio.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/galigio.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/galigio.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/galigio.wordpress.com/967/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=967&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://galigio.org/2010/09/20/how-to-speed-up-firefox-on-ubuntu-10-04-or-windows-and-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-How_to_speed_up_Firefox_on_Ubuntu_1004_or_Windows_and_OS_X.mp3" length="630589" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/efad3ca5fc3e7d80a2762f281e941494?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">galigio</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/Firefox-1.png" medium="image">
			<media:title type="html">Firefox</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" medium="image">
			<media:title type="html">AddThis</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" medium="image">
			<media:title type="html">mp3 link</media:title>
		</media:content>
	</item>
		<item>
		<title>Two new Backgrounds/Wallpapers on http://deeza.org</title>
		<link>http://galigio.org/2010/02/10/two-new-backgroundswallpapers-on-httpdeeza-org/</link>
		<comments>http://galigio.org/2010/02/10/two-new-backgroundswallpapers-on-httpdeeza-org/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 04:37:45 +0000</pubDate>
		<dc:creator>galigio</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Technology and Software]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://galigio.org/?p=928</guid>
		<description><![CDATA[Today, we would like to suggest two new backgrounds/wallpapers we published on http://www.deeza.org/downloads.html. Enjoy  and let us know if you like them!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=928&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Today, we would like to suggest two new backgrounds/wallpapers we published on <a title="Deeza Downloads - Wallpapers" href="http://www.deeza.org/downloads.html">http://www.deeza.org/downloads.html</a>. Enjoy  and let us know if you like them! <a href="http://www.addthis.com/bookmark.php"><img src="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" alt="AddThis" /></a> <a href="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-Two_new_BackgroundsWallpapers_on_http-deezaorg.mp3"><img src="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" alt="mp3 link" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/galigio.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/galigio.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/galigio.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/galigio.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/galigio.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/galigio.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/galigio.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/galigio.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/galigio.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/galigio.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/galigio.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/galigio.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/galigio.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/galigio.wordpress.com/928/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=928&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://galigio.org/2010/02/10/two-new-backgroundswallpapers-on-httpdeeza-org/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-Two_new_BackgroundsWallpapers_on_http-deezaorg.mp3" length="228105" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/efad3ca5fc3e7d80a2762f281e941494?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">galigio</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" medium="image">
			<media:title type="html">AddThis</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" medium="image">
			<media:title type="html">mp3 link</media:title>
		</media:content>
	</item>
		<item>
		<title>How to recover your accounts and password on Windows using a Linux Live CD: Ophcrack</title>
		<link>http://galigio.org/2009/07/12/how-to-recover-your-accounts-and-password-on-windows-using-a-linux-live-cd-ophcrack/</link>
		<comments>http://galigio.org/2009/07/12/how-to-recover-your-accounts-and-password-on-windows-using-a-linux-live-cd-ophcrack/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 23:10:26 +0000</pubDate>
		<dc:creator>galigio</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux & OpenSource]]></category>
		<category><![CDATA[Linux Live CD]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[Live CD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[OS News]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Technology and Software]]></category>
		<category><![CDATA[Technology News]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password recovery]]></category>
		<category><![CDATA[rainbow table]]></category>

		<guid isPermaLink="false">http://galigio.wordpress.com/?p=662</guid>
		<description><![CDATA[Today, in our Linux Page (in Spanish) we posted a post about Ophcrack: a Linux Live CD which allows you to recover your Windows password when you forgot them. Sincerely, the described above situation is not common but it could really happen especially when you do not use a PC for some time or if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=662&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a title="Linux Page" href="http://galigio.wordpress.com/linux/"><img style="float:left;margin-left:0;margin-right:1em;" src="http://docs.google.com/File?id=dt3c895_121fzm8bcf9_b" alt="" width="137" height="32" /></a>Today, in our <a id="qr-7" title="Linux Page" href="../linux/">Linux Page (in Spanish)</a> we posted a post about <a id="cb8i" title="Ophcrack Homepage" href="http://ophcrack.sourceforge.net/">Ophcrack</a>: a Linux Live CD which allows you to recover your Windows password when you forgot them. Sincerely, the described above situation is not common but it could really happen especially when you do not use a PC for some time or if you want to help a friend who is not so skilled with its own computer. <a id="br.l" title="Ophcrack Homepage" href="http://ophcrack.sourceforge.net/">Ophcrack</a> is easy to use, sufficiently fast and effective. I tested it to recover some passwords on an old laptop and the results were very interesting; in fact I was able to recover password from accounts I totally forgot to own. <a id="mv_x" title="Linux Page" href="../linux/">Useful!</a> <span style="text-decoration:underline;"><em>This post has been written just for informative purpose! Please, remind that you are directly responsible for any law violation you commit in case of misuse of the information contained above.</em></span> <a href="http://www.addthis.com/bookmark.php"><img style="border:0 solid;width:125px;height:16px;" src="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" alt="AddThis" /></a> <a href="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-How_to_recover_your_accounts_and_password_on_Windows_using_a_Linux_Live_CD-_Ophcrack.mp3"><img style="border:0 solid;width:32px;height:16px;" src="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" alt="mp3 link" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/galigio.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/galigio.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/galigio.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/galigio.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/galigio.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/galigio.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/galigio.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/galigio.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/galigio.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/galigio.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/galigio.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/galigio.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/galigio.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/galigio.wordpress.com/662/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=662&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://galigio.org/2009/07/12/how-to-recover-your-accounts-and-password-on-windows-using-a-linux-live-cd-ophcrack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-How_to_recover_your_accounts_and_password_on_Windows_using_a_Linux_Live_CD-_Ophcrack.mp3" length="536237" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/efad3ca5fc3e7d80a2762f281e941494?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">galigio</media:title>
		</media:content>

		<media:content url="http://docs.google.com/File?id=dt3c895_121fzm8bcf9_b" medium="image" />

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" medium="image">
			<media:title type="html">AddThis</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" medium="image">
			<media:title type="html">mp3 link</media:title>
		</media:content>
	</item>
		<item>
		<title>Something to know before the release of Firefox 3.5: how to disable the geo-locating feature.</title>
		<link>http://galigio.org/2009/06/28/something-to-know-before-the-firefox-3-5-release-how-to-disable-the-geo-locating-feature/</link>
		<comments>http://galigio.org/2009/06/28/something-to-know-before-the-firefox-3-5-release-how-to-disable-the-geo-locating-feature/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 23:24:54 +0000</pubDate>
		<dc:creator>galigio</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[Free Software Magazine]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[freeware blog]]></category>
		<category><![CDATA[Freeware Reviews]]></category>
		<category><![CDATA[freeware tip]]></category>
		<category><![CDATA[freeware tips]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux & OpenSource]]></category>
		<category><![CDATA[multiplatform freeware]]></category>
		<category><![CDATA[OS News]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Technology and Software]]></category>
		<category><![CDATA[Technology News]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[anonymity]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[Firefox 3.5]]></category>
		<category><![CDATA[geo-locating]]></category>
		<category><![CDATA[geo-location]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[system administration]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Win]]></category>

		<guid isPermaLink="false">http://galigio.wordpress.com/?p=619</guid>
		<description><![CDATA[This week in our Freeware Page we we have written a quick post about disabling geo-locating feature in the upcoming Firefox 3.5. I have always been an enthusiastic supporter of Firefox because I think it is so flexible that I can find any add-on I need for any purpose. I am also sure that the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=619&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a title="Freeware Page" href="http://galigio.wordpress.com/freeware/"><img class="alignleft" title="Freeware Page" src="http://i119.photobucket.com/albums/o158/galigio/Radar.jpg" alt="" width="98" height="98" /></a>This week in our <a title="Freeware Page" href="http://galigio.wordpress.com/freeware/">Freeware Page</a> we we have written a quick post about disabling geo-locating feature in the upcoming Firefox 3.5. I have always been an enthusiastic supporter of Firefox because I think it is so flexible that I can find any add-on I need for any purpose. I am also sure that the new Firefox 3.5 will be the perfect tool for my everyday navigation but there is something I am a little bit annoyed. In fact, the Firefox 3.5 will contain a default feature (which can be triggered remotely by a website you are visiting) declaring your geo-location everytime you connect to a site. This feature (previously known as project Geode by Mozilla Labs) could be useful for people involved in social networking but it is a potential wasting time feature for all the others. In fact, you have to declare if you want to automatically display your geo-location each time a website triggers this feature. For this reason, if you are not a social network addict, my personal advice is to disable this geo-locating feature as soon as you install (or update to) Firefox 3.5&#8230; (it continues in the <a title="Freeware Page" href="http://galigio.wordpress.com/freeware/"> Freeware Page</a>). <a href="http://www.addthis.com/bookmark.php"><img style="border:0 solid;width:125px;height:16px;" src="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" alt="AddThis" /></a> <a href="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-Something_to_know_before_the_release_of_Firefox_35-_how_to_disable_the_geo-locating_feature.mp3"><img style="border:0 solid;width:32px;height:16px;" src="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" alt="mp3 link" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/galigio.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/galigio.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/galigio.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/galigio.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/galigio.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/galigio.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/galigio.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/galigio.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/galigio.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/galigio.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/galigio.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/galigio.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/galigio.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/galigio.wordpress.com/619/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=619&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://galigio.org/2009/06/28/something-to-know-before-the-firefox-3-5-release-how-to-disable-the-geo-locating-feature/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-Something_to_know_before_the_release_of_Firefox_35-_how_to_disable_the_geo-locating_feature.mp3" length="679923" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/efad3ca5fc3e7d80a2762f281e941494?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">galigio</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/Radar.jpg" medium="image">
			<media:title type="html">Freeware Page</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" medium="image">
			<media:title type="html">AddThis</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" medium="image">
			<media:title type="html">mp3 link</media:title>
		</media:content>
	</item>
		<item>
		<title>How to easily check HD health using a cross platform software: GSmartControl 0.8.3</title>
		<link>http://galigio.org/2009/02/08/how-to-easily-check-hd-health-using-a-cross-platform-software-gsmartcontrol-083/</link>
		<comments>http://galigio.org/2009/02/08/how-to-easily-check-hd-health-using-a-cross-platform-software-gsmartcontrol-083/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 23:12:24 +0000</pubDate>
		<dc:creator>galigio</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[cross-platform]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[free software download]]></category>
		<category><![CDATA[Free Software Magazine]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[freeware blog]]></category>
		<category><![CDATA[Freeware Reviews]]></category>
		<category><![CDATA[freeware tip]]></category>
		<category><![CDATA[freeware tips]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux & OpenSource]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[multiplatform freeware]]></category>
		<category><![CDATA[Multiplatform software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Technology and Software]]></category>
		<category><![CDATA[Technology News]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[disco duro]]></category>
		<category><![CDATA[GSmartControl]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[HD crash]]></category>
		<category><![CDATA[HD failure]]></category>
		<category><![CDATA[HD problem]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[SMART]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://galigio.wordpress.com/?p=430</guid>
		<description><![CDATA[GSmartControl is a multiplatform (Windows, OS X, Linux) freeware drive health inspection tool which is very useful in all that case when you think something is not working perfectly on your HD. Today, in our Linux Page (in Spanish) we have posted a brief comment about this software which basically is the graphical user interface [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=430&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a id="8d" href="https://docs.google.com/File?id=dt3c895_80ff8td8ck_b" target="_blank"><img style="float:left;margin:1em 1em 0 0;" src="https://docs.google.com/File?id=dt3c895_80ff8td8ck_b" alt="" width="81" height="97" /></a><a id="s.lk" title="GSmartControl Homepage" href="http://gsmartcontrol.berlios.de/home/index.php/en/Home">GSmartControl</a> is a multiplatform (Windows, OS X, Linux) freeware drive health inspection tool which is very useful in all that case when you think something is not working perfectly on your HD. Today, <a id="kaz_" title="Linux Page" href="../linux/">in our Linux Page (in Spanish)</a> we have posted a brief comment about this software which basically is the graphical user interface for <a id="awpp" title="Smartmontools Homepage" href="http://smartmontools.sourceforge.net/">smartct</a>. The program is very intuitive and easy to use; it automatically detects all your internal HDs (with some external USB disks we had some problems because they were detected as unknown) and let you decide if you want to activate the SMART feature. This particular feature let you &#8220;predict certain kinds of failures with certain chance of success&#8221; so you have a better chance to avoid HD crashes and all the consequent data loss. If you prefer, clicking on the &#8220;Enable Auto Offline Data Collection&#8221; the HDs will be tested every four hours without impacting your CPU performance. I would like to focus your attention that GSmartControl is very well developed and it is possible to download many <a id="s33o" title="GSmartControl Download Page" href="http://gsmartcontrol.berlios.de/home/index.php/en/Downloads">&#8220;personalized&#8221; versions</a> for all the main Linux distributions, OS X and Windows. Last but not least, do not forget that SMART could predict some HD crashes but it is not 100% safe; for this reason we <a id="y6s5" title="Linux Page" href="../linux/">strongly recommend</a> you to backup your PCs, at least every week! <a href="http://www.addthis.com/bookmark.php"><img style="border:0 solid;width:125px;height:16px;" src="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" alt="AddThis" /></a> <a href="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-How_to_easily_check_HD_health_using_a_cross_platform_software-_GSmartControl_083.mp3"><img style="border:0 solid;width:32px;height:16px;" src="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" alt="mp3 link" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/galigio.wordpress.com/430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/galigio.wordpress.com/430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/galigio.wordpress.com/430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/galigio.wordpress.com/430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/galigio.wordpress.com/430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/galigio.wordpress.com/430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/galigio.wordpress.com/430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/galigio.wordpress.com/430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/galigio.wordpress.com/430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/galigio.wordpress.com/430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/galigio.wordpress.com/430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/galigio.wordpress.com/430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/galigio.wordpress.com/430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/galigio.wordpress.com/430/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=430&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://galigio.org/2009/02/08/how-to-easily-check-hd-health-using-a-cross-platform-software-gsmartcontrol-083/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-How_to_easily_check_HD_health_using_a_cross_platform_software-_GSmartControl_083.mp3" length="818438" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/efad3ca5fc3e7d80a2762f281e941494?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">galigio</media:title>
		</media:content>

		<media:content url="https://docs.google.com/File?id=dt3c895_80ff8td8ck_b" medium="image" />

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" medium="image">
			<media:title type="html">AddThis</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" medium="image">
			<media:title type="html">mp3 link</media:title>
		</media:content>
	</item>
		<item>
		<title>Three interesting extensions to enjoy a real Web 2.0 experience with OpenOffice 3.0</title>
		<link>http://galigio.org/2008/11/02/three-interesting-extensions-to-enjoy-a-real-web-20-experience-with-openoffice-30/</link>
		<comments>http://galigio.org/2008/11/02/three-interesting-extensions-to-enjoy-a-real-web-20-experience-with-openoffice-30/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 23:17:28 +0000</pubDate>
		<dc:creator>galigio</dc:creator>
				<category><![CDATA[add-on]]></category>
		<category><![CDATA[Computadoras]]></category>
		<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Favorites - Freeware]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[free software download]]></category>
		<category><![CDATA[Free Software Magazine]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[freeware blog]]></category>
		<category><![CDATA[Freeware Reviews]]></category>
		<category><![CDATA[freeware tip]]></category>
		<category><![CDATA[freeware tips]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux & OpenSource]]></category>
		<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Noticias]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Oficina]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[OpenOffice.org]]></category>
		<category><![CDATA[Software News]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Technology and Software]]></category>
		<category><![CDATA[Technology News]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[Google Documents]]></category>
		<category><![CDATA[import PDF]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[minimizer]]></category>
		<category><![CDATA[Open Office]]></category>
		<category><![CDATA[OpenOffice extension]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdf editor]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[Zoho]]></category>

		<guid isPermaLink="false">http://galigio.wordpress.com/?p=282</guid>
		<description><![CDATA[After more or less a month from its release, the new OpenOffice 3.0 is receiving tons of positive comments. Anyway, this week, in our Freeware page, we have posted some brief notes abut three different extensions which are able to improve your effectivenss in office routines. First of all we have ooo2gd a simple menu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=282&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a title="OpenOffice Homepage" href="http://www.openoffice.org/"><img style="width:88px;height:31px;float:left;margin:1em 1em 0 0;" src="http://docs.google.com/File?id=dt3c895_48hpjz4jf8_b" alt="" /></a>After more or less a month from its release, the new <a id="d1hs" title="OpenOffice Homepage" href="http://www.openoffice.org/">OpenOffice 3.0</a> is receiving tons of positive comments. Anyway, this week, in our <a id="nuhc" title="Freeware Page" href="http://galigio.wordpress.com/freeware/">Freeware page</a>, we have posted some brief notes abut three different extensions which are able to improve your effectivenss in office routines. First of all we have <a id="bsp_" title="ooo2gd extension Homepage" href="http://extensions.services.openoffice.org/project/ooo2gd">ooo2gd</a> a simple menu bar which allows you to directly upload or download all kind of documents from Google Documents and Zoho. The second one is the <a id="rmaj" title="Sun PDF Import Extension Homepage" href="http://extensions.services.openoffice.org/project/PresentationMinimizer">Sun PDF Import Extension</a> which has been created to allow minimal but useful changes to PDF documents. After few minutes we were able to make some interesting changes to a complex PDF documents with just a couple of clicks and export the result &#8220;into a hybrid PDF file, which is a PDF with the embedded source file asODF &#8220;. Last but not least we tested Sun Presentation Minimizer: an effective extensions which cuts the size of presentations reducing, for example, the image sizes. Using <a title="Sun Presentation Minimizer" href="http://extensions.services.openoffice.org/project/PresentationMinimizer">Sun Presentation Minimizer</a> you will be able to simply and freely decide what kind of changes you want to make to your multimedia files contained in the presentations. To conclude it is necessary to focus your attention on the feature that also allows Sun Presentation Minimizer to work on Microsoft PowerPoint presentations.  In few words we think that these extensions are guaranteed to be <a id="edsl" title="Freeware Page" href="../freeware/">100% satisfactory</a>!! <a href="http://www.addthis.com/bookmark.php"><img style="border:0 solid;width:125px;height:16px;" src="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" alt="AddThis" /></a> <a href="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-Three_interesting_extensions_to_enjoy_a_real_Web_20_experience_with_OpenOffice_30.mp3"><img style="border:0 solid;width:32px;height:16px;" src="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" alt="mp3 link" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/galigio.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/galigio.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/galigio.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/galigio.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/galigio.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/galigio.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/galigio.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/galigio.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/galigio.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/galigio.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/galigio.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/galigio.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/galigio.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/galigio.wordpress.com/282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=282&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://galigio.org/2008/11/02/three-interesting-extensions-to-enjoy-a-real-web-20-experience-with-openoffice-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-Three_interesting_extensions_to_enjoy_a_real_Web_20_experience_with_OpenOffice_30.mp3" length="820998" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/efad3ca5fc3e7d80a2762f281e941494?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">galigio</media:title>
		</media:content>

		<media:content url="http://docs.google.com/File?id=dt3c895_48hpjz4jf8_b" medium="image" />

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" medium="image">
			<media:title type="html">AddThis</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" medium="image">
			<media:title type="html">mp3 link</media:title>
		</media:content>
	</item>
		<item>
		<title>FEBE and CLEO the best solution to save (and reinstall) your Firefox settings: extensions, themes and bookmarks!</title>
		<link>http://galigio.org/2008/02/17/febe-and-cleo-the-best-solution-to-save-and-reinstall-your-firefox-settings-extensions-themes-and-bookmarks/</link>
		<comments>http://galigio.org/2008/02/17/febe-and-cleo-the-best-solution-to-save-and-reinstall-your-firefox-settings-extensions-themes-and-bookmarks/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 23:02:19 +0000</pubDate>
		<dc:creator>galigio</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[Computadoras]]></category>
		<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox add-ons]]></category>
		<category><![CDATA[Firefox Extensions]]></category>
		<category><![CDATA[Free Software Magazine]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[freeware blog]]></category>
		<category><![CDATA[Freeware Reviews]]></category>
		<category><![CDATA[freeware tip]]></category>
		<category><![CDATA[freeware tips]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Technology and Software]]></category>
		<category><![CDATA[Technology News]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[browser settings]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[Firefox 2]]></category>
		<category><![CDATA[Mozilla Add-ons]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[preferences]]></category>

		<guid isPermaLink="false">http://galigio.wordpress.com/?p=108</guid>
		<description><![CDATA[Today, in our Freeware Page (traditionally in English) we have added an effective post (in Spanish) about FEBE and CLEO: two fantastic Firefox extensions which allow you to backup all your personal Firefox settings. FEBE is a multiplatform add-on (Linux, Windows, and OS X) easy to install and to manage. In fact, the &#8220;FEBE Options&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=108&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="justify"><a href="http://galigio.wordpress.com/freeware/" title="Freeware Page"><img src="http://i119.photobucket.com/albums/o158/galigio/febe100x100.png" alt="FEBE" align="left" height="75" width="75" /></a><a href="http://galigio.wordpress.com/freeware/" title="Freeware Page"><img src="http://i119.photobucket.com/albums/o158/galigio/1.png" alt="CLEO" align="left" height="75" width="75" /></a>Today, in our <a href="http://galigio.wordpress.com/freeware/" title="Freeware Page">Freeware Page</a> (traditionally in English) we have added an effective post (in Spanish) about <a href="https://addons.mozilla.org/en-US/firefox/addon/2109" title="FEBE add-on">FEBE</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/2942" title="CLEO add-on">CLEO</a>: two fantastic Firefox extensions which allow you to backup all your personal Firefox settings. FEBE is a multiplatform add-on (Linux, Windows, and OS X) easy to install and to manage. In fact, the &#8220;FEBE Options&#8221; is a complete menu where it is possible to choose: what to save, where (destination folders) and frequency of the backups. Personally, I do suggest to change the default options and not to backup your usernames, passwords and cookies using <a href="https://addons.mozilla.org/en-US/firefox/addon/2109" title="FEBE add-on">FEBE</a>. In fact, the backup file, a .xpi, could be stolen and easily reinstalled on a third part computer. Last but not least I want to underline the key role of <a href="https://addons.mozilla.org/en-US/firefox/addon/2942" title="CLEO add-on">CLEO</a> which allows FEBE to create the installable .xpi file with all your settings. Recommended! <a href="http://www.addthis.com/bookmark.php"><img src="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" style="border:0 solid;width:125px;height:16px;" alt="AddThis" /></a> <a href="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-QGRUBEditor-_a_simple_but_effective_GRUB_editor_for_many_Linux_OS.mp3"><img src="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" alt="mp3 link" style="border:0 solid;width:32px;height:16px;" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/galigio.wordpress.com/108/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/galigio.wordpress.com/108/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/galigio.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/galigio.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/galigio.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/galigio.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/galigio.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/galigio.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/galigio.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/galigio.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/galigio.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/galigio.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/galigio.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/galigio.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/galigio.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/galigio.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=galigio.org&#038;blog=288724&#038;post=108&#038;subd=galigio&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://galigio.org/2008/02/17/febe-and-cleo-the-best-solution-to-save-and-reinstall-your-firefox-settings-extensions-themes-and-bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-QGRUBEditor-_a_simple_but_effective_GRUB_editor_for_many_Linux_OS.mp3" length="482819" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/efad3ca5fc3e7d80a2762f281e941494?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">galigio</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/febe100x100.png" medium="image">
			<media:title type="html">FEBE</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/1.png" medium="image">
			<media:title type="html">CLEO</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" medium="image">
			<media:title type="html">AddThis</media:title>
		</media:content>

		<media:content url="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" medium="image">
			<media:title type="html">mp3 link</media:title>
		</media:content>
	</item>
	</channel>
</rss>
