Chapter 1 Flashcards
What is a distribution?
Collection of components that form a system
Which command in Linux tells us a distribution?
lsb_release -a
What’s hardware?
Physical device being used as a compute resource
What’s a Linux Kernel?
FOSS OS kernel. The kernel is the framework that connects the application layer to the hardware of a computer
How is hardware incorporated into the file hierarchy?
Through the /dev and /sys directories?
Where in the file directory is process information located?
In /sys
What is the command for the operating system release?
uname -r
Define GNU Core Utilities
The basic file, shell, and text manipulation utilities of the GNU OS. These are the foundational utilities expected to exist on every OS
What’s the X Server? Does it depend on the framework?
X Server is the display server for the X windows system; a framework for the GUI environment
X is an architecture agnostic framework for remote graphical user interfaces and input devices. The X server itself was designed to be used over network connections.
What’s a GUI?
Graphical User Interface, or the Desktop environment
What’s an embedded system?
It’s a combination of hardware and software for a purpose
Cloud is…
Software and services that run and are available on the internet. It’s a collection of data centers providing compute, application, and storage services over the internet.
What’s a cloud region?
Each location where cloud is hosted.
What are cloud availability zones?
These are data centers that comprise a region. Availability zones are typically connected to each other through low-latency connections. This provides more local level of fault tolerance and stability as data may be stored in multiple centers within the region.
What is a subnet?
A subnet is a local network instance for the compute resource in the cloud. There may be multiple computer instances, or virtual servers, replicated into additional availability zones in additional regions.
What does the last command do?
Last command shows us the last time we logged into the system + who the user was
Which command tells us how long the machine has been up?
uptime
Which command includes directory entries whose names begin with a dot?
ls -a
Which app is an office suite developed by the Apache software foundation and is free to use for any purpose? What is its alternative?
OpenOffice; Libre office
What’s a server? What’s a simplest example of that?
It’s an open-source application that provides client services. Simplest example is a web server