Chapter 3 - NetAcad - Key Terms Flashcards
Apache HTTPD
Apache HTTPD is a server application program, or daemon, that manages web page requests on an Apache web server.
C
A compiled computer programming language. C is the language in which Linux is written.
Firefox
An open source, cross-platform web browser developed by the Mozilla Foundation.
GIMP
An open source application which handles 2D image manipulation.
Java
A compiled, object-oriented programming language owned by Oracle.
JavaScript
A cross-platform scripting language for adding interactive elements to web pages, that is in wide use across the internet.
LibreOffice
An open source office suite forked from Open Office. It includes tools that strive for compatibility with Microsoft Office in both features and file formats.
MariaDB
An open source database application forked from MySQL. It records data written to it by dynamic web applications.
MySQL
A relational database management system used for web development.
NFS
The native file sharing protocol for Unix and Linux. Short for Network File System.
NGINX
An open source web server based out of Russia focused on the use of more modern UNIX kernels.
Nextcloud
An open source private cloud server software forked from own Cloud. It is provided under a GNU AGPLv3 that can be deployed and administered internally by an organization.
OpenOffice.org
An open source office suite which has been discontinued.
PHP
A scripting language designed to create dynamic web pages.
Perl
An interpreted programming language popular with system administrators. It was originally developed to perform text manipulation.
Python
A scripting language which simplifies complex tasks, has excellent statistical processing, and it popular in academia.
Samba
A file sharing application ideal for use with Windows systems.
Thunderbird
A full-featured, open source desktop email client developed by the Mozilla Foundation.
apt-get
A front-end program for Debian package management.
console
Traditionally used to refer to a physical terminal.
dpkg
The package management system used on Debian derived Linux distributions.
ownCloud
An open source file hosting service. The project was launched in 2010 by Frank Karlitschek to provide software to store, sync and share data from private cloud servers.
rpm
The package management system used on Red Hat derived Linux distributions. According to the Linux Standards Base, the standard package management system is RPM.
shell
The user interface of a Linux system. It interacts with the user by accepting commands, passes them to the kernel for execution, and displays any output to the terminal.
terminal
The environment or device in which the user interacts with the software. It can also refer to a graphical program which emulates a console.
yum
A front-end tool for RPM package management.