Category: Linux

  • Ubuntu 9.04 Jaunty Netbook Remix on an Acer Aspire One ZG5 trackpad issues

    Recently I had the opportunity to work on an Acer Aspire One netbook. It’s rare that I get the chance to work on a linux desktop system for a client. Most of my desktop users that I support run Windows (although I primarily run linux on my machines.) I get to do a fair amount of server level work with linux variants, but this one, being a desktop install, intrigued me.

    The issue was that the buttons on the trackpad didn’t work. She also indicated that she had tried a usb mouse and those buttons didn’t work either. As I looked at it, I had already spent some time browsing through bug reports getting ideas on what might be the issue. It behaved exactly as she described and so then the real fun began.

    (more…)

  • Hard drive testing utilities

    Windows users know chkdsk, linux users know fsck… users of each MIGHT have heard of SMART. These are different ways of TESTING hard drives. Well, there’s also a utility called TestDisk that looks promising for recovering data… Here’s the clip from their site. “free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy.” It runs under a variety of OS’s and recognizes several different disk formats.

  • Home Asterisk system VOIP adding phone lines

    I’m tempted many times to setup an asterisk system at the house – and use VOIP for additional lines. Here’s an article on asterisk the easy way., telaisp has good deals on residential voip service.

  • Metapackages in Ubuntu for new system provisioning

    In ubuntu/debian linux software installs, there are such things as “metapackages” which is a package that just describes what OTHER packages it “needs”. For instance in ubuntu, the kubuntu-desktop package is just such a package – when choosing it, it installs everything necessary for the kubuntu desktop/customizations to install. So, I was hit with an idea while I was apt-getting 30-40 odd packages…. everytime I “provision” a new ubuntu system I have a list of packages that I want to make sure are installed, why don’t I just create a single metapackage and be done with it to make life simpler…. But how could I do this?

    (more…)

  • Smartmontools on Windows – emailing warnings

    For years I’ve been using smartmontools on my linux-based machines. What I’ve absolutely LOVED about it is the advance notice I’ve had of hard drive failures. Two consecutive Decembers I received an email from my server claiming that a drive was dying and had time to replace them rescuing the data. (Although the first one was falling to pieces as I copied.) If I had not know until I NOTICED a problem I would have likely lost a good amount of data and had a long rebuild process from various backups.

    (more…)

  • Vmware server install on Ubuntu Dapper

    I thought I had already posted this, but I looked the other day and didn’t find the article, so I’m posting it now… if it’s a duplicate, sorry… I’m still using Ubuntu’s Dapper Drake 6.06(.1) as a base install for many things… the Long term support idea fo rthe server “stuff” is somewhat reassuring and I don’t want to be chasing minor revision upgrades every 6 months. But, there is another reason, a lot of the installs I’ve done have been a base for VMWare server and there are some very good (and clear) how-to’s in that arena….howtoforge has a good walkthrough that I’ve used as a starting point….

    (more…)

  • Virtual Server on Apache to listen on an alternate port

    In the last few days, I had to set up something a bit unusual with apache. Basically the goal was to have apache listen for connections on two different ports (the standard port 80 and an alternate port 85). The problem was that I wanted different content at each port. Port 85 was to be an .htaccess redirect for another domain (with some port forwarding magic at the firewall.) Port 80 was to remain an internal intranet page. So…. this was all done with vhosts (virtual hosts.)

    (more…)

  • Big Ubuntu Linux news

    This is something that really looks interesting. Recently Linspire announced their intent to open source the CNR (Click N Run) concept for installing software, launching a wiki based web site that would allow supported linux distributions to install software (open source or commercial) with as easy a process as possible (visit web site, browse, click). Well, today Canonical (the company behind Ubuntu) and Linspire have announced how some of this will look and then some. For starters, Freespire and Linspire are going to be based upon Ubuntu in the future (instead of directly based on debian linux.) That is a fair enough shift. The other part of the news is that as of the release of Fiesty Fawn (The Ubuntu Linux release due in April), Ubuntu users will be able to access Click N Run. So what does this mean?

    (more…)

  • Offline web browsing script

    In the US and Europe and many more developed parts of the world we take our internet connectivity these days for granted. (And some go into panic attacks when it’s not available…) In some parts of the world though internet connections are not as wide/broad and peak usage times can make for very slow viewing, or can interfere with other vital communications. Linux excels at SO many things and this is something we could use linux to help with…

    (more…)

  • Internet Explorer 7 on linux

    Haven’t had the chance to try this one firsthand yet, although I’ve been watching for this. You may be familiar with ies4linux which is a script that uses wine to download/install multiple versions of Internet Explorer on a linux install. (But why oh why would you do this?) For many that do web design it’s a tremendously good idea to test what a website looks like in multiple browsers because they all have their own unique …. quirks. Of course, there are other reasons…. sites that refuse to work with anything but IE. (Blue Cross/Blue Shield for instance has some web apps that will not work with anything else.)

    Well… now Internet Explorer 7 is supported by ies4linux….

    (more…)