#CommandLineWeek
Well I only got around to doing a few CLI things this past week. Mainly, I played with my Toshiba T5200. It triple boots into DOS 6.22, FreeDOS, and Debian 2.1. As I've played a bit with DOS on this machine before, I decided to give Debian a try.
It only has 8MB of RAM with a 16MB swap, so it runs out of memory pretty fast. However, I was able to have screen running with top, Emacs 20, and a couple BASH shells open without issue. I spent a few hours getting a subset of my normal setup ported over. Specifically, I minimized and customized my .bashrc, .bash_profile, .shellrc, .alias, and .screenrc files. It was interesting to find out what worked and what didn't. There's no '[[ TEST ]]' support in BASH for example, so I had to go back to using '[ TEST ]'. Also, some of my screen configuration commands are not yet supported, like 'windowlist'. I normally have almost a 1000 aliases, so that file got trimmed down quite a bit. I didn't even source my .funct file as I'm sure many of my functions will throw errors.
I was left with a more friendly and familiar console experience than I had before, so I'm happy with my progress. I can use 'lla' to do an 'ls -la' so that's a win.
I haven't customized Emacs yet, so that will be a project for future me. I was able to start the Emacs server and use 'emacsclient' to load files.
I can't play Dungeon Crawl on it as I don't have ssh in the apt repo. (I wonder if I could compile it for the 386?) But, nethack works.
Wow, when it runs an fsck it takes about 40 minutes! That's what I get for putting such a large, 160GB PATA, drive in it! I just checked and my root partition is 2GB and my home partition is 20GB. I wouldn't think that would take 40 mins to check, but there it is.
Oh, I almost forgot, I'm running proftpd on it so it's easy to copy files to and from my main Linux laptop using Filezilla.