zoukankan      html  css  js  c++  java
  • 系统运维系列:【第一篇】系统运维课程介绍

     一、中级:
       初级:系统基础
       中级: 系统管理,服务安全服务管理,shell脚本


    二、高级:
    mysql 数据库
    cache && storage


    三、集群:
    cluster

    lb:
    4 layer
    7 layer


    四、分布式:

    zookeeper
    分布式文件系统


    五、虚拟化技术:
    xen
    kvm

    Openstack: IaaS 云:


    六、运维监控工具:
    ansible (ssh key)
    基于目标状态:
    puppet (ruby)
    slatstack (python)

    监控工具:
    zabbix



    七、大数据处理
    hadoop
    spark,storm

    日志处理:
    flume ELK

    docker: 容器虚拟化工具


    八、自动化运维
    python: 构建自动化运维工具


    九、Vmware Workstation 的使用

    现代计算机设备的组成部分:

    运算器、控制器、存储器、输入设备、输出设备。

    cpu : 运算器、控制器

    bus: 数据总线
    控制总线
    地址总线

    memory: 内存单元 编程存储设备
    read ahead: 内存缓存

    IO: 与外部部件交互 性能交互设备
    磁盘:
    网卡:

     OS: operation System

           软件程序

           通用目的

                 硬件驱动

                 进程管理

                 内存管理

                 网络管理

                 安全管理


    十、 编程的层次

      硬件规格: hardware specifiacation
      系统调用: syscall
      库调用: library call

    十一、 UI:
    GUI : Graphic User Interface
    CLI : Command Line Interface

    ABI: Application Binary Interface
    API: Application Programming Interface


    十二、cpu 架构类型:
    x86
    x64
    arm
    m68000,m68k
    power
    powerpc
    ultrasparc
    alpha
    安藤
    龙芯

    --------------------------------------------------------------

    十三、操作系统(os)

    windows
    unix
    Sysv (bell lab)
    aix (ibm)
    solaris (sun)
    hp-ux (hp)

    bsd (BSRG) Berkeley System distribution
    freebsd
    openbsd
    NetBsd

    linux 是 UNIX like
    MIT : Richard Stallman
    GNU : GNU is Not Unix
    GPL: General Public License

  • 相关阅读:
    Python基本数据类型(int str)个人笔记
    LINUX简单操作的笔记
    samba服务配置步骤
    IP地址的初步理解
    apache服务配置步骤
    [已解决]This dependency was not found: * common/stylus/index.styl in ./src/main.js To install it, you can run: npm install --save common/stylus/index.styl
    (转)iFrame高度自适应
    (转)Div左右两侧等高
    (转)Css样式兼容IE6,IE7,FIREFOX的写法
    瀑布流布局代码
  • 原文地址:https://www.cnblogs.com/flyfish-yangyang/p/7665697.html
Copyright © 2011-2022 走看看