Skip to main content

~/christopher.loessl

Category: computer

iOS Localization With iLocalize

I did it once before and now I have to do it again - and of course, I forgot how to do it. This time I’ll write it down how on way of localisation of an iOS project works. I don’t use nib files and all user facing strings are set in code with NSLocalizedStrings(…). If you are using nibs or need to translate strings in Storyboard and/or nib files, your approach might differ.

How to fix slow Ubuntu in VirtualBox

apt-get install linux-headers-generic build-essential 2. compizconfig-settings-manager dkms Install the guest drivers Open ccsm (from the console) and disable “Framebuffer object” option under “OpenGL” (be prepared that you won’t be able to read much, but if you activate 3D first, then it will be even worse) shutdown -h now Activate 3D acceleration in VirtualBox power on done. /usr/lib/nux/unity_support_test -p Source: http://askubuntu.com/questions/207813/why-does-an-ubuntu-12-10-guest-in-virtualbox-run-very-very-slowly/214968#214968