Computers Chapters 1-2
Which Linux distributions are binary compatible and are are free alternatives to Red Hat Enterprise Linux (RHEL)?
-CentOS -Scientific Linux
Which communication channels does the Linux community use to communicate?
-IRC Channels -Mailing Lists -Community Events
Debian distributions
-Linux Mint -Ubuntu
Chapter 2 Summary
-Linux borrows heavily from the UNIX operating system, with which its creators were well versed. -Linux accesses many features and services through files and file-like objects. -Linux is a fully multi-tasking, multi-user operating system, with built-in networking and service processes known as daemons. -Linux is developed by a loose confederation of developers from all over the world, collaborating over the Internet, with Linus Torvalds at the head. Technical skill and a desire to contribute are the only qualifications for participating. -The Linux community is a far reaching ecosystem of developers, vendors, and users that supports and advances the Linux operating system. -Some of the common terms used in Linux are: Kernel, Distribution, Boot Loader, Service, Filesystem, X Window system, Desktop Environment, and Command Line. -A full Linux distribution consists of the kernel plus a number of other software tools for file-related operations, user management, and software package management.
Fedora distributions
-Oracle Linux -CentOS
In addition to the kernel, what are some of the purposes of the other software tools required for developing a full Linux distribution?
-Performing file-related operations -Maintaining user management -Taking care of software package management
SUSE distributions
-SLES
What are the objectives of The Linux Foundation?
-The Linux Foundation aims to promote Linux, provide neutral collaboration and education -Improve Linux as a technical platform, and protect and support Linux development. -It sponsors the work of Linus Torvalds.
Chapter 1 Summary
-The Linux Foundation is the umbrella organization for many critical open source projects that power corporations today, spanning all industry sectors. Its work today extends far beyond Linux, fostering innovation at every layer of the software stack. -The Linux Foundation training is for the community and by the community. Linux training is distribution-flexible, technically advanced, and created with the leaders of the Linux development community. -There are three major distribution families within Linux: Fedora, SUSE and Debian. In this course, we will work with representative members of all of these families throughout.
What are the qualifications required for participating in Linux kernel development?
-technical skills -A desire to contribute
When did Linus Torvalds start writing the Linux kernel?
1991
What is a desktop environment?
A graphical user interface on top of the Operating System
What is a command line?
An interface for typing commands for the Operating System to execute
true
In Linux all files are stored in one united directory tree, starting at "/", the system's root directory.
true
Linux was written to be a free and open source version of UNIX
true
Processes, devices, and network sockets are all represented by file-like objects, and can often be worked with using the same utilities used for regular files.
What is a kernel?
The glue between hardware and applications