SlideShare une entreprise Scribd logo
1  sur  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...

Contenu connexe

Tendances

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
 

Tendances (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
 

En vedette

即日無料でパズドラ魔法石を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
 

En vedette (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.
 

Similaire à Linux databases

Similaire à 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
 

Dernier

Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 

Dernier (20)

Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 

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.