linux

Userful -> UserFAIL?

I tried to install the Userful 4.0 beta for Ubuntu Maverick and got the following error:

Userful MultiSeat(tm) requires a specific version of the following system package
Version requirement: linux-generic >= 2.6.32.25.27

This is unfortunate because I am >=, as you can see:

drink@alexander:~$ uname -r
2.6.35-22-generic

WebDT 360 up and running

A long-awaited project (awaited by me, that is) has finally come to pass with my successful installation of debian woody on my WebDT 360 (Geode LX800 model.) This machine has a low-power 500MHz x86 processor with a tightly integrated architecture, a penmount resistive touch panel, and mediocre I/O. Luckily it does have USB2 and good bluetooth, but the WiFi is in most cases a VIA vt6656 which until recently did not have a GPL-safe driver, meaning you have to build your own.

Stop a Linux password from expiring

After installing plugbox linux on my Dockstar I found that new users' passwords expired on login and forced a logout forever. To fix this for a single user use this script:

#!/bin/sh
chage -d 1 -E -1 -I -1 -m -1 -M -1 -W -1 $1

Call it with the username you want to fix. It sets the last change date to a day after the epoch but it works.

Moblin, Meego, and Ubuntu

Filled with dissatisfaction with windows, I set off on a quest to find a suitable Linux distribution for the Acer Aspire D250-1165. It came with Windows XP, but the performance was always less than impressive and Windows is a magnet for spyware and botnet clients. The machine is theoretically highly compatible and thus support should be simple, right?

Restoring Permissions on a Debian System

We have often heard from a broad variety of pundits about how Linux is not a mature, enterprise-class Unix. All discussion over how "Linux is a kernel" aside, today I have encountered the first piece of evidence that suggests to me that this is true. It seems that no Linux distribution has a simple "repair permissions" tool. This was a standard feature of package managers of UNIX systems before Linux was even dreamt of, for example in Solaris.

Building the SMC SMCWAPS-G firmware on Ubuntu

This article details the process of building the stock firmware for the SMCWAPS-G from the sources on Ubuntu Hardy (8.04.1.) The SMC SMCWAPS-G is on one hand an 802.11g access point with two USB2 ports and a 2.5" form factor ATA/IDE connector, and on the other a small and extremely low power consumption x86-compatible linux-based server with the same. While the included GPL compliance CD is relatively worthless to the casual user, the company does make the same content available in a more useful form for free download via their web site. This article explains how I built the sources; Read my review of the SMCWAPS-G for more information on the device in general.

How To Install Micropolis (GPL Simcity Port) on Linux

SimCity is one of the most popular and well-known video games of all time. This game was ported to Unix in the 1990s and the source code has since been released under the GPL version 3. Micropolis is the resulting program (as well as the original working title of the game.) Making this game work correctly is easy enough once you know the recipe.

Chasing the "Ultimate" Linux Desktop

I've been using Linux for a long time, and I learned to use it by installing it and using it as my primary operating system — as far as I'm concerned, the year of the Linux desktop was in 1994 or so. Since then I've actually bounced around to a variety of operating systems and even single-booted my primary machine into Windows XP by choice, using Cygwin as a crutch. I've been running Linux solidly since Ubuntu Dapper, using Windows only on inferior (and seldom-activated) computers or in virtual machines to close corner cases like my mobile phone. Throughout that time, I have basically never been satisfied with the default appearance of the system.

Pages

Subscribe to RSS - linux