Forum Moderators: bakedjake
Has your wife ever tried Linux? For me it's pretty simple: Linux is stable and you will never see The Windows Blue Screen of Death.
I am really enjoying Ted, by the way. It's so simple that I don't have spend time customizing it and I can focus on the important thing: Finishing my thesis the decade!
Ivana
Has your wife ever tried Linux? For me it's pretty simple: Linux is stable and you will never see The Windows Blue Screen of Death.
Yup. She used my computer from time to time in college, as well as making aborive attempts at installing FreeBSD (no driver for her network card) and Red Hat $current_in_early_2000. (I don't remember what was wrong with it.) When I graduated (2001) I left my computer at her appartment for her to use while I spent a month in Haiti, because she wanted to try out Linux. Then I went home for another couple months, leaving my computer with her again. (To get Linux at home, I had to install in on an old 486.) When I got back, we went on a week long road trip and came back to find her hard drive fried, so she was stuck using my Linux machine exclusively for several months because we couldn't afford a new hard drive. (I was substitute teaching, she was waiting tables. Neither is even vaguely lucrative.) She hasn't used it much in the last year, but really I don't think that the changes I've seen in the last year are huge in terms of usability.
She's also the only person I know who can get months of uptime out of Windows 98. I was actually suprised when her computer crashed yesterday.
Alternatively, if you just need one package it might be easier to mount the disk it is on and use "dpkg -i /path/to/package.deb". (dpkg is roughly equivalent to the 'rpm' command. It's not nearly as cool as apt-get, but sometimes it's the right thing, such as when you're intalling a .deb like Opera that isn't in a propper apt repository.)
Unless you do not have net access for that box?
I've found the page that gives the .deb src for the package but unless I can get it onto a floppy I have no way to transfer it to the older mahine. What a pain! ;)
Nick
Get the following addresses:
[packages.debian.org...] (443k)
[packages.debian.org...] (1347k)
Let's assume you have lesstif, jpeg, etc. on the system or the CD, and you're running woody.
Download each .deb to a floppy and copy them to a directory on the target machine, then do
dpkg --install ted_2.11-1_i386.deb ted-common_2.11-1_all.deb
That's what I had to do sometimes if a machine needed etherconf.
<edit: forgot the extension>
Ted was on disk 3 in the official Debian 3.0r0 disk set. 3.0r1 is current, but they're *probably* on the same disk in the new set. I just don't have a stack of 3.0r1 disks next to me, becaue with DSL there was no point in burning them rather than using the mirrors.
Now to see if it still crashes like my DIY install. It shouldn't I gues as I installed stable on this old relic, we'll see...
Thanks very much everyone!
Nick