mar_20102010-03-27t19:21:05zm_y">

From the monthly archives:

March 20102010-03-27T19:21:05ZF Y

Ubuntu 10.04 – Move Minimize, Maximize, Close Menu Buttons To The Right

2010-03-272010-03-27T19:21:05ZY-m-d">March 27, 20102010-03-27T19:21:05ZF j, Y

After adding the new themes from Ubuntu 10.04 into my Ubuntu 9.10 installation my top menus shifted to the left side. I prefer that they be on the right side. This is how to do it. Press Alt-F2 type in “gconf-editor” click run navigate to apps>metacity>general change button_layout to “:minimize,maximize,close” (without the quotes) Before After

View Comments Read the full article →

Ubuntu 9.10 (karmic) – Installing Cloudera Desktop From The Tarball

2010-03-252010-03-25T13:59:18ZY-m-d">March 25, 20102010-03-25T13:59:18ZF j, Y

Download the tarball from: http://archive.cloudera.com/desktop/ sudo apt-get install build-essential libsqlite3-dev libxslt1-dev libxml2-dev python2.6 python2.6-dev python-setuptools tar -zxvf cloudera-desktop-[VERSION].tar.gz make sudo make install sudo /usr/local/cloudera-desktop/bin/supervisor navigate to http://localhost:8088

View Comments Read the full article →