Installing OS X 10.11 El Capitan inside Parallels Desktop

This is actually surprisingly straightforward, once you know the hoops to jump through. Essentially there are 4 main things we need to do: Download El Capitan from the App Store Prepare an install image Create a virtual machine Install El Capitan So let’s take a look at those, one by one… Step 1: Download El Capitan […]

Continue Reading

Sharing entropy between computers with entropyservice

Suffering with low entropy on Xen/KVM/VMware VMs? Get help from another computer with better entropy sources. Check out entropyservice. It allows low entropy machines (eg virtual machines) to collect data from another host with high entropy (eg a real computer) via SSH, then stir it in to the kernel’s entropy pool using rngd. Find out […]

Continue Reading

iOS 7 status bar fix for Sencha Touch apps

Sencha Touch hasn’t been updated for iOS 7’s new fullscreen views yet. This causes the status bar to overlap your app’s content, which looks rather messy. Luckily it’s really easy to get things working again if all your views use title bars / navigation bars. Just drop this code into app.js (after your last Ext.Viewport.add […]

Continue Reading