Helsinki School of
Economics
Information Systems Science
37E203 Seminar /
Master’s Thesis

Free Software in
Workstations

Case: Linux in Helia

Research Plan
2004-04-20
Tero Karvinen 24443-3

Table
of Contents

Introduction 3

Licenses
and the Definition of Free Software 3

Distributions 4

Background 5

Goals
and Research Problem 5

Methodology 6

Preliminary
Table of Contents 7

Literature 9

Introduction

Software licensing costs and unilateral licensing terms have
pushed many companies to seek new solutions for software used in
daily business. Large organizations are either researching or already
moving to Free software both in Finland and abroad. For example
Customs, Helsinki University and even governments of big countries,
such as India and China, have adopted Linux as their operating system
of choice.

As growth of Linux and other Free software provides more job
opportunities for graduated students, Helia should be able to provide
education suitable for these new requirements for education. In a
shorter perspective, Helia lives in an environment of strong
competition and seeks to save licensing and other IT costs. Should
Helia find a way to handle its IT needs more economically, it could
distribute this solution its partner companies and organizations.

Licenses and the Definition of Free Software

Based on the level of limitations or fees on use, study and
distribution of intellectual property, licenses are often categorized
as

  • free (beer) Product does not cost anything to use for some
    purpose.

  • proprietary Use strictly limited by license and usually there
    are fees on use

  • Free (speech) License meets the strict freedom criteria as
    defined by various free software organizations

For example, license of Microsoft Word is proprietary, license of
Adobe Acrobat Reader is free (as in beer) and the license of Linux is
Free (as in speech). The somewhat funny English terms Free speech and
free beer are to make distinction between no cost software and Free
software movement.

Free Software Foundation, the organization behind the most popular
Free software license (GPL), defines Free Software as software that
user can

  • Run for any purpose (without costs or limitation)

  • Study (requires source code)

  • Distribute (and keep the money)

  • Modify (and distribute modified)

Comments in parentheses are my own.

Open Source Initiative, whose criteria is often implicitly seen as
the definition of Free by categorizing licenses to OSI approved,
gives a ten point criteria for license evaluation. It is very similar
to Free Software Foundations criteria.

Distributions

Linux distribution is an installable Linux system. A distribution
usually contains the Linux kernel and operating system, an installer
and software. There are more than a hundred Linux distributions being
actively developed. Because of the Free license, anyone can create a
new distribution and publish it. However, creating and maintaining a
quality distribution is a huge effort.

We are looking for a distribution for workstations in Helia. If
the same distribution is suitable for servers, we could consider it a
benefit. Thus, we can exclude all embedded, floppy, router and other
special distributions. As Helia is running almost exclusively on
“normal PC” Intel architecture computers, we can exclude
distributions that do not work on Intel architecture, such as those
made for Alpha-processors and Mackintoshes. Most, maybe all students
of Helia speak Finnish or English, so we can exclude distributions
aimed for other language groups. To reach all the benefits of open
source (peer review, fast development, lot of contributed software),
we want to select a distribution that is both popular and has an open
development and distribution policy. As we aim to save licensing
costs, there would be no point selecting a distribution that required
license fees.

Selecting a distribution is a strategic decision, as it is a long
term economically significant decision that affects many daily
choices. Because of the level of commitment made here, it is
important to select a distribution that is both well supported and
expected to stand the test of time. On the other hand, despite a
different logo, all distributions are just Linux in another package.
They can be made to run the same software, and produce the same
document formats. Open Source programs are completely documented by
their source code (by definition), which prevents lock-in caused by
secret protocols and file formats.

Similarities are unimportant to comparison, so to lay down a
selection criteria we must concentrate to what is different in the
distributions. Once we have found the best distribution for Helia,
decided possible modifications, settings and additional software, we
can then compare it to the existing closed source (Windows based)
solution.

Based on experience in teaching and administering most of the
popular distributions, the main differences are easily pointed out.
Distributions differ in

  • Software installation

  • Package format, in practice the way
    programs and updates are installed

  • Vendor provided software, that is
    installed automatically on system install or available as updates
    from vendor website

  • Contributed software, made by third
    parties

  • Installer Hardware support and
    detection

  • Stability – basicly latest and
    greatest with more features means less stable

  • Support

  • Popularity creates huge amounts of
    free support material

  • Reliable vendor, one that is likely to
    exist five years from now

  • Third party commercial support

  • Openness of development

  • Image, heavily affected by vendor
    image

  • Licensing, some distributions contain
    non-free parts

  • Previous experiences in Helia

