<?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"
	>

<channel>
	<title>SomGNU</title>
	<atom:link href="http://www.somgnu.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.somgnu.org</link>
	<description>We are Free Software</description>
	<pubDate>Sat, 04 Oct 2008 14:17:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>News on Saterday</title>
		<link>http://www.somgnu.org/news-on-saterday/</link>
		<comments>http://www.somgnu.org/news-on-saterday/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 14:16:07 +0000</pubDate>
		<dc:creator>Pau</dc:creator>
		
		<category><![CDATA[Distributions]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Gentoo]]></category>

		<category><![CDATA[Gimp]]></category>

		<category><![CDATA[KDE]]></category>

		<category><![CDATA[OpenSUSE]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.somgnu.org/?p=147</guid>
		<description><![CDATA[We are going to take a quick look to all those important news that were published during this week:

OpenOffice.org 3.0 RC3 was published. Even though it was supposed to be published at the end of September, it seems that they want to fix some issues by this time. So we have to wait until&#8230;
Yesterday was [...]]]></description>
			<content:encoded><![CDATA[<p>We are going to take a quick look to all those important news that were published during this week:</p>
<ul>
<li>OpenOffice.org 3.0 RC3 <a href="http://development.openoffice.org/releases/3.0.0rc3.html">was published</a>. Even though it was supposed to be published at the end of September, it seems that they want to fix some issues by this time. So we have to wait until&#8230;</li>
<li>Yesterday was also <a href="https://lists.ubuntu.com/archives/ubuntu-announce/2008-October/000114.html">published</a> Ubuntu 8.10 beta (there is nothing important to say, except the horrible wallpaper that they set as default, <a href="http://releases.ubuntu.com/releases/8.10/">download it</a>). Novell <a href="http://lists.opensuse.org/opensuse-announce/2008-10/msg00001.html">released</a> the second beta of OpenSUSE 11.1 as well (<a href="http://software.opensuse.org/developer">download it</a>).</li>
<li>Gentoo team <a href="http://www.gentoo.org/news/20080922-releng-announcement.xml">decided to cancel</a> 2008.1 release, so until 2009 we won&#8217;t see another big release.</li>
<li>A courious new: a hackers kernel team <a href="http://sathyasays.com/2008/10/03/booting-into-linux-in-5-seconds-flat/">achieve to boot</a> a linux on an EeePC in only 5 seconds!</li>
<li>There is a <a href="http://www.kde.org/announcements/announce-4.1.2.php">new KDE release</a>, the 4.1.2, that fix a problem removing files (now is faster).</li>
<li>And The Gimp 2.6 <a href="http://gimp.org/release-notes/gimp-2.6.html">was also released</a>, and it came with a lot of changes: now the menu bar is not on the drawing tools window, developers changed it to a new window. The result is: Gimp is approaching its aspect to Photoshop (on Mac). It is possible to have it on Ubuntu Hardy using the <a href="http://www.somgnu.cat/com-tindre-la-darrera-versio-de-songbird-sempre-actualitzada-a-ubuntu/">getdeb repository</a>.</li>
</ul>
<div class="entry">
<div style="text-align: center;"><img src="http://img138.imageshack.us/img138/3720/tuxgnu1em6.png" border="0" alt="" width="450" height="191" /></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.somgnu.org/news-on-saterday/feed/</wfw:commentRss>
		</item>
		<item>
		<title>USB support for VirtualBox on Fedora 9</title>
		<link>http://www.somgnu.org/usb-support-for-virtualbox-fedora-9/</link>
		<comments>http://www.somgnu.org/usb-support-for-virtualbox-fedora-9/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 07:42:39 +0000</pubDate>
		<dc:creator>Pau</dc:creator>
		
		<category><![CDATA[Desktop]]></category>

		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://www.somgnu.org/?p=139</guid>
		<description><![CDATA[I can&#8217;t understand why, after many releases, usb support is not working by default on GNU/Linux when using VirtualBox. Also, the way to enable it is different for each distribution.
In Fedora 9, the way to enable it is:
1. Create a &#8220;usb&#8221; group.
Go to System &#62; Administration &#62; Users and groups. Then click on &#8220;Add group&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t understand why, after many releases, usb support is not working by default on GNU/Linux when using VirtualBox. Also, the way to enable it is different for each distribution.</p>
<p>In Fedora 9, the way to enable it is:</p>
<p>1. Create a &#8220;usb&#8221; group.</p>
<p>Go to System &gt; Administration &gt; Users and groups. Then click on &#8220;Add group&#8221; and create a gropu named &#8220;usb&#8221; with ID 502 (usually is that ID by default).</p>
<p>2. Add this line to fstab.</p>
<p>Just open a terminal, log in as a root and edit fstab (using gedit, for example) and add this line:<br />
<code>none /sys/bus/usb/drivers usbfs devgid=502,devmode=664 0 0</code></p>
<p>3. Add your user to that group and re-mount the file system:<br />
<code>gpasswd -a your_user usb<br />
mount -a</code></p>
<p>4. Restart VirtualBox and check if the usb is working now. If not, try restarting the system.</p>
<p><a href="http://forums.fedoraforum.org/forum/showpost.php?p=847612&amp;postcount=4">Here</a> is the guide to do the same in Fedora 8.</p>
<ul>
<li><strong>Source</strong> | <a href="http://stuff.thatblogs.com/content/usb-with-virtualbox-fedora-9">Stuff</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.somgnu.org/usb-support-for-virtualbox-fedora-9/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stupid (but useful) apps: Gcolor2</title>
		<link>http://www.somgnu.org/stupid-but-useful-apps-gcolor2/</link>
		<comments>http://www.somgnu.org/stupid-but-useful-apps-gcolor2/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 14:18:48 +0000</pubDate>
		<dc:creator>Pau</dc:creator>
		
		<category><![CDATA[Desktop]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[gcolor2]]></category>

		<guid isPermaLink="false">http://www.somgnu.org/?p=134</guid>
		<description><![CDATA[When we want to obtain the code (or just the color) that is in our desktop (can be on firefox, or simply on other application) we can try different ways to obtain it:
1. Calling Homer Simpson and ask him which color he think that the color in question is.
2. Opening The Gimp, double click to [...]]]></description>
			<content:encoded><![CDATA[<p>When we want to obtain the code (or just the color) that is in our desktop (can be on firefox, or simply on other application) we can try different ways to obtain it:</p>
<p>1. Calling <a href="http://en.wikipedia.org/wiki/Homer_Simpson">Homer Simpson</a> and ask him which color he think that the color in question is.</p>
<p>2. Opening <a href="http://www.gimp.org/">The Gimp</a>, double click to the color, and there is an option to catch whichever color on the screen.</p>
<p>3. Using <a href="http://gcolor2.sourceforge.net/">Gcolor2</a>. Gcolor2 is a small application that allows us to catch whichever color on the screen. It is basically the same as The Gimp do, but gcolor2 is faster. Also, gcolor2 remember all colors that we caught.</p>
<p>Gcolor2 can be found in almost all repositories of all the GNU/Linux distributions.</p>
<p style="text-align: center;"><img class="alignnone" title="Gcolor2" src="http://gcolor2.sourceforge.net/gcolor2-full.jpg" alt="" width="285" height="321" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.somgnu.org/stupid-but-useful-apps-gcolor2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mandriva 2009 Beta, released</title>
		<link>http://www.somgnu.org/mandriva-2009-beta-released/</link>
		<comments>http://www.somgnu.org/mandriva-2009-beta-released/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 09:33:41 +0000</pubDate>
		<dc:creator>Pau</dc:creator>
		
		<category><![CDATA[Distributions]]></category>

		<category><![CDATA[Mandriva]]></category>

		<guid isPermaLink="false">http://www.somgnu.org/?p=130</guid>
		<description><![CDATA[Mandriva 2009 beta was released yesterday. Among all the changes that we can find, there is one kind of interesting: the new installer.
As openSUSE did, the Mandriva team decided to improve the installation program and now it is really cool. About package versions, this beta updates OpenOffice.org to version 3.0 beta (they hope that the [...]]]></description>
			<content:encoded><![CDATA[<p>Mandriva 2009 beta was released yesterday. Among all the changes that we can find, there is one kind of interesting: the new installer.</p>
<p>As openSUSE did, the Mandriva team decided to improve the installation program and now it is really cool. About package versions, this beta updates OpenOffice.org to version 3.0 beta (they hope that the final OOo release will be published at the same time as Mandriva 2009 will do).</p>
<p>Also, it includes the <strong>atl1e</strong> driver used by several new Asus Eee models; Firefox 2 is completely removed from the repositories and now we only can find Firefox 3; it includes the last version of KDE 4.1, which is the default desktop and the official Mandriva theme, Ia Ora, is further integrated into KDE 4 in this release.</p>
<ul>
<li><strong>Link </strong>| <a href="http://club.mandriva.com/xwiki/bin/view/Main/2009Beta2">Release announcement</a> | <a href="http://wiki.mandriva.com/en/2009.0_Beta_2">Release notes</a></li>
<li><strong>Download </strong>| <a href="ftp://ftp.nluug.nl/pub/os/Linux/distr/Mandrakelinux/devel/iso/2009.0/beta2/mandriva-linux-free-2009-okapi-dvd-i586.iso">Mandriva 2009 Beta DVD</a></li>
</ul>
<p style="text-align: center;"><a href="http://www.somgnu.org/wp-content/uploads/2008/08/mandriva.png"><img class="alignnone size-medium wp-image-131" title="mandriva" src="http://www.somgnu.org/wp-content/uploads/2008/08/mandriva-300x224.png" alt="" width="300" height="224" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.somgnu.org/mandriva-2009-beta-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fedora 9 on a MacBookPro</title>
		<link>http://www.somgnu.org/fedora-9-on-a-macbookpro/</link>
		<comments>http://www.somgnu.org/fedora-9-on-a-macbookpro/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 09:54:22 +0000</pubDate>
		<dc:creator>Pau</dc:creator>
		
		<category><![CDATA[Distributions]]></category>

		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://www.somgnu.org/?p=111</guid>
		<description><![CDATA[I&#8217;ve looking for information about configuring Fedora 9 on a MacBookPro and I didn&#8217;t find anything (just a shame). For that reason I&#8217;d like to resume the main steps to configure the basic things that a normal user would need.

Installation

There is nothing important to remark. First we have to install rEFit on MacOSX. Download the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve looking for information about configuring Fedora 9 on a MacBookPro and I didn&#8217;t find anything (just a shame). For that reason I&#8217;d like to resume the main steps to configure the basic things that a normal user would need.</p>
<ul>
<li><strong>Installation</strong></li>
</ul>
<p>There is nothing important to remark. First we have <a href="http://refit.sourceforge.net/doc/c1s1_install.html">to install rEFit</a> on MacOSX. Download the <a href="http://fedoraproject.org/get-fedora">lastest version</a> of Fedora (at this moment, Fedora 9), put the cd in the drive and restart the computer. The installation will start and we only have to follow the typical steps: create two partitions at minimum (firts it&#8217;ll be necessary to reduce the mac partition and the create one partition for the base system and the other one for swap). Anaconda will install the bootloader at /dev/sdax, and that&#8217;s alright; don&#8217;t select the MBR because it won&#8217;t work.</p>
<ul>
<li><strong>Graphic driver</strong></li>
</ul>
<p>At this moment, the last fglrx version is the 8.7 and it is <a href="https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_87_linux.html#172686">not compatible</a> with Xorg 7.4. but it seems that the radeonhd testing driver <a href="http://www.phoronix.com/forums/showthread.php?t=10918&amp;page=3">works fine</a> and <strong>it can run Compiz</strong>. It is necessary to add the update-testing repositories and install the radeonhd module:<br />
<code>yum --enablerepo=updates-testing install xorg-x11-drv-radeonhd<br />
yum --enablerepo=updates-testing update</code></p>
<p>Once updated, it is necessary to edit the xorg.conf file and add some lines. Just look <a href="http://www.somgnu.org/wp-content/uploads/2008/08/xorg.conf">this one</a>. Then restart the computer and go to System &gt; Preferences &gt; Look&amp;Feel &gt; Desktop Effects and enable them. It will work perfectly (at least it worked for me).</p>
<ul>
<li><strong>Webcam (iSight)</strong></li>
</ul>
<p>After trying a lot of ways to set it up, finally I was successful. What I did:</p>
<p>1. Install the package <em>isight-firmware-tools</em> from the package manager.</p>
<p>2. Download the  <a class="external text" title="http://www.i-nz.net/files/projects/linux-kernel/isight/against-revision-140/firmware/AppleUSBVideoSupport" rel="nofollow" href="http://www.i-nz.net/files/projects/linux-kernel/isight/against-revision-140/firmware/AppleUSBVideoSupport">AppleUSBVideoSupport</a><span class="external text"> and extract it:</span><br />
<code>ift-extract --apple-driver AppleUSBVideoSupport</code></p>
<p>3. Edit your xorg.conf and copy this Module section:<br />
<code>Section "Module"<br />
Load "synaptics"<br />
Load "extmod"<br />
Load "dbe"<br />
Load "glx"<br />
Load "xtrap"<br />
Load "dri"<br />
Load "GLcore"<br />
Load "record"<br />
EndSection</code></p>
<p>4. Restart the computer and if you are lucky, it will work (try with Skype, Cheese or Ekiga)</p>
<ul>
<li><strong>Keyboard</strong></li>
</ul>
<p class="line862">For me, it works well. I missed up the AltGr and Del keys. The way to fix it is too easy. Go to System &gt; Preferences &gt; Keyboard. On the Layout Options tab, select &#8220;Third Level Choosers&#8221; and check &#8220;Press Right Win-key to choose 3rd level&#8221; (this key is the right apple on the keyboard).</p>
<p class="line862">To add a Del key, for example we can use the next key after the right apple. Create a text file as ~/.xmodmap containing the following text:</p>
<p><code>keycode 108 = Delete</code></p>
<p>And run xmodmap each time you start GNOME. Go to System &gt; Preferences &gt; Personal &gt; Sessions and add this command:<br />
<code>xmodmap /home/your_user/.xmodmap</code></p>
<ul>
<li><strong>Network</strong></li>
</ul>
<p>If you use the ethernet, maybe it is not interesting for you to configure the wireless card. However, it&#8217;s always good to set it up thinking about future situations. First of all, install development software (gcc, make, etc.). To do that, just go to System-&gt;Administration-&gt;Install/Remove Software and then, search for those programs (it&#8217;s kind of crappy because if you search for &#8220;make&#8221; it will appear a lot of results, so you have to find it by alphabetic order).</p>
<p>Once installed, it&#8217;s time to <a href="http://snapshots.madwifi.org/madwifi-trunk-current.tar.gz">download the lastest madwifi drivers</a>. Unpack them in your preferred folder, open a terminal and go to that folder. Then, compile it:<br />
<code>make<br />
make install</code> (the second line as a root)</p>
<p>Next time you restart the computer, the wifi will be active. Each time you upgrade the kernel, it is necessary to compile the driver again.</p>
<p>From here, the next points are basically for either computer. It is just configuring multimedia codecs and other basic stuff.</p>
<ul>
<li><strong>Multimedia codecs</strong></li>
</ul>
<p>First it&#8217;s necessary to add the livna repository. To do it, just type as a root in a terminal:<br />
<code>rpm -ivh http://rpm.livna.org/livna-release-9.rpm<br />
rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY</code></p>
<p>And then, install codecs:<br />
<code>yum install gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly<br />
yum install libdvdcss libdvdread libdvdnav lsdvd libdvbpsi<br />
yum install ffmpeg ffmpeg-compat libmatroska xvidcore</code></p>
<p>To install flash (always as a root):<br />
<code>rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm<br />
yum install flash-plugin<br />
mozilla-plugin-config -i -g -v</code></p>
<p>The last command is to register the plugin (it is not always necessary).</p>
<p>There is other easier way to install all multimedia codecs and other interesting software. In the <a href="http://forums.fedoraforum.org/showthread.php?t=171660">Fedora Forums</a> you can find more information about it.</p>
<p>__</p>
<p>Well, at this moment this is enough. I will add more tips later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.somgnu.org/fedora-9-on-a-macbookpro/feed/</wfw:commentRss>
		</item>
		<item>
		<title>3 years of EyeOS</title>
		<link>http://www.somgnu.org/3-years-of-eyeos/</link>
		<comments>http://www.somgnu.org/3-years-of-eyeos/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 15:00:20 +0000</pubDate>
		<dc:creator>Pau</dc:creator>
		
		<category><![CDATA[Desktop]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[EyeOS]]></category>

		<guid isPermaLink="false">http://www.somgnu.org/?p=94</guid>
		<description><![CDATA[It&#8217;s been three years since the free web operating system EyeOS was released. Now, more than 200,000 users are using it. It was developed by Catalan programmers in Olesa de Montserrat (Catalonia) and they are going to open up new centers in France and in the U.S.
EyeOS is basically a free desktop environment that works [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been three years since the free web operating system EyeOS was released. Now, more than 200,000 users are using it. It was developed by Catalan programmers in Olesa de Montserrat (Catalonia) and they are going to open up new centers in France and in the U.S.</p>
<p><a href="http://en.wikipedia.org/wiki/EyeOS">EyeOS</a> is basically a free desktop environment that works through the web navigator. We can try (and normally use it) from the official web because they offer us the necessary space and tools to do it. On the other hand, we can choose download and install it in our own server.</p>
<p>In the basic package, we can find some office programs, games, feeds reader, etc. Also, there are some extensions or other applications developed by third parties that can be downloaded and installed from <a title="Aplicacions d'eyeOS" href="http://eyeapps.org/">eyeApps.org</a> and from the <a title="Servidor gratuït d'eyeOS" href="http://eyeos.info/">public server</a>.</p>
<p>After three years, EyeOS has became the most popular web operating system and it is improved each release. Each day, 300 or 400 people sign up on the free server and every week more than 1,000,000 people visit the web.</p>
<p>Don&#8217;t know EyeOS?&#8230; <a href="http://demo.eyeos.org/?lang=en">Try it!!</a></p>
<ul>
<li><strong>Link </strong>| <a href="http://blog.eyeos.org/2008/08/01/eyeos-is-3/">EyeOS is 3!</a></li>
</ul>
<p style="text-align: center;"><a href="http://www.somgnu.org/wp-content/uploads/2008/08/11.png"><img class="alignnone size-full wp-image-96" title="11" src="http://www.somgnu.org/wp-content/uploads/2008/08/11.png" alt="" width="410" height="267" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.somgnu.org/3-years-of-eyeos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Canon in Spain</title>
		<link>http://www.somgnu.org/canon-in-spain/</link>
		<comments>http://www.somgnu.org/canon-in-spain/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 05:00:01 +0000</pubDate>
		<dc:creator>Pau</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Canon]]></category>

		<guid isPermaLink="false">http://www.somgnu.org/?p=86</guid>
		<description><![CDATA[Carlos Castro is one of the main reasons for which LinEX, the first regional Spanish GNU/Linux distribution, became a reference all around the world (there is a documentary in EuroNews).
LinEX was developed with the support (monetary support) of the Extremadura Government (in Spain) and a couple of years later was introduced in all the schools. [...]]]></description>
			<content:encoded><![CDATA[<p>Carlos Castro is one of the main reasons for which <a href="http://www.linex.org/">LinEX</a>, the first regional Spanish GNU/Linux distribution, became a reference all around the world (there is a <a href="http://www.youtube.com/watch?v=nR8Oh0Js_lA">documentary</a> in EuroNews).</p>
<p>LinEX was developed with the support (monetary support) of the Extremadura Government (in Spain) and a couple of years later was introduced in all the schools. At this moment, LinEX is being implemented in hospitals, administration buildings, etc. Also, LinEX <a href="http://www.elperiodicoextremadura.com/noticias/noticia.asp?pkid=272829">was installed</a> in some banks in Colombia.</p>
<p>In Spain, people have to pay a “canon” each time that they buy an electronic product. At the beginning, it was just for cds, but now Spaniards have to pay a canon when they buy cell phones, printers, computers and even for the broadband. All this was because of the Spanish Government (at this moment  the PSOE, they are supposed socialists, in theory, but not always in practice) who wanted to compensate those artists who were “losing money” because of <a href="http://en.wikipedia.org/wiki/Piracy"><em>piracy</em></a>.</p>
<p style="text-align: center;"><img src="http://www.illasaron.com/html/images/Logo-gnuLinEx.01.w600.png" alt="" /></p>
<p>Carlos Castro criticised this “canon” a lot because it is completely unjust: people have to pay indiscriminately because at this moment it is impossible to differentiate who is practising piracy and who is not. He said:</p>
<p><em>“&#8230;to try to reach the government with the sole support of that mediocre artists class that don&#8217;t know how to live without subsidies and grants is a shame. Most people don&#8217;t agree with those speculators who call themselves “progressives”&#8230;”</em></p>
<p>These critics where deprived of authority by the Extremadura Government (that was forced to do by the Spainish central Government), and finally, Castro decided to leave his position in the project on his own.</p>
<p>The SGAE (a Spanish artists association) earned up to 500.000€ (about 660.000$) due to LinEX sales (for each cd that LinEX made, 0.30 cents of € was for the SGAE because all cd&#8217;s are taxed, even when it&#8217;s sure that they are not going to be used for piracy).</p>
<p>Now, Carlos Castro&#8217;s blog is closed and he&#8217;s gone. And we all would like to know what is going to happen with the most important free software movement in Spain without the main ideologist.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.somgnu.org/canon-in-spain/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recovering data on GNU/Linux</title>
		<link>http://www.somgnu.org/recovering-data-on-gnulinux/</link>
		<comments>http://www.somgnu.org/recovering-data-on-gnulinux/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 05:00:38 +0000</pubDate>
		<dc:creator>Pau</dc:creator>
		
		<category><![CDATA[Mainteining]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Foremost]]></category>

		<guid isPermaLink="false">http://www.somgnu.org/?p=80</guid>
		<description><![CDATA[Two days ago, a friend of mine who discovered GNU/Linux more or less some days before, tried to install Ubuntu on his father&#8217;s computer. The problem was that it wasn&#8217;t only his father&#8217;s computer, it was property of the school where he works.
He started Ubuntu on the graphical mode and when the installation program was [...]]]></description>
			<content:encoded><![CDATA[<p>Two days ago, a friend of mine who discovered GNU/Linux more or less some days before, tried to install Ubuntu on his father&#8217;s computer. The problem was that it wasn&#8217;t only his father&#8217;s computer, it was property of the school where he works.</p>
<p>He started Ubuntu on the graphical mode and when the installation program was reducing the windows partition something went wrong and the system blocked itself. My friend was scared, so he rebooted the computer, started the text installation and installed Ubuntu on the &#8220;new partition&#8221; (yes, even though the partitioning tool seemed to fail, after in the text installation there was a new partition like if the process had finished well).</p>
<p>After the installation, there was no Windows option in the Grub menu, so the windows partition was broken after all. We tried using <a href="http://www.cgsecurity.org/wiki/TestDisk">testdisk</a> to recover the partition table, but it didn&#8217;t work. Therefore, we had to look for another solution: recover files from the disk.</p>
<h3>Foremost</h3>
<p><a href="http://foremost.sourceforge.net/">Foremost</a> is the tool we used to recover the files. It usually can be installed using the distribution repositories. Also, there are so many live distributions such as  <a href="http://www.somgnu.cat/riplinux-25/">RipLinux</a> prepared for all these recovering tasks.</p>
<p>One thing else that we need to recover our files is an usb disk where the recovered files will be saved. It is important to note that you should not write to the failed disk, because it can overwrite existant data in case of lost files.</p>
<p>To use foremost is really easy. It works searching by extension, so we have to specify the extension we want to look for and where we want to save the recovered data. When we connect an usb disk, the system usually mounts it at /media/disk (or similar), so that&#8217;s the place where we are saving our recovered data. Note that the usb disk have to be empty.</p>
<p>With all this, here is the command we have to execute in the terminal (as a root or using sudo if you can):</p>
<p><code>sudo foremost -t extension -i /dev/sdx -o /media/disk</code></p>
<p>As you can see, the extension have to be that one that we need (doc, ppt, pdf, wmv, avi, mpg, jpg, png, etc.). /dev/sdx represents the hard disk where we want to search to recover the files and /media/disk represents the place where the recovered data will be saved.</p>
<p>You will see that the recovered files have no name, just numbers (for example 123532423.doc). That means that we will have to open each one of them to see what is inside.</p>
<p>More information about recovering data in the <a href="https://help.ubuntu.com/community/DataRecovery#Foremost">Ubuntu Wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.somgnu.org/recovering-data-on-gnulinux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>StorYBook, writing novels</title>
		<link>http://www.somgnu.org/storybook-writing-novels/</link>
		<comments>http://www.somgnu.org/storybook-writing-novels/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 06:30:37 +0000</pubDate>
		<dc:creator>Pau</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.somgnu.org/?p=78</guid>
		<description><![CDATA[Free Software can also help us writing novels. StorYBook is a tool created in order to make easier the hard task that writing novels is: it is complicated to safe in our memory every thing that happen in the story, all the elements, etc.
StoryBook helps us to make it easy. When we open the program, [...]]]></description>
			<content:encoded><![CDATA[<p>Free Software can also help us writing novels. <a href="http://storybook.intertec.ch/">StorYBook</a> is a tool created in order to make easier the hard task that writing novels is: it is complicated to safe in our memory every thing that happen in the story, all the elements, etc.</p>
<p>StoryBook helps us to make it easy. When we open the program, we can choose among 3 views:</p>
<ul>
<li>The <strong>Chronological View</strong> shows the scenes sorted by date.</li>
<li>The <strong>Manage Chapters and Scenes</strong> view shows all chapters and their assigned scenes. Scenes can be moved and renumbered by Drag-and-Drop.</li>
<li>The <strong>Book View</strong> shows all chapters and their assigned scenes sorted by chapter and scene numbers, as you would read it in the final book.</li>
</ul>
<p>Also, we can organize strands and strand links, characters, locations, chapters, parts, information related with the scenes, etc. The program allows us to adjust the view we need among those we commented before, and saves automatically (instant save) our story (we don&#8217;t have to do anything).</p>
<p>The 2.1.2 version <a href="http://sourceforge.net/forum/forum.php?forum_id=850746">has been published</a> some days ago. One of the most interesting new <a href="http://storybook-software.blogspot.com/2008/07/release-notes-for-release-212.html">features</a> is the possibility to export to PDF. StorYBook works under GNU/Linux, Windows and Mac (programmed on java) and <a href="http://sourceforge.net/projects/storybook2/">is GPL</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img515.imageshack.us/img515/4311/storybookbq6.jpg" alt="Captura de pantalla de l'Storybook" width="476" height="308" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.somgnu.org/storybook-writing-novels/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free software is better for web pages</title>
		<link>http://www.somgnu.org/free-software-is-better-for-web-pages/</link>
		<comments>http://www.somgnu.org/free-software-is-better-for-web-pages/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 06:00:00 +0000</pubDate>
		<dc:creator>Álvaro Martínez Majado</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.somgnu.org/?p=13</guid>
		<description><![CDATA[Despite the considerable advances that the free software has made in the last years in its «market share» in different fields in informatics, only in a few of this fields free software has the supremacy. One of these is the field of web servers.
Sure enough, Apache, a free web server, is one of the most [...]]]></description>
			<content:encoded><![CDATA[<p>Despite the considerable advances that the free software has made in the last years in its «<a href="http://en.wikipedia.org/wiki/Market_share">market share</a>» in different fields in informatics, only in a few of this fields free software has the supremacy. One of these is the field of <a href="http://en.wikipedia.org/wiki/Web_server">web servers</a>.</p>
<p>Sure enough, Apache, a free web server, is one of the most used and, probably, free software alternatives in conjoint are more used than its privative equivalences. Free software has proved that is the best alternative to manage the software that servers needed, but free software also provides good tools to compose them.</p>
<p><img class="alignleft" src="http://www.kompozer.net/images/screenshots.png" alt="Kompozer" />In fact, it is possible to build almost any kind of website using free software. Those people who were accustomed to use visual publishers to build webpages, such as Dreamweaver, will be happy to know the existence of <a href="http://www.kompozer.net/">kompoZer</a>. <a href="http://ca.wikipedia.org/wiki/Mozilla">Mozilla</a> created an application to create webs as easily as write a rich text document. This application was named <a href="http://en.wikipedia.org/wiki/Mozilla_Composer">Mozilla Composer</a> and was integrated in the Internet suite that now is known as <a href="http://en.wikipedia.org/wiki/Mozilla_Application_Suite">Mozilla Seamonkey</a>. This software package is no longer maintained by Mozilla, but for a community of developers that forked it, and so Mozilla Composer is not currently being updated at all.</p>
<p>Then, Linspire, a free software company, sponsored a sort of continuation of the Mozilla Composer, that was named NVU. NVU neither has been updated since September of 2006, so <a href="http://en.wikipedia.org/wiki/SeaMonkey">a group of programmers has made</a> kompoZer, that basically is a new version made from the last published version of <a href="http://en.wikipedia.org/wiki/Nvu">NVU</a> with the correction of all the bugs that they found. In spite of all the problems in the long development progress, kompoZer is a very useful tool to create simple websites without <a href="http://en.wikipedia.org/wiki/Hyper_Text_Markup_Language">HTML</a> knowledge, and is good to edit them without complications.</p>
<p><img class="alignright" src="http://wordpress.org/about/images/wordpressicon-hanttula3.jpg" alt="Wordpress" />Nowadays, however, many users are looking for something a bit more complex. Such as a blog software. There are several alternatives that allow to make blogs easily, some of them were created many years ago, are very mature and have a lot of support in forums because a lot of people are using them (such as <a href="http://www.somgnu.cat/wordpresscat-punt-de-trobada-del-wordpress-en-catala/">Wordpress</a>); other just begin its development (such as <a href="http://www.somgnu.cat/gesbit-07-alpha/">Gesbit</a>); others were privative and have switched to free software (such as <a href="http://www.movabletype.org/opensource/">MovableType</a>). Between all these, we will focus the comment in Wordpress, cause it is perhaps the most used.</p>
<p>Once installed, Wordpress allows you to manage a blog and it is simple and comfortable. It Includes an intuitive administration dashboard to such effect. Any detail has been covered by the programmers: there is an option to upload and manage images easily, to include links to other blogs, to order categories for posts, etc. Also it is possible to write «Pages», that is to say, entries that are not in chronological order, for example the legal warning, the prvacity policy or other texts that have to be permanent visible.</p>
<p>You can also use free software if you look for even more complete solutions. For example, if we want to create a website for an association, probably we will need to include a forum, a place to upload documents, a space for news, etc. It&#8217;s not necessary to say that developing all this from the very beginning would be <span style="cursor: pointer;" onclick="dr4sdgryt(event,&quot;Ox&quot;)"><span class="qex">outrageous</span></span>. We can use free software alternatives that already exists, for example PHP-Nuke, PostNuke, Drupal or Joomla.</p>
<p><a href="http://phpnuke.org/"><img class="alignleft" src="http://phpnuke.org/themes/Nuke2005/images/logo.jpg" alt="PHP-Nuke" />PHP-Nuke</a> Is free software that allows the creation of «portals» or «spaces for communities» very easily. Once installed, it has got an internal searcher, news, documents and articles module, a forum and a basic stats service (among another things). All his functionalities are expansible thanks to its modular structure and to the  quantity of free modules that can be found on the internet.</p>
<p>From PHP-Nuke was developed <a href="http://www.postnuke.com/">PostNuke</a>, a software with strength similitudes and some differences, such as a more complex system of permission management to users (the systems of permission management is used to specify who can see each content). So the security is improved.</p>
<p>Besides these alternatives commented, <a href="http://drupal.org/">Drupal</a> and <a href="http://www.joomla.org/">Joomla</a> are programs that also can be used for this same task, very mature and with a big community, which has allowed them grow in popularity recently. As of today, when Drupal and Joomla are probably more used than PHP-Nuke and PostNuke.</p>
<p>However, maybe you need only a complement for your web, such as a forum (no a complete solution for communities like those that we already have commented) or any tool that allow you to edit texts collaboratively, such as happens in Wikipedia. The software will allow you to do this, respectively, <a href="http://www.phpbb.com/">phpBB</a> and <a href="http://www.mediawiki.org/wiki/MediaWiki">MediaWiki</a>.</p>
<p><img class="alignright" src="http://forum.somgnu.cat/adm/images/phpbb_logo.gif" alt="phpBB" />phpBB is the ideal tool to made a forum. The administrator can choose if it is necessary that the visitors register to take part in discussions and, in general, can select the options that believes most convenient from a very extensive list of options. The participants can attach to their contributions a small text or photos as a footer, that helps to identify them.</p>
<p><img class="alignleft" src="http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png" alt="MediaWiki" />MediaWiki is the software that is used by the Wikipedia and, therefore, one of the best alternatives to write texts collaboratively. It includes control tools to ensure that amongst the people who take part in the writing process, there is always good faith and no malicious user damages the work.</p>
<p>You will need neither privative software to edit your graphics for your web: with <a href="http://www.gimp.org/">GIMP</a> or <a href="http://www.koffice.org/krita">Krita</a> free image editors you will do a good job. To sum up: they are many high-quality free tools that can serve to make websites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.somgnu.org/free-software-is-better-for-web-pages/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
