How to find out what Debian packages you have installed [www.debian.org]
To learn the status of all the packages installed on a Debian system, execute the command
dpkg --list
This prints out a one-line summary for each package, giving a 2-letter status symbol (explained in the header), the package name, the version which is installed, and a brief description.
To learn the status of packages whose names match the string any pattern beginning with "foo" by executing the command:
dpkg --list 'foo*'
To get a more verbose report for a particular package, execute the command:
dpkg --status packagename
01:35 PM, 29 Nov 2003 by Jade Rubick Permalink | Comments (1)
Installing Debian on a PowerEdge 400SC
Anyway, I installed Debian, rebooted, and of course it didn't recognize the network card. That happens a lot. Oh well, I first of all tried to figure out which network card was in the PowerEdge 400SC. It turns out it's an Intel e100.
So I found the source code for the driver. It's at:
http://downloadfinder.intel.com/scripts-df/Detail_Desc.asp?agr=Y&Inst=Yes&ProductID=998&DwnldID=2896
The problem is that after you download it (on another computer), and burn it to CD or floppy, get it over to the server, and copy it to /root or something, and untar it, and make install, and it first tells you...
Linux kernel source not found
This is because we don't have the kernel headers. Oh well, I can get around that. I apt-get install kernel-headers-2.4.18 and they are there now. It gets them from the CD. This seems to put a file in /usr/src that is kernel-headers-2.4.18.bz2
Now we try to make install, and we get,
Linux kernel source not found
If we look at the make file, it looks like the problem is that it can't find the kernel headers. I'm not sure what the best thing to do now is, but I try this:
bunzip2 kernel-headers-2.4.18.gz2
tar -xf kernel-headers-2.4.18.tar
If you try it again, you get the same problem. Oh, yeah, it's because we have kernel-2.4.8-bf24 as our kernel. Hmmm, so I try this:
ln -s kernel-headers-2.4.18 kernel-headers-2.4.18-bf24
Now when I try to make install, I get...
Linux kernel source not configured - missing version.h
Any ideas?
08:26 PM, 28 Nov 2003 by Jade Rubick Permalink | Comments (7)
A Way to Reuse Common UI Elements [openacs.org]
01:51 PM, 12 Nov 2003 by Jade Rubick Permalink | Comments (0)
How to get Mac OS X 10.3's Mail.app to recognize self-signed certificates [www.macosxhints.com]
10:49 PM, 10 Nov 2003 by Jade Rubick Permalink | Comments (2)
I'm sure you can do something with this
http://openacs.org/bugtracker/openacs/bug?bug%5fnumber=1099
Can it be used for double substitution in OpenACS templates? I have no idea?
02:41 PM, 07 Nov 2003 by Jade Rubick Permalink | Comments (0)
| November 2003 | ||||||
| S | M | T | W | T | F | S |
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | ||||||