<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The CONSOLE</title>
	<atom:link href="http://ptankov.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ptankov.wordpress.com</link>
	<description>Command Line Incantations</description>
	<lastBuildDate>Tue, 05 May 2009 16:13:42 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on [HOWTO] Mount ISO Image File on AIX by Babak Karvandi</title>
		<link>http://ptankov.wordpress.com/2008/11/07/howto-mount-iso-image-file-on-aix/#comment-38</link>
		<dc:creator>Babak Karvandi</dc:creator>
		<pubDate>Tue, 05 May 2009 16:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://ptankov.wordpress.com/?p=19#comment-38</guid>
		<description>It worked.  I created an ISO file on AIX5.3-01 using following command and was able to successfully mount it by your instruction.


mkisofs -r -L -v -o target.iso MY_DIRECTORY/


Thanks</description>
		<content:encoded><![CDATA[<p>It worked.  I created an ISO file on AIX5.3-01 using following command and was able to successfully mount it by your instruction.</p>
<p>mkisofs -r -L -v -o target.iso MY_DIRECTORY/</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [HOWTO] Install and Configure FreeBSD 7.1 on VMware Workstation 6.5 From the Ground Up by benson</title>
		<link>http://ptankov.wordpress.com/2009/02/24/howto-install-and-configure-freebsd-71-on-vmware-workstation-65-from-the-ground-up/#comment-37</link>
		<dc:creator>benson</dc:creator>
		<pubDate>Sun, 03 May 2009 13:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://ptankov.wordpress.com/?p=33#comment-37</guid>
		<description>hello, when I finished installing java, I don&#039;t see jdk1.6.0 using pkg_info &#124; grep jdk, only diablo-jdk.  The installation seems fine. What is the problem? Thanks!</description>
		<content:encoded><![CDATA[<p>hello, when I finished installing java, I don&#8217;t see jdk1.6.0 using pkg_info | grep jdk, only diablo-jdk.  The installation seems fine. What is the problem? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [HOWTO] Install and Configure FreeBSD 7.1 on VMware Workstation 6.5 From the Ground Up by john6's me2DAY</title>
		<link>http://ptankov.wordpress.com/2009/02/24/howto-install-and-configure-freebsd-71-on-vmware-workstation-65-from-the-ground-up/#comment-30</link>
		<dc:creator>john6's me2DAY</dc:creator>
		<pubDate>Thu, 19 Mar 2009 09:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://ptankov.wordpress.com/?p=33#comment-30</guid>
		<description>&lt;strong&gt;존6의 생각...&lt;/strong&gt;

vmware workstation에 FreeeBSD를 설치하고 X를 띄웠더니 키보드와 마우스가 전혀 먹지 않았다. 해결책은 /etc/rc.conf에 hald_enable=“YES”를 주어 hal을 띄우는 것이다. hal을 깔기 싫으면 다른 해결책도 링...</description>
		<content:encoded><![CDATA[<p><strong>존6의 생각&#8230;</strong></p>
<p>vmware workstation에 FreeeBSD를 설치하고 X를 띄웠더니 키보드와 마우스가 전혀 먹지 않았다. 해결책은 /etc/rc.conf에 hald_enable=“YES”를 주어 hal을 띄우는 것이다. hal을 깔기 싫으면 다른 해결책도 링&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [HOWTO] Install and Configure FreeBSD 7.1 on VMware Workstation 6.5 From the Ground Up by Jhonny</title>
		<link>http://ptankov.wordpress.com/2009/02/24/howto-install-and-configure-freebsd-71-on-vmware-workstation-65-from-the-ground-up/#comment-29</link>
		<dc:creator>Jhonny</dc:creator>
		<pubDate>Sun, 15 Mar 2009 12:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://ptankov.wordpress.com/?p=33#comment-29</guid>
		<description>I&#039;ve done the same installation, with little differences, I didn&#039;t use a custom VM, I&#039;ve just done it straight forward. I&#039;ve changed the OS in the &quot;BIOS -&gt; Advanced -&gt; Installed O/S&quot; to Others. Afterwards, I&#039;ve also followed the &quot;graphical&quot; standard FreeBSD changing the partitioning to my convenience (only swap and root partitions) and saying &quot;yes&quot; to Linux compatibility and ports installation, there is no big secret in here... In the end I&#039;ve installed VMware Tools.

You should describe the VMware tools installation as well as the misc/compat6x requirement for VMware kernel module compilation.

I came across this howto while searching for a fix for the keyboard problem, it helped a lot, but it is still a little messed up.

You should at least make a more clear reference for &quot;freebsd-update fetch install&quot; as an alternative to steps 4 and 5, come on, those steps will scare almost anyone that is unfamiliar with the process (correct me if I&#039;m wrong!).

My goal with this installation is to build and test a MySQL6 cluster. Since I&#039;m still in the middle of it, any suggestion would be welcome:-).

Thank you for the HowTo, cheers,
Jhonny</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done the same installation, with little differences, I didn&#8217;t use a custom VM, I&#8217;ve just done it straight forward. I&#8217;ve changed the OS in the &#8220;BIOS -&gt; Advanced -&gt; Installed O/S&#8221; to Others. Afterwards, I&#8217;ve also followed the &#8220;graphical&#8221; standard FreeBSD changing the partitioning to my convenience (only swap and root partitions) and saying &#8220;yes&#8221; to Linux compatibility and ports installation, there is no big secret in here&#8230; In the end I&#8217;ve installed VMware Tools.</p>
<p>You should describe the VMware tools installation as well as the misc/compat6x requirement for VMware kernel module compilation.</p>
<p>I came across this howto while searching for a fix for the keyboard problem, it helped a lot, but it is still a little messed up.</p>
<p>You should at least make a more clear reference for &#8220;freebsd-update fetch install&#8221; as an alternative to steps 4 and 5, come on, those steps will scare almost anyone that is unfamiliar with the process (correct me if I&#8217;m wrong!).</p>
<p>My goal with this installation is to build and test a MySQL6 cluster. Since I&#8217;m still in the middle of it, any suggestion would be welcome:-).</p>
<p>Thank you for the HowTo, cheers,<br />
Jhonny</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [HOWTO] Install and Configure FreeBSD 7.1 on VMware Workstation 6.5 From the Ground Up by FreeBSD 7.1 on VMware Workstation 6.5 (howto) &#124; FreeBSD - the unknown Giant</title>
		<link>http://ptankov.wordpress.com/2009/02/24/howto-install-and-configure-freebsd-71-on-vmware-workstation-65-from-the-ground-up/#comment-25</link>
		<dc:creator>FreeBSD 7.1 on VMware Workstation 6.5 (howto) &#124; FreeBSD - the unknown Giant</dc:creator>
		<pubDate>Tue, 24 Feb 2009 21:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://ptankov.wordpress.com/?p=33#comment-25</guid>
		<description>[...] This howto (ptankov.wordpress.com) shows step-by-step with screenshots how to install FreeBSD 7.1 on VMWare Workstation. [...]</description>
		<content:encoded><![CDATA[<p>[...] This howto (ptankov.wordpress.com) shows step-by-step with screenshots how to install FreeBSD 7.1 on VMWare Workstation. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [TIP] Mount ISO Image File on Linux by darkprokoba</title>
		<link>http://ptankov.wordpress.com/2008/04/09/tip-mount-iso-image-file-on-linux/#comment-2</link>
		<dc:creator>darkprokoba</dc:creator>
		<pubDate>Wed, 09 Apr 2008 19:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://ptankov.wordpress.com/?p=9#comment-2</guid>
		<description>&gt; mount -o ro,loop image.iso /mnt/iso/
the read-only option is redundant, just
# mount -o loop image.iso /mnt/iso/
will do.

Also you can mount any filesystem image, not just ISO images with that command.</description>
		<content:encoded><![CDATA[<p>&gt; mount -o ro,loop image.iso /mnt/iso/<br />
the read-only option is redundant, just<br />
# mount -o loop image.iso /mnt/iso/<br />
will do.</p>
<p>Also you can mount any filesystem image, not just ISO images with that command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
