Cover | Table of Contents
http://eclipse.org). Eclipse is quite a phenomenon: a tribute to both the creativity of the open source community and the fertility of a collaboration between an open source community and a major vendor (Eclipse was originally developed and released by IBM). It is an open source community focused on providing an extensible development platform and application frameworks for building software.http://www.nsa.gov/selinux). SELinux provides the most trusted computing environment available today.http://sourceforge.net/projects/xen), Linux can securely execute multiple virtual
machines, each running its own operating system, on a single physical system. This allows enterprises to stop server sprawl and increase CPU utilization.http://www.gnu.org/copyleft/gpl.html.http://www.tldp.org. This page contains many HOWTOs and other documents, as well as pointers to other sites of interest to Linux users, including the Linux Documentation Project manuals (see the following section).http://www.ubuntulinux.org). Supported by a commercial company, Canonical Ltd., that offers low-cost professional support, Ubuntu has a large and enthusiastic community ready to provide old-style Linux support. Ubuntu, a derivative of Debian, employs a number of paid developers who also help maintain the Debian project.http://www.knoppix.org). These distributions boot from CD and do not require any installation at all; they keep all information in RAM, but can still access your hard drive and other hardware. Besides being a very convenient way of test-driving Linux without having to wipe out anything else, they are also a very good way of rescuing a system that has become unbootable. More about salvaging booting problems will follow later in this book.
lp_init: lp1 exists (0), using polling driver
Linux login:
install--this varies with each distribution). After you enter the username, the system may pause for 20 seconds or more while the installation program or shell is being loaded from floppy. Again, the floppy drive light should be on. Don't assume the system is hung.http://www.xfce.org, along with its documentation. With a much smaller footprint than KDE or GNOME, it offers a surprisingly rich range of features.http://koffice.kde.org), discussed in Chapter 8, where, for example, the word processor KWord
can embed tables from the spreadsheet application KSpread seamlessly.http://www.kde.org, the official web site of the KDE project, often.=value format; you can edit these if you prefer, but you never need to. Even the most experienced users usually admit that in order to do simple things, such as change the background color of the desktop, it's faster to click a few buttons than to read the manual page, find the syntax for specifying the background color, open the configuration file, edit it, and restart the window manager.Freedesktop.org group. In fact, the distinction between the two desktops is, in many ways, of interest more to developers choosing toolkits than to users, who in most cases mix and match applications without having to worry about the underpinnings.http://gnome.org or your distribution's web page for downloads.http://gnome.org/projects/evolution.evolution at the command line. A screen like the one in Figure 3-7 should come up.
Linux login :
login: prompt in white letters on black background, but with a fancy graphical login screen, possibly even presenting you with the user accounts available on your system (maybe even with a little picture for each user) as well as different modes to log into. The basic login procedure is the same as described here, however: you still type your username and password.passwd command again. It prompts you for your old password (to make sure you're you) and then lets you change it./) as a path separator may look odd to you because you are used to the backslash (\). There is nothing tricky about the slash. Slashes were actually used as path separators long before people even started to think about MS-DOS or Windows. The backslash has a different meaning on Unix (turning off the special meaning of the next character, if any).pwd
, command:
$ pwd
/home/mdw
$ cd /usr/bin $ pwd /usr/bin $ cd
~). So the string ~/programs means that programs is located right under your home directory.
stty function key
$ stty erase ^H $ stty kill ^U $ stty intr ^C $ stty susp ^Z
^H, represents the ASCII code generated by the Backspace key.
$ stty sane