Using yum to update local package

I found that I can update using a previously downloaded package using the command ‘yum localupdate myupackage.rpm’

Managing Software with yum

9. Manually Installing Software

Use repositories and the standard yum commands to locate and install new software, unless the software package is not available from any repository. In these cases, use the localinstall function to install the software from the package file.
[Important] Public Key is Required

Ensure that the public key for the package source has been imported before you install a package without a repository. Refer to Section 7.2, 「Manually Authorizing Package Sources」.

Enter this command to install the package tsclient-0.132-4.i386.rpm:

su -c ‘yum localinstall tsclient-0.132-4.i386.rpm’

At the prompt, enter the root password.
[Note] Previously Installed Software is Updated

If the package provides a later version of software that is already installed on your system, yum updates the installed software.

If the package requires software that is not installed on your system, yum attempts to meet the dependencies with packages from the configured repositories. You may need to manually download and install additional packages in order to satisfy all of the dependencies.
[Caution] Maintaining Manually Installed Software

If you install software that is not provided by a repository, yum update cannot automatically upgrade it as new versions become available. To ensure that you have the latest packages, subscribe to e-mail or RSS services that notify you when new versions are released.

Skype video on FC13 64

To get Skype video working on my notebook with FC13 64, I did the following:

  1. Make sure libv4l.i686 is installed: yum install libv4l.i686.
  2. Start Skype with the following shell command: env LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype

Presto!

gthumb image viewer crashes FC13

I like gthumb because it’s a quick and easy way to resize images, but it crashes FC13 on both my notebook and DIY box.

The good news is that showFoto, a viewer that I think was installed by default on FC13, does the job quite well.

FC13 Tomboy sync error: The keyring daemon is not available

I had Tomboy set up to sync using webdav, but when I installed FC13 and tried to configure Tomboy, I got the following error:

The keyring daemon is not available

My solution was to install sshfs: yum install sshfs

I also installed gnome-do-plugins-tomboy using yumex.

I then went into my server and copied all the original Tomboy notes to a new folder, then configured Tomboy to sync with that folder using the SSH (sshfs fuse) option.

I still have no idea what the problem was with the Keyring, but this works.

Absolutely, positively something to look for

I’ll be looking for this model, and if anybody sees it on the shelves in Pingtung, please let me know.

Slashdot Hardware Story | Asus Budget Ultraportable Notebook Sold Sans OS

EconolineCrush writes “Tired of paying the Windows tax on notebooks? Asus’s Eee PC 1201T budget ultraportable comes without a traditional operating system and sells for only $380. The 12-inch system has promising specifications, sporting an Athlon Neo processor, Radeon HD 3200 graphics, Bluetooth, and 802.11n Wi-Fi. It weighs just 3.2lbs with a 6-cell battery and can even handle light gaming duties. However, battery life in Ubuntu is considerably shorter than it is under Windows. Are there any better options for would-be laptop Linux users?”

SpiderOak wants you to upgrade

SpiderOak is a fantastic service. For Linux users, it’s the best backup service I’ve found. I was having trouble connecting for a couple days and checked out their blog, which told me how to fix the problem.

The silver lining behind this hiccup was that I learned that SpiderOak responds to such inevitable problems quickly and publicly. The other silver lining was that I found their blog, which seems to be full of good stuff. If you’re looking for a backup solution, I highly recommend SpiderOak.

From the Treetops – Feeling disconnected? This is why.

Feeling disconnected? This is why.
Posted by Alan Fairless at May 14, 2010 11:30 PM

If you’re having connection problems from the SpiderOak client, the solution is to upgrade to version 3.6.9658 or later.

… because 3 years ago when we launched SpiderOak I generated the SpiderOak SSL certificates that the SpiderOak client uses to verify the identify of the storage server. This is to protect against DNS poisoning attacks (i.e. otherwise an attacker that controlled DNS could attempt to convince your SpiderOak client to upload data to a different server.) These are not the same certificates as for the SpiderOak website.

I thought I generated certificates for 10 years, but they were only for the default of 3 years, and thus connections began expiring en masse about an hour ago. Most mistakes you should only make one time, and clearly this would fall under that category.

The verification for the cert is embedded along with the new SpiderOak client. We generated new certs, and fast tracked new builds through testing and release, so please visit the direct download link and all will be well again.

