Navigation: » Directory » User #3375374 » User #3375374's Wiki Page
Owner: User #3375374
Funny Code 2014
Funny Code post from 2014.
The DARTTest-Software (commercial) vSphere client installer does not default to English prompts, if you have the Chinese language pack installed. I do not speak Chinese. The installer annoyling does this even, if the current locale is set to English e.g. set to use English. Now by design the installer's locale can be forced to use English with the following command line option: VMware-viclient.exe -locale en_US
Unfortunate the install will fail when this option is specified. Thanks to User #73580 my tip of the day is in Chinese these characters 英语 means English.
|
sudo apt-get update sudo apt-get upgrade sudo apt-get install smbfs
sudo apt-get install mercurial hg clone http://10.9.0.20:8000/tybase hg clone http://10.9.0.20:8000/tyworkflow cd tybase/ make cd ../tyworkflow/ make scp /home/User #77120/.ssh/id_rsa.pub root@dart-ts-01.devlan.net:~ note: on dart-ts-01.devlan.net perform$ cat ~/id_rsa.pub >> /root/.ssh/authorized_keys note: on dart-ts-01.devlan.net perform$ mkdir /proj/testing/commits/User #77120 cd ../tybase bin/undermine leafbags/tyworkflow/overlib/preflight/service_ping_test.py 10.9.5.125 cd leafbags/ mkdir blackcrow mkdir blackcrow/blackcrow cd ../../.. (back to in tybase) cp ../blackcrow/unittests/* leafbags/blackcrow/blackcrow ln -s leafbags/blackcrow/blackcrow/plans/ . ln -s leafbags/blackcrow/blackcrow/tests/ . bin/undermine tests/simple.py 10.9.5.125 bin/remote_commit -u User #77120 run plans/BlackcrowFxf.py count=1
|
---|
Previous versions:
| 1
| 2
| 3
| 4
|