Posts Tagged ‘ubuntu’

To check for installed packages from the command line, use the dpkg command with the –get-selections option. This returns all packages installed on your system (most likely a lot!). So it is best to use grep to narrow down the search results. For example, the following command lists all packages with “fire” in the package […]

Thursday, May 28th, 2009 at 13:31 | 0 comments
Categories: Linux

One of the major new features in Ubuntu 9.04 (Jaunty) has of course been the new notification system. For what it’s worth, I think it’s a pretty good, bold piece of work and the notifications look pretty good. The trouble is, as with any new framework, that not all applications out there are using the […]

Saturday, May 23rd, 2009 at 17:45 | 1 comment
Categories: Linux

My only issue after an otherwise smooth upgrade to Ubuntu 9.04 (Jaunty) has been with Tracker. After logging in I noticed high disk and CPU usage, and eventually an error came up regarding corrupted index. I have tried several times to re-index, this did not work; also pausing all indexing in the tracker applet has […]

Sunday, May 17th, 2009 at 14:04 | 0 comments
Categories: Linux

Here are a few things you can try if you get the BADSIG error in Update Manager: Run the following commands from terminal shell: sudo apt-get clean sudo apt-get update -o Acquire::http::No-Cache=True Change the Ubuntu server from which updates are downloaded: System > Software Sources > Ubuntu Software tab > change the selected server in […]

Thursday, May 14th, 2009 at 15:56 | 0 comments
Categories: Linux

nautilus-image-converter is a helpful package which adds two entries to the Nautilus context menu for resizing and rotating images. It works for selections of multiple images, too, and has options for creating copies or editing the images in place. To install from command line: sudo apt-get install nautilus-image-converter

Thursday, May 14th, 2009 at 12:57 | 0 comments
Categories: Linux

Medical images, e.g. X-Rays, are commonly stored in the DICOM format. By default you won’t be able to open these in Ubuntu, but there is actually a package in the repositories which lets you convert DICOM image files to more common formats, e.g. JPEG, PNG or bitmap. sudo apt-get install dcmtk dcmj2pnm +oj img00000 img00000.jpg […]

Wednesday, May 6th, 2009 at 13:27 | 1 comment
Categories: Linux

UPDATE: These steps work fine for Ubuntu 9.04 (Jaunty). For more recent Ubuntu versions you should take a look at this later post which has the correct steps. The Ctrl-Alt-Backspace key combination which restarts X is by default disabled in X version 1.6 (and hence in Ubuntu 9.04). Follow the steps below to re-enable it. […]

Saturday, April 25th, 2009 at 06:15 | 0 comments
Categories: Linux