I have copied the article from this page directly below to ensure that the content is not lost. Credit goes to philipl http://communities.vmware.com/thread/136783 a) Grab the appropriate xpi from /usr/lib/vmware/webAccess/tomcat/apache-tomcat-5.5.17/webapps/ui/plugin/ (32 or 64bit)b) unzip the xpi into whatever directory you’d like.c) You’ll see four entries in your directory:– components/– install.js– install.rdf– plugins/We only care about …
Month: November 2010
Well, this is a simple lack of understanding how interactive and non-interactive logins work in Unix. I added some script lines to the .bash_profile file on my CentOS box and found that these were not getting applied when I ssh’ed to that machine remotely. ssh uses a non-interactive login. Only interactive logins look at the …