Background

This work is part of “Avoin Helia” / OpenHelia project, whose
goals are to find out if it is possible to save costs and improve
education by moving workstations to open source software. There will
sub projects such as testing the security of this software package,
testing and choosing an office suite and analyzing the needs of
legacy software.

Goals and Research Problem

This paper seeks to form the basis for future research on open
source and free software in Helia. This means choosing the platform
and the subset of software to be considered in other research.
Possible costs and savings are analyzed to the degree possible in a
work that is published, most likely with a Free license.

Some areas, such as research on existing systems in Helia, are
intentionally very brief. As this is the first part of a a larger
project, I attempt to point out interesting starting points for
future research. I will not consider questions related to servers, as
Helia has Linux servers in production and IT center has already
obtained practical experience about Linux on the server side.

The research problem is thus

  • What combination of operating system, software and
    administrative tools is the most suitable for Helia?

Most suitable is one that can save total costs in IT and provide
an environment that is useful to know also outside Helia. The results
can be used also outside Helia, as requirements for workstations are
often similar in different organizations for both users and
administrators.

The research problem can be further divided to subquestions to
find the most suitable

  • Operating System (even though there is
    a strong presumption that GNU/Linux is the most suitable)

  • Distribution

  • Programs

  • Administrative tools

  • Modifications to available
    distribution, software and administration tools

  • Integration to existing systems

Methodology

This is a constructive research. The goal is to document the
process of creating an installable combination of software for a
workstation. If possible, a working demonstration install for this
system is provided for testing and bases of further development by IT
center and other subprojects.

The first phase of the project attempts to define open source and
free software and review the licenses implied by these definitions.
If the results are clear enough, a recommendation for most suitable
licenses or criteria for choosing a license will be provided.

The second phase lists the actual software to create a basic
workstation. It will result in a list of programs and requirements
for a suitable workstation. If possible, to simplify infrastructure,
there will be only one basic workstation package for most users.

The third phase looks into how the workstation described in the
second base is installed, updated and administered.

Finally, the above recommendations are compiled into a single
recommendation. If all parts result in actually installable software
(and some agreement issues are cleared), this will also include a
copy of all recommend software, operating systems and tools. Main
areas for future research are pointed out. If some parts of
recommendations are not obvious, some secondary choices are pointed
out too.

Preliminary Table of Contents

1 Introduction

1.1 Background

1.2 Goals and Research Problem

1.3 Methodology

1.4 Terminology

1.5 Legal Notice

2 Licenses and
the Definition of Free Software

2.1 Popularity of licenses

2.1.1 Software Licenses

2.1.2 Licensing of Books, Music and Other Non-software

2.2 Freedom vs Protection of Rights

2.3 Licensing risks

2.3.1 Risks with both Free and Proprietary Licenses

2.3.2 Risks of Proprietary Licenses

2.4 Benefits of Free licenses

2.5 Recommended licenses

3 Software and
Operating System for Workstations

3.1 Distributions

3.1.1 Gentoo and Slackware

3.1.2 Debian

3.1.3 Red Hat / Fedora Core

3.1.4 Mandrake

3.1.5 SuSe

3.1.6 SOT Linux

3.1.7 Recommended Distribution

3.2 Software

3.2.1 Software needs

3.3 Linux software availability

3.3.1 Office suites

3.4 Web Browsers

3.5 Running Windows Software in Linux

3.5.1 Emulating Operating System

3.5.2 Remote Controlling Windows

3.5.3 Emulating Hardware

3.5.4 Altering original software

3.5.5 Recommended Method for Running Windows Programs

3.6 Other Information Systems

3.7 File Formats

3.7.1 Problems of Some File Formats

3.7.2 Criteria for Format Choice

3.7.3 Recommended File Formats

3.7.4 Format Support

3.7.5 Basic formats

3.7.6 Common formats

3.7.7 Rare or obsolete formats

4 Administration
of Workstations

4.1 What is Managed in Workstations

4.2 Current solution

4.3 Methods of Software Update

4.3.1 Installation Wizard

4.3.2 Compile from Source

4.3.3 Package Manager

4.3.4 Automated Package Managers

4.3.5 Free Automated Package Managers

4.3.6 Recommended Package Management Systems

4.4 User authentication

4.4.1 Current status

4.4.2 Selection criteria

4.4.3 Alternatives for user authentication

4.4.4 Recommendation for Authenticating Users

4.5 Remote Control

4.5.1 Virtual Network Computer VNC

4.5.2 X Window System

