From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- content/posts/2001-03-19-tab-madness.html | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 content/posts/2001-03-19-tab-madness.html (limited to 'content/posts/2001-03-19-tab-madness.html') diff --git a/content/posts/2001-03-19-tab-madness.html b/content/posts/2001-03-19-tab-madness.html new file mode 100644 index 0000000..59e3a3f --- /dev/null +++ b/content/posts/2001-03-19-tab-madness.html @@ -0,0 +1,38 @@ +--- +date: "2001-03-19T02:28:00Z" +title: Tab Madness +--- + +I saw yesterday's post on Slashdot +about Zsh, and I decided to give it +a try. I really liked the tab completion and a few other features, +but Zsh was just too different than Bash for me to make a permanent +switch. So I decided to upgrade to Bash 2.04 and mess with it's +programmable completion instead. I started with a few from the samples +included with Bash and added a bunch for things like tar, ssh, and +cvs. Several people on #e asked for my completions, so I decided to +clean them up a bit, add an installer script, and put them online. +The result is Bash Tweaks. Enjoy. +

+ +I've been learning more about +XML, and I decided to work on +making this page a bit more transitional friendly. I've converted +the sidebar and all the server-side includes, which means most of +the layout for the page should be okay, but I haven't started on +all the content yet. I decided to preserve rendering in older +browsers (mainly Netscape 4). The two tags that it seems to get +pissed off about are <br/> and +<div align="center">, so I'm going to stick with the +more compatible, but less compliant <br> and +<center> (at least until everyone can affort to run a +modern browser). +

+ +Finally, if you've got a GeForce 2 MX TwinView (and possibly even +a GeForce 2 MX), and you want to try the NVidia 0.9-7 drivers, be +sure you grab the 0.9-769 drivers, _not_ the 0.9-767 drivers. I +consistently got hard locks in Quake 3 with the 0.9-767 drivers, but +the 0.9-769 drivers appear to be working okay. Okay, that's it for +today. + -- cgit v1.2.3