Peter's Blog 21.2.2004

2004-02-21

Debian installed.

Debian installed. Network doesn't.

Used main PC for 5 hours with no lockups.

New problem: main PC won't hibernate without whingeing about the print spooler service.

posted at 18:48:32    #    comment []    trackback []
 

First time I've used a spindle of CR-R's.

First time I've used a spindle of CR-R's. Do they all come with a little transluscent plastic washer that drops on the floor every time you take a disk off?

posted at 17:08:16    #    comment []    trackback []
 

How to untar docutils using python without..

How to untar docutils using python without installing WinZip, or other bloated compression utility (I like the zip tools built into XP):

#

import tarfile
import os

tf = tarfile.open( "c:\\download\\python\\Docutils-Snapshot.tgz", "r:gz")

for oInfo in tf:
        print oInfo.name
        if oInfo.isfile():
                strFile = "c:\\tmp\\" + oInfo.name
                try:
                        os.makedirs( os.path.dirname( strFile))
                except:
                        pass

                oFD = tf.extractfile( oInfo)
                open( strFile, "wb").write( oFD.read())

Python, I love you.

posted at 17:04:00    #    comment []    trackback []
 

The debian install problem seems to be a bug in the..

The debian install problem seems to be a bug in the beta install program (bug#230894).

Given up on bleeding edge net installs, now downloading CD image to use along with floppy. This is the 'stable' release. Using Jigdo to download. This appears to be a batch file that calls Wget a lot. It is taking a long timë.

posted at 16:14:56    #    comment []    trackback []
 

Had problem where main PC could see .exe and .zip..

Had problem where main PC could see .exe and .zip files in the 'shared documents' folder of the laptop but not open or copy without an access error message. Solution? Put them in a subdirectory of 'shared documents' and they can be accessed normally. Why is it like this? I don't know I'm not one of the marketing men who brainstormed the XP feature list on a whiteboard.

Now I have TweekUI on my main PC.

posted at 16:10:40    #    comment []    trackback []
 

Went for Verbatim spindle of25 for £10.

Went for Verbatim spindle of25 for £10. Stuck with what I knew. Bought 50 paper sleeves for £4. Jewel cases often get wasted.

posted at 13:52:00    #    comment []    trackback []
 

Could go serial-ATA and put 80G hard disk in Sky+..

Could go serial-ATA and put 80G hard disk in Sky+ box. It may be easier to find a Serial ATA add on board. Problem is I would still need flaky adapter for CD.

posted at 09:36:00    #    comment []    trackback []
 

Damn pc:

Damn pc: shall I try the add-on IDE card solution? If it works I solve all my worries for £15 or so. If it does not I carry on with this misery or spend £££ on a new system. I think I am going to do it.

posted at 09:31:44    #    comment []    trackback []
 

Need some blank CD-R's.

Need some blank CD-R's. Sony one's at work were not reliable, verbatim's at home were ok (except the Gnoppix one which could have been due to the laptop). I don't really trust brand names: experiences with floppies have put me off.

ToDo:

  • Install debian on old laptop

  • Get blog rolling again

Dig drawback of old laptop is lack of USB- unless I install a 2nd PCMCIA adapter. That would allow me to use it with the palm. Or do I set up my old pentium 2 333MHz as a server? My biggest objection would be noise.

I read something about windows XP activation that makes me suspect I would need a new licence with a new motherboard, CPU and RAM. New base unit?

posted at 09:01:52    #    comment []    trackback []
February 2004
MoTuWeThFrSaSu
       1
2 3 4 5 6 7 8
9101112131415
16171819202122
23242526272829
Jan
2004
 Mar
2004

A blog documenting Peter's dabblings with Python, Gentoo Linux and any other cool toys he comes across.

XML-Image Letterimage

© 2004, Peter Wilkinson

Bisi and me