Выбрать главу

Earlier versions of Fedora kept the Terminal application in the Applications, Accessories menu. Fedora 8 has changed this so that the Terminal now appears under Applications, System Tools, reflecting its status as a tool for accessing system settings and carrying out administration. You can use several terminal applications, but Fedora defaults to gnome-terminal, and unless you have a really good reason for switching, you should find it does everything you need.

Available Applications

If you have installed Fedora using the DVD supplied with this book, and used the default selection of packages (Productivity), congratulations; you now have a fully functional operating system, complete with word processor, spreadsheet, email client, calendar, instant messaging client, and other programs that will enable you to work with Fedora.

This section touches briefly on the different applications installed when you use the Productivity package set that is defined during the installation.

Office Suite

The office suite of choice for Fedora is OpenOffice.org. If you have hung around any Linux geeks for long enough, you are bound to have heard of this increasingly popular open source office suite. It comprises several components, but Fedora delivers word processing (Writer), spreadsheet analysis (Calc), and presentation delivery (Impress) out of the box. Chapter 6, "Productivity Applications," looks at OpenOffice.org in more depth. You can access Writer, Impress, and Calc by clicking the shortcut icons in the top panel.

Internet Workstation

Linux was designed with communication in mind, and it is fitting that Fedora comes with a suite of Internet tools, including the popular Firefox web browser, Evolution PIM (Personal Information Management) software, Pidgin (instant messaging client formerly known as GAIM), and Ekiga (videoconferencing). You can launch Firefox by clicking the Firefox icon in the top panel bar, and can launch Evolution by clicking the Envelope icon, again in the top panel bar. Chapter 5, "On the Internet," covers Internet applications.

Multimedia

Multimedia is a big thing these days, with many different people carrying USB flash drives full of music, photos, and other media types. Fedora itself includes the GIMP, a powerful graphic manipulation package, along with gThumb for managing your photo collections. It is also well served in the music department, offering a CD player, CD ripper, and media player to handle various free codec-based files. You are also able to obtain software to watch DVDs and other proprietary video formats, although this may be illegal in your country.

NOTE

Fedora doesn't ship with MP3 support as standard, nor does it include support for many of the standard formats found within Windows or Mac OS X. This is down to the patents that are used in the development of these formats, more commonly known as codecs. Inclusion of these codecs in Fedora is prevented due to the legality of the licenses and patents involved. However, all is not lost. Some third-party repositories offer plug-ins for the multimedia applications bundled with Fedora, which allow them to use additional codecs.

Games

Because Windows 386 included Reversi, it's kind of been a given that most operating systems include some simple games. Fedora follows in this tradition with a selection of games and puzzles to provide a momentary distraction. We don't actually cover the default selection of games because they're pretty straightforward, but Chapter 9, "Games," takes a look at some of the better known games available for Fedora.

Keeping Your Software Up-to-Date

With any operating system, it is important to ensure that you have the most recent bug fixes and patches, which are designed to make your applications even more stable.

Fedora makes updating your software extremely easy and relies on an application called pup, which can be found under Applications, System Tools as the Software Updater entry. In fact, when you log in to Fedora, pup automatically checks the configured software repositories to see whether any updates are available and then asks whether you want to download them. This is shown in Figure 2.5.

FIGURE 2.5 pup keeps an eye out for any updates and notifies you through an alert in the top panel.

The nice thing about updating with pup is that it updates all the software installed through Fedora at one time, as shown in Figure 2.6, instead of updating only the core operating system or certain parts of it.

FIGURE 2.6 Use pup to manually update your entire system.

The partner to pup is pirut, or the Add/Remove Software item under the Applications menu. This is Fedora's default software management tool and allows you to install further software packages or remove them as necessary. pirut (shown in Figure 2.7) enables you to select using groups of packages (for example, Window Managers, Software Development), individual packages from a list, or by searching for specific packages.

FIGURE 2.7 pirut helps you manage your selection of software.

Configuring Wireless Networks

Wireless networking used to be a pig to configure for Linux, requiring a lot of complicated steps to connect to a wireless network. However, Fedora includes a great utility called NetworkManager that makes connecting to and managing wireless networks extremely easy. Thanks to the inclusion of several wireless chipset drivers in the Fedora Linux kernel, it is now very easy to connect to WEP-and WPA-encrypted wireless networks.

Fedora now includes support for Intel wireless chipsets out of the box, so if you have a Centrino notebook, you should have no problem connecting to a wireless network. This also extends to anyone who uses a device based upon the zd1211 chipset, which includes some USB adaptors. However, for Broadcom-based wireless systems, you need to retrieve the bcm43xx-fwcutter program to extract the firmware from the relevant driver file. Head on over to http://tinyurl.com/32tv5r to download drivers for earlier Broadcom chips, or go to http://tinyurl.com/36mbr5 to download firmware for later Broadcom chips. You are interested in the files that begin with WL, so copy them to a folder in your home directory.

NOTE

For the broadcom-wl-4.80.53.0.tar.bz2 file, you will need to double-click it because it is a compressed file. When Archive Manager opens, browse to broadcom-wl-4.80.53.0/kmod/ and copy both wl_apsta.o and wl_apsta.mimo.o to your home directory, either by dragging both files onto your Home icon, or by clicking Extract in the toolbar and browsing to your home directory.

Unfortunately it's trial and error from here in, so you will have to try each file in turn to see if it enables your hardware. For the files wl_apsta.o and wl_apsta-3.130.20.0.o, you need to use the command bcm43xx-fwcutter; for the wl_apsta_mimo.o file, you need to use b43-fwcutter. Either way, the syntax is command file. So, for example, you might enter the following:

$ bcm43xx-fwcutter wl_apsta.o

You then press Enter to extract the firmware. After you have done this, you need to switch to root to move the extracted files to the location that Fedora requires them to be in. You change to root by issuing the command su and entering the root password when requested.