SlideShare ist ein Scribd-Unternehmen logo
1 von 19
Downloaden Sie, um offline zu lesen
Linux ..some more
advanced concepts :)
Apache - An Overview
●    Most widely used web server
    on the planet
●   Created by the creators of
    http protocol
●   Over 65% market share
●    New protocol (waka) is
    coming up – Apache 3.0
Apache – Features
●   Multiple MPM
      –   Prefork – Spawn process before they needed
      –   Worker – For pure multi-threaded applications
      –   Event – New, for multi-threaded applications
●   Dynamic Module Loading
      –   No need for recompilation, run time extensibility
●   Virtual Hosting
      –   Multiple web site on a single IP
Apache - Basics

Packages              : httpd, httpd-devel
Start-up Script       : /etc/init.d/httpd
Configuration Files   : /etc/httpd/*, /var/www/*
Ports                 : 80 (http), 443 (https)
Daemon                : /usr/sbin/httpd
Apache - Basics


Main Config File    : /etc/httpd/conf/httpd.conf
Additional Modules : /etc/httpd/conf.d/*
Document Root       : /var/www/html
Apache - Howto
●   Installing apache
●   Basic Configuration
●   Enable / Disable Modules
●   Start / Stop / Monitor the web server
●   Configure PHP
●   Configure a test server with PHP and Apache
Virtual Hosting
Types of virtual hosts   How to configure
                             # vi /etc/httpd/conf/httpd.conf
        –   Name based
                                               NameVirtualHost *:80
        –   Port Based
                                                     <VirtualHost *:80>
        –   Port Based
                                                           DocumentRoot /tmp/example.com

                                                     ServerName server.example.com

                                                  </VirtualHost>

                                                  <VirtualHost *:80>

                                                     DocumentRoot /tmp/test.com

                                                     ServerName server.test.com

                                                  </VirtualHost>
Mono
●   An open Source C#
    and .NET development
    environment for Linux

●   mod_mono : Apache
    2.0/2.2 module that
    provides ASP.NET
    support for the web's
    favorite server, Apache.
Other web servers


●   Lighttpd
●   Mongrel
●   Yaws
Reverse Proxies
●   Used for
    ●   Caching
    ●   Security
    ●   Encryption
    ●   Load Distribution
●   Examples
    ●   Nginx
    ●   Varnish
    ●   Squid
Databases
●   Installing MySQL
    ●   Create a database
    ●   Install management
        tools – phpMyAdmin
●   Install PostgreSQL
    ●   Create a database
    ●   Install management
        tools – phpPgAdmin
noSQL
●   Not an RDBMS
●   No Table Schema
●   No joints
●   Very High Scalability – Horizontal
●   Used in high performance parallel computing
●   Examples
        - Big Table, CouchDB, Cassandra,
            MongoDB
Types of file systems
●   Disk File Systems
        - Ext4, Ext3, ZFS, NTFS
●   FUSE – File System in User Space
        - SSHFS, GlusterFS
●   Distributed / Parallel File Systems
        - Luster, Google FS, Hadoop, MogileFS
●   Cluster File Systems
        - GFS, OCFS, GPFS, CFS
Working on remote Server
●   Ssh (secure shell)
●   Configure ssh server
●   Automatic login
●   Secure copy of files
●   Remote command execution
●   Rsync
        –   Sync files between hosts
        –   Widely used for backup
Cloud Computing
What is cloud computing
         –   You will get “Everything” As A Service
         –   Pay as per usage
         –   Dynamic Elasticity and Scalability
         –   High availability
Major Players
         –   Amazon
         –   RackSpace
Open Source Initiatives
         –   Open Stack
         –   Eucalyptus
         –   Open Nebula
Virtualization
What is Virtualization
    Running multiple “instances” of OSs on a single machine
Types of virtualization
    Full virtualization
    Para virtualization
Advantages of virtulaization
    Effective resource usage
    Manageability
    TCO
Linux Industry adoption
●   99% of the Cloud platforms runs on Linux
    ●   By 2014 Cloud will be a USD 10 Billion Business
●   Mobile Application
    ●   Andriod – Will dominate all other competition in coming future
        (Gartner Survey)
●   All mission critical application
    ●   Banking and Finance
    ●   Military
    ●   Space
    ●   Agriculture
    ●   Health
Careers In Linux
As a programmer
  ●   Java, Python, C, C++, Perl, SCALA, Ruby
  ●   MapReduce, Hyper Tables

As Administrator, Architect etc
  ●   Certification
       – Red Hat (RHCE, RHCSS, RHCA)
       – Novell (CLP, CLE)
       – LPI (Level - 1, Level – 2, Level - 3)
Questions?
Ask at www.iwillstudy.com/forum

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Introduction to Docker
Introduction to DockerIntroduction to Docker
Introduction to Docker
 
Docker basics
Docker basicsDocker basics
Docker basics
 
DockerCon US 2016 - Extending Docker With APIs, Drivers, and Plugins
DockerCon US 2016 - Extending Docker With APIs, Drivers, and PluginsDockerCon US 2016 - Extending Docker With APIs, Drivers, and Plugins
DockerCon US 2016 - Extending Docker With APIs, Drivers, and Plugins
 
Managing Open Source software in the Docker era
Managing Open Source software in the Docker era Managing Open Source software in the Docker era
Managing Open Source software in the Docker era
 
Docker
DockerDocker
Docker
 
runC: The little engine that could (run Docker containers) by Docker Captain ...
runC: The little engine that could (run Docker containers) by Docker Captain ...runC: The little engine that could (run Docker containers) by Docker Captain ...
runC: The little engine that could (run Docker containers) by Docker Captain ...
 
Michigan IT Symposium 2017 - Container BOF
Michigan IT Symposium 2017 - Container BOFMichigan IT Symposium 2017 - Container BOF
Michigan IT Symposium 2017 - Container BOF
 
Docker based-pipelines
Docker based-pipelinesDocker based-pipelines
Docker based-pipelines
 
presentation on Docker
presentation on Dockerpresentation on Docker
presentation on Docker
 
Docker introduction for the beginners
Docker introduction for the beginnersDocker introduction for the beginners
Docker introduction for the beginners
 
Docker
DockerDocker
Docker
 
Introduction to Containers and Docker for PHP developers
Introduction to Containers and Docker for PHP developersIntroduction to Containers and Docker for PHP developers
Introduction to Containers and Docker for PHP developers
 
The Power of Docker
The Power of DockerThe Power of Docker
The Power of Docker
 
Balena: a Moby-based container engine for IoT
Balena: a Moby-based container engine for IoT Balena: a Moby-based container engine for IoT
Balena: a Moby-based container engine for IoT
 
Project-Builder.org presentation
Project-Builder.org presentationProject-Builder.org presentation
Project-Builder.org presentation
 
Learning Docker with Thomas
Learning Docker with ThomasLearning Docker with Thomas
Learning Docker with Thomas
 
Docker intro
Docker introDocker intro
Docker intro
 
Linux basics (part 2)
Linux basics (part 2)Linux basics (part 2)
Linux basics (part 2)
 
Introduction to Docker
Introduction to DockerIntroduction to Docker
Introduction to Docker
 
An introduction to contianers and Docker for PHP developers
An introduction to contianers and Docker for PHP developersAn introduction to contianers and Docker for PHP developers
An introduction to contianers and Docker for PHP developers
 

Ähnlich wie Linux advanced concepts - Part 2

Linux sever building
Linux sever buildingLinux sever building
Linux sever building
Edmond Yu
 
[Mas 500] Various Topics
[Mas 500] Various Topics[Mas 500] Various Topics
[Mas 500] Various Topics
rahulbot
 
Scalable Architecture 101
Scalable Architecture 101Scalable Architecture 101
Scalable Architecture 101
ConFoo
 
Ch 22: Web Hosting and Internet Servers
Ch 22: Web Hosting and Internet ServersCh 22: Web Hosting and Internet Servers
Ch 22: Web Hosting and Internet Servers
webhostingguy
 

Ähnlich wie Linux advanced concepts - Part 2 (20)

Installation of LAMP Server with Ubuntu 14.10 Server Edition
Installation of LAMP Server with Ubuntu 14.10 Server EditionInstallation of LAMP Server with Ubuntu 14.10 Server Edition
Installation of LAMP Server with Ubuntu 14.10 Server Edition
 
Linux sever building
Linux sever buildingLinux sever building
Linux sever building
 
Apache HTTPd Server 2.2 Presentation
Apache HTTPd Server 2.2 PresentationApache HTTPd Server 2.2 Presentation
Apache HTTPd Server 2.2 Presentation
 
Extending OpenShift Origin: Build Your Own Cartridge with Bill DeCoste of Red...
Extending OpenShift Origin: Build Your Own Cartridge with Bill DeCoste of Red...Extending OpenShift Origin: Build Your Own Cartridge with Bill DeCoste of Red...
Extending OpenShift Origin: Build Your Own Cartridge with Bill DeCoste of Red...
 
Webserver
WebserverWebserver
Webserver
 
Micro Datacenter & Data Warehouse
Micro Datacenter & Data WarehouseMicro Datacenter & Data Warehouse
Micro Datacenter & Data Warehouse
 
Virtualizing Development
Virtualizing DevelopmentVirtualizing Development
Virtualizing Development
 
[Mas 500] Various Topics
[Mas 500] Various Topics[Mas 500] Various Topics
[Mas 500] Various Topics
 
Docker based Architecture by Denys Serdiuk
Docker based Architecture by Denys SerdiukDocker based Architecture by Denys Serdiuk
Docker based Architecture by Denys Serdiuk
 
Scalable Architecture 101
Scalable Architecture 101Scalable Architecture 101
Scalable Architecture 101
 
Cloud init and cloud provisioning [openstack summit vancouver]
Cloud init and cloud provisioning [openstack summit vancouver]Cloud init and cloud provisioning [openstack summit vancouver]
Cloud init and cloud provisioning [openstack summit vancouver]
 
Deploying Perl apps on dotCloud
Deploying Perl apps on dotCloudDeploying Perl apps on dotCloud
Deploying Perl apps on dotCloud
 
Deployment of WebObjects applications on CentOS Linux
Deployment of WebObjects applications on CentOS LinuxDeployment of WebObjects applications on CentOS Linux
Deployment of WebObjects applications on CentOS Linux
 
Containers - Portable, repeatable user-oriented application delivery. Build, ...
Containers - Portable, repeatable user-oriented application delivery. Build, ...Containers - Portable, repeatable user-oriented application delivery. Build, ...
Containers - Portable, repeatable user-oriented application delivery. Build, ...
 
Local development environment evolution
Local development environment evolutionLocal development environment evolution
Local development environment evolution
 
ITB2019 NGINX Overview and Technical Aspects - Kevin Jones
ITB2019 NGINX Overview and Technical Aspects - Kevin JonesITB2019 NGINX Overview and Technical Aspects - Kevin Jones
ITB2019 NGINX Overview and Technical Aspects - Kevin Jones
 
Zend Core on IBM i - Security Considerations
Zend Core on IBM i - Security ConsiderationsZend Core on IBM i - Security Considerations
Zend Core on IBM i - Security Considerations
 
Ch 22: Web Hosting and Internet Servers
Ch 22: Web Hosting and Internet ServersCh 22: Web Hosting and Internet Servers
Ch 22: Web Hosting and Internet Servers
 
OSCamp 2019 | #3 Ansible: Foreman Discovery by Adam Ruzicka
OSCamp 2019 | #3 Ansible: Foreman Discovery by Adam RuzickaOSCamp 2019 | #3 Ansible: Foreman Discovery by Adam Ruzicka
OSCamp 2019 | #3 Ansible: Foreman Discovery by Adam Ruzicka
 
Lamp introduction in Fedora
Lamp introduction in FedoraLamp introduction in Fedora
Lamp introduction in Fedora
 

Mehr von NAILBITER

Cloud Workshop - Presentation
Cloud Workshop - PresentationCloud Workshop - Presentation
Cloud Workshop - Presentation
NAILBITER
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
NAILBITER
 
iWillStudy.com - Light Pitch
iWillStudy.com - Light PitchiWillStudy.com - Light Pitch
iWillStudy.com - Light Pitch
NAILBITER
 
Develop open source search engine
Develop open source search engineDevelop open source search engine
Develop open source search engine
NAILBITER
 
Android Workshop - Session 2
Android Workshop - Session 2Android Workshop - Session 2
Android Workshop - Session 2
NAILBITER
 
Android Workshop Session 1
Android Workshop Session 1Android Workshop Session 1
Android Workshop Session 1
NAILBITER
 

Mehr von NAILBITER (20)

Social Media Strategies
Social Media StrategiesSocial Media Strategies
Social Media Strategies
 
jQuery for Beginners
jQuery for Beginners jQuery for Beginners
jQuery for Beginners
 
GBGahmedabad - Create your Business Website
GBGahmedabad - Create your Business WebsiteGBGahmedabad - Create your Business Website
GBGahmedabad - Create your Business Website
 
Mapathon 2013 - Google Maps Javascript API
Mapathon 2013 - Google Maps Javascript APIMapathon 2013 - Google Maps Javascript API
Mapathon 2013 - Google Maps Javascript API
 
Cloud Workshop - Presentation
Cloud Workshop - PresentationCloud Workshop - Presentation
Cloud Workshop - Presentation
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
iWillStudy.com - Light Pitch
iWillStudy.com - Light PitchiWillStudy.com - Light Pitch
iWillStudy.com - Light Pitch
 
Cloud Summit Ahmedabad
Cloud Summit AhmedabadCloud Summit Ahmedabad
Cloud Summit Ahmedabad
 
Android Fundamentals & Figures of 2012
Android Fundamentals & Figures of 2012Android Fundamentals & Figures of 2012
Android Fundamentals & Figures of 2012
 
The iPhone development on windows
The iPhone development on windowsThe iPhone development on windows
The iPhone development on windows
 
Ambastha EduTech Pvt Ltd
Ambastha EduTech Pvt LtdAmbastha EduTech Pvt Ltd
Ambastha EduTech Pvt Ltd
 
Branding
BrandingBranding
Branding
 
Advertising
AdvertisingAdvertising
Advertising
 
Develop open source search engine
Develop open source search engineDevelop open source search engine
Develop open source search engine
 
Location based solutions maps & your location
Location based solutions   maps & your locationLocation based solutions   maps & your location
Location based solutions maps & your location
 
Html5 workshop part 1
Html5 workshop part 1Html5 workshop part 1
Html5 workshop part 1
 
Android Workshop - Session 2
Android Workshop - Session 2Android Workshop - Session 2
Android Workshop - Session 2
 
Android Workshop Session 1
Android Workshop Session 1Android Workshop Session 1
Android Workshop Session 1
 
Linux Seminar for Beginners
Linux Seminar for BeginnersLinux Seminar for Beginners
Linux Seminar for Beginners
 
Linux advanced concepts - Part 1
Linux advanced concepts - Part 1Linux advanced concepts - Part 1
Linux advanced concepts - Part 1
 

Kürzlich hochgeladen

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Kürzlich hochgeladen (20)

psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 

Linux advanced concepts - Part 2

  • 2. Apache - An Overview ● Most widely used web server on the planet ● Created by the creators of http protocol ● Over 65% market share ● New protocol (waka) is coming up – Apache 3.0
  • 3. Apache – Features ● Multiple MPM – Prefork – Spawn process before they needed – Worker – For pure multi-threaded applications – Event – New, for multi-threaded applications ● Dynamic Module Loading – No need for recompilation, run time extensibility ● Virtual Hosting – Multiple web site on a single IP
  • 4. Apache - Basics Packages : httpd, httpd-devel Start-up Script : /etc/init.d/httpd Configuration Files : /etc/httpd/*, /var/www/* Ports : 80 (http), 443 (https) Daemon : /usr/sbin/httpd
  • 5. Apache - Basics Main Config File : /etc/httpd/conf/httpd.conf Additional Modules : /etc/httpd/conf.d/* Document Root : /var/www/html
  • 6. Apache - Howto ● Installing apache ● Basic Configuration ● Enable / Disable Modules ● Start / Stop / Monitor the web server ● Configure PHP ● Configure a test server with PHP and Apache
  • 7. Virtual Hosting Types of virtual hosts How to configure # vi /etc/httpd/conf/httpd.conf – Name based NameVirtualHost *:80 – Port Based <VirtualHost *:80> – Port Based DocumentRoot /tmp/example.com ServerName server.example.com </VirtualHost> <VirtualHost *:80> DocumentRoot /tmp/test.com ServerName server.test.com </VirtualHost>
  • 8. Mono ● An open Source C# and .NET development environment for Linux ● mod_mono : Apache 2.0/2.2 module that provides ASP.NET support for the web's favorite server, Apache.
  • 9. Other web servers ● Lighttpd ● Mongrel ● Yaws
  • 10. Reverse Proxies ● Used for ● Caching ● Security ● Encryption ● Load Distribution ● Examples ● Nginx ● Varnish ● Squid
  • 11. Databases ● Installing MySQL ● Create a database ● Install management tools – phpMyAdmin ● Install PostgreSQL ● Create a database ● Install management tools – phpPgAdmin
  • 12. noSQL ● Not an RDBMS ● No Table Schema ● No joints ● Very High Scalability – Horizontal ● Used in high performance parallel computing ● Examples - Big Table, CouchDB, Cassandra, MongoDB
  • 13. Types of file systems ● Disk File Systems - Ext4, Ext3, ZFS, NTFS ● FUSE – File System in User Space - SSHFS, GlusterFS ● Distributed / Parallel File Systems - Luster, Google FS, Hadoop, MogileFS ● Cluster File Systems - GFS, OCFS, GPFS, CFS
  • 14. Working on remote Server ● Ssh (secure shell) ● Configure ssh server ● Automatic login ● Secure copy of files ● Remote command execution ● Rsync – Sync files between hosts – Widely used for backup
  • 15. Cloud Computing What is cloud computing – You will get “Everything” As A Service – Pay as per usage – Dynamic Elasticity and Scalability – High availability Major Players – Amazon – RackSpace Open Source Initiatives – Open Stack – Eucalyptus – Open Nebula
  • 16. Virtualization What is Virtualization Running multiple “instances” of OSs on a single machine Types of virtualization Full virtualization Para virtualization Advantages of virtulaization Effective resource usage Manageability TCO
  • 17. Linux Industry adoption ● 99% of the Cloud platforms runs on Linux ● By 2014 Cloud will be a USD 10 Billion Business ● Mobile Application ● Andriod – Will dominate all other competition in coming future (Gartner Survey) ● All mission critical application ● Banking and Finance ● Military ● Space ● Agriculture ● Health
  • 18. Careers In Linux As a programmer ● Java, Python, C, C++, Perl, SCALA, Ruby ● MapReduce, Hyper Tables As Administrator, Architect etc ● Certification – Red Hat (RHCE, RHCSS, RHCA) – Novell (CLP, CLE) – LPI (Level - 1, Level – 2, Level - 3)