<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ionut's WebSpace &#187; Linux</title>
	<atom:link href="http://www.vioan.ro/wp/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vioan.ro/wp</link>
	<description>Exploring Creativity Is My Passion</description>
	<lastBuildDate>Sun, 08 Aug 2010 21:09:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing Lighttpd in Debian “squeeze” on SheevaPlug</title>
		<link>http://www.vioan.ro/wp/2010/01/23/fixing-lighttpd-in-debian-%e2%80%9csqueeze%e2%80%9d-on-sheevaplug/</link>
		<comments>http://www.vioan.ro/wp/2010/01/23/fixing-lighttpd-in-debian-%e2%80%9csqueeze%e2%80%9d-on-sheevaplug/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 22:28:38 +0000</pubDate>
		<dc:creator>ionut</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[plugcomputer]]></category>
		<category><![CDATA[sheeva]]></category>

		<guid isPermaLink="false">http://www.vioan.ro/wp/?p=416</guid>
		<description><![CDATA[


I was using SheevaPlug as my Home NAS, with and external usb hdd, until recently when I built my new NAS, based on ION ATOM, FreeBSD and ZFS.
I am thinking to add an usb webcam and to use it as a monitoring system.
I updated Debian &#8220;squeeze&#8221;, which is running on an 8G SDHC card, but [...]]]></description>
			<content:encoded><![CDATA[<p>I was using SheevaPlug as my Home NAS, with and external usb hdd, until recently when I built <a href="http://www.vioan.ro/wp/2010/01/19/my-zfs-home-nashtpc-box-build/">my new NAS, based on ION ATOM, FreeBSD and ZFS</a>.</p>
<p>I am thinking to add an usb webcam and to use it as a monitoring system.</p>
<p>I updated Debian &#8220;squeeze&#8221;, which is running on an 8G SDHC card, but I got the error:</p>
<p><em>After this operation, 0B of additional disk space will be used.<br />
Do you want to continue [Y/n]? y<br />
Setting up lighttpd (1.4.25-2) &#8230;<br />
Starting web server: lighttpd2010-01-22 23:13:31: (network.c.345) can&#8217;t bind to port: :: 80 Address already in use<br />
failed!<br />
invoke-rc.d: initscript lighttpd, action &#8220;start&#8221; failed.<br />
dpkg: error processing lighttpd (&#8211;configure):<br />
subprocess installed post-installation script returned error exit status 1<br />
Errors were encountered while processing:<br />
lighttpd<br />
E: Sub-process /usr/bin/dpkg returned an error code (1)<br />
sheeva:/home/ionut#</em></p>
<p>I didn&#8217;t have anything running and listening on port 80, so, it seems that it is a known bug, <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564556">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564556</a> and the solution is here:</p>
<p>Add in <strong>/etc/lighttpd/lighttpd.conf</strong>:</p>
<p><em>server.use-ipv6 = &#8220;enable&#8221;</em></p>
<p>And add in<strong> /etc/sysctl.d/bindv6only.conf</strong>:</p>
<p>&#8220;<em>net.ipv6.bindv6only = 0</em>&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vioan.ro/wp/2010/01/23/fixing-lighttpd-in-debian-%e2%80%9csqueeze%e2%80%9d-on-sheevaplug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My ZFS Home NAS/HTPC Box Build</title>
		<link>http://www.vioan.ro/wp/2010/01/19/my-zfs-home-nashtpc-box-build/</link>
		<comments>http://www.vioan.ro/wp/2010/01/19/my-zfs-home-nashtpc-box-build/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 13:43:19 +0000</pubDate>
		<dc:creator>ionut</dc:creator>
				<category><![CDATA[*BSD]]></category>
		<category><![CDATA[Apple/OS X]]></category>
		<category><![CDATA[HPC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[HAS]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://www.vioan.ro/wp/?p=408</guid>
		<description><![CDATA[I was looking to build a NAS (Network Attached Storage) to store all my music, photos, files, e-books and important work related files. I also wanted to have a central place for my backups and to be used sometimes as HTPC. So, a &#8220;two in one&#8221; solution (NAS and HTPC).
Even if there are many ready-to-go [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking to build a NAS (Network Attached Storage) to store all my music, photos, files, e-books and important work related files. I also wanted to have a central place for my backups and to be used sometimes as HTPC. So, a &#8220;two in one&#8221; solution (NAS and HTPC).</p>
<p>Even if there are many ready-to-go NAS solutions I decided to build myself one and having the HTPC on the same machine. Here is mainly what I wanted:</p>
<ul>
<li>low powered system (64-bit microprocessor)</li>
<li>used as a media server (stream movies/music)</li>
<li>to be used sometimes as a HTPC, so I wanted HDMI (for HD video)</li>
<li>ZFS file system with all its goodies</li>
<li>gigabit ethernet interface to take advantage of the network bandwidth</li>
<li>nice chassis with four hot-swappable 3.5&#8243; SATA HDD (I am using just two HDD right now because the motherboard has only 3 SATA)</li>
</ul>
<p>My NAS/HTPC specs are here:</p>
<ul>
<li> <a href="http://www.chenbro.com/corporatesite/products_detail.php?sku=79">Chenbro ES34069 chassis</a></li>
<li><a href="http://www.zotacusa.com/zotac-ionitx-a-u-atom-n330-1-6ghz-dual-core-mini-itx-intel-motherboard.html">Zotac ION-ITX-A Wi-Fi Dual Core 1.6GHz</a> motherboard</li>
<li>2 GB Kingston DDR2 800MHz RAM</li>
<li>2 x Western Digital Caviar Green 1.0 TB</li>
<li>1x Toshiba 2.5&#8243; HDD 100 GB (for OS)</li>
</ul>
<p><img class="aligncenter size-medium wp-image-410" title="home_server1" src="http://www.vioan.ro/wp/wp-content/uploads/2010/01/home_server1-300x225.jpg" alt="home_server1" width="300" height="225" /><img class="aligncenter size-medium wp-image-411" title="es34069" src="http://www.vioan.ro/wp/wp-content/uploads/2010/01/es34069-214x300.jpg" alt="es34069" width="214" height="300" /></p>
<p>I choosed <a href="http://www.freebsd.org"><strong>FreeBSD</strong></a> as operating system, because I am more familiar with it than with Solaris. I recompiled <strong>mplayer</strong> with <strong>vdpau</strong> support (for HD video).</p>
<p>Here are the steps:</p>
<ul>
<li>download the latest mplayer snapshot from their website</li>
<li>download these two files (<a href="ftp://download.nvidia.com/XFree86/vdpau/include/vdpau/">ftp://download.nvidia.com/XFree86/vdpau/include/vdpau/</a>) and put them in <em>/usr/include/vdpau</em> (create that directory)</li>
<li>./configure &#8211;disable-x264-lavc &#8211;disable-x264 -–enable-vdpau</li>
<li>gmake</li>
<li>gmake install</li>
<li>check to see if you have vdpau support with: &#8220;<em>mplayer -vo help</em>&#8220;. If you see something like: &#8220;<em>vdpau VDPAU with X11</em>&#8221; then everything is ok.</li>
</ul>
<p>Some additional steps/configs:</p>
<ul>
<li>add zfs_enable=&#8221;YES&#8221; in /etc/rc.conf</li>
<li>add  the following in /boot/loader.conf:</li>
</ul>
<p>vm.kmem_size_max=&#8221;1024M&#8221;</p>
<p>vm.kmem_size=&#8221;1024M&#8221;</p>
<p>vfs.zfs.arc_max=&#8221;100M&#8221;</p>
<ul>
<li>zpool create storage mirror ad4 ad10</li>
<li>zfs create storage/archives</li>
<li>zfs create storage/backups</li>
<li>install samba, duplicity, rsnapshots, rsync, unison, ushare, &#8230;</li>
</ul>
<p>Right now, everything is working very well, I am very happy with the setup, but I still didn&#8217;t manage to have sound over HDMI, so, a temporary solution will be to connect an additional speaker system to it.</p>
<p>I don&#8217;t need any fancy remote control, I have a logitech wifi keyboard/mouse, because I like to be able to read the news in the morning (during cofee time) using google reader</p>
<p>The total power consumption is about 35W idle / 45W load which is pretty good, I think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vioan.ro/wp/2010/01/19/my-zfs-home-nashtpc-box-build/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Upgrading from 11.1 to 11.2. Yes, it is about openSUSE :)</title>
		<link>http://www.vioan.ro/wp/2009/11/18/upgrading-from-11-1-to-11-2-yes-it-is-about-opensuse/</link>
		<comments>http://www.vioan.ro/wp/2009/11/18/upgrading-from-11-1-to-11-2-yes-it-is-about-opensuse/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:16:00 +0000</pubDate>
		<dc:creator>ionut</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[luks]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://www.vioan.ro/wp/?p=405</guid>
		<description><![CDATA[A few days ago I upgraded openSUSE 11.1 to 11.2 on my sony vaio notebook. I used for that the dvd and I kept my luks encrypted home partition, and as well the encrypted swap partition. It seems that everything is working well, it is a great release with a lot of improvements and nice [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago I upgraded openSUSE 11.1 to 11.2 on my sony vaio notebook. I used for that the dvd and I kept my luks encrypted home partition, and as well the encrypted swap partition. It seems that everything is working well, it is a great release with a lot of improvements and nice work.</p>
<p>I still can not use special Fn keys and also I receive a warning message when my encrypted home partition is mounted (after I introduce the passphrase), but not for swap partition. It says something about not finding the module <strong>padlock-sha</strong>.</p>
<p>I didn&#8217;t have too much time to look around to see why, but it seems that as well other people are experiencing the same issue:</p>
<p><a href="http://bbs.archlinux.org/viewtopic.php?id=43705">http://bbs.archlinux.org/viewtopic.php?id=43705</a><br />
<a href="http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/7e2cda1e525f6cf3/c5ee7253a6f92620?lnk=raot&amp;pli=1">http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/7e2cda1e525f6cf3/c5ee7253a6f92620?lnk=raot&amp;pli=1</a></p>
<p>Anyway, thanks again for that great release, I am really happy what I see in 11.2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vioan.ro/wp/2009/11/18/upgrading-from-11-1-to-11-2-yes-it-is-about-opensuse/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Yahoo Mail and free IMAP</title>
		<link>http://www.vioan.ro/wp/2009/08/26/yahoo-mail-and-free-imap/</link>
		<comments>http://www.vioan.ro/wp/2009/08/26/yahoo-mail-and-free-imap/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 14:31:09 +0000</pubDate>
		<dc:creator>ionut</dc:creator>
				<category><![CDATA[*BSD]]></category>
		<category><![CDATA[Apple/OS X]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://www.vioan.ro/wp/?p=400</guid>
		<description><![CDATA[If you are using yahoo mail, like me, then you missed for a long time IMAP access for your inbox. They provide just POP3 access and  I don&#8217;t want that. I would like to have/access the messages also via web interface and also to have them on my computer for offline access. So, the solution [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using yahoo mail, like me, then you missed for a long time IMAP access for your inbox. They provide just POP3 access and  I don&#8217;t want that. I would like to have/access the messages also via web interface and also to have them on my computer for offline access. So, the solution is <a href="http://www.zimbra.com/products/desktop.html">Zimbra Desktop</a> and you can use it on Windows, Linux or Mac.</p>
<p>&#8220;Zimbra software is open source, meaning we make both the software code and the application itself available to anyone at no charge. Also, Zimbra Desktop is a full version; there are no missing features or catches&#8221;</p>
<p>For a complete list of features see this link: <a href="http://www.zimbra.com/products/desktop_features.html">http://www.zimbra.com/products/desktop_features.html</a></p>
<p>If you have any issue with it you can find the answer on their <a href="http://wiki.zimbra.com/index.php?title=Zimbra_Desktop">wiki</a>.</p>
<p>Here is just a screenshot:</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-401" title="zimbra_desktop" src="http://www.vioan.ro/wp/wp-content/uploads/2009/08/zimbra_desktop-300x193.png" alt="zimbra_desktop" width="300" height="193" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vioan.ro/wp/2009/08/26/yahoo-mail-and-free-imap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSUSE 11.1 and Plesk 9.2.1 update</title>
		<link>http://www.vioan.ro/wp/2009/07/10/opensuse-111-and-plesk-921-update/</link>
		<comments>http://www.vioan.ro/wp/2009/07/10/opensuse-111-and-plesk-921-update/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 09:47:10 +0000</pubDate>
		<dc:creator>ionut</dc:creator>
				<category><![CDATA[*BSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.vioan.ro/wp/?p=392</guid>
		<description><![CDATA[After more than three years of using Suse 9.3 with Plesk 8.1 on one of my VPS, I decided that it is time to update to OpenSUSE 11.1 with Plesk 9.2.1 control panel. The update process went very well, here are the steps involved:
1. create a full backup of your vps (databases, websites, accounts, emails, [...]]]></description>
			<content:encoded><![CDATA[<p>After more than three years of using Suse 9.3 with Plesk 8.1 on one of my VPS, I decided that it is time to update to OpenSUSE 11.1 with Plesk 9.2.1 control panel. The update process went very well, here are the steps involved:</p>
<p>1. create a full backup of your vps (databases, websites, accounts, emails, &#8230;). I have used <strong>&#8220;tar&#8221;</strong> command for that.<br />
2. in plesk 8.1 control panel, do a complete backup (you need plesk backup module to be installed), or if you prefer the command line you can use the following command:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># /usr/local/psa/bin/pleskbackup all &lt;backup-file&gt;</span></pre></td></tr></table></div>

<p>Since version 9.x, the structure of Parallels Plesk Panel backup has been changed. Plesk backup created with Plesk Backup Manager is not just one file but a number of files and directories under backups directory /var/lib/psa/dumps. So, you will need to convert your backup file created in plesk 8.1 to be compatible with plesk 9.x. It&#8217;s a very simple process, see step 3.</p>
<p>3. convert the created backup file to be compatible with plesk 9.x</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># /usr/local/psa/bin/pre9-backup-convert -v convert -d /var/lib/psa/dumps/ &lt;backup-file&gt;</span></pre></td></tr></table></div>

<p>where <strong>/var/lib/psa/dumps/</strong> is backups directory on the server with Parallels Plesk Panel 9</p>
<p>4. restore the backup files to use them with plesk 9.x. It can be done using the web interface, <strong>Home -> Backup Manager -> Server Repository</strong>, click the backup name to enter the backup details page and select the required restoration options and click Restore to start the restoration process.</p>
<p>If you would like to use command line to restore your domains, clients, server configuration, &#8230; then you can use the following command:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># /usr/local/psa/bin/pleskrestore --restore /var/lib/psa/dumps/&lt;your backup xml file&gt; -level server -verbose -debug</span></pre></td></tr></table></div>

<p>You can restore only clients or domains, for more options see:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># /usr/local/psa/bin/pleskrestore --help</span></pre></td></tr></table></div>

<p>Note: I had a small problem and I found that it is not possible to have a client with the same name as your name in Plesk Admin Profile. Maybe it is stupid, but I had some errors and only after I changed the name in Admin Profile (in Plesk control panel) to be different, I could restore without any problem everything.</p>
<p>I think that&#8217;s all what I did, from what I remember. If something is missing I am sure you can find a lot of useful stuff using our friend google.</p>
<p><strong>Other useful stuff:</strong></p>
<p>1. Plesk 9.x support as well postfix, so if you want to change from qmail to postfix, try that:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># /usr/local/psa/bin/autoinstaller --select-release-current --install-component postfix</span></pre></td></tr></table></div>

<p>if you are not happy, you can switch back to qmail:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># /usr/local/psa/bin/autoinstaller --select-release-current --install-component qmail.</span></pre></td></tr></table></div>

<p>If you are not sure if you are using qmail or postfix there are many ways to find that, one is to look in Plesk Control Panel  on the Services management page  {<strong>Home -> Services Management</strong>} if you have <strong>SMTP Server (Postfix)</strong> or <strong>SMTP Server (QMail)</strong></p>
<p>If you decide you want to switch back, simply, do it, the emails are not lost, don&#8217;t worry.</p>
<p>2. Replace Horde webmail with AtMail</p>
<p>One of the many new features of Plesk 9, is the option to choose a different webmail client. The default webmail client  Horde can be replaced if you are looking for something a bit lighter, AtMail. You need to install from Plesk Control Panel, both webmail clients, and to switch between them:</p>
<ul>
<li>Log into Plesk.</li>
<li>Chose the domain which you want to use another webmail, enter on “Mail Accounts” page</li>
<li>Click the “Mail Settings” icon</li>
<li>Switch the “WebMail” to “AtMail (default is Horde)</li>
<li>Click “OK”</li>
</ul>
<p>If you decide you want to switch back, simply reverse the procedure, the emails are not lost, don&#8217;t worry.</p>
<p>That&#8217;s all.</p>
<p>References:</p>
<p><a href="http://kb.parallels.com/en/5819">http://kb.parallels.com/en/5819</a><br />
<a href="http://kb.parallels.com/en/5801">http://kb.parallels.com/en/5801</a><br />
<a href="http://kb.parallels.com/en/952">http://kb.parallels.com/en/952</a><br />
<a href="http://kb.parallels.com/en/5969">http://kb.parallels.com/en/5969</a><br />
<a href="http://kb.parallels.com/en/5864">http://kb.parallels.com/en/5864</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vioan.ro/wp/2009/07/10/opensuse-111-and-plesk-921-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Avogadro: Segmentation fault &#8211; solved</title>
		<link>http://www.vioan.ro/wp/2009/05/20/avogadro-segmentation-fault-solved/</link>
		<comments>http://www.vioan.ro/wp/2009/05/20/avogadro-segmentation-fault-solved/#comments</comments>
		<pubDate>Wed, 20 May 2009 21:17:36 +0000</pubDate>
		<dc:creator>ionut</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SciComputing]]></category>
		<category><![CDATA[SciVis]]></category>
		<category><![CDATA[avogadro]]></category>

		<guid isPermaLink="false">http://www.vioan.ro/wp/?p=382</guid>
		<description><![CDATA[That&#8217;s my first post to the great Planet,  so &#8220;Hello PlanetSuse!!!&#8221;. If you are curios and you would like to know more about me, check my website and you will find many interesting things, my work, my research and so on.
I was running Avogadro on my openSUSE 11.1 box, but I have got a &#8220;segmentation [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s my first post to the great Planet,  so &#8220;Hello PlanetSuse!!!&#8221;. If you are curios and you would like to know more about me, check my website and you will find many interesting things, my work, my research and so on.</p>
<p>I was running Avogadro on my openSUSE 11.1 box, but I have got a &#8220;segmentation fault&#8221;. If you have the same problem, in order to solve the issue just update your python-numpy package. That&#8217;s all.</p>
<p>If you don&#8217;t know what Avogadro is:</p>
<p>&#8220;Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas. It offers flexible rendering and a powerful plugin architecture.&#8221;</p>
<p>and three nice pictures:</p>
<p><img class="aligncenter size-full wp-image-383" title="1iyt" src="http://www.vioan.ro/wp/wp-content/uploads/2009/05/1iyt.png" alt="1iyt" width="251" height="368" /></p>
<p><img class="aligncenter size-full wp-image-384" title="piginsulin" src="http://www.vioan.ro/wp/wp-content/uploads/2009/05/piginsulin.png" alt="piginsulin" width="388" height="382" /></p>
<p><img class="aligncenter size-medium wp-image-385" title="1b7t" src="http://www.vioan.ro/wp/wp-content/uploads/2009/05/1b7t-300x191.png" alt="1b7t" width="300" height="191" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vioan.ro/wp/2009/05/20/avogadro-segmentation-fault-solved/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My new phone: I chosed Nokia E71 over iPhone 3G</title>
		<link>http://www.vioan.ro/wp/2009/04/15/my-new-phone-i-chosed-nokia-e71-over-iphone-3g/</link>
		<comments>http://www.vioan.ro/wp/2009/04/15/my-new-phone-i-chosed-nokia-e71-over-iphone-3g/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 19:27:46 +0000</pubDate>
		<dc:creator>ionut</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SmartPhone]]></category>
		<category><![CDATA[iphone nokia e71 mobile]]></category>

		<guid isPermaLink="false">http://www.vioan.ro/wp/?p=377</guid>
		<description><![CDATA[
Above is a photo of my new Nokia E71, which I bought 10 days ago.  It is a excellent phone, the keyboard is great to type on. It has everything you need and it is smaller than iPhone! A full review is available here.
The phone Nokia E71 is declared one of the best mobile phones [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-378" title="nokiae71" src="http://www.vioan.ro/wp/wp-content/uploads/2009/04/nokiae71.jpg" alt="nokiae71" width="449" height="394" /><br />
Above is a photo of my new Nokia E71, which I bought 10 days ago.  It is a excellent phone, the keyboard is great to type on. It has everything you need and it is smaller than <span id="lw_1239821778_2" class="yshortcuts">iPhone</span>! A full review is available <a href="http://www.gsmarena.com/nokia_e71-review-266.php">here</a>.</p>
<p>The phone <a href="http://europe.nokia.com/A41146122">Nokia E71</a> is declared one of the best mobile phones along with INQ1 and G1 (see more here: <a href="http://www.globalmobileawards.com/winners.shtml" target="_blank"><span id="lw_1239821778_5" class="yshortcuts">http://www.globalmobileawards.com/winners.shtml</span></a>)</p>
<p>&#8220;Email is made easy with the Nokia E71. The world’s thinnest mobile QWERTY device, the Nokia E71 is designed for easy setup and use, offering access to a wide range of personal and professional messaging needs – including <span id="lw_1239821778_4" class="yshortcuts">Microsoft Exchange</span>, the world&#8217;s most widely adopted corporate email solution – as well as thousands of ISPs.<br />
Designed for a busy mobile lifestyle, the Nokia E71 provides one-touch access to email, calendar and contacts. &#8221;</p>
<p>So, why I choosed Nokia E71 and not iPhone 3G?</p>
<p>Here is what I wanted:</p>
<ul>
<li>a <span id="lw_1239821778_6" class="yshortcuts" style="border-bottom: 1px dashed #0066cc; cursor: pointer;">slim phone</span></li>
<li>a ssh client (I am using pine to read my email, and I need remote access to my servers)</li>
<li>querty keyboard which I consider that is better then on-screen keyboard</li>
<li>fast internet, 3g</li>
<li>to use my phone as modem/dongle/wifi-hotspot for my notebook (hotel, train, airport, &#8230;)</li>
<li>proper nav app (with audible announcements) &#8211; GPS built in</li>
<li>not very expensive</li>
<li>easily unlockable to other networks</li>
<li>multi email support</li>
<li>messenger, skype, good music &amp; video capabilities</li>
<li>radio built in</li>
<li>Wifi, GPRS, UMTS,</li>
<li>USB connection and bluetooth</li>
<li>pdf and word reader (complete office suite)</li>
<li>task manager and sync with google calendar</li>
<li>video capture</li>
<li>real on phone voip (Gizmo)</li>
<li>The Symbian OS is one amazing piece of software <img src='http://www.vioan.ro/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>So, Nokia E71 can offer me everything what I need in the above list.</p>
<p>Just to mention iPhone 3G features over Nokia E71 &#8211; (pro and cons):</p>
<ul>
<li>large screen</li>
<li> has arguably the best gui of any phone on the market right now</li>
<li>two times more expensive then Nokia E71 (considering the same data/internet and voice plan for let&#8217;s say 18 months)</li>
<li>bigger then Nokia E71</li>
<li><span id="lw_1239821778_7" class="yshortcuts">Apple App Store</span> and Applications for iPhone</li>
<li>doesn&#8217;t have a decent bluetooth implementation.</li>
<li>I can&#8217;t send mms.</li>
<li>I can&#8217;t use videophone.</li>
<li>I can&#8217;t use it for connecting my laptop</li>
<li>I can&#8217;t forward a simple message</li>
<li>Safari on the iPhone is nice</li>
</ul>
<p>I prefer to have a full featured device then to be cool and trendy <img src='http://www.vioan.ro/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Some applications which I use on my Nokia E71: Putty, Skype, <span id="lw_1239821778_8" class="yshortcuts">Opera Mini</span>, Messenger, Fring, Nimbuzz, <span id="lw_1239821778_9" class="yshortcuts" style="border-bottom: 1px dashed #0066cc; cursor: pointer;">Google Maps</span>, Google Mail, <span id="lw_1239821778_10" class="yshortcuts" style="border-bottom: 1px dashed #0066cc; cursor: pointer;">Youtube</span>, JoikuSpot (a cool piece of software which transforms your device in a Wifi hotspot), KeePassMobile, YahooGo. I am still looking for new applications which can be useful.</p>
<p>I am very happy with my choice and I am stil exploring the capabilities of this great phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vioan.ro/wp/2009/04/15/my-new-phone-i-chosed-nokia-e71-over-iphone-3g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picasa 3 on OpenSUSE 11.1</title>
		<link>http://www.vioan.ro/wp/2009/04/08/picasa-3-on-opensuse-111/</link>
		<comments>http://www.vioan.ro/wp/2009/04/08/picasa-3-on-opensuse-111/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 07:40:55 +0000</pubDate>
		<dc:creator>ionut</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[webalbum]]></category>

		<guid isPermaLink="false">http://www.vioan.ro/wp/?p=371</guid>
		<description><![CDATA[If you want to install Picasa 3 on OpenSUSE then you will need to install &#8220;sane-backends-32bit&#8221; package, otherwise you will see the following dependency error:

1
2
error: Failed dependencies:
        libsane.so.1 is needed by picasa-3.0.5744-02.i386

so,

1
sudo zypper install sane-backends-32bit

should solve the problem.
]]></description>
			<content:encoded><![CDATA[<p>If you want to install <a href="http://picasa.google.com/linux/download.html#picasa30">Picasa 3</a> on OpenSUSE then you will need to install &#8220;sane-backends-32bit&#8221; package, otherwise you will see the following dependency error:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">error: Failed dependencies:
        libsane.so.1 is needed by picasa-3.0.5744-02.i386</pre></td></tr></table></div>

<p>so,</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> zypper <span style="color: #c20cb9; font-weight: bold;">install</span> sane-backends-32bit</pre></td></tr></table></div>

<p>should solve the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vioan.ro/wp/2009/04/08/picasa-3-on-opensuse-111/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypting External HDD with LUKS</title>
		<link>http://www.vioan.ro/wp/2009/03/28/encrypting-external-hdd-with-luks/</link>
		<comments>http://www.vioan.ro/wp/2009/03/28/encrypting-external-hdd-with-luks/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 20:21:14 +0000</pubDate>
		<dc:creator>ionut</dc:creator>
				<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[luks]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://www.vioan.ro/wp/?p=367</guid>
		<description><![CDATA[I am using OpenSUSE on my main computers, so LUKS is a good option to encrypt my external hdd. I can use Truecrypt if I want to use the hdd with mac or windows, but here is not the case. You can also use LUKS under windows with FreeOTFE. 
Here are the steps to encrypt [...]]]></description>
			<content:encoded><![CDATA[<p>I am using OpenSUSE on my main computers, so <a href="http://en.wikipedia.org/wiki/LUKS">LUKS</a> is a good option to encrypt my external hdd. I can use <a href="http://www.vioan.ro/wp/2009/03/26/my-usb-memory-stick-companion/">Truecrypt</a> if I want to use the hdd with mac or windows, but here is not the case. You can also use LUKS under windows with <a href="http://en.wikipedia.org/wiki/FreeOTFE">FreeOTFE</a>. </p>
<p>Here are the steps to encrypt the hdd:</p>
<p>1. be sure that the device is not part of filesystem</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">umount</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdd1</pre></td></tr></table></div>

<p>2. Option 1: write some random data on hdd if you had critical files before</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#slow method to fill hdd with semi-random data</span>
<span style="color: #c20cb9; font-weight: bold;">dd</span> <span style="color: #007800;"><span style="color: #000000; font-weight: bold;">if</span></span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>urandom <span style="color: #007800;">of</span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdd1</pre></td></tr></table></div>

<p>3. Option 2:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#use next two commands to fill the hdd with &quot;zero&quot; data, much faster</span>
<span style="color: #c20cb9; font-weight: bold;">dd</span> <span style="color: #007800;"><span style="color: #000000; font-weight: bold;">if</span></span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>urandom <span style="color: #007800;">of</span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdd1 <span style="color: #007800;">count</span>=<span style="color: #000000;">2</span> <span style="color: #007800;">bs</span>=1M
<span style="color: #c20cb9; font-weight: bold;">dd</span> <span style="color: #007800;"><span style="color: #000000; font-weight: bold;">if</span></span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>zero <span style="color: #007800;">of</span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdd1</pre></td></tr></table></div>

<p>3. start the encryption setup</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">cryptsetup <span style="color: #660033;">-v</span> <span style="color: #660033;">--key-size</span> <span style="color: #000000;">256</span> luksFormat <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdd1
cryptsetup luksDump <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdd1  <span style="color: #666666; font-style: italic;">#details for encrypted partition</span>
cryptsetup luksOpen <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdd1 buffalo</pre></td></tr></table></div>

<p>4. format hdd as ext3</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>mkfs.ext3 <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>mapper<span style="color: #000000; font-weight: bold;">/</span>buffalo</pre></td></tr></table></div>

<p>5. mount the encrypted hdd</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>mapper<span style="color: #000000; font-weight: bold;">/</span>buffalo <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>buffalo</pre></td></tr></table></div>

<p>6. add the entry in /etc/fstab</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>mapper<span style="color: #000000; font-weight: bold;">/</span>buffalo     <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>buffalo      ext3    acl,user_xattr        <span style="color: #000000;">1</span> <span style="color: #000000;">2</span></pre></td></tr></table></div>

<p>7. Optional step: try <strong>tune2fs -L MYLABEL /dev/mapper/buffalo</strong> if you want a nice label for your hdd.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vioan.ro/wp/2009/03/28/encrypting-external-hdd-with-luks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dd command &#8220;progress bar&#8221;</title>
		<link>http://www.vioan.ro/wp/2009/03/28/dd-command-progress-bar/</link>
		<comments>http://www.vioan.ro/wp/2009/03/28/dd-command-progress-bar/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 19:45:16 +0000</pubDate>
		<dc:creator>ionut</dc:creator>
				<category><![CDATA[*BSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dd]]></category>

		<guid isPermaLink="false">http://www.vioan.ro/wp/?p=362</guid>
		<description><![CDATA[I am using sometimes

1
2
$ sudo dd if=/dev/urandom of=/dev/sdd1
$ sudo dd if=/dev/zero of=/dev/sdd1

and I would like to see the progress of dd command. So, do the following:
1. open a new terminal/console and type:

1
$ sudo killall -USR1

2. open the terminal/console where your dd is running and you will see something like this:

1
2
3
2242867712 bytes &#40;2.2 GB&#41; copied, 396.007 [...]]]></description>
			<content:encoded><![CDATA[<p>I am using sometimes</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dd</span> <span style="color: #007800;"><span style="color: #000000; font-weight: bold;">if</span></span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>urandom <span style="color: #007800;">of</span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdd1
$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dd</span> <span style="color: #007800;"><span style="color: #000000; font-weight: bold;">if</span></span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>zero <span style="color: #007800;">of</span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdd1</pre></td></tr></table></div>

<p>and I would like to see the progress of <strong>dd</strong> command. So, do the following:</p>
<p>1. open a new terminal/console and type:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">killall</span> <span style="color: #660033;">-USR1</span></pre></td></tr></table></div>

<p>2. open the terminal/console where your <strong>dd</strong> is running and you will see something like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000;">2242867712</span> bytes <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">2.2</span> GB<span style="color: #7a0874; font-weight: bold;">&#41;</span> copied, <span style="color: #000000;">396.007</span> s, <span style="color: #000000;">5.7</span> MB<span style="color: #000000; font-weight: bold;">/</span>s
<span style="color: #000000;">5625297</span>+<span style="color: #000000;">0</span> records <span style="color: #000000; font-weight: bold;">in</span>
<span style="color: #000000;">5625297</span>+<span style="color: #000000;">0</span> records out</pre></td></tr></table></div>

<p>Anyway, your <strong>dd</strong> command will continue without any problem.<br />
That&#8217;s all!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vioan.ro/wp/2009/03/28/dd-command-progress-bar/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
