I recently picked up a Netgear PS101 Mini Print Server. The reason was that I work from home most of the time now, and needed to be able to print papers. However, the only “real” printer we have is an older HP LaserJet 4L. It works fine, but it only has a [...]
Archive for the 'Linux' Category
Netgear PS101
«
28 November 2007 |
15:05 |
Computing, Linux |
No Comments »
Upgraded to Ubuntu Gutsy Gibbon (7.10)
«
26 November 2007 |
15:01 |
Computing, Linux |
No Comments »
I upgraded my desktop last night from Ubuntu Feisty Fawn to Gutsy Gibbon. I must say that it was a pretty disappointing upgrade. The things that broke are:
My mouse behaviour inexplicably changed to “focus on click” from “focus on mouse over” - and the settings to change it back are not under the [...]
I upgraded my desktop last night from Ubuntu Feisty Fawn to Gutsy Gibbon. I must say that it was a pretty disappointing upgrade. The things that broke are:
My mouse behaviour inexplicably changed to “focus on click” from “focus on mouse over” - and the settings to change it back are not under the [...]
Magic Ubuntu Fix
«
13 January 2007 |
10:07 |
Computing, Linux |
No Comments »
Lately, my Ubuntu laptop has been driving me up the wall. Everything has been really slow to start: gnome-terminal, Firefox, emacs, you name it. I’ve tried everything I could think of and scoured the internet. I removed fonts, altered init files, changed bootscripts, etc. Then, I discovered that everything goes back [...]
Lately, my Ubuntu laptop has been driving me up the wall. Everything has been really slow to start: gnome-terminal, Firefox, emacs, you name it. I’ve tried everything I could think of and scoured the internet. I removed fonts, altered init files, changed bootscripts, etc. Then, I discovered that everything goes back [...]
Calendar Frustrations
«
3 January 2007 |
9:37 |
Computing, General, Linux |
No Comments »
There are a lot of neat things that I can almost do with Evolution, my Palm and webcal, but I don’t seem to be able to make them happen. It’s kind of annoying, actually. Even though I use Linux pretty much exclusively, this is the sort of thing that really drives me nuts: [...]
There are a lot of neat things that I can almost do with Evolution, my Palm and webcal, but I don’t seem to be able to make them happen. It’s kind of annoying, actually. Even though I use Linux pretty much exclusively, this is the sort of thing that really drives me nuts: [...]
Laptop Ordered
«
12 February 2006 |
16:30 |
Computing, General, Linux |
No Comments »
Well, I ordered a new laptop the other day: a Sony Vaio VGN-TX650P/B. I opted for the 650 instead of the 610 for a couple of reasons: 1) it is actually available and so the price tends to be comparable 2) it has a DVD recorder and since the laptop doesn’t come with installation [...]
Well, I ordered a new laptop the other day: a Sony Vaio VGN-TX650P/B. I opted for the 650 instead of the 610 for a couple of reasons: 1) it is actually available and so the price tends to be comparable 2) it has a DVD recorder and since the laptop doesn’t come with installation [...]
Comparing Laptops
«
23 January 2006 |
11:45 |
Computing, Linux |
2 Comments »
My trusty Dell Inspiron 8500 is on its last legs. Actually, it’s totally fine except that the power socket in the mainboard is screwed and only makes an intermittent connection. The net effect is that the battery runs down and the thing shuts itself down all the time. This is extremely frustrating [...]
My trusty Dell Inspiron 8500 is on its last legs. Actually, it’s totally fine except that the power socket in the mainboard is screwed and only makes an intermittent connection. The net effect is that the battery runs down and the thing shuts itself down all the time. This is extremely frustrating [...]
Conversion Script for bbkeys 0.9
«
31 December 2005 |
21:15 |
Computing, Linux |
1 Comment »
I’ve been quite annoyed trying to parse the configuration file for converting to the new bbkeys version. Luckily a guy named Hannes Reich has written a script.
I’ve been quite annoyed trying to parse the configuration file for converting to the new bbkeys version. Luckily a guy named Hannes Reich has written a script.
Trying Gentoo CMUCL Again
«
5 September 2005 |
18:36 |
Computing, Linux, Lisp |
No Comments »
I am trying to get CMUCL working via Gentoo Portage again. It looks like I can get version 19b with:
ACCEPT_KEYWORDS=”~x86″ emerge -va cmucl
I’m not sure if this will resolve the streams issue I had earlier or not.
I am trying to get CMUCL working via Gentoo Portage again. It looks like I can get version 19b with:
ACCEPT_KEYWORDS=”~x86″ emerge -va cmucl
I’m not sure if this will resolve the streams issue I had earlier or not.
DR17 Keybindings
«
1 September 2005 |
8:40 |
Computing, E17, Linux |
No Comments »
Just in case anyone else is ever interested… I wanted to be able to have my E17 desktops to switch with the function keys and no modifiers. In other words, I want F1 to go to the first desktop, F2 to the second and so on. The default setting requires pressing the alt [...]
Just in case anyone else is ever interested… I wanted to be able to have my E17 desktops to switch with the function keys and no modifiers. In other words, I want F1 to go to the first desktop, F2 to the second and so on. The default setting requires pressing the alt [...]
Enlightenment DR17 on Gentoo
«
30 August 2005 |
1:26 |
Computing, E17, Linux |
No Comments »
I just installed the Enlightenment Window Manager on my Gentoo Laptop. It went relatively smoothly, following the instructions from here and here. One thing that was not clear from the documentation was that you need to have avifile installed (just do the usual emerge) and you need to be able to find the [...]
I just installed the Enlightenment Window Manager on my Gentoo Laptop. It went relatively smoothly, following the instructions from here and here. One thing that was not clear from the documentation was that you need to have avifile installed (just do the usual emerge) and you need to be able to find the [...]
SBCL Gentoo Installation Diary
«
19 June 2005 |
18:59 |
Computing, Linux, Lisp |
3 Comments »
First, I tried SBCL on Gentoo, then I tried CMUCL from Portage, then installing it straight from the binaries. I’m now going back to scratch and I’m going to record what I’m doing here. Truthfully, my objective is to make my efforts here searchable for other people having the same problems. I [...]
First, I tried SBCL on Gentoo, then I tried CMUCL from Portage, then installing it straight from the binaries. I’m now going back to scratch and I’m going to record what I’m doing here. Truthfully, my objective is to make my efforts here searchable for other people having the same problems. I [...]
CMUCL, Gentoo and simple-streams
«
17 June 2005 |
7:33 |
Computing, Linux, Lisp |
1 Comment »
It appears that the Gentoo ebuild of cmucl and cmucl-source does not include simple-streams. I have no idea why this is, but I decided to unmerge them both and just install CMUCL straight off of the tarballs. That seems to be the only way to make sure I have a sane install. [...]
It appears that the Gentoo ebuild of cmucl and cmucl-source does not include simple-streams. I have no idea why this is, but I decided to unmerge them both and just install CMUCL straight off of the tarballs. That seems to be the only way to make sure I have a sane install. [...]
CLOCC with CMUCL on Gentoo
«
16 June 2005 |
9:59 |
Computing, Linux, Lisp |
No Comments »
Just in case anyone else has problems installing CLOCC on
Gentoo, here is what I ultimately had to do to get it working. My problem was with finding gray streams, as was this guy’s. Anyway, after installing cmucl and cmucl-source, and following most of the instructions for CLOCC, it turns out that you need [...]
Just in case anyone else has problems installing CLOCC on
Gentoo, here is what I ultimately had to do to get it working. My problem was with finding gray streams, as was this guy’s. Anyway, after installing cmucl and cmucl-source, and following most of the instructions for CLOCC, it turns out that you need [...]