SlideShare una empresa de Scribd logo
1 de 18
Linux Databases

Prepared by
Rajeev.P.V,
CB.EN.P2CSE13014
Before Linux
●

In 1980’s, Microsoft’s DOS was the dominated OS for PC.

●

Apple's MAC was better, but expensive.

●

●

●

●

UNIX was much better, but much more expensive. Only for
minicomputer for commercial applications.
People were looking for a UNIX based system, which is cheaper and
can run on PC.
Both DOS, MAC and UNIX were proprietary, i.e., the source code of
their kernel is protected.
No modification is possible without paying high license fees.
GNU project
●

●

●

●

Established in 1984 by Richard Stallman, who believes that software
should be free from restrictions against copying or modification in
order to make better and efficient computer programs.
GNU is a recursive acronym for “GNU's Not Unix”
Aim at developing a complete Unix-like operating system which is
free for copying and modification.
Stallman built the first free GNU C Compiler in 1991. But still, an OS
was yet to be developed.
Beginning of Linux
●

●

A famous professor Andrew Tanenbaum developed Minix, a
simplified version of UNIX that runs on PC.
In Sept 1991, Linus Torvalds, a second year student of Computer
Science at the University of Helsinki, developed the preliminary
kernel of Linux, known as Linux version 0.0.1
Unix, Linux and variant history
●

1957:Bell labs introduced BESYS operating system to deal with batch
jobs.

●

1971:First edition of Unix was released.

●

1972:Second edition of Unix released December 06, 1972.

●

1972:Ritchie written the new language C.

●

1973-1975: third, fourth, fifth, sixth editions of Unix were released.

●

1977:1BSD released late 1977.

●

1978:2BSD released mid 1978.

●

1979:Seventh edition of Unix released January 1979.

●

1979:3BSD released late 1979.

●

●

1979:SCO founded by Doug and Larry Michels as Unix porting and
consulting company.
1980:4.0BSD released October 1980.
Unix, Linux and variant history(contd..)
●

●

1982:SGI introduces IRIX.
1983:The GNU operating system is first announced by Richard
Stallman September 27, 1983.

●

1984:Ultrix 1.0 was released.

●

1985:Eighth edition of Unix released February 1985.

●

1986:HP-UX 1.0 released.

●

1986:Ninth edition of Unix released September 1986.

●

1989:HP-UX 7.0 released.

●

1989:Tenth edition of Unix released October 1989

●

1997:HP-UX 11.0 released.

●

1998:Sun Solaris 7 operating system released.
Unix,linux and varient history(contd..)
●

2004:The first release of Ubuntu is released October 20, 2004.

●

20 October 2004:Ubuntu 4.10 (Warty Warthog)

●

8 April 2005:Ubuntu 5.04 (Hoary Hedgehog)

●

13 October 2005:Ubuntu 5.10 (Breezy Badger)

●

1 June 2006:Ubuntu 6.06 LTS (Dapper Drake)

●

26 October 2006:Ubuntu 6.10 (Edgy Eft)

●

19 April 2007:Ubuntu 7.04 (Feisty Fawn)

●

18 October 2007:Ubuntu 7.10 (Gutsy Gibbon)

●

24 April 2008:Ubuntu 8.04 LTS (Hardy Heron)

●

30 October 2008:Ubuntu 8.10 (Intrepid Ibex)

●

23 April 2009:Ubuntu 9.04 (Jaunty Jackalope)

●

29 October 2009:Ubuntu 9.10 (Karmic Koala)
Unix, Linux and variant history(contd..)
●

29 April 2010:Ubuntu 10.04 LTS (Lucid Lynx)

●

10 October 2010:Ubuntu 10.10 (Maverick Meerkat)

●

28 April 2011:Ubuntu 11.04 (Natty Narwhal)

●

13 October 2011:Ubuntu 11.10 (Oneiric Ocelot)

●

26 April 2012:Ubuntu 12.04 LTS (Precise Pangolin)

●

18 October 2012:Ubuntu 12.10 (Quantal Quetzal)

●

25 April 2013:Ubuntu 13.04 (Raring Ringtail)

●

17 October 2013:Ubuntu 13.10 (Saucy Salamander)

●

17 April 2014(future):Ubuntu 14.04 LTS (Trusty Tahr)
Linux today
●

●

●

