Skip to main content

What are Linux Distributions?

4.What are Linux Distributions?
Ans.
Although there is only one standard version of Linux, there are actually several different distributions.
Different companies and groups have packaged Linux and Linux software in slightly different ways.

Red Hat Linux:
Red Hat Linux is currently the most popular Linux distribution.
As a company, Red Hat provides software and services to implement and support professional and commercial Linux systems.
Red Hat freely distributes its version of Linux under the GNU Public License.
Red Hat generates income by providing professional level support, consulting, and training services.
Red Hat originated the RPM package system used on several distributions, which automatically installs and removes software packages.
Red Hat maintains an extensive library of Linux documentation that is freely accessible online.
On its Web site, you can link to its support page, which lists the complete set of Red Hat manuals, all in Web page format for easy viewing with any Web browser.
Red Hat offers several commercial products and services for business and ecommerce solutions.

Mandrake:
Mandrake Linux is another popular Linux distribution with many of the same features as Red Hat.
It focuses on providing up-to-date enhancements and an easy-to-use installation and GUI configuration.

SuSE:
Originally a German language-based distribution, SuSE has become very popular throughout Europe and is currently one of the fastest growing distributions worldwide.

Debian:
Debian Linux is an entirely noncommercial project, maintained by hundreds of volunteer programmers.
Its aim is to enhance Linux with new and improved applications and implementations. 

Caldera:
Caldera OpenLinux is designed for corporate commercial use.
Caldera has organized its OpenLinux distribution into several different packages, each geared to different markets.
These include the eDesktop package, which is designed for basic workstation operations, and the eServer package, which is designed for Linux servers.
Caldera also offers a line of commercial and proprietary Linux packages.

Slackware:
Slackware is available from numerous Internet sites, and you can order the CD from Walnut Creek Software.
The Slackware distribution takes special care to remain as closely UNIX compliant as possible.

TurboLinux:
TurboLinux provides English, Chinese, and Japanese versions of Linux.
It includes several of its own packages, such as TurboPkg, for automatically updating applications.

Comments

Popular posts from this blog

Java,ES,QT practical files

All practical files: Click below to start download Uploaded on special request||||

Absolute Links vs. Relative Links – SEO Value

Absolute Links vs. Relative Links – SEO Value The debate between  absolute links and relative links  continues to live on in the SEO world. The individual significance of each has been contested, but it is widely regarded that absolute links provide better SEO value on the whole than relative links. Many believe that absolute links have less potential for getting messed up when search engines index your page. It shouldn’t really make a difference, but many conclude that this is reason enough. Read more...

Explain network classes.

43.Explain network classes. Ans. 1. TCP/IP network are 4 bytes long, called IP addresses and written in dotted-decimal notation. (ex. 192.168.166.5) 2. The decimal numbers must be within the numeric range of 0-255, each IPv4 addresses consist of 4 parts. 3. Each part should conform to the 1-byte requirement. 4. Depending on the value of the first byte of the address, IP addresses can be divided into classes. 5. Network classes are of 3 type and have some specific range • Class A 0-127 • Class B 128-191 • Class C 192-233 6. Class division enables us efficient use of the address numbers. 7. Assigned network numbers are maintained in a database managed by InterNIC to insure that each assignment is unique. 8. After obtaining a network number, the host numbers may be assigned as required, for data transfer ARP maps the IP address to the MAC address of the device. 9. Routers are used for transferring data between 2 devices, routers are default gateway ...