Joomla!® Open Source Matters.

2 comments


Joomla!® Open Source Matters.
J
oomla!® is a free, award-winning content management system written in PHP which is allows users to easily publish their content on the world wide web and intranets. Joomla is created as an open-source project where individuals and teams contribute their skills to its development as well as its supporting systems.

          While Joomla is packed with features, its greatest quality is that it is extremely extensible. Because of its extensible structure, there aren't many things you cannot do with Joomla!. A short list of some important features of Joomla! are the following:


  • Page Caching
  • Web Indexing
  • RSS Feeds
  • Printable Page Versions
  • Newsflashes
  • Blogs
  • Forums
  • Polls
  • Calendars
  • Website Searching
  • Language Internationalisation.

Some Useful Sites for Joomla

Project Site           :    http://www.joomla.org
Demo Site              :    http://demo.joomla.org
End-User Documentation :    http://help.joomla.org
Developer Network      :    http://dev.joomla.org
Extension Directory    :     http://extensions.joomla.org
Joomla is released under the GNU General Public License.

What's in a name?

          The name Joomla! is a phonetic spelling for the Swahili word "Jumla", which means "all together" or "as a whole". It was chosen as the entire team behind Mambo was unanimous in their commitment to protecting the interests of the project and community.

          This name was chosen from thousands of recommendations by the community, and even went through an arduous review session by branding and marketing professionals who also felt that Joomla! was the best choice of the lot.

          What sets Joomla! apart from the rest is our dedication to keeping things as simple as possible while providing the most features possible. Finally, non-technical people can have complete control over their websites without paying exorbitant amounts for closed, proprietary software.

          Joomla! is more than just software, it is people. The community behind Joomla! includes developers, designers, systems administrators, translators, content writers, and most importantly the end users. We welcome you to our community, and look forward to the future with great excitement!

Using XAMPP (Apache-MySQL-PHP-Perl) for Windows

0 comments
M
any people know from their own experience that it's not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use just download, extract, and start.







HOW TO INSTALL XAMPP.....

After the installation is complete, you will find XAMPP under Start | Programs | XAMPP. You can use the XAMPP Control Panel to start/stop all server and also install/uninstall services.

The XAMPP control panel for start/stop Apache, MySQL, FilaZilla & Mercury or install these server as services.
Video Tutorial

Funny And Usefull Javascripts Collection

1 comments

Note: To get better results, use these javascripts to the page having all kinds of stuff like pictures, text, textareas etc. You can get all of them on orkut. So, get better results with orkut

  • Javascript no: 1
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);

Open google images. Search for any image. When the result will come, enable the upper javascript and see. Train of images!
----------------------------------------------------
  • Javascript no: 2

javascript:i=0;c=["red","green","blue","yellow","magenta","orange","pink","violet"]; a=document.links;setInterval('i++;a[i % document.links.length].style.color=c[i % c.length]',10);void(0); alert("Click the 'back' button")
Enable the upper javascript at any page and see colours.
-----------------------------------------------------
  • Javascript no: 3
javascript:a=document.body;b="a.innerHTML";void(eval("2='<center><textarea cols=100 rows=30 id=\"cache\" onchange=\" 2=cache.value\">'+ 2+'</textarea><br></center>'+ 2".replace(/2/gi,b)))
Try this out and view the source of page.
-----------------------------------------------------
  • Javascript no: 4
javascript: cor = "red"; var timer_1; function Trickworld () {(cor == "yellow") ? cor = "red": cor = "yellow"; document.links[10].parentNode.parentNode.style.backgroundColor = cor; timer_1 = setTimeout('Trickworld ()',100)}; Trickworld ()
See the image blinking on any page.
-----------------------------------------------------
  • Javascript no: 5
javascript: x=0; c=["red","yellow"]; setInterval('x=x^1;document.links[2].style.color=c[x]',100);void(0)
Something on page changes its colour.
-----------------------------------------------------
  • Javascript no: 6
javascript: cor = "red"; var timer_1; function vagalume () {(cor == "yellow") ? cor = "red": cor = "yellow"; document.links[20].parentNode.parentNode.style.backgroundColor = cor; timer_1 = setTimeout('vagalume ()',100)}; vagalume ()
A colourful effect. 
-----------------------------------------------------
  • Javascript no: 7