Linux has been used for many computing platforms like PC, PDA,
Supercomputer etc.
Not only character user interface but graphical user interface is
available.
Source code is freely available.
List of Linux databases
●

Commerecial databases.

●

Opensource databases.

●

NoSQL databases.
Commercial databases
SQL:
●

Oracle

●

IBM DB2 universal database for Linux

●

Sybase for Linux

●

Borland Interbase – FireBird

●

MIMER SQL DBMS

●

Adabas (from Germany)

●

Empress: Embedded Database

●

Pervasive

Analytic DB:
●

HP Vertica

●

Teradata Aster etc.
Non-SQL databases
●

FairCom: C-Tree, Database server and Server SDK.

●

Pick Systems: D3

●

Solid (from Finland)

●

Cache

●

Oracle: Berkeley Db.

●

HDFgroup.org: Hierarchical Data Format.

●

DBMaker
Open source databases
●

MySQL

●

PostgresSQL.

●

Drizzle.

●

SQLite.

●

VoltDB.

●

Sap-DB

●

Actian: Ingres Open Source Database.

●

GigaBASE.

●

FastDB.
Databases
The two popular databases for linux are:
●

MySQL

●

PostgreSQL
MySQL advantages
1. Scalability and Flexibility.
2. High Performance.
3. High Availability.
4. Robust Transactional Support.
5. Web and Data Warehouse Strengths.
6. Strong Data Protection.
7. Comprehensive Application Development.
8. Management Ease.
9. Open Source Freedom and 24 x 7 Support.
10. Lowest Total Cost of Ownership.
MySQL on Linux
●

To install:

sudo apt-get install mysql-server
●

To start:

mysql -u root -p
●

To create database

create database amrita;
●

To show database

show databases;
References
• http://www.computerhope.com/history/unix.htm , Accessed on
07-01-2014.
• http://en.wikipedia.org/wiki/List_of_Ubuntu_releases, Accessed on
06-01-2014.
• http://www.yolinux.com/ , Accessed on 02-01-2014.
• http://www.mysql.com/why-mysql/topreasons.html, Accessed on
27-12-2013.
•

https://help.ubuntu.com/13.04/serverguide/mysql.html, Accessed on
22-12-2013.
Thank you...

Más contenido relacionado

La actualidad más candente

Linux Os
Linux OsLinux Os
Linux OsHoat Le
 
Analysis of unix and windows
Analysis of unix and windowsAnalysis of unix and windows
Analysis of unix and windowsPartnered Health
 
BSidesKnoxville 2019 - Unix: The Other White Meat
BSidesKnoxville 2019 - Unix: The Other White MeatBSidesKnoxville 2019 - Unix: The Other White Meat
BSidesKnoxville 2019 - Unix: The Other White MeatAdam Compton
 
computer history and flow 1990-1991 10/12/07
computer history and flow 1990-1991 10/12/07computer history and flow 1990-1991 10/12/07
computer history and flow 1990-1991 10/12/07esmsstudent1
 
Linux and Open Source Software for Public Libraries
Linux and Open Source Software for Public LibrariesLinux and Open Source Software for Public Libraries
Linux and Open Source Software for Public Librariespines
 
pkgsrc 2011 - the record of the past year
pkgsrc 2011 - the record of the past yearpkgsrc 2011 - the record of the past year
pkgsrc 2011 - the record of the past yearAkio OBATA
 
Trusted Virtual Domains on OpenSolaris: Usable Secure Desktop Environments
Trusted Virtual Domains on OpenSolaris: Usable Secure Desktop EnvironmentsTrusted Virtual Domains on OpenSolaris: Usable Secure Desktop Environments
Trusted Virtual Domains on OpenSolaris: Usable Secure Desktop EnvironmentsMarcel Winandy
 
Ddb Digital Days: Open Source, Google Apis, OpenSocial
Ddb Digital Days: Open Source, Google Apis, OpenSocialDdb Digital Days: Open Source, Google Apis, OpenSocial
Ddb Digital Days: Open Source, Google Apis, OpenSocialPatrick Chanezon
 
Introduction to Linux
Introduction to LinuxIntroduction to Linux
Introduction to Linuxhaya_alj
 

La actualidad más candente (19)

Linux
LinuxLinux
Linux
 
Linux install fest
Linux install festLinux install fest
Linux install fest
 
Linux Os
Linux OsLinux Os
Linux Os
 
Analysis of unix and windows
Analysis of unix and windowsAnalysis of unix and windows
Analysis of unix and windows
 
