<?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/"
	
	>
<channel>
	<title>
	Comments on: VMware Server  &#8211; vmrun list command	</title>
	<atom:link href="https://www.itfixed.com/2009/11/vmware-server-vmrun-list-command/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.itfixed.com/2009/11/vmware-server-vmrun-list-command/</link>
	<description>Complete Home and Small Office IT Services</description>
	<lastBuildDate>Sun, 31 Oct 2010 23:21:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ricardo Coelho		</title>
		<link>https://www.itfixed.com/2009/11/vmware-server-vmrun-list-command/#comment-59</link>

		<dc:creator><![CDATA[Ricardo Coelho]]></dc:creator>
		<pubDate>Sun, 31 Oct 2010 23:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.itfixed.com/2009/11/vmware-server-vmrun-list-command/#comment-59</guid>

					<description><![CDATA[&lt;b&gt;If you&#039;re not willing to type your password in command line, you may create a script like this one below.&lt;br /&gt;Don&#039;t forget to change settings for your own environment.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;#!/bin/bash&lt;br /&gt;&lt;br /&gt;me=`/usr/bin/whoami`&lt;br /&gt;this=`/usr/bin/basename $0`&lt;br /&gt;if [ -z $1 ]; then&lt;br /&gt;   /bin/echo &#034;Usage: $this  [parameters]&#034;&lt;br /&gt;   exit 0&lt;br /&gt;fi&lt;br /&gt;read -p &#034;User [$me]: &#034; user&lt;br /&gt;if [ -z $user ]; then&lt;br /&gt;   user=$me&lt;br /&gt;fi&lt;br /&gt;read -sp &#034;Password: &#034; pass&lt;br /&gt;/bin/echo -e &#034;n&#034;&lt;br /&gt;/usr/bin/vmrun -h https://localhost:8333/sdk -u $user -p $pass &#034;$1&#034; &#034;$2&#034; &#034;$3&#034; &#034;$4&#034; &#034;$5&#034; &#034;$6&#034; &#034;$7&#034; &#034;$8&#034; &#034;$9&#034;]]></description>
			<content:encoded><![CDATA[<p><b>If you&#39;re not willing to type your password in command line, you may create a script like this one below.<br />Don&#39;t forget to change settings for your own environment.</b></p>
<p>#!/bin/bash</p>
<p>me=`/usr/bin/whoami`<br />this=`/usr/bin/basename $0`<br />if [ -z $1 ]; then<br />   /bin/echo &quot;Usage: $this  [parameters]&quot;<br />   exit 0<br />fi<br />read -p &quot;User [$me]: &quot; user<br />if [ -z $user ]; then<br />   user=$me<br />fi<br />read -sp &quot;Password: &quot; pass<br />/bin/echo -e &quot;n&quot;<br />/usr/bin/vmrun -h <a href="https://localhost:8333/sdk" rel="nofollow ugc">https://localhost:8333/sdk</a> -u $user -p $pass &quot;$1&quot; &quot;$2&quot; &quot;$3&quot; &quot;$4&quot; &quot;$5&quot; &quot;$6&quot; &quot;$7&quot; &quot;$8&quot; &quot;$9&quot;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
