Raul Suarez's blog

Linux Mint Isadora KDE i386 first impressions

This time I decided to install Linux Mint Isadora KDE version. This may sound unfair based my previous review of Mandriva as I've been using Linux Mint for several releases but this is the first time I will use the KDE version, though.

I promise I'll try to be as picky and as unbiased as I possibly can.

The first thing that surprised me is that, although for the Gnome version there is a Live CD which is just 674 MB and a Live DVD which is 763, There is only a DVD version for KDE a whopping 1.3 GB. Still better than other distributions which are 2 to 4 GB.

Mandriva 2010 First impressions

A week ago someone at the KWLUG was talking about Mandriva, and I mentioned that I never warmed up to it.

That conversation left me intrigued so today I decided to give it a try once again.

This will be a play by play impression while I go through the install. Some of my comments may sound picky, but as first impressions count:

I'm all pumped up and ready to be wowed.

On inserting the disk I remembered why I hadn't been able to fully test it: the DVD is not a live version. No live DVD. Why? Do I need to download the CD to see if I like it and if I do then get the DVD?

-1

USB Webcam mistery under Ubuntu Lucid Linx

Maybe someone with better knowledge of USB can shed some light here:

I have an USB camera that I knew was working several Ubuntu versions ago. But under Karmic and Lucid it refused to work.

I knew that it was listed as supported; but after hours trying things I couldn't make it work.

Then I saw in a forum that someone said that as a final test he disconnected the USB hub and plugged in the camera directly to the computer. After that it worked, so he suspected the hub.

Writing easy How-to's

While preparing my Programming for Linux presentation I had to install the sun-java packages. I am using Kubuntu Lucid but couldn't find the packages.

I Googled and got here:

http://www.tolaris.com/2010/06/10/installing-sun-java-on-ubuntu-lucid

Besides learning how to install Java, I got a lesson in writing a "How-to".

From now on, if you see me doing it differently, just remind me of that how-to.

byobu or Checking your update manager package descriptions

I use Mint, an Ubuntu derivative, and every time I get a notification that there are updates available, I go check the list of updates.

I do this with several purposes in mind:

  • First and foremost, I want to know what gets updated in case something stops working.
  • Second, I want to see how many there are and how large to evaluate how long it's going to slow down my (old) computer
  • and third, to learn a bit about the packages I have installed

Ubuntu Lucid Lynx printer troubleshooting wizard was quite helpful

In my previous post I explained how to install the Lexmark printer drivers in Ubuntu/Mint.

What I left out was how was I able to very easily identify what was the problem when all was finally installed and things weren't working.

It really came down to the Printer troubleshooting wizard included in Ubuntu/Mint.

Installing a Lexmark x1155 using the z600 driver

Summary:
I've created a small script that does most of the work for me. I've used it successfully on varios versions of Fedora, Ubuntu, Mint and Puppy Linux, so I am certain that it should work in most distributions.

Here are the step by step instructions:

  1. Ensure that the following commands are installed, if not, install them using your distribution regular mechanism: rpm2cpio, cpio, ldconfig. e.g. sudo aptitude install rpm2cpio

Finding Samba shares mounted by Nautilus

Every now and then I have the need to access a folder shared in a remote computer at home. I normally mount it by hand in the command line using the standard commands:

mount -t cifs -o <username>,<password> //<serveraddress>/<sharename> <mountpoint>
or
smbmount //<serveraddress>/<sharename> <mountpoint>

but this time I wanted to mount it using Nautilus so I entered the URI in the location bar

smb://<serveraddress>

Installing WebHuddle

This will be the shortest post from this series.

To install WebHuddle I followed the instructions from the WebHuddle User Guide

There you will find all the steps in detail and a wealth of extra information regarding the WebHuddle configuration.

I did my installation on a minimal Debian install and the instructions worked for me.

Installing OpenMeetings on Debian Lenny

On the previous post I showed you what you could do with OpenMeetings. Now it's time to describe how to install it on your own server.

Although you can install it in any version of Linux provided you have access to the proper dependencies, I decided to do the set up on a minimal installation of Debian 5.03 "Lenny", that way I could ensure I identified all the components needed. This will also ensure that if you want to install it in a different Distribution, you have all the elements to do it.

Syndicate content