Tag Archives: Ubuntu

HowTo: Stop Ubuntu Checking For Automatic Updates

At work I can’t afford to have my Ubuntu system update and possibly wipe out some important libraries I need, and I get pretty tired of closing the Update Manager every time it decides I need to update so here’s … Continue reading

Posted in HowTo, Ubuntu | Tagged , , , , , , , , , | Leave a comment

Where is this “Me Menu”? – Ubuntu Lucid (10.04)

After updating my Ubuntu Karmic (9.10) to Lucid (10.04) I was browsing the new features, one of which I couldn’t seem to find. The “Me Menu” which has been talked about quite a lot recently and referred to on the … Continue reading

Posted in Ubuntu | Tagged , , , | Leave a comment

HowTo: Swap the Window Menu Buttons Back to the Right – Ubuntu Lucid (10.04)

I’m not an OSX person and personally prefer my minimise, maximise and close buttons to be in that order on the right, which they are not as default on the new Ubuntu 10.04 (Lucid Lynx) so here’s how you can … Continue reading

Posted in HowTo, Ubuntu, Video | Tagged , , , , , , , , , , , , | Leave a comment

HowTo: Fix “An error occurred while mounting” – Ubuntu Lucid (10.04)

An error occurred while mounting /dev/bus/usb (and/or) An error occurred while mounting /proc/bus/usb Press S to skip mounting or M for manual recovery If you are seeing this error on boot an easy way to get rid: sudo gedit /etc/fstab … Continue reading

Posted in HowTo, Ubuntu | Tagged , , , , , , , , | Leave a comment

HowTo: Fix Jumping/Skipping Sound in Spotify under Wine – Ubuntu Karmic (9.10)

The sound in Spotify was jumping or skipping much like a scratched disk would. After a little investigation I found a couple of ways to fix it with people saying one worked but the other didn’t for them. (Solution 2 … Continue reading

Posted in HowTo, Ubuntu | Tagged , , , , , , , , , , , | 1 Comment

Howto: Reinstall Grub using Ubuntu Live CD

I recently installed Fedora 12 on my desktop alongside Ubuntu Karmic and Windows 7, however doing so I overwrite my grub which meant my Ubuntu system was hidden. To fix this is pretty simple.. Insert your Ubuntu 9.10 Live CD … Continue reading

Posted in HowTo, Ubuntu | Tagged , , , , , , , , , | Leave a comment

Yet Another OpenCV/Karmic error – symbol lookup error: /usr/local/lib/libhighgui.so.4

symbol lookup error: /usr/local/lib/libhighgui.so.4: undefined symbol: av_free_packet To fix it simply make sure /usr/local/lib is in your library path by using the following command: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Posted in OpenCV, Ubuntu | Tagged , , , , , , , | Leave a comment

Howto fix: “error while loading shared libraries”

While installing opencv on an older version of debian for work I kept getting an error while loading shared libraries which turned out to be a pretty easy fix, just finding the libraries and adding them to the dynamic linker. … Continue reading

Posted in HowTo, Ubuntu | Tagged , , , , , | Leave a comment

Error: Dependency is not satisfiable: libstdc++5 (Ubuntu Karmic)

Error: Dependency is not satisfiable: libstdc++5 This is a simple fix, just grab the libstdc++5 package for your architecture from here: http://packages.debian.org/stable/base/libstdc++5

Posted in Ubuntu | Tagged , , , , , , | Leave a comment

HowTo: Install Player/Stage in Ubuntu Karmic (9.10)

UPDATE: There is a much easier way of installing player/stage in Ubuntu 9.10 as pointed out by Arkapravo in the comments, however this is the 2.0.4-3.3ubuntu3 where as of 21/May/2010 the latest version is 3.0.1 if this causes any issues … Continue reading

Posted in HowTo, Ubuntu | Tagged , , , , , , | Leave a comment