Wednesday, June 07, 2006

Why I Use Open Source Software and Linux

1. I enjoy using and endorsing software that I am not only allowed, but encouraged to makes copies and distribute to my friends and associates.

2. I enjoy using software that has a license which encourages rather than discourages innovation, bug fixes, and community-driven critique.

3. I enjoy being able to peer into the internals of the software I am running.

4. I depend on the stability of the software I run, and have found many OSS products to be superior to their closed-source alternatives in this.

5. I depend on the security of the software I run, and have found many OSS products to be superior to their closed-source alternatives in this.

6. I take comfort in knowing that if the maintainer of the software that I run were to drop dead or become disinterested, the basic building blocks for the continuation of the software are in place and would not need be hindered by legal barriers.

7. I enjoy knowing that most of the software I run is in active development through a transparent process, and that I also have various relatively accessable ways to encourage the development of features I want.

8. I enjoy knowing that if I can't persaude someone else to implement a feature, I can implement it myself with a realistic possibility of it being integrated into the product.

9. I like running a stable, secure, and powerful system which provides me with a flexible medium between ease of use and ease of tweaking.

10. I like the way that open source software has challenged a playing field which has been increasingly dominated by domineering corporations, and has consequentally sanitized and freed many corners of the industry for real competition and a real free market.

In concluding this list, I want to encourage people that Open Source software is not at all or nothing proposal. You may run Windows (at your own risk :>), but you can still reap the benefits of solid OSS software, such as FireFox, Thunderbird, OpenOffice, Apache, Gaim, etc.

Labels: , , ,

Saturday, April 22, 2006

Dual Monitors!

Just last night I setup Dual Monitors on my PC using the TwinView feature that my video card supports. This enabled me to do this WITHOUT two video card (my video card has two output ports, one DVI, and one old-style).

It is very cool! However, it may take some getting used it. I'm trying to keep my right screen (and older CRT) for things that I leave open for a long time and I can briefly glance at to find out what I need (right now I have my inbox there and also a memory monitor). On my left screen, I have a ViewSonic 21 inch LCD for my "workspace".

For those who are not familiar with this setup, I can actually move my cursor to the right edge of my left screen and move it right on to my right screen, and also drag windows back and forth.

I got this all going under SuSE 10.0 with KDE. For those who are interested in doing a similar thing, here are the lines I had to add to /etc/X11/XF86Config under the Section "Device" area for my video card:

Option "TwinView"
Option "TwinViewOrientation" "LeftOf"
Option "SecondMonitorHorizSync" "UseEdidFreqs"
Option "SecondMonitorVertRefresh" "UseEdidFreqs"
Option "ConnectedMonitor" "DFP,CRT"
Option "MetaModes" "DFP: 1280x1024, CRT: 1280x1024"

These config changes were necessary in order to get things going, and once that happened KDE was quite supportive in tweaking the setup (it offered me some Multiple Monitor options in the control panel).

Labels: , , ,

Saturday, December 24, 2005

SuSe 10.0

I just installed SuSE Linux 10.0 and I'm very impressed so far! I've been using Fedora Linux for the most part, but I decided to try SuSE for the first time in a while, and I like what I see.

I think I may have to stick with SuSE if today is any indication of my overall experience with this distribution.

Labels: , , ,