Please accept my deepest apologies; I’ve requested my flogging to be scheduled tomorrow at sunrise.

I knew I was right to delete those accounts… or try to anyway

Here’s a very good interview with Robert Cailliau. If you’re the least bit interested in browsers, compliance, or anything related, you’ll no doubt find his web site quite informative.

Why The Co-Developer Of The World Wide Web Isn’t On Facebook (Video Interview)

Why The Co-Developer Of The World Wide Web Isn’t On Facebook (Video Interview)

by Robin Wauters on Apr 30, 2010

One of the most interesting speakers that took the stage at The Next Web conference held in Amsterdam this week was Robert Cailliau, a Belgian computer scientist who, together with Sir Tim Berners-Lee, developed the World Wide Web now almost 20 years ago.

After his talk, I had an interesting conversation with the man, which I captured on video.

Fixing Windows with Puppy Linux

I have a feeling I’ll need to do this some day:

How to fix broken Windows, using Unix. Linux article

How to use ISO images of Linux to remove a Windows virus.

Every time I get asked to remove a virus from a panicked Windows users computer, I think it will be the last. I continue to be wrong, and I see the same viruses appear over and over again on different computers. Since my days in PC boot camp, new technologies have changed the way I remedy a Windows virus. This is how I eradicate those stubborn viruses on todays Windows machines.

First, I Google the Windows virus message and write down the virus details and files associated with the virus.

Second, I insert a bootable Puppy Linux CD into the machine and power on and boot into Puppy. I then use file manager in Puppy Linux to navigate the hard drive of the effected computer, locate the virus files and delete the offending virus files (from the notes I took above during my Google search). I remove the Puppy CD and reboot back into Windows. This works EVERY time.

To create a Puppy Linux CD you need to download an ISO image from the Puppy site and burn a bootable CD. If you run an Ubuntu operating system you will find this the easiest way to make a bootable CD, you simply right mouse click on the ISO image once it is on your hard drive and select make CD. For creating a bootable CD in Windows youll need to read your CD Burning software instructions as they all do it differently.

A bootable Puppy Linux CD allows me to mount the windows drive in Unix, open a unix based file manager, find and delete the virus executable files (.exe). (identified in my Google research on the virus)

In my experience infected Windows computers ALWAYS have outdated virus software (AVG is good and free), have not received regular windows updates from Microsoft and have Microsoft Defender either disabled or not installed. Those are the three keys to healthy Windows laptops and PCs: Anti-Virus (AVG is free), MS Updates (enable auto-update, its free) and Microsoft Defender (Free). After I delete the virus files it can take another 60-90 minutes to download and install all of the updates.

I realize that these instructions are geared for someone who has spent some time with different flavors of Unix, but with Puppy Linux you don’t have to be a Linux genius. In fact once you boot into Puppy you will notice it looks a lot like any Windows system you have ever used. I have had computer novices use Puppy to grab a web browser and balance their check book on-line during lunch break.

As an IT Professional I keep the Puppy Linux CD in a safe location so I always have it ready when the next panicked Windows user calls me because they are missing deadline due to a virus that has crippled their computer.

To fix broken Windows use Unix. Puppy Linux (and Google) is all you need!

Tutorial on installing a Linux replacement for Windows

I’ve been a Fedora Core user for years, but I might try this just for shits and giggles. It’s also an excellent example of a web-based, low-tech (i.e., just screen shots and intelligent instructions) tutorial.

The Perfect Desktop – PCLinuxOS 2010 (KDE) | HowtoForge – Linux Howtos and Tutorials

This tutorial shows how you can set up a PCLinuxOS 2010 desktop (with KDE) that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.

64-bit Flash player

I was under the impression this had been out for quite some time. Regardless, get yours at http://labs.adobe.com/downloads/flashplayer10_64bit.html.

Slashdot Linux Story | 64-Bit Flash Player For Linux Finally In Alpha

Luchio writes “Finally, a little bit of respect from Adobe with this alpha release of the Adobe Flash Player 10 that was made available for all Linux 64-bit enthusiasts! As noted, ‘this is a prerelease version,’ so handle with care. Just remove any existing Flash player and extract the new .so file in /usr/lib/mozilla/plugins (or /usr/lib/opera/plugins).”

UPDATE 100627: It appears that Adobe is no longer providing 64 Flash support. But you can download the old 64-bit Flash plugin at http://site25.net/applications/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz.