intro to unix and linux

20
Intro to Unix and Linux Yanbin Yin Fall 2014 1

Upload: christopher-anania

Post on 30-Dec-2015

36 views

Category:

Documents


0 download

DESCRIPTION

Intro to Unix and Linux. Yanbin Yin Fall 2014. Operating Systems. Operating systems (OSs) Windows MAC OS UNIX. http://www.karbosguide.com/hardware/module6c1.htm. Why do bioinformaticians NOT like Windows?. OS is NOT free Applications are NOT free - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Intro to Unix and  Linux

Intro to Unix and Linux

Yanbin YinFall 2014

1

Page 2: Intro to Unix and  Linux

2

Page 3: Intro to Unix and  Linux

3

Operating Systems

• Operating systems (OSs)– Windows– MAC OS– UNIX

http://www.karbosguide.com/hardware/module6c1.htm

Page 4: Intro to Unix and  Linux

4

Why do bioinformaticians NOT like Windows?

• OS is NOT free

• Applications are NOT free

• The OS uses too much CPU and RAM resource

• Command-line is too simple to support automated data processing

Page 5: Intro to Unix and  Linux

5

Why do Bioinformaticians prefer Mac or UNIX over Windows?

• Better development environment

• Software availability

• Powerful command-line interface (terminal)

To really learn bioinformatics (regardless of whether you’re a “biology student”), you need to become familiar with a “*nix” environment and the tools that it provides

http://network.nature.com/groups/bioinformatics/forum/topics/8100

Page 6: Intro to Unix and  Linux

6

UNIX & Linux

• There are many different versions of UNIX, although they share common similarities. The most popular varieties of UNIX are Sun Solaris, GNU/Linux, and MacOS X

• Linux is a Unix-like computer operating system assembled under the model of free and open source software development and distribution. The Linux kernel was written in 1991 by Linus Torvalds

Page 7: Intro to Unix and  Linux

7http://lifehacker.com/5904069/five-best-linux-distributions

Ubuntu: one of the mostpopular desktop Linux Distro

Linux distributions take the Linux kernel and combine it with other free software to create complete packages

Page 8: Intro to Unix and  Linux

8

Two distinct UNIX environments

• Large/super computer cluster

• Individual Linux desktop/workstation

Page 9: Intro to Unix and  Linux

9

MAC users

• MAC OS is essentially Unix based and has built-in terminal.

http://tech-devnet.blogspot.de/2012/05/running-ubuntu-1204-on-mac.html

Page 10: Intro to Unix and  Linux

10

Multiple ways to install ubuntu

• http://www.youtube.com/watch?v=ba9Wv-XU_4M

• Make sure you are connected to the internet!

• WINDOWS 8 can NOT run Ubuntu alongside

Page 11: Intro to Unix and  Linux

11

www.ubuntu.com/download

Download -> burn CD -> install

Page 12: Intro to Unix and  Linux

12

https://wiki.ubuntu.com/WubiGuide

Use Wubi to install unbuntu

A different/easy way to install

Page 13: Intro to Unix and  Linux

13

Page 14: Intro to Unix and  Linux

14

Takes at least 20 minutes to finish depending on how fast your computer and internet are

Page 15: Intro to Unix and  Linux

15

Page 16: Intro to Unix and  Linux

16

Page 17: Intro to Unix and  Linux

17

Page 18: Intro to Unix and  Linux

18

Ctrl+Alt+t

Page 19: Intro to Unix and  Linux

19

Want to delete ubuntu?

Get back to windows

Page 20: Intro to Unix and  Linux

20

Next class: Linux command line basics