Module 3: Working In Linux Flashcards
(52 cards)
What do system administrators do?
Manager servers, assist users with configuration issues, recommend new software and update documentation
What is CLI?
Command line interface
Simple text input system for entering anything from single word commands to complicated scripts
What are the two ways of accessing the command line?
GUI BASED TERMINAL
Virtual terminal
What is a GUI terminal?
A program with the GUI environment that emulates a terminal window. Can be accessed via the menu systems or searching with the search bar
What is a virtual terminal?
Can be run at same time as GUI but requires user to log in via the virtual terminal before they can execute commands
What does the kernel do?
It’s like an air traffic controller
Decides which program gets which block of memory, starts and kills applications and handles the display of text or graphics
What do applications do?
Planes under control of kernel
Make request to the kernel and receive resources such as memory, CPU and disk
What is a Linux server applications?
Software that has no direct interaction with the monitor and keyboard of the machine it runs on
What are Linux desktop applications
Web browser, text editor, music player and more
What are Linux tools?
Loose category of software that makes it easier to manager computer system
What is a web server?
Host content for web pages which are viewed by the browser using the HTTP OR HTTPS
What is Apache?
The dominant web server used today
What is Apache HTTPD?
The server application program that serves web pages which requests
What is the ONCLOUD project?
Launched in 2010 to provide software to store, sync and share data from private cloud servers
Open source file hosting service
What is the NEXTCLOUD project?
Forked from OWNCLOUD in 2016
What is MariaDB?
Community developed forked of the mySQL relational database management system. One of many database servers used for web development
What does a database do?
Stores information and allows for easy retrieval and querying
Two examples of popular databases?
Firebird and postgresql
What language is used for querying
SQL
What is an MTA?
Mail transfer agent
Software that is used to send electronic messages to other systems
What are the two most well known MTA?
Send mail
Postfix
What is a MDA?
Mail delivery agent
Takes care of storing the email in the user’s mailbox
What is POP/IMAP server
Post office protocol and internet message access protocol
Two communication protocols that let an email client running on your computer talk to a remote server to pick up the email