Websites and Search Engines


Literally thousands of websites exist with information about Linux and Fedora. The key to getting the answers you need right away involves using the best search engines and techniques. Knowing how to search can mean the difference between frustration and success when troubleshooting problems. This section provides some Internet search tips and lists Red Hat, Fedora, and Linux-related sites sorted by various topics. The lists are not comprehensive, but have been checked and were available at the time of this writing.

Web Search Tips

Troubleshooting problems with Linux by searching the Web can be an efficient and productive way to get answers to vexing problems. One of the most basic rules for conducting productive searches is to use specific search terms to find specific answers. For example, if you simply search for "Fedora Linux," you end up with too many links and too much information. But if you search for "Fedora Core sound," you are more likely to find the information you need. If you receive an error message, use it; otherwise, use the Linux kernel diagnostic message as your search criterion.

Other effective techniques include

  • Using symbols in the search string, such as the plus sign (+) to force matches of web pages containing both strings (if such features are supported by the search engine used by web search site)

  • Searching within returned results

  • Sorting results (usually by date to get the latest information)

  • Searching for related information

  • Stemming searches; for example, specifying returns for not only link but also linking and linked

Invest some time and experiment with your favorite search engine's featuresmore productive searches will result. In addition to sharpening your search skills, also take the time to choose the best search engine for your needs.

Google Is Your Friend

Some of the fastest and most comprehensive search engines on the Web are powered by Linux, so it makes sense to use the best available resources. Out of the myriad number of websites with search engines, http://google.com stands out from the crowd, with 81 million or more users per month. The site uses advanced hardware and software to bring speed and efficiency to your searches. If you are looking for specific Linux answers, take advantage of Google's Linux page at http://google.com/linux.

Why is Google (named after a math number) so powerful? You can get a quick idea from the company itself at http://www.google.com/technology/index.html. Part of its success is because of great algorithms, good programming, and simple interface design, but most users really seem to appreciate Google's uncanny capability to provide links to what you are looking for in the first page of a search return. Google's early success was also assured because the site ran its search engine on clusters of thousands of PCs running a version of Red Hat Linux!

Google has the largest database size of any search engine on the Web, with more than eight billion web pages searched and indexed. The database size is important because empty search results are useless to online users, and the capability to return hits on esoteric subjects can make the difference between success and failure or satisfaction and frustration. Some of Google's features include a GoogleScout link to return similar pages on the results page, the capability to see the exact version of a web page as returned to a search engine (known as a cached feature), advanced searches, and more recently, a link to an active Usenet news feed!

To get a better idea of what Google can offer you, browse to http://www.google.com/options/. You will find links to more than two dozen different services and tools covering specialized searches, databases, information links, translators, and other helpful browsing tools.

Fedora Package Listings

You can quickly and easily view a list of the installed RPM packages installed on your Fedora system, along with a short description of each package, by using the rpm command:

$ rpm -qai | less


Fedora users can also use the yum command to view package names and information about not only installed packages, but any available updated packages, like this:

$ yum info | less


If you use Fedora and only want to see info about your installed packages, use the yum command's installed list option like so:

$ yum info installed | less


However, you might want to generate a text file that contains all this information for your records. This is fairly easy to do by piping the output from the yum command into a file like so:

$ yum info available > ~/availablepackages.txtor $ yum infor installed > ~/installedpackages.txt


Certification

Linux certification courses are part of the rapidly growing information technology training industry. Hundreds of different vendors now offer courses about and testing of Linux skill sets. However, because Linux is open-source software, there are no formal rules or mandates concerning what knowledge or level of expertise is required for certification. If you are interested in certification using Red Hat Linux and would like to pursue a career or obtain employment with a company using Red Hat Linux, you really should seek training from the best and most qualified company: Red Hat.

That said, the following websites might be of interest if you would like to pursue a certification track for Red Hat or other Linux distributions:

  • http://www.lpi.org The Linux Professional Institute, with Linux vendor- and distribution-neutral programs

  • http://www.redhat.com/training/ Entry page to Red Hat's Global Learning Services and information about the Red Hat Certified Engineer program

Commercial Support

