gog's info

<?php echo array_rand(array('web', 'dev', 'computers')); ?>

Archive for September, 2008

Dual display setup with Nvidia on Ubuntu 8.04

with 6 comments

Setting up multiple monitors under Linux can sometimes be quite a daunting task. TwinView, Xinerama, restricted drivers, editing configuration files, etc. doesn’t sound user friendly at all.

After you install Ubuntu and boot it the first time, you will get a notification in the tray asking you if you would like to install nVidia restricted drivers. They don’t get installed by default because the source code for this drivers isn’t open source. Since we don’t care about that, and just want the damn thing to work install the drivers. Read the rest of this entry »

Written by Goran Jurić

September 22nd, 2008 at 11:58 am

Posted in Linux,Ubuntu

Tagged with , , ,

Optimizing frontend performance with some Javascript magic

without comments

So, you know Yahoo!’s Best Practices for Speeding Up Your Web Site by hart and you have already implemented most of the tips on your web site but you are still not satisfied with the performance bottlenecks caused by your banner serving services (OpenX, formerly known as OpenAds and PhpAdsNew in my case) and other stuff you need to use but have no control over it.

Fear no more!

Read the rest of this entry »

Written by Goran Jurić

September 6th, 2008 at 5:52 pm