<?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>V-Teq's site - The IT blog</title>
	<atom:link href="http://www.v-teq.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.v-teq.com</link>
	<description>Computers, Programming, Web, Software, GNU/Linux, Open Source, Projects, etc.</description>
	<lastBuildDate>Thu, 08 Jul 2010 14:32:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VirtualBox 3.2.6 &#8211; can&#8217;t install Windows 7 64bit (Status: 0xc000022</title>
		<link>http://www.v-teq.com/2010-07-08/virtualbox-3-2-6-cant-install-windows-7-64bit-status-0xc000022/</link>
		<comments>http://www.v-teq.com/2010-07-08/virtualbox-3-2-6-cant-install-windows-7-64bit-status-0xc000022/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 14:30:05 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Bugs using Linux]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[apic]]></category>
		<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtual Box]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=463</guid>
		<description><![CDATA[I couldn&#8217;t install 64-bit Windows 7 on VirtualBox 3.2.6 (running on Fedora 12).
I was getting &#8220;Status: 0xc000022&#8243;.
The solution was to enable both IO APIC and PAE/NX.
Hope this will help you.
]]></description>
		<wfw:commentRss>http://www.v-teq.com/2010-07-08/virtualbox-3-2-6-cant-install-windows-7-64bit-status-0xc000022/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache .htaccess automatic redirection to www subdomain (301 moved permanently)</title>
		<link>http://www.v-teq.com/2009-06-05/apache-htaccess-automatic-redirection-to-www-subdomain-301-moved-permanently/</link>
		<comments>http://www.v-teq.com/2009-06-05/apache-htaccess-automatic-redirection-to-www-subdomain-301-moved-permanently/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 12:41:52 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Apache .htaccess]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[301 Moved Permanently]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache RewriteEngine]]></category>
		<category><![CDATA[redirection]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=437</guid>
		<description><![CDATA[The easiest way to make automatic redirection (301 moved permanently) from sites without specified subdomain to www subdomain is to use .htaccess file (using Apache server of course).

Options +FollowSymLinks
&#160;
&#60;IfModule mod_rewrite.c&#62;
	RewriteEngine On
	RewriteCond %{HTTP_HOST} ^v-teq.com$ [NC]
	RewriteRule ^(.*)$ http://www.v-teq.com/$1 [R=301,L,QSA]
&#60;/IfModule&#62;

It converts URL requests without subdomain to URLs with www subdomain. It handles even request with specific site location [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2009-06-05/apache-htaccess-automatic-redirection-to-www-subdomain-301-moved-permanently/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Earth 5.0, Ubuntu 9.04 (Jaunty Jackalope) &#8211; symbol lookup error: libssl.so.0.9.8, undefined symbol: EVP_idea_cbc, libcrypto.so.0.9.8 bug</title>
		<link>http://www.v-teq.com/2009-05-08/google-earth-5-0-on-ubuntu-9-04-jaunty-jackalope-symbol-lookup-error-libssl-so-0-9-8-undefined-symbol-evp_idea_cbc-libcrypto-so-0-9-8-bug/</link>
		<comments>http://www.v-teq.com/2009-05-08/google-earth-5-0-on-ubuntu-9-04-jaunty-jackalope-symbol-lookup-error-libssl-so-0-9-8-undefined-symbol-evp_idea_cbc-libcrypto-so-0-9-8-bug/#comments</comments>
		<pubDate>Fri, 08 May 2009 01:42:43 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Ubuntu/Kubuntu/Xubuntu]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Google Earth 5.0]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=419</guid>
		<description><![CDATA[I have tried to install Google Earth on Ubuntu 9.04 (Jaunty Jackalope) today and I came across a simple bug.
After installation, Google Earth was not able to communicate using SSL. It gave me this error message:
/usr/lib/googleearth/googleearth-bin: symbol lookup error: /usr/lib/googleearth/libssl.so.0.9.8: undefined symbol: EVP_idea_cbc

The simple bug-fix is to rename/copy libcrypto.so.0.9.8 shared library into libcrypto.0.9.8, as I [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2009-05-08/google-earth-5-0-on-ubuntu-9-04-jaunty-jackalope-symbol-lookup-error-libssl-so-0-9-8-undefined-symbol-evp_idea_cbc-libcrypto-so-0-9-8-bug/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>DDD (gdb): No source: ../sysdeps/x86_64/elf/start.S: No such file bug; Missing XKeysymDB file bug</title>
		<link>http://www.v-teq.com/2009-05-07/ddd-gdb-start-s-no-such-file-bug-missing-xkeysymdb/</link>
		<comments>http://www.v-teq.com/2009-05-07/ddd-gdb-start-s-no-such-file-bug-missing-xkeysymdb/#comments</comments>
		<pubDate>Thu, 07 May 2009 02:58:16 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[ddd]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[konsole]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=400</guid>
		<description><![CDATA[I came across a strange bug, or better said, strange behavior of ddd today. I have tried to debug my program and I have got this error dialogue:
DDD: No source
/home/v-teq/&#8230;/sysdeps/x86_64/elf/start.S: No such file or directory
Missing XKeysymDB file
I have tried to find out where was the problem:

v-teq@v-teq-laptop:~$ ddd --check-configuration
Checking for XKeysymDB... &#40;none&#41;
Warning: The `XKeysymDB' file is [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2009-05-07/ddd-gdb-start-s-no-such-file-bug-missing-xkeysymdb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo Linux &#8211; my personally customized make.conf</title>
		<link>http://www.v-teq.com/2009-05-05/gentoo-linux-my-personally-customized-make-conf/</link>
		<comments>http://www.v-teq.com/2009-05-05/gentoo-linux-my-personally-customized-make-conf/#comments</comments>
		<pubDate>Tue, 05 May 2009 18:18:49 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[make.conf]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source file]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=364</guid>
		<description><![CDATA[/etc/make.conf
See official documentation of USE flags or other features of Gentoo Portage.



# /etc/make.conf (Gentoo Linux)
&#160;
# Portage USE Flags
USE=&#34;symlink x86 cxx X qt4 art kde kdeprefix gnome gtk opengl sdl mono java java6 \
     perl pcre ruby php tokenizer python webkit examples subversion latex xml xsl \
     cdr [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2009-05-05/gentoo-linux-my-personally-customized-make-conf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Emerge Portage &#8211; Multiple package instances within a single package resulting slot conflict</title>
		<link>http://www.v-teq.com/2009-04-22/emerge-portage-multiple-package-instances-within-a-single-package-resulting-slot-conflict/</link>
		<comments>http://www.v-teq.com/2009-04-22/emerge-portage-multiple-package-instances-within-a-single-package-resulting-slot-conflict/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 10:09:00 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Gentoo Linux]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[ebuild]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[portage]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=333</guid>
		<description><![CDATA[As usual at least once a month, I came across a bug in The Portage Tree of Gentoo Linux.

root@v-teq-laptop $ emerge -Dup world # --deep --update --pretend
&#160;
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
&#160;
sys-libs/readline:0
&#160;
&#40;'ebuild', '/', 'sys-libs/readline-5.2_p13', 'merge'&#41; pulled in by
=sys-libs/readline-5* required by [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2009-04-22/emerge-portage-multiple-package-instances-within-a-single-package-resulting-slot-conflict/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox &#8216;already running&#8217; bug -&gt; delete .parentlock file</title>
		<link>http://www.v-teq.com/2009-02-11/firefox-already-running-bug-delete-parent-lock-file/</link>
		<comments>http://www.v-teq.com/2009-02-11/firefox-already-running-bug-delete-parent-lock-file/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 18:49:05 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=197</guid>
		<description><![CDATA[I came across a strange bug today, using CentOS Linux. The whole system suddenly froze up and I had to restart the whole computer (it was not even possible to change to any TTY using CTRL+ALT+F[0-8] or restart X by pushing CTRL+ALT+BACKSPACE). But after rebooting I couldn&#8217;t start Mozilla Firefox browser.

Error dialogue during a Firefox [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2009-02-11/firefox-already-running-bug-delete-parent-lock-file/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Soutěž k 10. výročí serveru Root.cz &#8211; řešení</title>
		<link>http://www.v-teq.com/2009-01-27/soutez-k-10-vyroci-serveru-root-cz-reseni/</link>
		<comments>http://www.v-teq.com/2009-01-27/soutez-k-10-vyroci-serveru-root-cz-reseni/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 17:50:20 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Soutěž k 10. výročí Root.cz]]></category>
		<category><![CDATA[10.root.cz]]></category>
		<category><![CDATA[druhý]]></category>
		<category><![CDATA[první]]></category>
		<category><![CDATA[řešení]]></category>
		<category><![CDATA[root.cz]]></category>
		<category><![CDATA[soutěž]]></category>
		<category><![CDATA[úkol]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=89</guid>
		<description><![CDATA[V tomto článku naleznete řešení jednotlivých úkolů soutěže Root.cz, která je pořádána u příležitosti 10. výročí serveru
   Nečtěte proto dále, pokud si chcete jednotlivé úkoly vyřešit sami! 
   Soutěž oficiálně trvá od 26. ledna do 5. dubna 2009.
   Tento článek nebyl celý dopsán do ukončení soutěže, proto je ke [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2009-01-27/soutez-k-10-vyroci-serveru-root-cz-reseni/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Networking notes</title>
		<link>http://www.v-teq.com/2009-01-26/networking-notes/</link>
		<comments>http://www.v-teq.com/2009-01-26/networking-notes/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 00:31:15 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Linux Notes]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC address]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=81</guid>
		<description><![CDATA[How to change MAC (hardware) address of NIC (network interface card)

$ ifconfig eth0 down
$ ifconfig eth0 hw ether 00:ab:cd:ef:12:34 # new MAC address
$ ifconfig eth0 up
$ ifconfig eth0 &#124; grep HWaddr # check new MAC address

]]></description>
		<wfw:commentRss>http://www.v-teq.com/2009-01-26/networking-notes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sparse files</title>
		<link>http://www.v-teq.com/2008-12-20/sparse-files/</link>
		<comments>http://www.v-teq.com/2008-12-20/sparse-files/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 22:00:38 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Linux Notes]]></category>
		<category><![CDATA[dc++]]></category>
		<category><![CDATA[direct connect network]]></category>
		<category><![CDATA[fake file]]></category>
		<category><![CDATA[faked file]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[sparse file]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=65</guid>
		<description><![CDATA[How to create ~20GB sparse file
A few days ago, I wanted to download some files using DC network via Linux DC++. The problem was, that I had a borrowed laptop with no files to share, so I decided to create a faked file &#8211; in my case sparse file.
This Unix-like command creates ~20GB sparse file. [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2008-12-20/sparse-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
