Author: Jackie Chen
Android Architecture
I am interested to develop some applications for my newly bought Android Tablet (4.0.3). To do that, of course the first step is to understand the Android Architecture. Applications Android will ship with a set of core applications including an email client, SMS program, calendar, maps, browser, contacts, and others. All applications are written using … Continue reading Android Architecture
DIY Citrix Receiver Thin Client
I spent couple days last week to build my first version Citrix Receiver Thin Client. The purpose is to utilize some old and low end computers by turning them into Citrix thin client. In this version, the following things are achieved: - Small size and quick boot - Simple user interface - Auto restore after … Continue reading DIY Citrix Receiver Thin Client
VMware View 5 Performance Tuning
Just finished this morning’s VMware View 5 bootcamp, and I decide to write down my notes here before I forget. Today’s topic is about tuning the VMware View performance. There are three parts involved: Network environment tuning, VM Image tuning and PCoIP tuning. It is not necessary to tune them all, e.g. if you have … Continue reading VMware View 5 Performance Tuning
PowerShell: Graphic User Interface
This is just for fun – I built a Toolbox for myself which includes some useful PowerShell scripts I wrote before. It looks simple but very handy, just a simple click on the script name and it will run. An example, I am checking the hosts info in the DHCP server. # my_toolbox.ps1 source codes … Continue reading PowerShell: Graphic User Interface