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

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 

Último (20)

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 

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.