Wednesday, May 5, 2010

Xampp Server Installation

Steps To Install XAMPP Server in Linux

Go to a Linux shell and login as the system administrator root:
  1. su

  2. Extract the downloaded archive file to /opt:

    tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt

That's all. XAMPP is now installed below the /opt/lampp directory.

To start XAMPP simply call this command:

/opt/lampp/lampp start

You should now see something like this on your screen:

Starting XAMPP 1.7.3a...
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.

Ready. Apache and MySQL are running.

Just type in the following URL at your favourite web browser:

http://localhost or http://127.0.0.1

Tuesday, February 2, 2010

Difference Between Unix and Linux

UNIX Operating System
A few popular names:

HP-UX

IBM AIX

Sun Solairs

Mac OS X

IRIX

Linux Distribution Operating System

A few popular names:

Redhat Enterprise Linux

Fedora Linux

Debian Linux

Suse Enterprise Linux

Ubuntu Linux

Why Use Linux?

Reason 1: Security

Viruses are less of a threat on Linux. The very way a Linux system is designed makes it very difficult for a virus to function as it does in Windows. This also applies to spyware, malware, etc. The fact that almost no viruses are written for Linux also adds a nicer sense of warmth. Wouldn’t be nice to read the almost endless stream of security holes in Windows and know it does not apply to you?

Reason 2: Updatability

Linux is in a constant state of development and improvement by professional and semi-professional developers who donate their time and skills to the various projects. In addition, the majority of the system and available applications are Open source, so if you wish and you had the ability, you could add any feature you needed. Linux also has the ability to expand the life of many systems as it’s reduced overhead and need for system resources means that it will run great on older machines.

Reason 3: Support

Yes, support. As hard as it is to accept, you can easily get support when you do run into difficulties. In addition to the plethora of online forms, both independant and those provided by the distro supplier, there are also more and more 3rd party service providers that offer service contracts for Linux systems. Good to have in a corporate/business environment. There is also support offered by more and more traditional Technology names such as Dell, IBM, Novell, Sun and others. And finally, for support a little closer to home, most major cities have Linux User Groups that can and do offer help and advice. Help and Support IS available and does not usually mean spending hours on hold to speak to someone in a call center on the other side of the planet.

Reason 4: Self-improvement

Personally, this is one of the most important reasons why I switched. Linux gave me the chance to learn new skills, gain deeper insights into how computers work and provided an excellent platform to develop on. Some people may be satisfied with going through life with blinders on and living the “status-quo”. For those that enjoy the how/what/why of life, Linux is an excellent choice.

Reason 5: Cost

Most people would put this at the top of the list. For me, cost is one of the least important reasons to switch to Linux. However, the cost advantage of Linux is huge. In a nutshell, you get the complete OS, thousands upon thousands of applications AND support for the grand total price of….S0! We’re not talking a watered down, feature deprived OS either…we’re talking a full-blown, complete, enterprise ready OS…for free. “But my time is worth something and the extra effort needed with Linux cost me money.”, alright…and how much does it cost you when Windows bluescreens in the middle of editing a large report that hasn’t been saved? Or how about when a virus or spyware prevents you from even using your system…probably costs you a lot.

Use Linux Commands and Shell Scripts directly in Windows

Did you know that there is a way to run Linux commands and shell scripts directly in Windows? No Linux partition required. No dual boot required. All you need is CygWin, which is available for free at http://cygwin.com.

You can think of CygWin as a Linux emulator that runs within Windows. Technically, it is not an emulator, because it cannot run just any Linux program directly. Programs have to be specifically ported to CygWin first. The good news is that hundreds of such programs are available at your fingertips via the CygWin installer, and yet more are available on the side. So, for all intents and purposes, it really is a Linux emulator.

The best of both worlds: CygWin, therefore, is a great way to learn Linux when no Linux box is available. More importantly, CygWin brings you the best of both worlds, allowing sophisticated, powerful, atomic Linux commands to operate in the Windows world. The number of uses for CygWin are incalculable. This article will briefly explain why CygWin is a good thing and, hopefully, whet your appetite for more. This is only the first of what promises to be a long string of articles that will appear on CodeJacked to tout and exemplify the many uses for CygWin.

Shell Scripts: CygWin allows you to use shell scripts to automate tasks that simply cannot be done with a Windows batch file.
First of all, many people find that it is easier to automate sophisticated processes using shell scripts than to do so by writing batch files. The control structure for Windows batch files evolved over time in a very haphazard manner, whereas shell scripts have always enjoyed a programming-language-like structure.
Secondly, there’s a huge list of Linux commands that have been converted to run under CygWin. In many cases the Linux command is unique, with no Windows counterpart to speak of. In other cases, there may be a Windows counterpart, but the Linux version is more powerful, or it provides an alternate way to specify the options, or a combination of the two.
Even in cases where the process to be automated could easily be done with a batch file, using a shell script instead means that it will not have to be converted later should the process be moved to a Linux box.
Another big advantage to CygWin is that, since it is free, open-source software, there’s nothing to stop you from running the latest and greatest releases in order to take advantage of its full potential. Compare this to the feature set of Windows batch files which depend on the version of Windows that you are running.

Individual Commands: Here are just a few of some popular commands that run under CygWin:
rsync - Synchronizes two file folders (remotely) so that the files in the target folder are up-to-date with corresponding files in the source folder (fast).
conv - Converts the line endings of text files to/from DOS style and UNIX style.
tidy, catdoc, etc. - Utilities for manipulating text files.
openssh - Generates a private/public key pair for use with SSH security

Graphical Environments: CygWin even supports three different graphical environments out-of-the-box, including KDE and Gnome.

For those of you who cannot wait to get started, the CygWin user guide (http://cygwin.com/cygwin-ug-net/) is good, but terse. It even includes two different getting-started guides: one for people who are more familiar with Windows than UNIX, and one for the other way around.

Basic Commands in Linux

Please refer the following link for basic commands in linux that are to be used in day by day for linux users.

http://ss64.com/bash/

Unix website for Open Source Beginners

Please refer the following site for newbie users,the site includes  linux  commands , linux forums , linux latest distributions ,linux tutorials , linux videos and many more...

http://www.unixmen.com/ 

Tuesday, January 12, 2010

Websites for linux open source

Please refer the following site for linux open source links,

http://www.linuxontop.com/

Monday, January 11, 2010

List of free and open source software packages

http://en.wikipedia.org/wiki/List_of_free_and_open_source_software_packages please check this link for list of website names for free and open source software packages.

What are the Open Source Distributions available in Linux?

The Open Source Linux Distributions available are

*Debian
*Open Suse
*Fedora
*Mandriva
*Ubuntu
*Kubuntu
*Xubuntu
*BOSS(Bharath Operating System Solutions)
*Cent Os

Sunday, January 10, 2010

What is linux?

Linux is a operating system which is open source.Linux can be used on computers(desktops and Laptops) as well as servers.To know more about linux, check with following link
http://en.wikipedia.org/wiki/Linux