Section 3: Open Source Application Flashcards

Learning about what open source is and why it is important.

1
Q

What is Open Source Software?

A

Software released under a license in which the copyright holder grants users the rights to study, change, and distribute it to anyone and for any purpose.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Open Source Initiative?

A

Is a public benefit corporation that promotes the usage of open source software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the OSD?

A

Open Source Definition: A document which determines whether a software license can be labeled with the open source verification mark

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is wireshark?

A

an open source server application that is protocol analyzer. Captures network traffic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Gparted?

A

An open source server aplication software that is a disk partion tool.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is timeshift?

A

Open source equivalent to timemachine in MAC. You can take snapshots.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Atom?

A

An open source, simple text editor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Putty?

A

An open source application terminal client used by system administrators.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What terminal command displays contents of files?

A

gedit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a package manager?

A

Automatically download appropriate packages from its repository and set it up for you. It will also download the latest updates for every piece of software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why don’t Linux users normally download and install applications form application websties?

A

Each distro has its own application repository with packages compiled for its version.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What do archives contain?

A

Archives contain a list of files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the file extension .deb mean?

A

It was created for the debian distro.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the file extension rpm stand for

A

Redhat Package Manager ( used by Red Hat, Fedora and OpenSUSE distros)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does .tar .tgz and .tar.gz files extensions mean?

A

These are considered a universal package formatand is used by distros such as Arch Linux and Slackware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What does PPA stand for?

A

Personal Package Archive

18
Q

What does file extensions .exe stand for?

A

Executable file ( used by windows and not Linux)

19
Q

Which package format is used by Ubuntu?

A

.deb because it is a debian based distro.

20
Q

What do all OS’s have?

A

A kernel

21
Q

What does a Kernel do?

A

Directly controls hardware and translates software commands into hardware specific requests. It manages the hardware resources intelligently by allocating memory efficiently.

22
Q

What are modular desktops?

A

You can have different desktops on your Linux distro. Its customizable.

23
Q

What does BASH stand for?

A

Bourne Again Shell

24
Q

What is BASH?

A

Acts as the shell program within the command line interface.

25
Q

what does CD command stand for?

A

Change Directory

26
Q

MV

A

move one file to another directory

27
Q

touch

A

create a file

28
Q

mkdir

A

make a directory

29
Q

locate

A

search function for files inside file system.

30
Q

rm

A

remove/ delete file

31
Q

rmdir

A

remove directory

32
Q

clear

A

clear terminal screen

33
Q

What is a package ?

A

A compressed file archive containing all of the files that come with a particular application.

34
Q

Examples of package managers?

A

Apt, Yum and Pacman

35
Q

What tools with you use in debian distro to install software?

A

dpgk, apt-get and apt

36
Q

What directly controls hardware and translates the commands given from a piece of software into the something the hardware can understand and act upon?

A

Kernel

37
Q

What program takes the commands from the keyboard and gives them to the kernel to execute?

A

Shell

38
Q

What program is used to access the shell?

A

Terminal ( text based command line program that is used in Linux to directly access the shell)

39
Q

What are dependencies?

A

A term for a package that is a pre-req required for installation of another program.

40
Q

Is the application packaging the same for each distro family?

A

false