1.2 Linux Community and Career in Open Source Flashcards
Major Open Source Applications
dpkg
rpm
Major Open Source Applications
rpm
Red Hat
Major Open Source Applications
apt-get
Debian
Major Open Source Applications
yum
Red Hat
Major Open Source Applications
dnf
Red Hat
Major Open Source Applications
command used to install Blender on Ubuntu and how can the program be executed
apt-get install blender
run from command line by typing blender
Major Open Source Applications
application from the LibreOffice suite can be used to work with electronic spreadsheets
Calc
Major Open Source Application
open-source web browser is used as the basis for the development of Google Chrome
Chromium aka chrome
Major Open Source Application
SVG is an open standard for vector graphics. Which is the most popular application for editing
SVG files in Linux systems?
Inkscape
Major Open Source Application
Gimp can be opened and edited by this file format
png
Major Open Source Application
LibreOffice Writer can be opened and edited by this file format
doc
Major Open Source Application
LibreOffice Calc can be opened and edited by this file format
xls
Major Open Source Application
LibreOffice Impress can be opened and edited by this file format
ppt
Major Open Source Application
Audacity can be opened and edited by this file format
wav
Major Open Source Application
software package allows file sharing between Linux and Windows machines over the
local network?
Samba
Major Open Source Application
How could you automatically remove the package named cups and its configuration
files from a DEB based system?
apt-get purge cups
Major Open Source Application
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
Major Open Source Application
Software package needed to install in order to open MSWord docs sent by Windows User
LibreOffice or OpenOffice
Major Open Source Application
3D renderer to create animations. and export 3D objects to be printed
by a 3D printer
Blender
Major Open Source Application
A full-featured image editor, which can be compared with Adobe Photoshop, but has its own
concepts and tools to work with images and to create, edit and save most bitmap files, like JPEG, PNG, GIF, TIFF and many others.
GIMP
Major Open Source Application
Audio editor used to filter, apply effects and to convert between many different audio formats like MP3, WAV, OGG, FLAC
Audacity
Major Open Source Application
command line tool to convert and edit most image file types. It can also be
used to create PDF documents from image files and vice versa.
ImageMagick
Major Open Source Application
most popular app for video playback
VLC
Major Open Source Application
standard way to share files systems in network equipped only with Unix/linux machines
NFS
Major Open Source Application
programming language mostly used in web pages
Javascript
Major Open Source Application
closely related with operating systems, particularly Unix, but it
is used to write any kind of program to almost any kind of device
C
Major Open Source Application
programs written in this language are portable, which means
that the same program can be executed in different operating systems
Java
Major Open Source Application
programming language most used to process text content. It has a strong regular expressions emphasis, which makes it a language suited for text filtering and parsing.
Perl
Major Open Source Application
Not just a programming language, but an interactive
interface to run other programs.
and these programs, known as “_____” scripts, can automate complex or repetitive tasks on the command line environment
Shell
Bash, Korn
Major Open Source Application
very popular programming language among students and professionals not directly
involved with computer science. Whilst having advanced features
Python
Major Open Source Application
most used as a server side scripting language for generating content for the web. Most online HTML pages are not static files, but dynamic content generated by the server from
various sources, like databases
PHP