11,267 reputation
923
bio website stratigery.com
location Denver, CO
age 52
visits member for 2 years, 9 months
seen 1 hour ago
stats profile views 313

My first computer was a Radio Shack Color Computer 3 - 6809-based, running OS-9 Level II. It could run 32 processes at once, due to bank-switching a whole 1 Meg of memory.

After that, I got an AT&T 3b2, also known as a Convergent Safari. This was a Motorola 68010-based desktop.

Then, I graduated to a NeXT black&white "slab". I bought a used SPARCStation IPC in 1995, and put NetBSD 0.9 on it.

I've been using Linux since 1997, starting with a DEC Alpha-based UDB, and downgrading to a x86 PC in 2002.

I run Slackware and Arch linux.


Apr
1
comment Is it possible to “roll” a symlink to a new file without affecting any open file handles?
The operating system abstraction you refer to as "handles" are better referred to as "file descriptors". It's hard to tell, given the state of Microsoft's documentation, but "descriptors" and "handles" are probably different at some level.
Mar
31
answered Why does `htop` show more process than `ps`
Mar
31
answered Cannot access network on the command line in Ubuntu 10.04
Mar
25
comment How to start a new Linux distro?
When you end up doing this, please take some time to document what you did and how you did it. Despite all the distros out there, and Linux From Scratch, D.I.Y. Linux, etc, there's precious little about starting your own entire distro from scratch.
Mar
24
answered How can I best copy large numbers of small files over scp?
Mar
21
answered All commands that should be used to connect to wifi in command line
Mar
20
answered `which`, but all
Mar
18
answered Avoiding pasting with the mouse wheel
Mar
17
comment Why did my crontab not trigger?
I'd guess Solaris, or maybe early Solaris. I have a habit of making the cron entry run 3-5 minutes in the future when I test a script from a crontab entry, because I used to get fooled by this behavior all the time.
Mar
16
answered What does “-” mean as an argument to a command?
Mar
15
answered What are the advantages of building tools/libs from source?
Mar
14
comment Two networks cannot be accessed simultaneously
Could you add the output of "netstat -r" (or "ip route") under both (or all) situations? The default route may have something to do with this. Running "ifconfig" on the interfaces may also give you a hint. You've included what ought to happen, but you should look at what really happens.
Mar
13
answered Find a file in the path without “which”?
Mar
11
awarded  Autobiographer
Mar
11
revised Compare files that are in directory 1 but not directory 2?
Add commentary to make clear what "join" does, and why you'd need to accomodate whitespace in file names
Mar
11
answered Measuring the length of a curved line
Mar
11
answered make a 2nd root?
Mar
11
comment Compare files that are in directory 1 but not directory 2?
Can you clarify a bit? Should d2/ only have one file, d2/f? Because I tried this, and it works as expected.
Mar
11
answered Compare files that are in directory 1 but not directory 2?
Mar
11
awarded  Nice Answer