INTRO TO LINUX

Linux provides the foundational technologies powering the cloud revolution and the tools used to build the next generation of container-based microservices applications, software-based storage technologies, and big data solutions.
Click the card to flip 👆
1 / 10
Terms in this set (10)
1. Linux is open source software.
Being open source does not just mean that you can see how the system works. You can also experiment with changes and share them freely for others to use. The open source model means that improvements are easier to make, enabling faster innovation.
2. Linux provides easy access to a powerful and scriptable command-line interface (CLI).
Linux was built around the basic design philosophy that users can perform all administration tasks from the CLI. It enables easier automation, deployment, and provisioning, and simplifies both local and remote system administration. Unlike other operating systems, these capabilities have been built in from the beginning, and the assumption has always been to enable these important capabilities.
3. Linux is a modular operating system that allows you to easily replace or remove components.
Components of the system can be upgraded and updated as needed. A Linux system can be a general-purpose development workstation or an extremely stripped-down software appliance.
A Windows user needs to interoperate with Linux.
In application development, Linux hosts the application or its runtime.
In cloud computing, the cloud instances in the private or public cloud environment use Linux as the operating system.
With mobile applications or the Internet of Things (IoT), the chances are high that the operating system of your device uses Linux.
If you are looking for new opportunities in IT, Linux skills are in high demand.
share-alike" licenses, require that anyone who distributes the source code, with or without changes, must also pass along the freedom for others to also copy, change, and distribute the code. The basic advantage of these licenses is that they help to keep existing code, and improvements to that code, open and add to the amount of open source code available. Common copyleft licenses include the GNU General Public License (GPL) and the Lesser GNU Public License (LGPL).
intended to maximize the reusability of source code. Users can use the source for any purpose as long as the copyright and license statements are preserved, including reusing that code under more restrictive or even proprietary licenses. This makes it very easy for this code to be reused, but at the risk of encouraging proprietary-only enhancements. Several commonly used permissive open source licenses include the MIT/X11 license, the Simplified BSD license, and the Apache Software License 2.0.