Installations Flashcards
What is an Integrated development environment? (IDE)
An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development.
An IDE normally consists of a source code editor, build automation tools, and a debugger.
What is Linux?
Just like Windows XP, Windows 7, Windows 8, and Mac OS X, Linux is an operating system.
An operating system is software that manages all of the hardware resources associated with your desktop or laptop.
To put it simply – the operating system manages the communication between your software and your hardware.
Without the operating system (often referred to as the “OS”), the software wouldn’t function.
The OS is comprised of a number of pieces:
- The Bootloader
- The kernel
- Daemons
- The Shell
- Graphical Server
- Desktop Environment
- Applications
Linux OS: Bootloader…what is this?
The software that manages the boot process of your computer. For most users, this will simply be a splash screen that pops up and eventually goes away to boot into the operating system.
Linux OS: The Kernal…what is this?
This is the one piece of the whole that is actually called “Linux”. The kernel is the core of the system and manages the CPU, memory, and peripheral devices. The kernel is the “lowest” level of the OS.
Linux OS: Daemojs…what is this?
These are background services (printing, sound, scheduling, etc) that either start up during boot, or after you log into the desktop.
Linux OS: The Shell…what is this?
You’ve probably heard mention of the Linux command line. This is the shell – a command process that allows you to control the computer via commands typed into a text interface.
This is what, at one time, scared people away from Linux the most (assuming they had to learn a seemingly archaic command line structure to make Linux work). This is no longer the case.
With modern desktop Linux, there is no need to ever touch the command line.
Linux OS: Graphical Server…what is this?
This is the sub-system that displays the graphics on your monitor. It is commonly referred to as the X server or just “X”.
Linux OS: Desktop Environment…what is this?
This is the piece of the puzzle that the users actually interact with. There are many desktop environments to choose from (Unity, GNOME, Cinnamon, Enlightenment, KDE, XFCE, etc). Each desktop environment includes built-in applications (such as file managers, configuration tools, web browsers, games, etc).
Linux OS: Applications…what are they?
Desktop environments do not offer the full array of apps. Just like Windows and Mac, Linux offers thousands upon thousands of high-quality software titles that can be easily found and installed.
Most modern Linux distributions (more on this in a moment) include App Store-like tools that centralize and simplify application installation.
For example: Ubuntu Linux has the Ubuntu Software which allows you to quickly search among the thousands of apps and install them from one centralized location.
Linux OS: What is a “distribution?”
AKA “Distros”. Different “flavours” or versions for Linux that can suit many different users. These can include: Ubuntu Linux, Linux Mint, Arch Linux, Deepin, Fedora, Debian, openSUSE, etc
What is the difference between Back-End and Front-End Installations?
In software engineering, the terms front end and back end refer to the separation of concerns between the presentation layer (front end), and the data access layer (back end) of a piece of software, or the physical infrastructure or hardware. In the client–server model, the client is usually considered the front end and the server is usually considered the back end, even when some presentation work is actually done on the server.
What are Back-End Installations?
Usuallyatching considered the server end, the “hard” end and the data acess layer.
What are Front-End Installations?
Usually considered to be the client end, the “soft” end, and presentation layer.
Why shouldn’t you use Windows to learn coding?
- Because many of the required scripts, programs were originally written for Linux.
- Can cause a lot of frusteration and can discourage you from learning.
- You will quickly find all sorts of troubles and misunderstandings, mismatching versions, installers etc. that you will need to constantly resolve manually. Not fun.
- Last but not least, familiarity with Linux can look great on a CV!