4.5.3 SSH Secure Shell

4.5.4 Remote Control Recommendation

5 Costs

5.1 Costs

5.1.1 Savings

5.1.2 New Costs

5.2 Costs estimation

6 Conclusions and
Future Research

6.1 Future Research

6.2 Conclusions and Recommendation

7 Bibliography

8 Appendixes

Literature

Weill and Broadbent 1998: Leveraging the New Infrastructure.

Hakala 1999: Linux – yrityksen avoin vaihtoehto

Raymond 1999: Cathedral and the Bazaar

OSDN (Open Source Developer Network) 2003: Statistics and Top 20.
Visited 2003-06-30. http://freshmeat.net/stats/

FreeBSD Team 1994-2004: The FreeBSD Copyright. Visited 2003-06-30.
http://www.freebsd.org/copyright/freebsd-license.html

Free Software Foundation 2003: Licenses. Visited 2003.
http://www.gnu.org/licenses/licenses.html#LicenseList

MySQL AB Trademark Policy (April 2003): “C. Trademarks and
the GPL License”, visited 2003-06-30.
http://www.mysql.com/company/trademark.html

Redhat.com Trademark Guidelines: “Copyright”. visited
2003-06-30.
http://www.redhat.com/about/corporate/trademark/guidelines/index.html

Free Software Foundation 2003: “GNU General Public License”:
“How to Apply These Terms to Your New Programs”. Visited
2003-06-30. http://www.gnu.org

Reuters 2003-06-16: Reuters Latest Financial News / Full News
Coverage: SCO shares slump after IBM lawsuit deadline passes. Visited
2003-07-01.

Taylor, Ian Lance 2003: My Visit To SCO. Published on the Linux
Journal. Visited 2003-07-01.
http://www.linuxjournal.com/article.php?sid=6956&mode=thread&order=0

McKusick, Marshall Kirk: Twenty Years of Berkeley Unix – From
AT&T-Owned to Freely Redistributable: In Open Sources: Voices
from the Open Source Revolution. O’Reilly 1999. Visited 2003-06-30.
http://www.oreilly.com/catalog/opensources/book/kirkmck.html

National Board of Patents and Registration of Finland 2003-02-14:
Tietokoneohjelmat ja patentointi. Visited 2003-06-30.
http://www.prh.fi/fi/uutiset/111.html

Electronic Frontier Finland: Software patents: Finland’s position.
Visited 2003-06-30. http://effi.org/patentit/index.en.html

Amazon 1997: United States Patent 5,960,411: Method and system for
placing a purchase order via a communications network.
http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=HITOFF&p=1&u=/netahtml/search-bool.html&r=1&f=G&l=50&co1=AND&d=ptxt&s1=5,960,411.WKU.&OS=PN/5,960,411&RS=PN/5,960,411

Sargent 1980: United States Patent 4,873,662: Information handling
system and terminal apparatus therefor
http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=HITOFF&p=1&u=/netahtml/search-bool.html&r=1&f=G&l=50&co1=AND&d=ptxt&s1=4873662.WKU.&OS=PN/4873662&RS=PN/4873662

McHugh 1999: Making It Big in Software. Rubic Publishing. ISBN:
0953548708

Tero Karvinen 2003: Linux perusteet ja Debian Woody 3.0. Visited
2003. http://iki.fi/karvinen/debian30woody.html

Knoppix User Community: Knoppix Community website. Visited 2003.
http://knoppix.net

Wikipedia: Linux Distribution. Visited 2003-06-30.
http://www.wikipedia.org/wiki/Linux_distribution

Pakkanen, Atte: Spoken information, 2003-05.

Distrowatch 2003-06-08: Linux Distributions – Facts and Figures:
How independent is your distribution? Visited 2003-06-30.
http://www.distrowatch.com/stats.php?section=independence

Distrowatch 2003-06-08: Linux Distributions – Facts and Figures:
What is your distribution’s package management?
http://www.distrowatch.com/stats.php?section=packagemanagement

The Linux Counter Project 2003: Estimating the number of Linux
users. http://counter.li.org/estimates.php
http://counter.li.org/reports/machines.php

Macromedia, Inc: Macromedia Web Players. Visited 2003-07-01
http://www.macromedia.com/shockwave/download/alternates/#linux

Realnetworks, Inc: Community Supported RealPlayer Download Page.
Visited 2003-07-01. http://forms.real.com/real/player/unix/unix.html

Gibson 2002-08-02: The Anatomy of File Download Spyware. Visited
2003-07-01. http://grc.com/downloaders.htm

