Toshiba Satellite Pro 6100 with Linux

Email me at or x38x107x179x217 @weller.ws (anti-spam experiment)

Last Update: 7 Jun 2004

Index (sorry, anchors will come later)

Debian is a great distro, which is not maintained by a company, but rather by a community, but it's a bit hard to setup initially. You can use any debian boot CD and then just upgrade it over the net immediately afterward. I used Debian 3.0 (= woody/stable).

The package managing system is way better than rpm. Contributors to .deb packages must follow a strict set of rules to avoid the annoying multiple storage locations for files. All configurations must be in /etc. Installing is as easy as "apt-get install packagename" at the prompt, and it will automatically install all dependencies and configure itself over the net. If you ever need to reconfigure a package after apt-get install, you can run "dpkg-reconfigure packagename". You can set yourself up as stable (woody for 2.4), testing (sarge) or unstable (sid). Stable is way too outdated for my taste (it's still using KDE 2.0!). testing is good to use as a desktop OS. stable is great for servers. That way, if you're upgrading, you'll only upgrade from stable to stable, or testing to testing...