Check Nvidia drivers are working in Edgy

With the new Nvidia drivers for Ubuntu, after installation, you don’t see the logo when you restart the window server, so in order to check that they’re running ok, do:

glxinfo | grep direct

If you see direct rendering: Yes — then you’re in business.

2006-12-28 [, ]
View Comments

Fedora Core 6 Released

I wonder if Ubuntu Edgy Eft will be released (tomorrow!) before I actually manage to download Fedora Core 6… hmmm… I’m now at 38.7% downloaded.

Go grab the torrent here. The main site is basically down while they try and cope with the demand.

2006-10-25 [, , ]
View Comments

Getting Ubuntu Dapper to dance with ATI X800 GTO

I’ve made a brand new spare PC that I’m hoping my parents can use in their spare room/study. I refuse to install Windows, but as everyone knows, I’m a keen Ubuntu fan.

My younger brother donated me his “old” ATI Radeon X800 GTO graphics card to use in it (I want to eventually get XGL + Compiz set-up on it for all the neat eye candy). Thing is, Ubuntu and the card don’t play nice straight away. Here’s how I got them to dance.

(more…)

Subversion 1.4.0 from source via Apache 2.2 on Ubuntu Dapper

This howto assumes you’ve already followed my Building Apache 2.2 from source article.

Now we’re going to install Subversion 1.4.0 from source so that it can be access via Apache with authentication.

(more…)

Building Apache 2.2 from source for Ubuntu Dapper

Two reasons you might want to do this.

  1. You want to host a Rails application using Mongrel via Apache and mod_proxy_balancer.
  2. You’re studying in a Website administration module for your 3rd year Software Engineering degree :)

Seriously though, if you don’t want to use mod_proxy_balancer, just do a normal apt-get install of Apache 2 and you’ll be fine. mod_proxy_balancer is only available for Apache 2.2, and currently, that’s not available from the Ubuntu repositories via apt-get.

This article only covers installing Apache 2.2 – I’ll write another one for getting Subversion and PHP working shortly afterwards.

(more…)

Ubuntu Dapper Web Server How-to

It’s finally here, my updated how-to on how to get Ubuntu Dapper up and running as a home web server. Perfect for hosting those small web sites and blogs. My original Ubuntu 5.10 web server how-to is still available.

This updated version is very similar to the 5.10 how-to, however, there are a few changes required. The following changes have been made:

  • Setting up the Multiverse and Universe repositories
  • The packages to install Ruby
  • Setting a symbolic link for Ruby
  • Updating rubygems
  • Clearing the rubygems cache

Other than those, the rest of the how-to is the same as the Breezy how-to.

(more…)

Set-up Typo 4 on Ubuntu Dapper

It was very annoying to find out that the brand spanking new installer for Typo wasn’t going to install over rubygems. The irritating part was that it was SQLite causing the problem because it’s a dependency of the Typo gem. No idea why. But I don’t want to SQLite – I’m running MySQL on Apache.

(more…)

2006-07-26 [, , , ]
View Comments