preface
用Linux有一段时间了,也常去社区和论坛但总是潜水很少发贴。现看到一个不错的linux tutorial,于是萌生了把它翻译出来的想法,也算是对Linux一微不足道的contribution吧:)
Linux tutorial (Linux 导学)
The place where you learn linux.Looking for an in-depth and easy-to-understand introduction to Linux? Then Look no further!We don't just show you how to execute a handful of commands and a few of utilities.The Linux tutorial goes beyond the basic,providing you with the knowledge necessary of your Linux system.
学习linux的地方, 在寻找一个深入且易懂的Linux介绍?这里就是了。我们不仅仅是告诉你如何执行几个常用的命令和不多的实用程序。这里讨论的不只是基础, 你会学到相关的知识以便很好的理解Linux系统。
Introduction to Operating Systems
操作系统简介
It is a common occurrence to find users who are not even aware of what operation sytem they are runing.On occasion,you also find a Administrator who know the name of the operation system,but nothing about the inner workings of it.In many cases,they have no time as they are often clerical workers or other personnel who were reluctantly appointed to be the System administrator.Being able to run or work on a linux system does not mean you must understand the intricate details of how it functions internally.However, there are some operation system concepts that will help you to interact better with the system. They will also serve as the foundation for many
issues we're going to cover in this section.
经常会出现这样的情况,一些用户甚至不知道他们使用的是什么操作系统。可能你也遇到过某个管理员知道操作系统的名字,但并不了解它内部是怎么工作的。很是因为,他们要做太多杂事没有时间,或者,他们并不是自愿当系统管理员的。要使用Linux并不意味差你必须理解那些复杂的内部细节。但是,一些基本的操作系统概念更好的使用它,同时也是这里我们将涉及的问题的基础。
In this chapter,we are going to go though the basic composition of an operation system. First, we'll talk about what an operation system is and
why it is important.we are also going to adress how the components work independently and together.
在这章里,我们先看看操作系统的基本组成。首先,讲述什么是操作系统,为什么它那么重要。 接下来我们会讨论各个组件是怎么在一起或是独立工作的。
My goal is not to make you an expert on operation system concepts. instead,I want to provide you with a starting point from which we can go on to other topics.If you want to go into more detail about operating systems, I would suggest Modern Operating Systems by Andrew Tanenbaum,
published by Prentice Hall, and Operating System Concepts by Silberschatz, Peterson, and Galvin, published by Addison-Wesley. Another is Inside Linux by Randolph Bentson, which gives you a quick introduction to operating system concepts from the perspective of Linux.
我的目的不是让你成为操作系统的专家,而是给你一个可以继续其它内容。如果你打算深入研究操作系统,我希望可以向你推荐下面这些书。Andrew Tanenbaum的<<modern systems="" operating="">>,还有Randolph Bentson 著《Inside Linux》.
</modern>
分享到:
相关推荐
4. **序列到序列模型(Sequence-to-Sequence, Seq2Seq)**:结合CNN和RNN,形成一个Seq2Seq模型,将图像特征编码为固定长度的向量,然后解码生成文本。 5. **损失函数(Cross-Entropy Loss)**:在训练过程中,通常使用...
标题与描述:“Sed - An Introduction and Tutorial by Bruce Barnett” Sed,即Stream Editor(流编辑器),是一种功能强大的文本处理工具,广泛应用于Unix和类Unix系统中。它能够读取输入流,对其进行一系列预...
Linux Operating System Tutorial
LINUX之iptables-tutorial-1-1-19
1. **颜色空间转换**:OpenCV支持多种颜色空间的转换,如BGR to Gray,RGB to HSV等。 2. **图像滤波**:包括均值滤波、高斯滤波、中值滤波等,用于平滑图像或去除噪声。 3. **边缘检测**:Canny、Sobel、Laplacian...
This documentation intends to integrate knowledge and skills in FPGA logic circuit design, standalone software programming, Linux operating system and software development, and apply them to ZedBoard...
这是图像字幕的教程。 这是我正在编写的第一篇,是关于如何使用令人惊叹的PyTorch库自己实现酷模型的。 假定具备PyTorch,卷积和递归神经网络的基本知识。 如果您是PyTorch的新手,请先阅读PyTorch的和 。...
基于cocos creator3d物体碰撞
从github下载的UVM入门教程。 网页版教程 http://cluelogic.com/2011/07/uvm-tutorial-for-candy-lovers-overview/ 原始地址 https://github.com/cluelogic/uvm-tutorial-for-candy-lovers
Electrophysiology-Tutorial-for-Neuroscience-main
我们将分析“rnn-tutorial-gru-lstm-master分词”项目中的核心概念、模型结构以及实施细节。 首先,让我们了解中文分词。中文分词是NLP的基础步骤,因为中文句子不像英文那样有明显的空格分隔单词。因此,我们需要...
在这个案例中,我们关注的是名为"**tutorial_server**"的库,其版本为"**0.3.2**",专为Python 3设计,适用于任何平台("**py3-none-any**")。该库被封装在一个名为"**tutorial_server-0.3.2-py3-none-any.whl**"的...
• Be able to evaluate different implementations of DNN with benchmarks and comparison metrics • Understand the tradeoffs between various architectures and platforms • Assess the utility of ...
本书深入了解了TCP / IP层,协议,数据包格式和逐步配置以实现安全的Linux环境。
spring的安全框架演示demo,这个是简单的,适合初学者
FHIR 入门教程
This chapter provides a tutorial introduction to MySQL by showing how to use the mysqlclient program to create and use a simple database. mysql(sometimes referred to as the “terminal monitor”or just...
"LLVM IR Tutorial" LLVM IR(Intermediate Representation)是一种低级编程语言,具有 RISC-like 指令集结构,可以表示高级语言的思想。它能够高效地进行代码优化。 在本 tutorial 中,我们将学习 LLVM IR 的基本...