Commercial support for Linux and Red Hat Linux is an essential ingredient to the success of Linux in the corporate and business community. Although hundreds, if not thousands, of consultants well versed in Linux and UNIX are available on call for a fee, here is a short list of the best-known Linux support providers:

  • http://www.redhat.com/apps/support/ Red Hat's main support page with links to its various support programs.

  • http://www.ibm.com/linux/ Linux services offered by IBM include e-business solutions, Open Source consulting, database migration, clustering, servers, and support. In addition to service-oriented support companies, nearly every commercial distributor of Linux has some form of easily purchased commercial support. There are various ways in which to take advantage of support services (such as remote management, onsite consulting, device driver development, and so on), but needs vary according to customer circumstances and installations.

The Benefits of Joining a Linux user Group

Join a local Linux Users Group (LUG)! Joining and participating in a local LUG has many benefits. You can get help, trade information, and learn many new and wonderful things about Linux. Most LUGs do not have membership dues, and many often sponsor regular lectures and discussions from leading Linux, GNU, and open-source experts. For one great place to start, browse to http://www.tux.org/luglist.html.


Documentation

Nearly all Linux distributions include thousands of pages of documentation in the form of manual pages, HOWTO documents (in various formats, such as text and HTML), mini-HOWTO documents, or software package documentation (usually found under the /usr/share/doc/ directory). However, the definitive site for reading the latest versions of these documents is the Linux Documentation Project, found at http://www.tldp.org.

Linux Guides

If you are all Linux distributions include tlooking for more extensive and detailed information concerning a Linux subject, try reading one of the many Linux guides. These guides, available for a number of subjects, dwell on technical topics in more detail and at a more leisurely pace than a HOWTO. You can find copies of

  • "Advanced Bash-Scripting Guide" by Mendel Cooper; a guide to shell scripting using bash

  • "LDP Author Guide," by Mark F. Komarinski; how to write LDP documentation

  • "Linux Administration Made Easy," by Steve Frampton

  • "Linux Consultants Guide," by Joshua Drake; a worldwide listing of commercial Linux consultants

  • "Linux from Scratch," by Gerard Beekmans; creating a Linux distribution from software

  • "Linux Kernel Module Programming Guide," by Peter J Salzman, Michael Burian, and Ori Pomerantz; a good guide to building 2.4 and 2.6 series modules

  • "Securing and Optimizing Linux," by Gerhard Mourani

  • Linux certification

  • "The Linux Network Administrator's Guide, Second Edition," by Olaf Kirch and Terry Dawson; a comprehensive Net admin guide

The Fedora Project

  • http://fedora.redhat.com The home page for The Fedora Project, Red Hat's community-based free Linux distribution. Fedora Core is the main release of this Linux distribution, and includes thousands of software packages that form the core of an up-to-date, cutting-edge Linux-based desktop.

  • http://fedoraforum.org A good place to go if you need specific Fedora support.

  • http://www.fedoraproject.org/ The home page for the community side of Fedora. A lot of support and HOWTOs are available here.

Red Hat Linux

  • http://www.redhat.com The home page for Red Hat's distribution of Red Hat Enterprise Linux for multiple processors and architectures. Support is also provided for older, but now discontinued, versions of the SPARC.

  • http://www.redhat.com/apps/support/documentation.html A web page with links to current official Red Hat manuals and guides, FAQs, HOWTOs, whitepapers, free books, mailing list archives, hardware compatibility lists, and other documentation.

Mini-CD Linux Distributions

Mini-CD Linux distributions are used for many different purposes. Some distributions are used to boot to a read-only firewall configuration; others are used to provide as complete a rescue environment as possible; whereas others are used to either install or help jumpstart an install of a full distribution. Mini-CDs are available in a wide variety of sizes, such as 3" CD-Rs (or CD-RW) with sizes ranging from 185MB to 210MB. You can also download an .iso image and create a Linux bootable business card, typically fitting on a 40MB or 50MB credit card-sized CD-R (consider using a mini-CD-RW, especially if you want to upgrade your distribution often). Here are some links to these distributions:

  • http://www.lnx-bbc.orgThe home page for the Linux BBC, a 40MB image hosting a rather complete live Linux session with X, a web browser, and a host of networking tools.

  • http://crux.nu/The home page of the CRUX i686-optimized Linux distribution.

  • http://www.trustix.net/The home page for the free version of the Trustix Secure Linux distribution, which currently uses the latest 2.6 kernel. Trustix is RPM based.

  • http://www.smoothwall.org/community/home/The 22MB SmoothWall distribution, which easily fits on a bootable business card and is used to install a web-administered firewall, router, or gateway with SSH, HTTP, and other services.