SAP AG: mySAP Business Suite on Linux. Visited 2003-07-01.
http://www.sap.com/linux/

Bartolich, Alexander (ed) 2002-03-14: The Linux Virus Writing
HOWTO: Introduction. Visited 2003-07-01.
http://wizard.ae.krakow.pl/~wasylysp/txt/Virus_Writing_HOWTO/index.html#INTRO

IBM: “Try It: Free Rational Rose evaluation”. Visited
2003-07-01.
http://www.rational.com/tryit/rose/index.jsp?SMSESSION=NO#e2

Karvinen, Tero 2003: Samba quickstart – File Sharing Between Linux
and Windows. Visited 2003-07-01.
http://www.iki.fi/karvinen/samba-quickstart.html

Helia IT services 2003: Mama Ghost. Unpublished.

Scribus team: Scribus Desktop Publishing for Linux. Visited
2003-07-17. http://web2.altmuelhlnet.de/fschmid/about.html

Karvinen 2003: “un – extract archive in a new directory”
Visited 2003-08-13. http://iki.fi/karvinen/linux/doc/un

Liljeblad, Oskar: atool. Visited 2003-08-13.
http://www.student.lu.se/~nbi98oli/atool.html

Johnson, Gary: “Gary Johnson’s Mutt Page”. Visited
2003-08-17. http://www.spocom.com/users/gjohnson/mutt/

Helia IT Services 2003: Mama Ghost. Unpublished.

Wikipedia 2003-08-18: Lightweight Directory Access Protocol.
Visited 2003-08-18.
http://www.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol

Harjuniemi, Minna 2003-03-13: LDAP-hakemistoa kehitetään.
Visited 2003-08-18.
http://www.helsinki.fi/atk/lehdet/103/LDAP-hakemistoa%20kehitetaan.html
(Helsingin yliopiston atk-osaston tiedotuslehti 1/2003 2003-03-14)

Kanner, Janne 2002-03-15: LDAP-hakemistot käyttäjähallinnossa
http://216.239.51.104/search?q=cache:www.csc.fi/suomi/funet/middleware/projektit/hstya/muut/loppuseminaari/LDAP-hakemistot%2520k%25E4ytt%25E4j%25E4hallinnossa.ppt&hl=en&ie=UTF-8

CSC 2003-06-18 Käyttäjähallinto korkeakouluissa.
Visited 2003-08-18. http://www.csc.fi/suomi/funet/middleware/

CSC 2003-07-28 Middleware in Finnish higher education. Visited
2003-08-18.
http://www.csc.fi/suomi/funet/middleware/english/index.phtml

Kanner, Janne 2001-11-09: Esitys korkeakoulujen hajautetusta
hakemistoinfrastruktuurista. Visited 2003-08-18.
http://www.csc.fi/suomi/funet/middleware/projektit/haka/raportit/esitys/esitys.html

Red Hat Inc: “Red Hat Linux 9: Red Hat Linux Reference
Guide”: “Chapter 13. Lightweight Directory Access Protocol
(LDAP)”. Visited 2003-08-18.
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-ldap.html

Malère, Luiz Ernesto Pinheiro 2003-04-02: LDAP Linux HOWTO.
Visited 2003-08-18. http://www.tldp.org/HOWTO/LDAP-HOWTO/

CSC 2003-06-16: Recommendation for the Schema of the Funet
Directories in Finland v 1.0. Visited 2003-08-18.
http://www.csc.fi/suomi/funet/middleware/valinen/funetEduPerson_1_0.pdf

Karvinen, Tero 2002: “My favourite software: Calc replaced my
real TI-85 calculator”. http://iki.fi/karvinen/

Mikrobitti 2003: “MBnet Hintaseuranta – Microsoft Office
2000 Pro, suomenkielinen”. Visited 2003-07-31.
http://www.mbnet.fi/hintaseuranta/tuote.asp?TID=1135

freshmeat.net 2003: “Smbldap-tools tools to manager users and
group using a Samba+LDAP Domain Controler”. Visited 2003-08-18.
http://freshmeat.net/projects/smbldap-tools/?topic_id=253

Samba Team 2003-08-15: The Samba Team announces Samba 3.0.0 RC1.
Visited 2003-08-18.
http://samba.org/samba/whatsnew/samba-3.0.0rc1.html

© 2004 Tero Karvinen
tero.karvinen atta iki.fi www.iki.fi/karvinen 12
/ 13

Posted in Old Site | Comments Off on

Comments are closed.