Firefox Running Slowly…. install.rdf

January 5th, 2010 by steve

Recently my Firefox on my Linux box has been running slowly.

Then things became worse when I started it and it gave me a message that it couldn’t complete the install because something was wrong with install.rdf.

“Error message: install.rdf is not well formed or does not exist”

I read somewhere that I should rename my ~/.mozilla folder and run Firefox.

I did more than that.

  1. I uninstalled Firefox with Synaptic
  2. Then renamed ~/.mozilla to ~/.mozilla_delete_after_02012010.
  3. Then I reinstalled Firefox and ran it.

Firefox ran fast and clean.

Reinstalling my plugins, it maintains good speed.

I think the install.rdf file was a corrupt update of noscript.

Should I get a Kindle or a Nook?

January 5th, 2010 by steve

Maybe neither.

Several years ago some people in my church purchased Laurel an electronic Bible. A Franklin, I believe it was called. It worked great, and Laurel enjoyed it. “Enjoyed it.” Past tense. She never uses it any more. It was a hot item, but its centrality in the digital world was very short-lived. After she’d had it a few months, I found one for my Palm IV. That application moved with me to my Sony Clie while Laurel’s Franklin sat on the shelf. Then I took the digital text and software to my Pocket PC. The Franklin stayed put. Then when I moved from the Pocket PC to a cell phone, my reader and text came with me.  The Franklin?  Still on the shelf.

That story illustrates the truth that technology that performs a singular function is great until that singular function is integrated into other devices that perform more functions. Then the question becomes, “Why should I carry all those devices around?” I fear this is the case with the Kindle.

Don’t get me wrong — I would not mind having a Kindle or a Nook.

But I’ve not bought one for several reasons.

First, as I have said, I don’t like the idea of being locked into a system that only does one thing. In my world, Laurel’s Franklin has been replaced by Palms, then PPCs, then PDA Phones, then the iPhone, and now the Android. However, since I purchased the text and software for my devices, I’ve migrated through several units. The text and the reader I have is somewhat platform-independent.

Second, I don’t want a black and white device. How about some color and some serious resolution?

Third, I don’t want a device that just reads books. If I am going to have something like that in my hand, it should have wifi and let me read CNN and FoxNews along with the latest issue of National Geographic. And it should let me surf the web too.

Fourth, I believe that Kindle and Nook technology is not current. By that, I mean, I believe they could make a much better device than these, but they are holding back while we buy these. In 2011, probably near Christmas season, they will offer the next generation — the one they should be selling now — and people will take out their wallets once more.

As I was thinking about this, I stumbled across this article:

http://singularityhub.com/2010/01/04/kurzweil-takes-on-kindle-with-new-e-reader-platform-blio/

I like that idea.

Lots.

How to make Unison sync from a Linux machine to Windows XP…

December 8th, 2009 by steve

I wanted to use Unison to sync over my local network, but Unison for Ubuntu doesn’t like Samba, so here’s what I did.

  1. Make sure you have Samba installed.
  2. Create a folder on your linux machine called something like /mnt/stufftosync.  This folder will represent your remote folder of files.
  3. In the terminal type,

“mount -t smbfs -o username=name,password=password //machinename/sharename /mnt/smbshare” without the quotes, where name is your username, password is your password, and smbshare is your stufftosync. You can pick whatever name you want for stufftosync, provided it corresponds with the folder you created in the /mnt folder.

Perform your sync, using Unison using the location of the files on your Linux machine as the first folder and using /mnt/smbshare, where smbshare is your stufftosync, as the second.

Worked like a charm.

Looks like you have to do type the mount command each time you boot.