<?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>Java Tuning &#187; linux</title>
	<atom:link href="http://www.javatuning.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javatuning.com</link>
	<description>Software Development, Java, and some more.</description>
	<lastBuildDate>Tue, 29 Nov 2011 13:26:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Book of the month &#8211; Linux Server Hacks</title>
		<link>http://www.javatuning.com/book-of-the-month-linux-server-hacks/</link>
		<comments>http://www.javatuning.com/book-of-the-month-linux-server-hacks/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 00:39:02 +0000</pubDate>
		<dc:creator>Gili Nachum</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[operating system]]></category>

		<guid isPermaLink="false">http://www.javatuning.com/?p=27</guid>
		<description><![CDATA[I just read through most of O&#8217;Reilly&#8217;s Linux Server Hacks book. I expected another dull Linux how-to book, which goes over the man/info of the most obvious commands, but instead I found an interesting, original, advanced hardcore book, full of Linux goodies to brag about in front of my colleagues. Some note worthy items: A&#8230;]]></description>
			<content:encoded><![CDATA[<p>I just read through most of O&#8217;Reilly&#8217;s <a href="http://oreilly.com/catalog/9780596004613/">Linux Server Hacks book</a>.<br />
I expected another dull Linux how-to book, which goes over the man/info of the most obvious commands, but instead I found an interesting, original, advanced hardcore book, full of Linux goodies to brag about in front of my colleagues.</p>
<p><a title="toilet fun" href="http://www.javatuning.com/wp-content/uploads/2008/06/linuxtoilet2.jpg"><img src="http://www.javatuning.com/wp-content/uploads/2008/06/linuxtoilet2.jpg" alt="toilet fun" /></a></p>
<p>Some note worthy items:</p>
<ul>
<li>A thought effective usage of SSH, especially as a secure channel for moving bits around the network, between a pair of processes each running on its own host.</li>
<li>How to reset your root password, without a rescue disk, using the LILO boot loader.</li>
<li>I didn&#8217;t knew about ext2/3 chattr and lsattr before reading the book&#8230;</li>
<li>Periodical rsync runs could save a lot wasted scp time.</li>
<li>(#44) burning a CD over the network using a pipe &#8211; cool</li>
<li>(#50) setting up a VPN using IPIP tunneling <img src='http://www.javatuning.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>(#57) lsof &#8211; hey, I&#8217;ve been using it for years.</li>
<li>(#63) loved to learn that the send_arp utility can help me to revoke all of the subnet&#8217;s machine (and router?) IP-&gt;mac mapping. Handy when setting up a two bits IP fail-over system.</li>
<li>(#68) ssh-agent &#8211; now I know what it is &#8211; very useful in the hands of an all mighty admin ruling over hundreds of minions machines.</li>
<li>(#73) loved the one-liners perl scriptlets.</li>
</ul>
<p>To conclude, a must have in your bathroom library.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javatuning.com/book-of-the-month-linux-server-hacks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VMWare: converting a hosted VM to a hypervisor VM &#8211; Linux troubleshooting</title>
		<link>http://www.javatuning.com/vmware-converting-a-hosted-vm-to-a-hypervisor-vm-linux-troubleshooting/</link>
		<comments>http://www.javatuning.com/vmware-converting-a-hosted-vm-to-a-hypervisor-vm-linux-troubleshooting/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 12:48:48 +0000</pubDate>
		<dc:creator>Gili Nachum</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.javatuning.com/?p=26</guid>
		<description><![CDATA[When using the VMWare convertor utility to convert between VmWare player/Workstation/server VM images to an ESX image, if the VM you are converting is Linux you might run into boot problems (&#8220;kernel panic&#8221; message) due to SCSI drivers problems. I found a couple of resources about the problem but none fully worked for me, here&#8230;]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: left; direction: ltr; unicode-bidi: embed">When using the <a href="http://www.vmware.com/download/converter/download.html">VMWare convertor</a> utility to convert between VmWare player/Workstation/server VM images to an ESX image, if the VM you are converting is Linux you might run into boot problems (&#8220;kernel panic&#8221; message) due to SCSI drivers problems.</p>
<p class="MsoNormal" style="text-align: left; direction: ltr; unicode-bidi: embed">I found a couple of resources about the problem but none fully worked for me, here is my special recipe:<br />
The configuration I used was: RHEL 5.1 VM, and ESX 3.x server.</p>
<ol>
<li>Use the converter to load the image to the ESX</li>
<li>If you will start the converted image on the ESX you will see a kernel panic message</li>
<li>Go to VMWare infrastructure client -&gt; ESX server -&gt; vm props -&gt; hardware -&gt; SCSI controller -&gt; change from buslogic to LSI Logic</li>
<li>Load the vm CD-ROM drive with RHEL5 install disk (also serves as a rescue disk)</li>
<li>Boot the VM from the CD -&gt; when prompted, enter: linux rescue</li>
<li>The rescue disk should identify the linux partition and mounts it on <em>/mnt/sysimage</em></li>
<li>After getting a prompt enter: <em>chroot /mnt/sysimage</em></li>
<li>Backup, and then edit <em>/etc/modules.conf</em>, add this line: <em>alias scsi_hostadapter BusLogic</em></li>
<li>Backup the current ramdisk file: <em>cp /boot/init-[version].img /boot/init-[version].img.bak</em></li>
<li>Rebuild with new module and overwrite existing:  <em>mkinitrd -f -v /boot/initrd-[version]-img [version]</em></li>
<li>Reboot the OS.</li>
<li>Boot from the hard drive &#8211; The system will start normally</li>
</ol>
<p class="MsoNormal" style="text-align: left; direction: ltr; unicode-bidi: embed">
<p class="MsoNormal" style="text-align: left; direction: ltr; unicode-bidi: embed" dir="ltr">Weird that VMWare do not bother with their official proper documentation.<br />
Kudos to the vmware user community!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javatuning.com/vmware-converting-a-hosted-vm-to-a-hypervisor-vm-linux-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

