Ubuntu 11.04 on my Acer TimelineX 1830T-1327

After yet another flawless Ubuntu upgrade, I  am finally seeing why there is a big hype regarding Unity. Prior to this upgrade I was hesitant in upgrading to Ubuntu 11.04 because of the negative reviews Unity was getting from different podcasts, however after a full day after the upgrade and a few hours using Unity, […]

Installing MySQL GUI Tools in Ubuntu 10.10

Download Generic x86 tarball from http://dev.mysql.com/downloads/gui-tools/5.0.html mv mysql-gui-tools-5.0 /usr/local/ Create symlinks to PATH location: ln -s /usr/local/mysql-gui-tools-5.0/mysql-query-browser-bin /usr/local/bin/mysql-query-browser-bin ln -s /usr/local/mysql-gui-tools-5.0/mysql-query-browser /usr/local/bin/mysql-query-browser ln -s /usr/local/mysql-gui-tools-5.0/mysql-administrator /usr/local/bin/mysql-administrator ln -s /usr/local/mysql-gui-tools-5.0/mysql-administrator-bin /usr/local/bin/mysql-administrator-bin Create symlinks to /usr/local/share ln -s /usr/local/mysql-gui-tools-5.0/locale /usr/local/share/locale ln -s /usr/local/mysql-gui-tools-5.0/mysql-gui /usr/local/share/mysql-gui Almost done.. At this point mysql-administrator should be fully working. However with mysql-quer-browser, […]