Friday, 20 September 2019

Linux for Beginners

What should I know?
Linux is nothing but a open source operating system. So what is open source? You have an access to the source code of this operating system that`s why it is known as open source operating system. So as you have access to the source code that means you are free to make changes in it, you have that freedom.

Purpose:
This is another important topic you have to consider, First clear in your mind for what purpose you want to Linux. To learn some basics, to become master in Linux commands, you want to learn shell scripting or you want to learn to become Linux admin. Be sure what you exactly want. Here we will teach you from the architecture of linux some of the linux commands and practice exercises for shell scripting as well. Which is basically helps you to learn Hadoop.

Books:
Here are some books you can go through to learn Linux to become a skilled in commands and to start with shell scripting as well.


Wednesday, 21 August 2019

Introduction to Linux

Linux operating system comes under the flavor of the Unix. Linux is the open source operating system. You have an access to the source code of this operating system that`s why it is known as open source operating system.

Linux provides the GUI (Graphical User Interface) as well as the CLI (Command Line Interface). Mostly the Linux is used with the CLI mode as it is more powerfull.
Linux operating system is very secure than the Windows operating system.  As Linux is secure it get used widely at the server side.
The Android operating system which is widely used for mobiles now a days is also based on the Linux. The kernel which is used in the Android is Linux based.

What is flavors in Linux?
Lets understand what is flavor. As we know Linux is open source that means anyone can customize the source code for their own purpose So, various organizations, companies or individuals hosted their flavor by various names.

Here are some common flavors - 
1.Ubuntu        2.Fedora        3.Debian        4.Mandrive         5.Arch Linux


Following image shows the architecture of Linux Operating System:-
                                       Architecture of Linux OS 

Architecture of Linux -
  • The core or first component of Linux is Hardware on which the operating system is loaded.
  • On top of hardware there is Kernel, which is central component of Operating System. Simply you  can say interface between user and software system Or interface between hardware component and  software application.
  • The next component of architecture is Shell, basically shell program interprets the commands   which are entered by an user or given as input by a shell script.
  • Last layer shows the applications or tasks performed by end users.