BSidesKnoxville 2019 - Unix: The Other White Meat
BSidesKnoxville 2019 - Unix: The Other White MeatBSidesKnoxville 2019 - Unix: The Other White Meat
BSidesKnoxville 2019 - Unix: The Other White Meat
 
jpd5 big data
jpd5 big datajpd5 big data
jpd5 big data
 
Coacpxp
CoacpxpCoacpxp
Coacpxp
 
computer history and flow 1990-1991 10/12/07
computer history and flow 1990-1991 10/12/07computer history and flow 1990-1991 10/12/07
computer history and flow 1990-1991 10/12/07
 
Unix vs linux
Unix vs linuxUnix vs linux
Unix vs linux
 
Windows
WindowsWindows
Windows
 
Linux
LinuxLinux
Linux
 
Linux Os
Linux Os Linux Os
Linux Os
 
Ca l3 - history
Ca   l3 - historyCa   l3 - history
Ca l3 - history
 
Linux and Open Source Software for Public Libraries
Linux and Open Source Software for Public LibrariesLinux and Open Source Software for Public Libraries
Linux and Open Source Software for Public Libraries
 
pkgsrc 2011 - the record of the past year
pkgsrc 2011 - the record of the past yearpkgsrc 2011 - the record of the past year
pkgsrc 2011 - the record of the past year
 
What is linux
What is linuxWhat is linux
What is linux
 
Trusted Virtual Domains on OpenSolaris: Usable Secure Desktop Environments
Trusted Virtual Domains on OpenSolaris: Usable Secure Desktop EnvironmentsTrusted Virtual Domains on OpenSolaris: Usable Secure Desktop Environments
Trusted Virtual Domains on OpenSolaris: Usable Secure Desktop Environments
 
Ddb Digital Days: Open Source, Google Apis, OpenSocial
Ddb Digital Days: Open Source, Google Apis, OpenSocialDdb Digital Days: Open Source, Google Apis, OpenSocial
Ddb Digital Days: Open Source, Google Apis, OpenSocial
 
Introduction to Linux
Introduction to LinuxIntroduction to Linux
Introduction to Linux
 

Destacado

即日無料でパズドラ魔法石をGet
即日無料でパズドラ魔法石をGet即日無料でパズドラ魔法石をGet
即日無料でパズドラ魔法石をGetstonelover
 
Sit sharepoint
Sit sharepointSit sharepoint
Sit sharepointlbruno03
 
Daemon tools lite v4.40.1.0127 ml (español), cree unidades virtuales
Daemon tools lite v4.40.1.0127 ml (español), cree unidades virtualesDaemon tools lite v4.40.1.0127 ml (español), cree unidades virtuales
Daemon tools lite v4.40.1.0127 ml (español), cree unidades virtualesj_neira
 
Pagbabagong Morpoponemiko ni Ginoong Jose Valdez hango sa aklat ni Szhayne A...
Pagbabagong Morpoponemiko  ni Ginoong Jose Valdez hango sa aklat ni Szhayne A...Pagbabagong Morpoponemiko  ni Ginoong Jose Valdez hango sa aklat ni Szhayne A...
Pagbabagong Morpoponemiko ni Ginoong Jose Valdez hango sa aklat ni Szhayne A...Jose Valdez
 
Exchange rate determination.
Exchange rate determination.Exchange rate determination.
Exchange rate determination.priyankasahu123
 

Destacado (9)

即日無料でパズドラ魔法石をGet
即日無料でパズドラ魔法石をGet即日無料でパズドラ魔法石をGet
即日無料でパズドラ魔法石をGet
 
Electricity
ElectricityElectricity
Electricity
 
Threat modelling
Threat modellingThreat modelling
Threat modelling
 
Sit sharepoint
Sit sharepointSit sharepoint
Sit sharepoint
 
Fusión judá 2016
Fusión judá 2016Fusión judá 2016
Fusión judá 2016
 
Daemon tools lite v4.40.1.0127 ml (español), cree unidades virtuales
Daemon tools lite v4.40.1.0127 ml (español), cree unidades virtualesDaemon tools lite v4.40.1.0127 ml (español), cree unidades virtuales
Daemon tools lite v4.40.1.0127 ml (español), cree unidades virtuales
 
Suman cv
Suman cvSuman cv
Suman cv
 
