<?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>romka@linux</title>
	<atom:link href="http://linux.romansnet.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://linux.romansnet.com</link>
	<description></description>
	<lastBuildDate>Mon, 19 Jul 2010 08:29:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ksmd cpu consumption</title>
		<link>http://linux.romansnet.com/?p=181</link>
		<comments>http://linux.romansnet.com/?p=181#comments</comments>
		<pubDate>Mon, 19 Jul 2010 08:29:47 +0000</pubDate>
		<dc:creator>romka</dc:creator>
				<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://linux.romansnet.com/?p=181</guid>
		<description><![CDATA[ksmd seem to be CPU hungry when virtual machine is running. 
+KSM is a memory-saving de-duplication feature, enabled by CONFIG_KSM=y,
+added to the Linux kernel in 2.6.32.  See mm/ksm.c for its implementation,
+and http://lwn.net/Articles/306704/ and http://lwn.net/Articles/330589/
I&#8217;ve disabled it for now, we&#8217;ll see how everything runs afterwords&#8230;
]]></description>
			<content:encoded><![CDATA[<p>ksmd seem to be CPU hungry when virtual machine is running. </p>
<p>+KSM is a memory-saving de-duplication feature, enabled by CONFIG_KSM=y,<br />
+added to the Linux kernel in 2.6.32.  See mm/ksm.c for its implementation,<br />
+and http://lwn.net/Articles/306704/ and http://lwn.net/Articles/330589/</p>
<p>I&#8217;ve disabled it for now, we&#8217;ll see how everything runs afterwords&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.romansnet.com/?feed=rss2&amp;p=181</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>useful tar command with find files and recursive folders</title>
		<link>http://linux.romansnet.com/?p=179</link>
		<comments>http://linux.romansnet.com/?p=179#comments</comments>
		<pubDate>Thu, 27 May 2010 13:01:25 +0000</pubDate>
		<dc:creator>romka</dc:creator>
				<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://linux.romansnet.com/?p=179</guid>
		<description><![CDATA[find dir -name &#8216;wildcard_search&#8216; &#124; tar -cvjf filename.tar.bz2 -T &#8211; &#8211;no-recursion
]]></description>
			<content:encoded><![CDATA[<p>find <em>dir</em> -name &#8216;<em>wildcard_search</em>&#8216; | tar -cvjf filename.tar.bz2 -T &#8211; &#8211;no-recursion</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.romansnet.com/?feed=rss2&amp;p=179</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade to 10.04 LTS</title>
		<link>http://linux.romansnet.com/?p=177</link>
		<comments>http://linux.romansnet.com/?p=177#comments</comments>
		<pubDate>Wed, 05 May 2010 07:42:49 +0000</pubDate>
		<dc:creator>romka</dc:creator>
				<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://linux.romansnet.com/?p=177</guid>
		<description><![CDATA[1. Did full backup of my root partition and dot files in a home folder.
2. Deleted all dot files from home folder.
3. Installed 10.04 from CD &#8220;clean&#8221;
4. Installed all my software (I have a file with apt-get command installing all I need unattended &#8211; start in the evening, PC ready in the morning)
5. Everything seems [...]]]></description>
			<content:encoded><![CDATA[<p>1. Did full backup of my root partition and dot files in a home folder.<br />
2. Deleted all dot files from home folder.<br />
3. Installed 10.04 from CD &#8220;clean&#8221;<br />
4. Installed all my software (I have a file with apt-get command installing all I need unattended &#8211; start in the evening, PC ready in the morning)<br />
5. Everything seems to work so far</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.romansnet.com/?feed=rss2&amp;p=177</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qemu usb</title>
		<link>http://linux.romansnet.com/?p=172</link>
		<comments>http://linux.romansnet.com/?p=172#comments</comments>
		<pubDate>Wed, 21 Apr 2010 11:49:45 +0000</pubDate>
		<dc:creator>romka</dc:creator>
				<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://linux.romansnet.com/?p=172</guid>
		<description><![CDATA[Solution by TJ from launchpad bugs:
       Create a new group &#8220;vm&#8221; and add users that require USB access for VMs to it:
       sudo addgroup vm
       sudo addgroup $USER vm
       Log-out/log-in to [...]]]></description>
			<content:encoded><![CDATA[<p>Solution by TJ from <a href="https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/156085?comments=all">launchpad bugs</a>:</p>
<p>       Create a new group &#8220;vm&#8221; and add users that require USB access for VMs to it:</p>
<p>       sudo addgroup vm<br />
       sudo addgroup $USER vm</p>
<p>       Log-out/log-in to effect the new group membership.</p>
<p>       Add a udev rule to assign USB devices to the vm group:</p>
<p>       # Virtual Machine hypervisor access to USB devices<br />
       SUBSYSTEM==&#8221;usb&#8221;, ENV{DEVTYPE}==&#8221;usb_device&#8221;, GROUP=&#8221;vm&#8221;<br />
       SUBSYSTEM==&#8221;usb_device&#8221;, GROUP=&#8221;vm&#8221;</p>
<p>       Save the file as /etc/udev/rules.d/41-vm-usb.rules and reload udevd:</p>
<p>       sudo /etc/init.d/udev restart</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.romansnet.com/?feed=rss2&amp;p=172</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>virtualization, qemu and mouse</title>
		<link>http://linux.romansnet.com/?p=170</link>
		<comments>http://linux.romansnet.com/?p=170#comments</comments>
		<pubDate>Mon, 19 Apr 2010 07:32:19 +0000</pubDate>
		<dc:creator>romka</dc:creator>
				<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://linux.romansnet.com/?p=170</guid>
		<description><![CDATA[I&#8217;ve got fed up with VMWare issues and testing KVM/QEMU which seem to be a bit more proper way of running virtual machines under linux. I enjoy the possibility of running it from command line and using VNC connection to the Virtual PC. some tricks are still needed:
1) had to disable &#8220;Enhance pointer precision&#8221; in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got fed up with VMWare issues and testing KVM/QEMU which seem to be a bit more proper way of running virtual machines under linux. I enjoy the possibility of running it from command line and using VNC connection to the Virtual PC. some tricks are still needed:</p>
<p>1) had to disable &#8220;Enhance pointer precision&#8221; in Pointer Options in XP guest to align cursors&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.romansnet.com/?feed=rss2&amp;p=170</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>virtualization</title>
		<link>http://linux.romansnet.com/?p=167</link>
		<comments>http://linux.romansnet.com/?p=167#comments</comments>
		<pubDate>Thu, 15 Apr 2010 16:48:18 +0000</pubDate>
		<dc:creator>romka</dc:creator>
				<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://linux.romansnet.com/?p=167</guid>
		<description><![CDATA[VMWare and kvm is not going to leave in peace ) If kvm modules are loaded &#8211; vmware virtual machine is not going to start&#8230; To start it:
sudo modprobe -r kvm*
]]></description>
			<content:encoded><![CDATA[<p>VMWare and kvm is not going to leave in peace ) If kvm modules are loaded &#8211; vmware virtual machine is not going to start&#8230; To start it:<br />
sudo modprobe -r kvm*</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.romansnet.com/?feed=rss2&amp;p=167</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some good tips on setting up ssh right:</title>
		<link>http://linux.romansnet.com/?p=165</link>
		<comments>http://linux.romansnet.com/?p=165#comments</comments>
		<pubDate>Mon, 22 Feb 2010 10:21:06 +0000</pubDate>
		<dc:creator>romka</dc:creator>
				<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://linux.romansnet.com/?p=165</guid>
		<description><![CDATA[Here
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cyberciti.biz/faq/block-ssh-attacks-with-denyhosts/">Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.romansnet.com/?feed=rss2&amp;p=165</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ncp mount to novell shares</title>
		<link>http://linux.romansnet.com/?p=161</link>
		<comments>http://linux.romansnet.com/?p=161#comments</comments>
		<pubDate>Tue, 09 Feb 2010 08:41:48 +0000</pubDate>
		<dc:creator>romka</dc:creator>
				<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://linux.romansnet.com/?p=161</guid>
		<description><![CDATA[I&#8217;ve managed to get connected to my corporate Novell shares. Solution is ncpmount (we don&#8217;t use ipx so I didn&#8217;t install it) + thanks to this post:
ncpmount -S server_name -A server_ip -U novell_login /mnt/novell/
novell_login matches my linux box login, otherwise -u linux_login is said to be needed.
Works a charm )
I&#8217;ve also made /mnt/novell/ to be [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve managed to get connected to my corporate Novell shares. Solution is ncpmount (we don&#8217;t use ipx so I didn&#8217;t install it) + thanks to <a href="http://ubuntuforums.org/showthread.php?t=204690" target="_blank">this</a> post:</p>
<p>ncpmount -S server_name -A server_ip -U novell_login /mnt/novell/</p>
<p>novell_login matches my linux box login, otherwise -u linux_login is said to be needed.</p>
<p>Works a charm )</p>
<p>I&#8217;ve also made /mnt/novell/ to be owned by my linux_login, so I don&#8217;t need to sudo</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.romansnet.com/?feed=rss2&amp;p=161</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>tesseract</title>
		<link>http://linux.romansnet.com/?p=159</link>
		<comments>http://linux.romansnet.com/?p=159#comments</comments>
		<pubDate>Sun, 24 Jan 2010 18:21:09 +0000</pubDate>
		<dc:creator>romka</dc:creator>
				<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://linux.romansnet.com/?p=159</guid>
		<description><![CDATA[Installed tesseract as an OSR engine.
It might require convert in_file -compression NONE -rotate _angle_ out_file.tif to convert graphical file to tif and properly rotate it
Afterwards tesseract file.tif file to generate file.txt with recognized image
]]></description>
			<content:encoded><![CDATA[<p>Installed tesseract as an OSR engine.</p>
<p>It might require convert in_file -compression NONE -rotate _angle_ out_file.tif to convert graphical file to tif and properly rotate it</p>
<p>Afterwards tesseract file.tif file to generate file.txt with recognized image</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.romansnet.com/?feed=rss2&amp;p=159</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Settlers of Catan</title>
		<link>http://linux.romansnet.com/?p=158</link>
		<comments>http://linux.romansnet.com/?p=158#comments</comments>
		<pubDate>Mon, 11 Jan 2010 19:02:11 +0000</pubDate>
		<dc:creator>romka</dc:creator>
				<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://linux.romansnet.com/?p=158</guid>
		<description><![CDATA[There is a free version for Linux called pioneers. To add 3 computer players need to open new terminal and type:
pioneersai -n comp1 -s 127.0.0.1 &#038; pioneersai -n comp2 -s 127.0.0.1 &#038; pioneersai -n comp3 -s 127.0.0.1 &#038;
found at http://ubuntuforums.org/showthread.php?t=1359342
]]></description>
			<content:encoded><![CDATA[<p>There is a free version for Linux called pioneers. To add 3 computer players need to open new terminal and type:<br />
pioneersai -n comp1 -s 127.0.0.1 &#038; pioneersai -n comp2 -s 127.0.0.1 &#038; pioneersai -n comp3 -s 127.0.0.1 &#038;</p>
<p>found at http://ubuntuforums.org/showthread.php?t=1359342</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.romansnet.com/?feed=rss2&amp;p=158</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
