Archive for May, 2008

Fix for 16-bit apps under wine on Ubuntu 8.04

Saturday, May 31st, 2008

In ubuntu hardy heron, wine runs into a new security setting that disables 16-bit applications. When you try to install them, you get an error:

preloader: Warning: failed to reserve range 00000000-60000000
winevdm: unable to exec '--app-name': 16-bit support missing

On ubuntuforums is a solution which actually works:

sudo sysctl -w vm.mmap_min_addr=0

How to Sandbox WordPress

Monday, May 12th, 2008

“How to (easily) Sandbox WordPress and Kick back with Plugins, Themes And Hacks”

Describes how to create a subdomain, install Wordpress, copy your content, and prevent search engines from finding your sandbox.

Cure for sluggishness on Hardy

Wednesday, May 7th, 2008

When starting a new program on, for example KUbuntu 8.04, there is a delay of several seconds. This can be caused by SCIM — which is a multi-language keyboard input protocol — not loading.  Check your system logs.  If this is the problem, try as root:

apt-get remove scim-qtimm scim-bridge-client-qt4 scim-bridge-client-qt scim-bridge-client-gtk scim-bridge-agent skim scim-modules-socket libskim0 libscim8c2a

References: Ubuntu bug #2033334, bug #206302

Installing NVidia drivers on Ubuntu 8.04

Tuesday, May 6th, 2008
sudo apt-get install nvidia-glx-new linux-restricted-modules-$(uname -r) --reinstall

Two commands enable DVD playback in Ubuntu

Saturday, May 3rd, 2008

sudo apt-get install totem-xine libxine1-ffmpeg libdvdread3
sudo /usr/share/doc/libdvdread3/install-css.sh