Incredibly detailed and insightful post on LinkedIn's web-scale engineering challenges and solutions, one of which happens to be Voldemort (also discussed at length are Hadoop, memcache, MySQL, and some custom Java tool that LinkedIn has developed).
- Michael E. Driscoll
When none of the packaged solutions for getting your NVIDIA display up are working, this is the authoritative source. A separate page exists for x64 drivers.
- Michael E. Driscoll
kabronkline's comment in this thread is what finally worked for me in getting my GEForce 6150 graphics card working with Ubuntu Intrepid. For the NVIDIA installer to work, I had to (i) remove the existing grub menu file 'sudo rm /boot/grub/menu.lst' (ii) recreate it with 'sudo update-grub'. (When I did an upgrade, kernel was upgraded, but grub boot menu was not). Before doing this the kernel headers did not much the running kernel, and the NVIDIA installer couldn't compile from source.
- Michael E. Driscoll