A little bit better - Showing the MBR 2014-07-28 3.1K A little bit better - Showing the MBR Here is the java code to read MBR out:
We should mix 4K and 4M Page 2014-07-27 3.1K I was fixing the PSE and PAE page table display for GKD, I found out Linux using 4M page to map…
I think i am under dns attack 2014-07-12 3.6K I think i am under dns attack, in my /var/log/message i keep seeing these. Someone is using over 2000 ip…
New way to do VM migration 2014-07-11 3K To migrate VMs to different compute node is easy, simply hold your ctrl key and select VMs, drag & drop…
Openstack 4th birthday party in cyberport 2014-07-04 3.8K Openstack 4th party, i got a counter to demo Titan, thanks Cyberport. Titan language will be demo after September. People…
tightvnc java is very slow on Retina 2014-07-01 3.1K Take a look line 170 from https://code.google.com/p/tightvncpanel/source/browse/trunk/src/main/java/com/glavsoft/viewer/swing/Surface.java This ((Graphics2D) g).setRenderingHint(RenderingHints.KEY_RENDERING, RenderingHints.VALUE_RENDER_QUALITY); make g.drawImage(offscreenImage,0,0,null); runs very slow on Mac Retina. Solve: set…