- Fundamentals of Linux
- Oliver Pelz
- 365字
- 2021-07-23 17:22:29
An overview of the Linux system
Linux is not the name of a specific and full working OS, but implements only the essential inner core of an OS, which is referred to as the kernel. Most types of Linux OS do not cost anything, but provide thousands of programs and software to use completely free of charge. Most of these programs are also open source, which means you can view the exact blueprint of how the program has been created and it can be changed by anyone. One very important area in which Linux is very popular and is used heavily is managing many network services. These are programs that run in the background of your Linux server, continuously waiting for external events to respond with some kind of action or information. Examples are popular internet services such as a web server, which presents websites to the user; main servers for email communications; and also database servers to store and deliver any kind of data. As mentioned before, Linux is only the name of the kernel part, not a full working OS. To make it complete, you need to bundle it together with all kinds of programs, which is then referred to as a distribution.
Nowadays, one can choose between an insane amount of different Linux distributions, all designed for a special purpose and all with their own pros and cons. The main difference between them is the software selected and bundled together with the Linux kernel. The most important Linux distribution families are Red Hat- and Debian-based Linux distributions. CentOS is one of the most important free Red Hat-based Linux server distributions out there at the moment. It's a very stable, secure, and reliable OS, which is why it's often used in running very critical networking services in enterprise environments. Also, it's good to know that the development of this OS is very strong and updates are well selected and suitably tested. The first chapter of this book is about installing Linux; here we will be starting easy by introducing you to the concepts of virtualization. Then, we will create a new CentOS 7 virtual machine (VM) using a free virtualization software called VirtualBox.
- PostgreSQL for Data Architects
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Mastering Kotlin
- 新手學Visual C# 2008程序設計
- Oracle JDeveloper 11gR2 Cookbook
- Expert Data Visualization
- Android開發三劍客:UML、模式與測試
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Training Systems Using Python Statistical Modeling
- HTML5移動Web開發
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- Scratch編程從入門到精通
- Unity 5 Game Optimization
- C語言從入門到精通(視頻實戰版)
- 系統分析師UML用例實戰