Pagbabagong Morpoponemiko ni Ginoong Jose Valdez hango sa aklat ni Szhayne A...
Pagbabagong Morpoponemiko  ni Ginoong Jose Valdez hango sa aklat ni Szhayne A...Pagbabagong Morpoponemiko  ni Ginoong Jose Valdez hango sa aklat ni Szhayne A...
Pagbabagong Morpoponemiko ni Ginoong Jose Valdez hango sa aklat ni Szhayne A...
 
Exchange rate determination.
Exchange rate determination.Exchange rate determination.
Exchange rate determination.
 

Similar a Linux databases

Similar a Linux databases (20)

History of linux
History of linuxHistory of linux
History of linux
 
Intro to Linux
Intro to LinuxIntro to Linux
Intro to Linux
 
Gnu/Linux Introduction
Gnu/Linux IntroductionGnu/Linux Introduction
Gnu/Linux Introduction
 
Intro to linux
Intro to linuxIntro to linux
Intro to linux
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
003 introducing linux
003 introducing linux003 introducing linux
003 introducing linux
 
Introducing to linux
Introducing to linuxIntroducing to linux
Introducing to linux
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Introduction to Gnu/Linux
Introduction to Gnu/LinuxIntroduction to Gnu/Linux
Introduction to Gnu/Linux
 
Linux and its history
Linux and its historyLinux and its history
Linux and its history
 
Chapter 8 - nsa Introduction to Linux.ppt
Chapter 8 -  nsa Introduction to Linux.pptChapter 8 -  nsa Introduction to Linux.ppt
Chapter 8 - nsa Introduction to Linux.ppt
 
Ppt af linux
Ppt af linuxPpt af linux
Ppt af linux
 
Ppt af linux
Ppt af linuxPpt af linux
Ppt af linux
 
Ppt af linux
Ppt af linuxPpt af linux
Ppt af linux
 
Ppt af linux
Ppt af linuxPpt af linux
Ppt af linux
 
Ppt af linux
Ppt af linuxPpt af linux
Ppt af linux
 
Introduction to linux ppt
Introduction to linux pptIntroduction to linux ppt
Introduction to linux ppt
 
Linux basics
Linux basicsLinux basics
Linux basics
 
Hillel kobrovski Linux security overview for ciso
Hillel kobrovski   Linux security overview for cisoHillel kobrovski   Linux security overview for ciso
Hillel kobrovski Linux security overview for ciso
 
Linuxseminar os
Linuxseminar osLinuxseminar os
Linuxseminar os
 

Último

TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxruthvilladarez
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsRommel Regala
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxElton John Embodo
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 

Último (20)

TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World Politics
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 

