<?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>My Technical Notes &#187; VMware</title>
	<atom:link href="http://www.kartook.com/category/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kartook.com</link>
	<description>~ Cisco &#124; Windows &#124; Linux &#124; Vmware &#124; Security ~</description>
	<lastBuildDate>Fri, 30 Jul 2010 09:59:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>VMware : How to setup Windows Active Directory authentication on ESX 4.0</title>
		<link>http://www.kartook.com/2010/07/vmware-how-to-setup-windows-active-directory-authentication-on-esx-4-0/</link>
		<comments>http://www.kartook.com/2010/07/vmware-how-to-setup-windows-active-directory-authentication-on-esx-4-0/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 09:57:04 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1576</guid>
		<description><![CDATA[<p>To setup Windows Active Directory authentication run the following command replacing “mydc01″ your domain controller name. Replace “mydomain.com” with your domain name.
You can add redundancy by adding multiple domain controllers by running the command again with the other server names</p>
<p>/usr/sbin/esxcfg-auth &#8211;enablead &#8211;addomain=mydomain.com &#8211;addc=mydc01.mydomain.com &#8211;krb5realm=mydomain.com &#8211;krb5kdc=mydc01.mydomain.com &#8211;krb5adminserver=mydc01.mydomain.com &#8211;krb5enable
/usr/sbin/esxcfg-auth &#8211;enablead &#8211;addomain=mydomain.com &#8211;addc=mydc02.mydomain.com &#8211;krb5realm=mydomain.com &#8211;krb5kdc=mydc02.mydomain.com &#8211;krb5adminserver=mydc02.mydomain.com &#8211;krb5enable</p>
<p>To add users [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/07/vmware-how-to-setup-windows-active-directory-authentication-on-esx-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware : How to install Vmware Tools on Backtrack4- Final</title>
		<link>http://www.kartook.com/2010/06/vmware-how-to-install-vmware-tools-on-backtrack4-final/</link>
		<comments>http://www.kartook.com/2010/06/vmware-how-to-install-vmware-tools-on-backtrack4-final/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 06:19:54 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1556</guid>
		<description><![CDATA[<p>I used VMware Workstation 7 to test this.</p>
<p>The BackTrack kernel sources are already in place, so all that’s left  to do is install BackTrack in VMware and start the VMware tools install. BackTrack uses up around 5 GB once installed, so plan accordingly.</p>
<p>mkdir /mnt/cdrom
mount /dev/cdrom3 /mnt/cdrom
cp -rf /mnt/cdrom/VMwareTools-7.8.5-156735.tar.gz /tmp/
cd /tmp/
tar zxpf VMwareTools-7.8.5-156735.tar.gz
wget  www.offensive-security.com/tools/vmware-tools-patch-backtrack4-7.8.5-2_6_29.tar
tar zxpf [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/06/vmware-how-to-install-vmware-tools-on-backtrack4-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : How to Disable Direct Root Logins</title>
		<link>http://www.kartook.com/2010/03/linux-how-to-disable-direct-root-logins/</link>
		<comments>http://www.kartook.com/2010/03/linux-how-to-disable-direct-root-logins/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 09:13:00 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Q & A]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1411</guid>
		<description><![CDATA[<p>Allowing the root user to login directly is a major security issue, we’ll show you how to disable it so you can still login as root but just not directly, reducing the security issue.</p>
<p>This will force a hacker to have to guess 2 seperate passwords to gain root access.
(you do have 2 seperate passwords for admin [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/03/linux-how-to-disable-direct-root-logins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware : The  new feature of VMware workstation 7</title>
		<link>http://www.kartook.com/2010/01/vmware-the-new-feature-of-vmware-workstation-7/</link>
		<comments>http://www.kartook.com/2010/01/vmware-the-new-feature-of-vmware-workstation-7/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 13:31:39 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1249</guid>
		<description><![CDATA[<p>ThinPrint – Support for virtual printing allows you to print from virtual machines without mapping network printers or installing printer drivers in the virtual machine. If virtual printing is enabled in the virtual machine setting, all of the printers installed on the host operating system are available in the guest operating system.</p>
<p></p>

<p>Possibly Related Posts:</p>

VMware : How [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/01/vmware-the-new-feature-of-vmware-workstation-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install VMWare Workstation 6.5 on Ubuntu 9.10</title>
		<link>http://www.kartook.com/2009/11/install-vmware-workstation-6-5-on-ubuntu-9-10/</link>
		<comments>http://www.kartook.com/2009/11/install-vmware-workstation-6-5-on-ubuntu-9-10/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 14:11:45 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=877</guid>
		<description><![CDATA[<p>Install VMWare Workstation 6.5 on Ubuntu 9.10
I was able to get everything installed by skipping the installation of the modules on the inital install. Then when I tried to open the application it installed the modules without any more problems.</p>
<p>Seems for at least Ubuntu 9.10 the fix ??</p>
<p>
# chmod +x VMware-Workstation-6.5.3-185404.x86_64.bundle
# export VMWARE_SKIP_MODULES=true
#./ VMware-Workstation-6.5.3-185404.x86_64.bundle</p>

<p>Possibly Related Posts:</p>

How [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2009/11/install-vmware-workstation-6-5-on-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to uninstall Vmware workstation.bundle ?</title>
		<link>http://www.kartook.com/2009/11/how-to-uninstall-vmware-workstion-bundle/</link>
		<comments>http://www.kartook.com/2009/11/how-to-uninstall-vmware-workstion-bundle/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 06:28:33 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware workstaion 7.0]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=850</guid>
		<description><![CDATA[<p>I want to uninstall  the Vmware workstation on my laptop .</p>
<p>Oprating System : Ubuntu 9.04 -64bit ..</p>
<p>Just following the comments &#8230;</p>
<p>kartook@moon:~$ vmware-installer -l
Product Name           Product Version
====================== ====================
vmware-workstation     7.0.0.203739</p>
<p>kartook@moon:~$ sudo vmware-installer -u vmware-workstation     7.0.0.203739
[sudo] password for kartook:
kartook@moon:~$</p>

<p>Possibly Related Posts:</p>

How ot install Tweetdeck on ubuntu 10.04 64bit
VMware : How to setup Windows Active Directory authentication on ESX 4.0
LINUX [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2009/11/how-to-uninstall-vmware-workstion-bundle/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Convert VMWare Image (.vmdk) to VirtualBox Image (.vdi)</title>
		<link>http://www.kartook.com/2009/11/how-to-convert-vmware-image-vmdk-to-virtualbox-image-vdi/</link>
		<comments>http://www.kartook.com/2009/11/how-to-convert-vmware-image-vmdk-to-virtualbox-image-vdi/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 11:57:38 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=835</guid>
		<description><![CDATA[<p>We need an addition command-line tool called qemu.</p>
<p>sudo aptitude install qemu</p>
<p>You’ll new be able to convert a .vmdk (VMware image) to a .bin format, which can then be converted to a Virtualbox native .vdi format.</p>
<p>qemu-img convert /path/to/original.vmdk converted.bin</p>
<p>You’ll then need to use the VBoxManage utility that comes with Virtualbox to convert the .bin to a native [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2009/11/how-to-convert-vmware-image-vmdk-to-virtualbox-image-vdi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thin client:PocketCloud iPhone app fro VMware</title>
		<link>http://www.kartook.com/2009/10/thin-clientpocketcloud-iphone-app-fro-vmware/</link>
		<comments>http://www.kartook.com/2009/10/thin-clientpocketcloud-iphone-app-fro-vmware/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 05:42:28 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=748</guid>
		<description><![CDATA[<p>Thin client developemtent released this week their PocketCloud iPhone app. You might wonder how can I run a large desktop on just a small iPhone screen, with no styles but just your big finger, well thin-client development guys really did solve this challange with their application. During VMworld the app is on sale for $19.99 on [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2009/10/thin-clientpocketcloud-iphone-app-fro-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware : 4 Screen Virtual Desktop Demo using PCoIP</title>
		<link>http://www.kartook.com/2009/10/vmware-4-screen-virtual-desktop-demo-using-pcoip/</link>
		<comments>http://www.kartook.com/2009/10/vmware-4-screen-virtual-desktop-demo-using-pcoip/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 05:29:15 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=742</guid>
		<description><![CDATA[<p>Next generation display protocol PCoIP.</p>
<p>So what is PCoIP :</p>
<p>PC-over-IP technology allows enterprise PCs and workstations to be centrally managed in a data center while providing high resolution, full frame rate 3D graphics and HD media, with full USB peripheral interoperability, locally over a LAN or remotely over a high-latency WAN.</p>
<p>PC-over-IP is an innovative display protocol technology [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2009/10/vmware-4-screen-virtual-desktop-demo-using-pcoip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking the ESX 3i Server Root Password</title>
		<link>http://www.kartook.com/2009/10/hacking-the-esx-3i-server-root-password/</link>
		<comments>http://www.kartook.com/2009/10/hacking-the-esx-3i-server-root-password/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 05:10:55 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=738</guid>
		<description><![CDATA[<p>Hacking the ESX 3i Server Root Password
In case you every are called in to manage an ESX 3i server, but nobody know the root password, here an easy way to ‘fix’ this challange.</p>

Again when the ESX 3i server boots and is on the main boot loader screen, hit shift-O
In the advanced option line type in:
<p>passwdReset="TRUE"</p>

Continue the [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2009/10/hacking-the-esx-3i-server-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
