Jul 20, 2008

Connecting Linux to the Internet

Today, a computer without Internet access would be severely
limited. Mozilla running on Linux provides more reliable and
secure Internet access than Internet Explorer running on Windows.

To connect Linux to the Internet, you'll need to set up a
Point-to-Point Protocol (PPP) connection to your Internet
Service Provider (ISP). Have the following information about
your ISP account available before you begin.

Dial-in Phone Number User Name Password Domain Name Server (DNS)
address

To create an Internet connection, login with the root account.
Click on the footprint on the task bar to open the main menu,
then select Programs | Internet | Dialup Configuration Tool. The
"Add New Internet Connection" utility window opens. Click on the
"Next" button.

1. The Add New Internet Connection utility will search for
configured modems. It will then display a list of modems found.
Click on the "Next" button.

2. The Phone number and name page will appear. Enter a name for
the Internet connection and your ISPs dial-in phone number.
Click on the "Next" button.

3. The User name and password page will appear. Enter the user
nane and password provided by your ISP. Click on the "Next"
button.

4. The Other Options page will appear. In the Account List click
on Normal ISP. Then click on the "Next" button.

5. The Create the account page will appear. Click on the Finish
button, then click on the "Close" button.

To configure the PPP connection, log in with the root account.
Click on the footprint on the task bar to open the main menu,
then select Programs | System | Linuxconf. A welcome window
appears informing you that you have just installed Linuxconf.
Click on the "Quit" button to close the window.

1. In the Linuxconf window left panel, expand the "Networking -
Client tasks" branch and click on "Name server specification".
In the right panel, enter the DNS address provided by your ISP.
If you were provided with a secondary DNS, enter that too. Then
click on the "Accept" button.

2. Click on the "x" in the upper right corner of the Linuxconf
window to close the window. The "Status of the system" tab will
appear. Click on the "Activate the changes" button.

You can now login as any user and use the Red Hat PPP Dialer to
connect to the Internet.

1. Click on the footprint button on the task bar to open the
main menu. Then select Programs | Internet | RH PPP Dialer. The
"Choose" dialog box appears, listing all the configured network
interfaces.

2. Click on the PPP connection that you set up, then click on
the "OK" button. The "Change connection status" dialog box
appears. Click on the "Yes" button. Your modem will dial your
ISP.

3. When your system has logged into your ISP, the connection
window will appear. You can then use your Web browser.

4. When you are finished using your Web browser, you can close
the Internet connection by clicking on the button with the dot
in the connection window.

That's all there is to connecting Linux to the Internet. Now you
can have more reliable and secure Internet access with Linux.
----------------------------------------------------------
Author: Stephen Bucaro

Jun 20, 2008

What is Linux?

Linux is an operating system that was initially created as a hobby by a young student, Linus Torvalds, at the University of Helsinki in Finland. Linus had an interest in Minix, a small UNIX system, and decided to develop a system that exceeded the Minix standards. 

He began his work in 1991 when he released version 0.02 and worked steadily until 1994 when version 1.0 of the Linux Kernel was released. 

The kernel, at the heart of all Linux systems, is developed and released under the GNU General Public License and its source code is freely available to everyone. It is this kernel that forms the base around which a Linux operating system is developed. 

There are now literally hundreds of companies and organizations and an equal number of individuals that have released their own versions of operating systems based on the Linux kernel. More information on the kernel can be found at our sister site, LinuxHQ and at the official Linux Kernel Archives. The current full-featured version is 2.6 (released December 2003) and development continues.

from linux.org

Jun 19, 2008

[picture] Linux Wallpaper

[picture] Penguin Animation

Open Source is the way of the future

Open Source is the way of the future
by Damien Seguy

Running a business is complex enough. But it seems that running an OpenSource business adds even more challenge: all the sources are made available. This means that your users may have a look at it, to correct any bug, or adapt itto their need, but so does your competition. Major software companies keeptheir source code jealously hidden, and are reluctant to disclose it to anyone.Even employees have to agree with a complex non-disclosure agreement before
getting their hand on the real work. Does Open Source leave you unprotected?
Meet the new entrepreneurs: MySQL AB and Zend Technologies.

Since Linux, Open Source softwares have demonstrated thatthey are viable solutions for both maintaining and developingsoftware. With open source software, bugs are being tracked
and eradicated by a large number of users. Contributions are gathered and benefit to everyone. And above all, the project itself cannot be sunk by the company bankruptcy: there is no
commercial environment nor market to satisfy, which could eventually drive the project to its end.Nowadays, we see a new kind of companies emerging:

"Open Source software companies"

They are using a new strategy:
develop software the way Linux does, backed by significant commercial force, to support the product and bring it to the whole market. MySQL AB and Zend Technologies are such
companies, whose success demonstrates that making money and working for Open Source project at the same time is compatible. MySQL AB and Zend Technologies MySQL AB is a Swedish company, started by David Axmark, Allan Larsson and Michael “Monty” Widenius. MySQL AB develops and maintains the MySQL database server, the worlds most popular database. MySQL is dual licensed: users may choose between the GNU General Public License, with open source released directly on MySQL.com web site.

On the other hand, they may purchase any commercial licenses offered by MySQL AB, giving them the right to include MySQL in their own product, and sell it packaged. Since sources are free, MySQL AB sells support. Of course, free support is also offered from the forum and mailing list, but customer support ensures that problems are addressed faster, and requests for new functionalities are considered with higher priority. MySQL AB also collects royalties from their commercial licenses, from training sessions settled all around the world, and consulting to big
companies. MySQL AB has 55 employees and is posting record sales level for the 3rd quarter of 2002. David Axmark is MySQL AB co-founder and now he works in relation with the
community.

Zend Technologies is an Israeli company, started and named by Zeev Suraski and Andi Gutmans. Zeev and Andi rewrote the PHP core from scratch: the Zend Engine. This piece of softwareis the underlying layer of every PHP-driven web site since PHP3. PHP and the included Zend Engine is freely downloadable from php.net and zend.com under the PHP license, which is a
derivate of the BSD style Apache licence. Nowadays, Zend Technologies continues to develop the Zend Engine, and publishes it at no cost. Indeed, they even chose to change the Zend Engine licence to match the PHP license. Zend’s business model is to develop and sell PHP tools that help developing, protecting and scaling PHP web sites, thanks to their excellent knowledge
of the internal of the language.