Linux databases

  • 2. Before Linux ● In 1980’s, Microsoft’s DOS was the dominated OS for PC. ● Apple's MAC was better, but expensive. ● ● ● ● UNIX was much better, but much more expensive. Only for minicomputer for commercial applications. People were looking for a UNIX based system, which is cheaper and can run on PC. Both DOS, MAC and UNIX were proprietary, i.e., the source code of their kernel is protected. No modification is possible without paying high license fees.
  • 3. GNU project ● ● ● ● Established in 1984 by Richard Stallman, who believes that software should be free from restrictions against copying or modification in order to make better and efficient computer programs. GNU is a recursive acronym for “GNU's Not Unix” Aim at developing a complete Unix-like operating system which is free for copying and modification. Stallman built the first free GNU C Compiler in 1991. But still, an OS was yet to be developed.
  • 4. Beginning of Linux ● ● A famous professor Andrew Tanenbaum developed Minix, a simplified version of UNIX that runs on PC. In Sept 1991, Linus Torvalds, a second year student of Computer Science at the University of Helsinki, developed the preliminary kernel of Linux, known as Linux version 0.0.1
  • 5. Unix, Linux and variant history ● 1957:Bell labs introduced BESYS operating system to deal with batch jobs. ● 1971:First edition of Unix was released. ● 1972:Second edition of Unix released December 06, 1972. ● 1972:Ritchie written the new language C. ● 1973-1975: third, fourth, fifth, sixth editions of Unix were released. ● 1977:1BSD released late 1977. ● 1978:2BSD released mid 1978. ● 1979:Seventh edition of Unix released January 1979. ● 1979:3BSD released late 1979. ● ● 1979:SCO founded by Doug and Larry Michels as Unix porting and consulting company. 1980:4.0BSD released October 1980.
  • 6. Unix, Linux and variant history(contd..) ● ● 1982:SGI introduces IRIX. 1983:The GNU operating system is first announced by Richard Stallman September 27, 1983. ● 1984:Ultrix 1.0 was released. ● 1985:Eighth edition of Unix released February 1985. ● 1986:HP-UX 1.0 released. ● 1986:Ninth edition of Unix released September 1986. ● 1989:HP-UX 7.0 released. ● 1989:Tenth edition of Unix released October 1989 ● 1997:HP-UX 11.0 released. ● 1998:Sun Solaris 7 operating system released.
  • 7. Unix,linux and varient history(contd..) ● 2004:The first release of Ubuntu is released October 20, 2004. ● 20 October 2004:Ubuntu 4.10 (Warty Warthog) ● 8 April 2005:Ubuntu 5.04 (Hoary Hedgehog) ● 13 October 2005:Ubuntu 5.10 (Breezy Badger) ● 1 June 2006:Ubuntu 6.06 LTS (Dapper Drake) ● 26 October 2006:Ubuntu 6.10 (Edgy Eft) ● 19 April 2007:Ubuntu 7.04 (Feisty Fawn) ● 18 October 2007:Ubuntu 7.10 (Gutsy Gibbon) ● 24 April 2008:Ubuntu 8.04 LTS (Hardy Heron) ● 30 October 2008:Ubuntu 8.10 (Intrepid Ibex) ● 23 April 2009:Ubuntu 9.04 (Jaunty Jackalope) ● 29 October 2009:Ubuntu 9.10 (Karmic Koala)
  • 8. Unix, Linux and variant history(contd..) ● 29 April 2010:Ubuntu 10.04 LTS (Lucid Lynx) ● 10 October 2010:Ubuntu 10.10 (Maverick Meerkat) ● 28 April 2011:Ubuntu 11.04 (Natty Narwhal) ● 13 October 2011:Ubuntu 11.10 (Oneiric Ocelot) ● 26 April 2012:Ubuntu 12.04 LTS (Precise Pangolin) ● 18 October 2012:Ubuntu 12.10 (Quantal Quetzal) ● 25 April 2013:Ubuntu 13.04 (Raring Ringtail) ● 17 October 2013:Ubuntu 13.10 (Saucy Salamander) ● 17 April 2014(future):Ubuntu 14.04 LTS (Trusty Tahr)
  • 9. Linux today ● ● ● Linux has been used for many computing platforms like PC, PDA, Supercomputer etc. Not only character user interface but graphical user interface is available. Source code is freely available.
  • 10. List of Linux databases ● Commerecial databases. ● Opensource databases. ● NoSQL databases.
  • 11. Commercial databases SQL: ● Oracle ● IBM DB2 universal database for Linux ● Sybase for Linux ● Borland Interbase – FireBird ● MIMER SQL DBMS ● Adabas (from Germany) ● Empress: Embedded Database ● Pervasive Analytic DB: ● HP Vertica ● Teradata Aster etc.
  • 12. Non-SQL databases ● FairCom: C-Tree, Database server and Server SDK. ● Pick Systems: D3 ● Solid (from Finland) ● Cache ● Oracle: Berkeley Db. ● HDFgroup.org: Hierarchical Data Format. ● DBMaker
  • 14. Databases The two popular databases for linux are: ● MySQL ● PostgreSQL
  • 15. MySQL advantages 1. Scalability and Flexibility. 2. High Performance. 3. High Availability. 4. Robust Transactional Support. 5. Web and Data Warehouse Strengths. 6. Strong Data Protection. 7. Comprehensive Application Development. 8. Management Ease. 9. Open Source Freedom and 24 x 7 Support. 10. Lowest Total Cost of Ownership.
  • 16. MySQL on Linux ● To install: sudo apt-get install mysql-server ● To start: mysql -u root -p ● To create database create database amrita; ● To show database show databases;
  • 17. References • http://www.computerhope.com/history/unix.htm , Accessed on 07-01-2014. • http://en.wikipedia.org/wiki/List_of_Ubuntu_releases, Accessed on 06-01-2014. • http://www.yolinux.com/ , Accessed on 02-01-2014. • http://www.mysql.com/why-mysql/topreasons.html, Accessed on 27-12-2013. • https://help.ubuntu.com/13.04/serverguide/mysql.html, Accessed on 22-12-2013.