Ed's Computer Tips

Ed's Computer Blog

Intro

This blog documents random Linux computing tidbits I've found useful.   Feel free to contact me if you find them useful or have a better way: ed@braaten-family.org.

Setup for Timed User Sessions

I did the following things to setup auto-logout/timed user-sessions for my son on our home computer running Linux (Ubuntu 11.04):

Setup for Brother HL-2070N Printer

This is the printer setup for the Brother HL-2070N under CUPS on Ubuntu 11.04:

Note that these are 32-bit packages. They can be installed on a 64-bit system (i86_64) by using the --force-architecture and --force-depends options to dpkg.

Connecting a Garmin GPS to a Linux Netbook

I purchased a Garmin Nuvi 2460LMT GPS device and was unable to complete the product registration on Garmin's web site using my Linux netbook.   Garmin's web site requires the GPS device to be connected to the computer during the registration process by way of a custom browser plugin which communicates with the GPS.  As of December 2011, Garmin's official plugin support was limited to computers running the proprietary Microsoft and Apple operating systems.

I used the following three commands at a command prompt to install a Linux compatible browser plugin from Andreas Diesner.  This plugin allowed me to register my new Garmin Nuvi 2460LMT GPS device using a Linux netbook running the Linux version of Firefox.

sudo set-apt-repository ppa:andreas-diesner/garminplugin
sudo apt-get update
sudo apt-get install garminplugin

Removing Overlay Scrollbar

I found the overlay scrollbar feature difficult to use on my netbook.  It is easily removed from Ubuntu with the following command (followed by a reboot):

sudo apt-get remove overlay-scrollbar liboverlay-scrollbar-0.1-0

Fixing BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key

This problem is fixed by rebuilding the apt lists directory in /var/lib/apt:

apt-get clean
cd /var/lib/apt
mv lists lists.old
mkdir -p lists/partial
apt-get clean
apt-get update


Copyright (C) 2011-2012 by Ed Braaten.  All rights reserved.
Last update: Thu, 09 Feb 2012 at 19:51.
http://braaten-family.org/ed/