Linux Foundations_LPI_Guide Flashcards
How is Debian GNU/Linux different from Ubuntu? Name two aspects.
The major difference
is the complexity of the user configuration that Ubuntu doesn’t require during the installation
process.
Another difference would be the stability of each distribution. Debian is considered to be more
stable compared to Ubuntu. This is because Debian receives fewer updates that are tested in
detail and the entire operating system is more stable. On the other hand, Ubuntu enables the
user to use the latest releases of software and all the new technologies.
What are the most common environments/platforms Linux is used for? Name three different
environments/platforms and name one distribution you can use for each.
smartphone, desktop and server. On smartphones, it can be used by distributions such as Android. On desktop and server, it can be
used by any distribution that is mostly suitable with the functionality of that machine, from
Debian, Ubuntu to CentOS and Red Hat Enterprise Linux.
You are planning to install a Linux distribution in a new environment. Name four things that
you should consider when choosing a distribution.
considered is cost,
performance,
scalability,
how stable it is
the hardware demand of the system.
Name three devices that the Android OS runs on, other than smartphones.
smart TVs,
tablet computers,
Android Auto and
smartwatches.
Explain three major advantages of cloud computing.
flexibility,
easy to recover
low use cost.
Cloud based services are easy to implement and scale, depending on the business
requirements.
It has a major advantage in backup and recovery solutions, as it enables
businesses to recover from incidents faster and with repocussion
subscription-based model
Considering cost and performance, which distributions are mostly suitable for a business that
aims to reduce licensing costs, while keeping performance at its highest? Explain why
CentOS.
incorporates all Red Hat products, which are further used within their commercial operating
system,
while being free to use.
Similarly, Ubuntu LTS releases guarantee support for a longer
period of time.
The stable versions of Debian GNU/Linux are also often used in enterprise
environments
What are the major advantages of the Raspberry Pi and which functions can they take in
business?
Raspberry Pi is small in size
is low cost
and can handle web traffic and many other functionalities.
It can be used as a server, a firewall
and can be used as the main board for robots, and many other small devices
What range of distributions does Amazon Cloud Services and Google Cloud offer? Name at least
three common ones and two different ones.
The common distributions between Amazon and Google Cloud Services are Ubuntu, CentOS
and Red Hat Enterprise Linux. Each cloud provider also offers specific distributions that the
other one doesn’t. Amazon has Amazon Linux and Kali Linux, while Google offers the use of
FreeBSD and Windows Servers.
Guided Exercises
1. For each of the following commands, identify whether it is associated with the Debian
packaging system or the Red Hat packaging system:
dpkg
rpm
apt-get
yum
dnf
dpkg ——–>Debian packaging system
rpm ———> Red Hat packaging system
apt-get—–> Debian packaging system
yum———> Red Hat packaging system
dnf ———>Red Hat packaging system
Define dnf
Which command could be used to install Blender on Ubuntu? After installation, how can the
program be executed?
The command apt-get install blender. The package name should be specified in
lowercase. The program can be executed directly from the terminal
Which application from the LibreOffice suite can be used to work with electronic
spreadsheets?
CALC
Which open-source web browser is used as the basis for the development of Google Chrome?
Chromium
SVG is an open standard for vector graphics. Which is the most popular application for editing
SVG files in Linux systems?
Inkscape
For each of the following file formats, write the name of an application able to open and edit
the corresponding file:
png
doc
xls
ppt
png——-> Gimp
doc——-> LibreOffice Writer
xls——–> LibreOffice Calc
ppt——-> LibreOffice Impress
Which software package allows file sharing between Linux and Windows machines over the
local network?
Samba
You know that configuration files are kept even if the associated package is removed from the
system. How could you automatically remove the package named cups and its configuration
files from a DEB based system?
apt-get purge cups
Suppose you have many TIFF image files and want to convert them to JPEG. Which software
package could be used to convert those files directly at the command line?
ImageMagick
Which software package do you need to install in order to be able to open Microsoft Word
documents sent to you by a Windows user?
LibreOffice or OpenOffice
Every year, linuxquestions.org promotes a survey about the most popular Linux applications.
Visit https://www.linuxquestions.org/questions/2018-linuxquestions-org-members-choice-
awards-128/ and find out which desktop applications are most popular among experienced
Linux users.
Browser: Firefox. Email client: Thunderbird. Media player: VLC. Raster graphics editor: GIMP
What are — in a nutshell — the “four freedoms” as defined by Richard Stallman and the Free
Software Foundation?
freedom 0———–> run the software
freedom 1———–> study and modify the software (source code)
freedom 2———–> distribute the software
freedom 3———–> distribute the modified software
What does the abbreviation FLOSS stand for?
Free/Libre Open Source Software
You have developed free software and want to ensure that the software itself, but also all
future results based on it, remain free as well. Which license do you choose?
CC BY———————->
GPL version 3———–> X
2-Clause BSD License———–>
LGPL———–>
GPL version 3 (GNU General Public License version 3)
Copyleft
Freedom
Which of the following licenses would you call permissive, which would you call copyleft?
Simplified BSD License permissive
GPL version 3 copyleft
CC BY permissive
CC BY-SA copyleft