Floppy-Based Linux Distributions

  • http://floppix.ccai.com/index.html Debian-based floppy

  • http://www.toms.net/rb/ Tom's root and boot disk distribution

  • http://www.coyotelinux.com/ Secure routing and embedded Linux disk distributions

  • http://trinux.sourceforge.net Ultra-secure Linux distribution on floppy

  • http://PenguinBackup.sourceforge.net/ Unique, floppy-based distribution that allows quick backup of your Palm-type PDA

Various Intel-Based Linux Distributions

Choosing a Linux distribution (distro) for an Intel-based PC is generally a matter of personal preference or need. Many Linux users prefer Red Hat's distro because of its excellent support, commercial support options, and widespread use around the world. However, many different Linux distributions are available for download. One of the best places to start looking for a new distro or new version of your favorite distro is http://www.distrowatch.com:

  • http://www.xandros.net The new home of the original and improved version of Corel's Debian-based Linux

  • http://www.debian.org The Debian Linux distribution, consisting of only software distributed under the GNU GPL license

  • http://www.independence.seul.org A newer Red Hat-based Linux distribution

  • http://www.slackware.com The home page for download of the newest version of one of the oldest Linux distributions, Slackware

  • http://www.opensuse.com The home page for SuSE Linux, also available for the PowerPC and x86_64 platforms

  • http://www.ubuntu.com A very popular Linux distribution that is based on Debian

  • http://www.mandrivalinux.com A Pentium-optimized, RPM-based distribution, originally based on Red Hat's Linux distribution

PowerPC-Based Linux Distributions

  • http://penguinppc.org/ Home page for the PowerPC GNU/Linux distribution

  • http://www.opensuse.com SuSE PPC Linux

  • http://www.yellowdoglinux.com Home page for Terra Soft Solutions' Yellow Dog Linux for the PowerPC, which is based on Fedora

Linux on Laptops and PDAs

One of the definitive sites for getting information about running Linux on your laptop is Kenneth Harker's Linux Laptop site. Although not as actively updated as in the past, this site (http://www.linux-laptop.net) still contains the world's largest collection of Linux and laptop information, with links to user experiences and details concerning specific laptop models.

Another site to check is Werner Heuser's Tuxmobil-Mobile UNIX website at http://www.tuxmobil.org. The site contains links to information about topics such as IrDA, Linux PDAs, and cell phones. Linux Zaurus PDA users can browse to http://www.openzaurus.org to download a complete open source replacement operating system for the Zaurus 5000 and 5500 models.

The X Window System

Although much technical information is available on the Internet regarding the X Window System, finding answers to specific questions when troubleshooting can be problematic. If you are having a problem using X, first try to determine whether the problem is software or hardware related. When searching or asking for help (such as on Usenet's comp.os.linux.x newsgroup, which you can access through Google's Groups link; see the next section for other helpful Linux newsgroups), try to be as specific as possible. Some critical factors or information needed to adequately assess a problem include the Linux distribution in use; the kernel version used; the version of X used; the brand, name, and model of your video card; the names, brands, and models of your monitor and other related hardware.

This section lists just some of the basic resources for Linux XFree86 users. Definitive technical information regarding X is available from http://www.X.org:

  • http://www.lesstif.org/ Home page for the GPL'd OSF/Motif clone, LessTif

  • http://www.motifzone.net Site for download of the open-source version of Motif for Linux, Open Motif

  • http://www.rahul.net/kenton/index.shtml Ken Lee's X and Motif website with numerous links to tutorial, development, and other information about X

  • http://www.x.org Home page for X.org, the X server used in Fedora

  • http://www.xig.com/ Home page for a commercial version of X for Linux (along with other software products)



Red Hat Fedora 5 Unleashed
Red Hat Fedora 5 Unleashed
ISBN: 067232847X
EAN: 2147483647
Year: 2004
Pages: 362

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net