Optimize java startup speed 2014-06-29 3.5K I spent lot of time to optimize the startup speed of my Java app from 10 seconds down to 6…
How to use PFSBuilder 2014-06-28 3.5K How to use PFSBuilder This tutorial work in windows/linux/mac Step 1) Download the jar https://www.dropbox.com/s/do0ygc4z9dbxlwx/PFSBuilder-20140619.jar Step 2) make sure you have…
Connect Peter-file-system to linux or mac 2014-06-23 5K After spent 3 days to play the FUSE and macFUSE, i finally connected Peter-file-system (https://code.google.com/p/pfsbuilder) to my mac/linux machine. It…
How to trace IIS error 500 2014-06-19 3.9K The best way to trace IIS error 500 is to enable all log detail on screen, edit your web.config to
How titan connect to kvm's vnc through titan server via java object stream 2014-06-10 4.4K I nearly don't understand the code I wrote 6 months ago about the vnc connection. It is a little complex,…
Get IP of guest vm in virtualbox 2014-06-09 3.6K VBoxManage guestproperty get "vmname" "/VirtualBox/GuestInfo/Net/0/V4/IP" | awk '{ print $2 }'
Titan portal 2014-06-03 4.4K Developing the titan portal, which is for hosting company's customers. If you want to build a hosting company using openstack,…
2GB ram has higher temperature than 4GB ram 2014-06-01 3.5K Just buy one more 2nd hand server. Everything are the same including the OS, except one using 8x2GB ram and…