javascript:document.body.innerHTML=document.body.innerHTML.replace(/small/g,"medium");void(0)
Some items on page grows.
-----------------------------------------------------
  • javascript no: 8
javascript: i=0; c=["#00ffff","#ff00ff","#ffff00"]; a=document.links;setInterval('i++;b=a[i % 10];b.style.color=c[i % 3]',10);void(0)
Make the index colourful.
-----------------------------------------------------
  • Javascript no: 9
javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*2;y=Math.sin(a*2)*2;moveBy(x,y)",2);void(0)
This one is earthquake. screen moves dangerly. Suddenly press 'refresh' button.
-----------------------------------------------------
  • javascript no: 10
javascript:b=[]; a=document.images; for(wt=0; wt<a.length; wt++){a[wt].style.position='relative'; b[b.length]=a[wt]}; j=0; setInterval('j++; for(wt=0; wt<b.length; wt++){b[wt].style.left=Math.sin((6.28/a.length)*wt+j/10)*10}; void(0)',1); void(0)
all the pictures do dance. Good with google images.
-----------------------------------------------------
  • javascript no: 11
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300;y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute';DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5;DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0)
One more dance of pictures. You cant understand it this time.
-----------------------------------------------------
  • javascript no: 12
javascript: document.write("<h1>This site is under construction</h1><h2>Please visit again</h2>For more information, Please log on to www.geocities.com/vipul25varad/javascripts.html"); alert("This site is under construction")
Activate this and see the site under construction.
-----------------------------------------------------
  • javascript no: 13
javascript:document.images[6].src="/img/alph/Ra.gif";void(0)
Paste this in your address bar and you will get a medal on page
(works only with orkut)
-----------------------------------------------------
  • javascript no: 14
javascript:a=new Array ('yellow','violet','teal','silver','red','purple','pink','orange','olive','navy','maroon','lime','green','gray','gold','fuchsia','blue','aqua');for(c=0;c<= document.getElementsByTagName('td').length ;c++){document.getElementsByTagName('td')[c].style.cssText="background :"+a[c]+" !important";};void(69)
Chnage the background of any site.
-----------------------------------------------------
  • javascript no: 15
javascript:document.body.innerHTML=document.body.innerHTML.replace(/small/g,"medium");void(0)
Pictures in any particular area grows.
-----------------------------------------------------
  • Javascript no: 16
javascript:var name =prompt("Whats your name?"," "); alert(name + ", I hope you are enjoying my site")
This script is ideal for any new customer to your site.
-----------------------------------------------------
  • Javascript no: 17
