RHCE视频教程 RH033读书笔记 - UNIT 1 - Overview(概述)

来源:互联网 发布:网络电视狗 编辑:程序博客网 时间:2024/05/21 10:48
  • 整个RH033视频教程的安排

       整个RH033视频教程分为3个部分,具体如下

Section 1: A Tour of Red Hat Enterprise Linux(linux初步)

UNIT 1 - Overview
UNIT 2 - Running Commands and Getting Help
UNIT 3 - Browsing the Filesystem
UNIT 4 - The Bash Shell
UNIT 5 - Standard I/O and Pipes
UNIT 6 - Users,Groups, and Permissions
UNIT 7 - Vi and VIM Editor Basics and Printing

 

Section 2: Red Hat Enterprise Linux: A Deeper View(linux深入)

UNIT 8 - The Linux Filesystem In-Depth
UNIT 9 - Configuring the Bash Shell
UNIT 10 - Advanced Topics in Users,Groups and Permissions
UNIT 11 - Advanced Users of the Vi and Vim Editor

 

Section 3: Rad Hat Enterprise Linux: Power Tools(linux工具)

UNIT 12 - Introducing String Processing
UNIT 13 - String Processing with Regular Expressions
UNIT 14 - Finding and Processing Files
UNIT 15 - Investigating and Managing Processes
UNIT 16 - Network Clients
UNIT 17 - bash Shell Scripting

 

 

整个视频教程 一共讲述了以下方面的知识,并分散在不同的unit中:

File and directory operations     (Unit3,8,14)
Understanding users and groups     (Unit6,10)
Standard I/O and pipes         (Unit 5)
String processing             (Unit12 Unit13)
Managing processes            (Unit 15)
bash shell operations           (Unit4,9,17)
The graphical environments in Red Hat Enterprise Linux (每个Unit之后)
Printing and Mail            (Unit7,16)
Basic networking tools        (Unit16)
The Vi editor            (Unit7,11)
System tools            (Unit15)

 

  • UNIT 1 - Overview(概述)

目录:

  1. Unix history
  2. Unix principles
  3. GNU Project/FSF
  4. GPL - GNU general Public License
  5. Linux Origins
  6. Why Linux
  7. Red Hat Enterprise Linux
  8. Recommended Hardware Specifications
  9. Local Logins
  10. Virtual Consoles
  11. The Xorg GUI Framework
  12. Xorg Graphical Enviroments
  13. Starting Xorg
  14. Changing Your Password

=============================================

1)Unix的历史
1969在贝尔实验室开发出第一个版本
AT&T以非常低的价格正式发行
"UNIX"被注册为商标,其他版本都不能叫做unix
产生了很多与unix基本相同,但是有一些小差异的版本

2)Unix的原则

  • 所有皆文件
  • 配置文件均存放在文本文件中
  • 每个程序都很小且负责单一功能
  • 不需要图形界面
  • 可以串联多个程序去执行非常复杂的任务


3)GNU计划开始于1984
  目标是建立一个开放,自由的Unix系统核心
  到了1990年,包括gcc,emacs等在内的需要的应用程序几乎都已经被开发出来
Free Software Foundation 是非盈利性的组织,且是GNU计划的主要赞助单位
   无论目的如何,可以运行软件的自由(freedom 0)
   有了解软件如何运行,且改写软件以符合自身需求的自由(freedom 1).获得源码是前提条件
   有重新发布软件拷贝,帮助别人的自由(freedom 2)
   有改进软件且公开发布使别人受益的自由(freemdom 3)

4)GPL General Public License

   是开源软件的协议
   促进了Free Software的发展
   所有GPL软件发展出来的软件也必须遵循GPL的协议
   经常被称作copyleft

5)Linux Origins (Linux起源)
   Linus Torvalds1991还是一个芬兰大学生时,
   开发出Linux核心
  linux核心加上GNU应用软件,变成了类似UNIX的免费操作系统

6)Why Linux(为什么使用Linux)
   与UNIX类似的操作方式和界面
   多人多工的使用环境
   支持很新的硬件
   可以从网络或其他地方得到支持

7)Red Hat Enterprise Linux(rhel 介绍)
   最新的Linux内核
   应用软件和工具
   需要安装和设置的软件
   技术支持

8)RHEL的硬件需求
   Pentium Pro or Better  256MB
   or
   64-bit Intel/AMD with 512 MB RAM
   2-6GB 磁盘空间
   启动光盘

9)local login(本机登录方式)
   文本方式(virtual console)
   使用root 提示符为#
   使用其他用户 提示符为$

   图形界面

10)虚拟终端的介绍
    允许文本方式的多用户登录虚拟终端
    默认为6个虚拟终端
    Ctrl-ALT-F[1-6]

    输入tty 得到当前的虚终端
    Ctrl-ALT-F7 返回图形界面

11)Xorg GUI framework(Xorg 图形界面)
     RHEL3 x protocal

12)Xorg 有哪些图形界面
     GNOME 为预设
     KDE  另一个

13)如何启用Xorg
    如果使用文字模式登录,则需要输入startX

14)如何变更密码
     图形界面下可以更改
     文字界面:passwd 变更自己的密码
                    passwd user 变更user的密码