Skip to main content

Posts

Showing posts from 2015

VMware vRA - Add a vCenter Server instance

Configuration as attached screenshot

Root Mi3

Root Mi3 1. copy the two zip file and rename miui_MI3WMI4WGlobal_KXDMIBH32.0_3bd1a98781_4.4 to update.zip 2. flash the ROM with the update.zip 3. reboot after flash 4. update the flash with root v32.zip then reboot 5. goto security, permission and allow root permission access 6. download root checker, root browser, and supersu. Run supersu first and reboot. 7. Check root with root checker 8. download fakegps 9. use root browser move the fakegps app from data\add to system\app, then reboot

Using broadband and dynamic IP and DDNS with VMware View 5.x 6.x

If you are planning or designing VMware View with remote access, you would need to install and configure the VMware Security server. However, when configuring the View, you will need to key in the public IP address on the PCOIP External URL (as showed below). In most cases, corporate would have fixed public IP address for the VDI deployment. If you still want to proceed without fixed public IP address, or leveraging broadband services, you will always need to update the public IP address when it's changed. So, in order to reduce the manual overhead, you can always write a simple script to automate the changes. I've wrote a simple Powershell script that update the public IP address and it will sleep every 15 minutes and continue again. Below is the Powershell script. Copy and paste in a text file rename with .ps1. #=====Script start======== while (1 -eq 1) { # PowerShell If Statement To Test Ip Addresses $Ip4th = "bigcloud.ddns.net" $exPCoIP = Get-Conne