javascript:function flood(n) {if (self.moveBy) {for (i = 15; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} flood(6);{ var inp = "This is a mirror form text"; var outp = ""; for (i = 0; i <= inp.length; i++) { outp = inp.charAt (i) + outp ; } alert(outp) ;}; reverse();
First, there is earthquake and then is reverse form text
 ----------------------------------------------------
  • javascript no: 18
javascript:R=-1;DI=document.images;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';
DIS.left=A(0,7,300);DIS.top=A(1.6,6,150)}setInterval('R++;B(R%DIL)',15);void(0)
This time, pictures flash.
-----------------------------------------------------
  • javascript no: 19
javascript:if(document.getElementById("liframe")!=null){var liframe = document.getElementById("liframe");liframe.parentNode.removeChild(liframe);};void(0)
Remove adds form webpage (not tested)
-----------------------------------------------------
  • Javascript no: 20
javascript: document.write("<h1>Succesfully hacked!</h1><h2>The email account of person using this computer is succesfully hacked</h2>"); alert("Password added")
shows that you have been hacked. 
Note: this is not real hacking just to put your friends in trouble.
-----------------------------------------------------

  • Javascript no: 21
javascript: document.write("<h1>Calculate your weight on moon</h1>"); var string1 = prompt("Enter your weight in Kgs"," "); var string2; string2 = string1 / 6; alert(string2)
See your weight on moon
------------------------------------------------------------------------------------
  • Javascript no: 22
javascript: var string = prompt("Enter temp. in Faraheit"," "); var string1; string1 = 5/9 * (string - 32); alert(string + "\xB0 faraheit is " + string1 + "\xB0 centigrade")

Give temperature in faraheit and take it converted into celcius.
------------------------------------------------------------------------------------
  • Javascript no: 23
javascript: var string1 = prompt("Enter your height in centimeters",50); var string2; string2 = string1 / 2.5; alert(string2)
Write your height in centimeters. Get it converted into inches.(not in foots here)
------------------------------------------------------------------------------------
  • Javascript no: 24
javascript: document.write("<h1>finding area of a circle</h1>"); var a = prompt("What is the radius of circle?"," "); var b; b = 22 / 7 * a * a; alert(b)
Find area of any circle.
------------------------------------------------------------------------------------
  • Javascript no: 25
javascript: document.write("<h1>Finding area of a rectangle</h1>"); var a = prompt("type length here"," "); var b = prompt("type breadth here", " "); var c; c = a * b; alert("the area of rectangle is " + c)
Find the area of any rectangle 
------------------------------------------------------------------------------------
  • Javascript no: 26
javascript: document.write("<h1>finding area of a square</h1>"); var a = prompt("What is side of square?"," "); var b; b =  a * a; alert("The area of square is " + b)
Find the area of square.
------------------------------------------------------------------------------------
  • Javascript no: 27
 javascript: document.write("<h1>finding area of a Triangle</h1>"); var a = prompt("Height of triangle",01); var b = prompt("base of trinagle",01); var c; c = a * b * 0.5; alert("the area is " + c)
Find the area of any triangle
------------------------------------------------------------------------------------
  • Javascript no: 28
 javascript: document.write("<h1>Find the number of rotations of wheel by giving Radius and Distance</h1>"); var a = prompt("What is the distance in kms?"," "); var b; b = a * 100000; var c = prompt("What is the radius of wheel? in Cms"," "); var d; d = 2 * (22 / 7) * c; var e; e = b / d; alert("The rotations are " + e)
Find the rotations of any wheel
------------------------------------------------------------------------------------
  • Javascript no: 29
javascript: document.write ("<h1>Find your number of heartbeats</h1>"); var a = prompt("Whats your age?"," "); var b; b = a * 365 * 24 * 60 * 72; alert("Your heartbeats till now is " + b)
Find the heartbeats of you till this your birthday
------------------------------------------------------------------------------------
  • Javascript no: 30
 javascript: document.write("<h1>Find your age in seconds</h1>"); var a = prompt("What is your age?"," "); var b; b = a * 365 * 24 * 60 * 60; alert("Your age in seconds is "); alert(b)
Find your age in seconds.
------------------------------------------------------------------------------------
  • Javascript no: 31
javascript: alert("Whats your name?"); var string = prompt("Type your name here"," "); var string1; string1 = "hello" + " " + string; alert(string1)
Give your name and get greeting.
------------------------------------------------------------------------------------
  • Javascript no: 32
 javascript: alert("Hello!"); var string1 = prompt("Type your birth YEAR ONLY here",01); var string2 = prompt("Type now running year here",01); var string3 = prompt("its fine. Whats your name?",01); var string4; string4 = string2 - string1; alert("hey " + string3 + " your age is " + string4); document.write(string3 + ", Try it out again!")
Know your age here 
------------------------------------------------------------------------------------
  • Javascript no: 33
Addition:

javascript: alert(# + #)


Subtraction:

javascript: alert(# - #)


Multiplication:

javascript: alert(# * #)


Division:

javascript: alert(# / #)
 

Do mathematical calculations with these javascripts. Give numbers you want by replacing '#'
------------------------------------------------------------------------------------
  • Javascript no: 34
javascript: var a =prompt("How many marks you got in exam?," "); var b =prompt("How much out of marks were there?"," "); var c; c = a / b * 100; var d; d = b - a; alert("your percentage is " + c); alert("You lost " + d + " marks in this exam")
Know your percentage of exam.
------------------------------------------------------------------------------------
  • Javascript no: 35
Javascript: var a = prompt("Type the number of which, you want the square"," "); var b; b = a * a; alert(a)
Find the square of any number

Blue Screen of Death On Windows

4 comments
T
oday i am surffing internet and I have got a solution for the blue screen of death and from now you may never see the blue screen of death on your computer or laptop.

Get Rid Of Blue Screen Of Death On Windows


AntiCrash is a program that can intercept and fix up to 95.8% blue screens, crashes,  freezes and errors. When a crash occurs, AntiCrash fixes it automatically; we have nothing to do!

New! AntiCrash now also includes AutoRepair – A unique technology. With AutoRepair, you can scan & repair all computer problems with a single click. AutoRepair automatically determines what is going wrong on your computer with an advanced Artificial Intelligence system, and fixes it instantly.

AntiCrash will protect your computer like no other software. Not only AntiCrash protects you against 95.8% crashes, but it also automatically fixes the crashes. AntiCrash does all the work for you! AntiCrash is also the only software capable of intercepting blue screens and freezes.

To Download the software

Lock Folder Using Notepad..!!!!!!!!!!!!!!!!!!!!

0 comments


LOCK A FOLDER

first select a folder for example i'll use a folder name movies in D drive D:\movies\
in the same drive u create a text file and type
ren movies movies.{21EC2020-3AEA-1069-A2DD-08002B30309D}
and save it as loc.bat
again u type in a notepad as
ren movies.{21EC2020-3AEA-1069-A2DD-08002B30309D} movies
and save it as key.bat
now in D drive u can see two batch files loc and key.. when u double click loc the movie folder will change to control panel and whn u double click key the control panel will change to normal folder..
Try this out .....
It may be secure ur personal data......try n follow my blog......

MS-Dos Programing..

0 comments

  ♥ Logging on to a Drive

When you type in MS-DOS commands, your drive letter is shown on the command line. You can log on the A: drive (have the A: drive as your prompt) or on to any valid drive by just typing in the drive letter followed by a colon and then pressing Enter. When you log on to a drive, all your commands will be executed on that drive - unless you specify otherwise.
Here are the steps:
1. Put a floppy disk into your machine.
2. Open an MS-DOS window. You will be at the C:\> prompt (you may be inside a directory structure, but you will be on the C: drive)
3. At the prompt, type in A: and press Enter.
4. Do a DIR to prove you are now on a blank drive (a drive with no files on it).

Making A Directory (using MKDIR or MD)

The way you make directories on a disk drive is to use the MKDIR command. The MKDIR command has a shortened form called MD and you can use either command interchangeably. For our examples, we will use MKDIR since that command is standard in at least one other operating system (Unix).
For this exercise, we will make a directory called FREEDOM on our floppy diskette. Which we will use in follow-on exercises. To make the directory, do the following:
1. Put your floppy disk into the computer.
2. Go to MS-DOS and log into the A: drive.
3. Using the MKDIR command, make a directory called FREEDOM. The syntax will be: MKDIR FREEDOM
(be sure you are on the A: drive when you use the command!)


  Changing Directories (using CHDIR or CD)

Directories are containers that are made to hold your files in a nice orderly way. To get to those directories and to see the files in them, you would use a combination of the CHDIR (or CD) commands and the DIR command. Do the following exercise to see how the CHDIR (or CD) command is used.
1. Put your floppy disk in the drive (be sure you have completed the previous MKDIR task)
2. Go to the MS-DOS prompt and log on to the A: drive.
3. Use the CHDIR command to enter the FREEDOM directory that you made previously. (CD FREEDOM)
4. Use the DIR command to see that there are no files in the directory. (only the . and .. files and those are for MS-DOS internal use).
5. Using the EDIT command, make two files. Call the first one AAA.TXT and the second one B.TXT.
6. Exit the EDIT program and do a DIR of the directory so you can see the files you just made.
7. Use the CHDIR command to get back to the root of the A: drive. ('CD \' is the command!)

        ☻ Important Shortcuts To Remember:
To change to the ROOT directory from any directory or subdirectory type:

CHDIR \ {ENTER}

To change to the parent directory of your current directory type:

CHDIR .. {ENTER}


  ♥ Adding Parameters to a command

A parameter is a letter typed after a command, that tells the command to carry out an extra task. These parameters are also called 'switches'.

For instance, a command that you've already used is the DIR command. The command with a parameter might look like this:
DIR /S /P
( The /S and the /P are the parameters. You can use either one.)
This Part
Tell MS-DOS to
DIR
Show the files and directories in the current directory ...
/S
.. and show all the files and directories below this directory (recurse )
/P
.. and show them one page at a time, waiting for the user to press 'Enter' between pages.

Most parameters are optional, however you will discover, over time, ones that you use frequently.
Go to the DOS prompt now and, with your diskette in drive A: do the following:

1. Log on to the A: drive
2. Do a DIR command
3. Do a DIR /S command and note the difference


    ♥ Copying Files (first look)

When you COPY a file, you make an exact duplicate of it. However, no two files in the same directory may have the same name. So you must either COPY the file to another directory, or copy it to another file name. We will look at copying files to another directory in a later lesson, but for this lesson, we want to make some copies of the files we created earlier on our floppy diskette and we want to keep all the files in the same directory called A:\FREEDOM. That means we will have to copy the files to different file names.

We want the following files in our A:\FREEDOM directory: A.DOC; AA.DOC; AAA.TXT; B.DOC; A.TXT; B.TXT. We will use them in the next lesson. Since it doesn't matter what's inside the files for our lesson, we will just copy one of the files we already made to the new filenames.

Do the following exercise:
1. Put your floppy disk in drive A:
2. Go to the MS-DOS prompt and log onto Drive A:
3. Go to the FREEDOM directory
4. In this directory, you already have AAA.TXT and B.TXT. Do the following COPY commands:

COPY AAA.TXT A.DOC
COPY AAA.TXT AA.DOC
COPY AAA.TXT B.DOC
COPY AAA.TXT A.TXT
5. Do a DIR to see the result

  ♥ Formatting a Diskette (review)
DANGER: BE SURE YOU ONLY FORMAT FLOPPIES! NEVER FORMAT YOUR C: DRIVE WHEN DOING THESE LESSONS ELSE YOU WILL LOSE EVERYTHING ON YOUR HARD DRIVE!!

You use the FORMAT command to format a diskette. We did that in our previous lesson.

Formatting a diskette you have previously used erases any data on the diskette, so only reformat a diskette if you are very sure you don't need any of the data on it.

1.      Type:
FORMAT A: {ENTER}
Note: To put the MS-DOS operating system files onto the diskette you are formatting, add the /S switch to the command
FORMAT A: /S {ENTER}
Putting the operating system on the diskette enables you to BOOT-UP the computer from the diskette. This disk is now known as a SYSTEM DISK.
NOTE THAT THIS COMMAND DOESN'T WORK ON WINDOWS 2000 or XP!!! The Windows 2000 or XP operating system is too big to fit on a diskette.

2. When this prompt appears on the screen.
Insert new diskette for drive A: and strike ENTER when ready
    insert the diskette you want to format into drive A:
    Press the {Carriage Return } or { ENTER } key.

3. When formatting is complete, and this prompt appears:
Format another (Y/N) ?
    Type Y (for yes) to format another diskette, N (for no) to exit from the FORMAT command


  ♥ Checking the Condition of a Disk

You use the CHKDSK command to:
Check a disk to see how much space there is available, and how much is in use.
Fix some disk errors, such as files that show a non-zero size but that really have no data in them
Display information about the disk, including the total disk space, the number and size of files.

The command:
CHKDSK A: /F {ENTER}
Checks the disk in drive A: for errors and fixes any errors it can. If CHKDSK finds no errors it displays a report like this:

C:\>chkdsk A: /F
The type of the file system is FAT.
Volume Serial Number is 11EC-3150
Windows is verifying files and folders...
File and folder verification is complete.
Windows has checked the file system and found no problem.
1,457,664 bytes total disk space.
512 bytes in 1 folders.
3,072 bytes in 6 files.
1,454,080 bytes available on disk.
512 bytes in each allocation unit.
2,847 total allocation units on disk.
2,840 allocation units available on disk.

C:\>
If the CHKDSK command reports any errors on the disk, it displays a message such as:
xxx lost clusters found in xxx chains
and asks you whether you want to correct the errors.
Type Y (for yes) and then press the {ENTER} key.
NOTE:-This procedure can cause you to lose some of the information on your disk, however, not fixing the disk can cause you to lose even more!!

Introduction of C Language

0 comments

C language is the primary language of the computer system developed between 1969 and 1973 by Dennis Ritchie at Bell Telephone Laboratories. The initial development of ‘C’ occurred in AT&T Bell Laboratories. In 1978 Brain Kernighan and Ritchie published a definitive description of the language referred to as K & R version of C. Numerous C compilers and interpreters had been written for different Operating systems. This created some minor incompatibilities among different implementations of the language. Therefore, the ANSI (American National Standard Institute) worked on a standard version of C language.


C has different data types for different types of data and can be broadly classified as:
1. Primary data types
2. Secondary data types
These data types are illustrated in the Picture…
C is an all purpose programming language. It is equally suitable for generating high level application and low level application. C language encourages the users to write their own library function so that they can extend the features of the language and C program can be executed on any type of computers. The program written in C language can be converted into machine language more efficiently. Computer games can be generated in C language which is accomplished through the usage of sound graphics. Both low and high level programming can be done in C language. C language is the address manipulation which can be done through the usage of pointers. C software is usually known as “turbo3”. C is simple, fast, and efficient, the first stage for a programmer. Finally, C is close to hardware.


Why we use C firstly?
In today’s world of computer programming, there are many high-level languages to choose from, such as Pascal, BASIC, and Java. But C stands apart from all these languages. This is due to its many desirable qualities. It is a robust language whose rich set of built-in functions and operators can be used to write any complex logic program. The C language compiler combines the capabilities of a low level language with the features of a high level language. Therefore the language is suitable for writing both system software as well as business packages & other software. You will many compilers available in the market written in C.


The general way to write program in ‘C’ as-
#include
#include
void main ()
{
   printf (“Hello”);
   getch();
}
Here, output will- Hello


In this way, programs are written in “C”. Programs are of many types in ‘C’ as switch case programs, pointer programs, array programs, using functions programs etc. All have different uses on different places.
Finally, C is the primary basic language of Computer System…

Introduction of UNIX

0 comments
P
ronounced yoo-niks, a popular multi-user, multi-tasking operating system developed in the 1960s at the bell laboratory. Created by just a handful of programmers, UNIX was designed to be a small, flexible system used exclusively by programmers. UNIX is a highly programmable language (an operating system) and still regarded as one of the most powerful, versatile, and flexible operating system (OS) in the computer world. UNIX Systems have Graphical User Interface (GUI) facility like Microsoft Windows which to easy to use. The most famous varieties of UNIX are Sun Solaris, GNU/Linux, and MacOS X.

It was designed for a programmer not for a casual end-user. A programmer can easily operate UNIX operating system.

Multi-tasking Facility
Many computers do just only one thing at a time, as anyone who uses a PC or laptop can attest. But, on the other hand, UNIX lets a computer do several things at once, such as printing out one file while the user edits another file. This is a major feature for users, since users don’t have to wait for one application to end before starting another one.

Multi-user Facility
The computer can take the commands of a number of users, determined by the design of the computer to run programs, access files, and print documents at the same time. This is the best facility of UNIX.

It has fast speed with respect to others and it is mainly divided in three parts as follows-

1. The Kernel
2. The shell and
3. The programs.

The Kernel
It controls the hardware and turns part of the system on and off at the programmer’s command. If you ask the computer to list all the files in a directory then, the kernel tells the computer to read all the files in that directory from the disk and display them on your screen.
The Shell
Shell is used to act as an interpreter between the user and the computer as its purpose is same like Kernel. There are several types of shell as most notably the command driven Bourne Shell, the C Shell (no pun intended), and menu-driven shells that make it easier for beginners to use. 
The Programs

There are hundreds of programs available to UNIX users. Typically, they are grouped into categories for certain functions, such as word processing, business applications, or programming.

The main features of UNIX are

  • Multitasking capability
  • Multiuser capability
  • Portability
  • UNIX programs
  • Library of application software

Finally, UNIX is the best operating system, very admired as today it is using by billions of peoples…
 

Google+ Followers

Total Pageviews

FeedBurner

Mayur Sojitra - Find me on Bloggers.com
Follow on Bloglovin
© 2012 A World Of Possibilities . Designed by Nitin Maheta, Powered by Blogger