1. 打开mirrors.aliyun.com/epel
  2. http://mirrors.aliyun.com/epel/epel-release-latest-6.noarch.rpm
  3. rpm -ivh http://mirrors.aliyun.com/epel/epel-release-latest-6.noarch.rpm
  4. Centos-7 minimal安装之后,缺少命令,可以通过yum search 进行查找,然后安装对应的软件包就行
  1. 手动创建repo,http://mirrors.aliyun.com/epel/6/x86_64/ 在该目录下有repodata/repomd.xml,直接配置就可以用/etc/yum.repo.d/下

  2. 开始安装cobbler,对应安装的软件有cobbler ,cobbler-web ,httpd,tftp,xinetd,pykickstart,dhcp

    1. 安装官方仓库,主要是两个,一个是系统自己的安装仓库,一个是外部扩展仓库,两个仓库配合安装,就可以安装cobbler
    2. curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
    3. curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
    4. 安装完成后,直接就可以安装cobbler
    5. yum install -y cobbler cobbler-web pykickstart debmirror httpd dhcp tftp-server xinetd syslinux
    6. 安装所有软件后,查看配置
  3. 启动httpd和cobblerd

    1. systemctl start httpd
    2. systemctl start cobblerd
    3. [root@localhost httpd]# cobbler check
    4. The following are potential configuration items that you may want to fix:
    5. 1 : The 'server' field in /etc/cobbler/settings must be set to something other than localhost, or kickstarting features will not work. This should be a resolvable hostname or IP for the boot server as reachable by all machines that will use it.
    6. 2 : For PXE to be functional, the 'next_server' field in /etc/cobbler/settings must be set to something other than 127.0.0.1, and should match the IP of the boot server on the PXE network.
    7. 3 : SELinux is enabled. Please review the following wiki page for details on ensuring cobbler works correctly in your SELinux environment:
    8. https://github.com/cobbler/cobbler/wiki/Selinux
    9. 4 : change 'disable' to 'no' in /etc/xinetd.d/tftp
    10. 5 : Some network boot-loaders are missing from /var/lib/cobbler/loaders, you may run 'cobbler get-loaders' to download them, or, if you only want to handle x86/x86_64 netbooting, you may ensure that you have installed a *recent* version of the syslinux package installed and can ignore this message entirely. Files in this directory, should you want to support all architectures, should include pxelinux.0, menu.c32, elilo.efi, and yaboot. The 'cobbler get-loaders' command is the easiest way to resolve these requirements.
    11. 6 : enable and start rsyncd.service with systemctl
    12. 7 : comment out 'dists' on /etc/debmirror.conf for proper debian support
    13. 8 : comment out 'arches' on /etc/debmirror.conf for proper debian support
    14. 9 : The default password used by the sample templates for newly installed machines (default_password_crypted in /etc/cobbler/settings) is still set to 'cobbler' and should be changed, try: "openssl passwd -1 -salt 'random-phrase-here' 'your-password-here'" to generate new one
    15. 10 : fencing tools were not found, and are required to use the (optional) power management features. install cman or fence-agents to use them
    16. Restart cobblerd and then run 'cobbler sync' to apply changes.

    /etc/cobbler/settings该文件是,cobbler的主要配置文件

    1. 1、修改272next_server384server,为cobbler的地址
    2. 2、关闭selinux
    3. 3、修改tftp的配置,启用tftp
    4. 4、生成默认密码openssl passwd -1 -salt 'cobbler' '123456',将结果写入到/etc/cobbler/settings中的default_passwrord_crypted
    5. 5、下载loaders,使用命令cobbler get-loaders或者是直接将本地的loaders拷贝到/etc/lib/cobbler/loaders目录中
    6. cp /usr/share/syslinux/menu.c32 /var/lib/cobbler/loaders
    7. cp /usr/share/syslinux/pxelinux.0 /var/lib/cobbler/loaders/
    8. [root@localhost ~]# cobbler get-loaders
    9. task started: 2019-03-23_165526_get_loaders
    10. task started (id=Download Bootloader Content, time=Sat Mar 23 16:55:26 2019)
    11. path /var/lib/cobbler/loaders/README already exists, not overwriting existing content, use --force if you wish to update
    12. downloading https://cobbler.github.io/loaders/COPYING.elilo to /var/lib/cobbler/loaders/COPYING.elilo
    13. downloading https://cobbler.github.io/loaders/COPYING.yaboot to /var/lib/cobbler/loaders/COPYING.yaboot
    14. downloading https://cobbler.github.io/loaders/COPYING.syslinux to /var/lib/cobbler/loaders/COPYING.syslinux
    15. downloading https://cobbler.github.io/loaders/elilo-3.8-ia64.efi to /var/lib/cobbler/loaders/elilo-ia64.efi
    16. downloading https://cobbler.github.io/loaders/yaboot-1.3.17 to /var/lib/cobbler/loaders/yaboot
    17. path /var/lib/cobbler/loaders/pxelinux.0 already exists, not overwriting existing content, use --force if you wish to update
    18. path /var/lib/cobbler/loaders/menu.c32 already exists, not overwriting existing content, use --force if you wish to update
    19. downloading https://cobbler.github.io/loaders/grub-0.97-x86.efi to /var/lib/cobbler/loaders/grub-x86.efi
    20. downloading https://cobbler.github.io/loaders/grub-0.97-x86_64.efi to /var/lib/cobbler/loaders/grub-x86_64.efi
    21. *** TASK COMPLETE ***
    22. [root@localhost ~]# ls /var/lib/cobbler/loaders/
    23. COPYING.elilo COPYING.syslinux COPYING.yaboot elilo-ia64.efi grub-x86_64.efi grub-x86.efi menu.c32 pxelinux.0 README yaboot
  4. 管理DHCP

    1. 1242manage_dhcp : 1
    2. 2、修改dhcp的模板文件,/etc/cobbler/dhcp.template
    3. subnet 192.168.64.0 netmask 255.255.255.0 {
    4. option routers 192.168.64.2;
    5. option domain-name-servers 192.168.64.2;
    6. option subnet-mask 255.255.255.0;
    7. range dynamic-bootp 192.168.64.150 192.168.64.175;
    8. default-lease-time 21600;
    9. max-lease-time 43200;
    10. next-server $next_server;
  5. 配置完成后,重启所有服务,包含httpd cobblerd rsyncd xinetd,然后执行cobbler sync同步

    1. [root@localhost ~]# systemctl start httpd
    2. [root@localhost ~]# systemctl start cobblerd
    3. [root@localhost ~]# systemctl start rsyncd
    4. [root@localhost ~]# systemctl start xinetd
    5. [root@localhost ~]# cobbler sync
    6. task started: 2019-03-22_075324_sync
    7. task started (id=Sync, time=Fri Mar 22 07:53:24 2019)
    8. running pre-sync triggers
  6. 开始导入镜像,将需要通过网络安装的镜像导入到cobbler中管理。导入之后的镜像,存放在/var/www/cobbler/ks-mirror,目录名称就是--name定义的名字

    1. [root@localhost ~]# cobbler import --path=/mnt --name=CentOS-7 --arch=x86_64
    2. task started: 2019-03-22_080226_import
    3. task started (id=Media import, time=Fri Mar 22 08:02:26 2019)
    4. Found a candidate signature: breed=redhat, version=rhel6
    5. Found a matching signature: breed=redhat, version=rhel6
    6. Adding distros from path /var/www/cobbler/ks_mirror/CentOS-7-x86_64:
    7. creating new distro: CentOS-7-x86_64
    8. trying symlink: /var/www/cobbler/ks_mirror/CentOS-7-x86_64 -> /var/www/cobbler/links/CentOS-7-x86_64
    9. creating new profile: CentOS-7-x86_64
    10. associating repos
    11. checking for rsync repo(s)
    12. checking for rhn repo(s)
    13. checking for yum repo(s)
    14. starting descent into /var/www/cobbler/ks_mirror/CentOS-7-x86_64 for CentOS-7-x86_64
    15. processing repo at : /var/www/cobbler/ks_mirror/CentOS-7-x86_64
    16. need to process repo/comps: /var/www/cobbler/ks_mirror/CentOS-7-x86_64
    17. looking for /var/www/cobbler/ks_mirror/CentOS-7-x86_64/repodata/*comps*.xml
    18. Keeping repodata as-is :/var/www/cobbler/ks_mirror/CentOS-7-x86_64/repodata
    19. *** TASK COMPLETE ***
  7. 开始创建kickstart,新安装的系统使用kickstarte进行安装,kickstart存放在/var/lib/cobbler/kickstarts/目录下,在kickstart里面可以将所有需要安装的软件、系统优化参数等信息,全部安装进去,做到统一的定制化。

    1. 建议在kickstart文件中,不要写中文
    2. # Kickstart Configurator for CentOS 7
    3. #告知安装程序,这是一次全新安装,而不是升级,通过cobbler setting 中的tree来自动定义镜像位置,实际上也就是http://cobbler_server/cobbler/ks_mirror/*/这个目录
    4. install
    5. url --url=$tree
    6. #以文本格式安装
    7. text
    8. #设置字符集格式
    9. lang en_US.UTF-8
    10. #设置键盘类型和时区格式
    11. keyboard us
    12. timezone --utc Asia/Shanghai
    13. #指定引导记录被写入的位置
    14. bootloader --location=mbr --driveorder=sda --append="crashkernel=auto rhgb quiet"
    15. #清除mbr引导
    16. zerombr
    17. #创建分区
    18. clearpart --all --initlabel
    19. part /boot --fstype xfs --size 1024 --ondisk sda
    20. part swap --size 16384 --ondisk sda
    21. part / --fstype xfs --size 1 --grow --ondisk sda
    22. #配置eth0网卡
    23. #network --bootproto=static --device=eth0 --gateway=192.168.64.2 --ip=192.168.64.132 --nameserver=192.168.64.2 --netmask=255.255.255.0 --activate
    24. #设置主机名
    25. #network --hostname=Cobbler.client
    26. #设置密码格式
    27. authconfig --enableshadow --passalgo=sha512
    28. rootpw 123456
    29. firstboot --disable
    30. #关闭selinux
    31. selinux --disabled
    32. #关闭防火墙
    33. firewall --disabled
    34. #设置日志级别
    35. logging --level=info
    36. #安装完成重启
    37. reboot
    38. %packages #包组段 @表示包组
    39. @^minimal
    40. @compat-libraries
    41. @debugging
    42. @development
    43. tree
    44. nmap
    45. sysstat
    46. lrzsz
    47. dos2unix
    48. telnet
    49. net-tools
    50. wget
    51. vim
    52. bash-completion
    53. %end
    54. %post #脚本段,可以放脚本或命令
    55. systemctl disable postfix.service #关闭邮件服务开机自启动
    56. %end
  8. 创建了镜像之后,就可以编辑该镜像安装对应的profile文件,通过cobbler profile list/report/edit可以编辑对应profile文件。对于CentOS7主要修改启动网卡的名称。

    1. [root@localhost kickstarts]# cobbler profile edit --name=CentOS-7-x86_64 --kickstart=/var/lib/cobbler/kickstarts/CentOS-7.cfg
    2. [root@localhost kickstarts]# cobbler profile edit --name=CentOS-7-x86_64 --kopts='net.ifnames=0 biosdevname=0'
    3. [root@localhost kickstarts]# cobbler sync
    4. [root@localhost kickstarts]# cobbler profile report
    5. Name : CentOS-7-x86_64
    6. TFTP Boot Files : {}
    7. Comment :
    8. DHCP Tag : default
    9. Distribution : CentOS-7-x86_64
    10. Enable gPXE? : 0
    11. Enable PXE Menu? : 1
    12. Fetchable Files : {}
    13. Kernel Options : {'biosdevname': '0', 'net.ifnames': '0'}
    14. Kernel Options (Post Install) : {}
    15. Kickstart : /var/lib/cobbler/kickstarts/CentOS-7.cfg
    16. Kickstart Metadata : {}
    17. Management Classes : []
    18. Management Parameters : <<inherit>>
    19. Name Servers : []
    20. Name Servers Search Path : []
    21. Owners : ['admin']
    22. Parent Profile :
    23. Internal proxy :
    24. Red Hat Management Key : <<inherit>>
    25. Red Hat Management Server : <<inherit>>
    26. Repos : []
    27. Server Override : <<inherit>>
    28. Template Files : {}
    29. Virt Auto Boot : 1
    30. Virt Bridge : xenbr0
    31. Virt CPUs : 1
    32. Virt Disk Driver Type : raw
    33. Virt File Size(GB) : 5
    34. Virt Path :
    35. Virt RAM (MB) : 512
    36. Virt Type : kvm
  9. 配置完成后,就可以开始创建虚拟机,在cobbler server上启用httpd,cobberd,xinet.d,tftp,rsync服务之后。创建一个新的虚拟机,和之前cobbler

    1. 启动所有的服务,并检查状态
    2. for services in httpd cobblerd xinetd tftpd rsyncd;do systemctl start $services ;done
    3. for services in httpd cobblerd xinetd tftpd rsyncd;do systemctl status $services|grep Active ;done
    4. 启动同步,实际上是要启动dhcpd服务
    5. cobbler sync
    6. 创建的虚拟机内存太小,将会出现无法启动的情况,建议虚拟机的内存大小在4GB左右。保证能顺利安装。
  10. koan重装操作系统,登录到clinet上,安装koan工具,然后通过客户端指定需要重装的profile,完成重装即可。

定制化安装客户机

当有很多机器需要安装时,在提前做好了规划之后,避免在系统安装完成之后,又需要再进行一台一台的进行配置,最好是将一些基本属性,在自动安装的时候就直接安装上去,比如需要的组件,设置主机名、IP地址等信息。

为了能直接安装这些系统,需要对每台机器进行区别,唯一能区别的就是MAC地址,所以在规划的时候,需要知道主机的MAC地址,然后开始规划,主机名、IP地址、参数等一些其他信息。

在cobbler中,一个system就是一个主机,如果没有设置system主机,默认使用profile直接进行安装,如果能匹配上某一个system,则按照该system进行安装。

  1. [root@localhost ~]# cobbler system add --name=cobblerclient --mac=00:0C:29:62:A6:92 --profile=CentOS7.0-x86_64 --ip-address=192.168.64.132 --subnet=255.255.255.0 --gateway=192.168.64.2 --interface=eth0 --static=1 --hostname=cobblerclient --name-servers="192.168.64.2"
  2. [root@localhost ~]# cobbler system report
  3. Name : cobblerclient
  4. TFTP Boot Files : {}
  5. Comment :
  6. Enable gPXE? : <<inherit>>
  7. Fetchable Files : {}
  8. Gateway : 192.168.64.2
  9. Hostname : cobblerclient
  10. Image :
  11. IPv6 Autoconfiguration : False
  12. IPv6 Default Device :
  13. Kernel Options : {}
  14. Kernel Options (Post Install) : {}
  15. Kickstart : <<inherit>>
  16. Kickstart Metadata : {}
  17. LDAP Enabled : False
  18. LDAP Management Type : authconfig
  19. Management Classes : <<inherit>>
  20. Management Parameters : <<inherit>>
  21. Monit Enabled : False
  22. Name Servers : ['192.168.64.2']
  23. Name Servers Search Path : []
  24. Netboot Enabled : True
  25. Owners : <<inherit>>
  26. Power Management Address :
  27. Power Management ID :
  28. Power Management Password :
  29. Power Management Type : ipmitool
  30. Power Management Username :
  31. Profile : CentOS7.0-x86_64
  32. Internal proxy : <<inherit>>
  33. Red Hat Management Key : <<inherit>>
  34. Red Hat Management Server : <<inherit>>
  35. Repos Enabled : False
  36. Server Override : <<inherit>>
  37. Status : production
  38. Template Files : {}
  39. Virt Auto Boot : <<inherit>>
  40. Virt CPUs : <<inherit>>
  41. Virt Disk Driver Type : <<inherit>>
  42. Virt File Size(GB) : <<inherit>>
  43. Virt Path : <<inherit>>
  44. Virt PXE Boot : 0
  45. Virt RAM (MB) : <<inherit>>
  46. Virt Type : <<inherit>>
  47. Interface ===== : eth0
  48. Bonding Opts :
  49. Bridge Opts :
  50. CNAMES : []
  51. InfiniBand Connected Mode : False
  52. DHCP Tag :
  53. DNS Name :
  54. Per-Interface Gateway :
  55. Master Interface :
  56. Interface Type :
  57. IP Address : 192.168.64.132
  58. IPv6 Address :
  59. IPv6 Default Gateway :
  60. IPv6 MTU :
  61. IPv6 Prefix :
  62. IPv6 Secondaries : []
  63. IPv6 Static Routes : []
  64. MAC Address : 00:0C:29:62:A6:92
  65. Management Interface : False
  66. MTU :
  67. Subnet Mask : 255.255.255.0
  68. Static : True
  69. Static Routes : []
  70. Virt Bridge :

在一个system中可以配置很多参数,比如代理设置,比如网卡,比如相关管理和kickstart文件。默认都是继承于profile中的参数。

添加一个system,就是在cobbler的启动项中,增加了一项。/var/lib/cobbler/config/system.d/下,增加了一个以名字命名的json文件。

做了system之后,直接会跳过grub页面,然后直接开始自定义安装程序。

在/etc/cobbler/pxe/pxedefault.template中可以修改默认的grub顺序,默认是20s之后从local启动

cobbler目录

  1. 1. /var/www/cobbler/ks_mirror:存放的是客户机的镜像文件
  2. 2. /var/www/cobbler/repo_irror:存放的是客户机的仓库镜像
  3. 3. /var/lib/cobbler/kickstarts:存放kickstart文件
  4. 4. /etc/cobbler/settings:主配置文件

创建一个私有的yum仓库,在cobbler自动化安装的时候,将所有的客户机上都安装该yum仓库。

  1. 添加yum
  2. cobbler repo add --name=OpenStack-mitaka --mirror=http://*** --arch=x86_64 --breed=yum

执行同步,从网络上自动将所需要的yum源仓库全部下载下来,自动创建repo文件,cobbler reposync

将repo文件添加到profile中,则在自动安装的时候,会自动将repo仓库信息,添加进自动化安装中。

  1. cobbler profile edit --name=*** --repos=****

在kickstart中添加一个$yumconfigstanza,则就会将profile中的repo信息添加进行客户机中。添加的位置在%post和%end之间

cobbler API

在cobbler平台上,提供了很多API端口,可以通过写脚本的形式,完成这些命令行的操作。cobbler api默认也是web页面的操作。默认的用户名和密码都是cobbler

cobbler CentOS7 de kickstart

  1. # Cobbler for Kickstart Configurator for CentOS 7.1
  2. install
  3. url --url=$tree # 这些$开头的变量都是调用配置文件里的值。
  4. text
  5. lang en_US.UTF-
  6. keyboard us
  7. zerombr
  8. bootloader --location=mbr --driveorder=sda --append="crashkernel=auto rhgb quiet"
  9. # Network information
  10. $SNIPPET('network_config')
  11. timezone --utc Asia/Shanghai
  12. authconfig --enableshadow --passalgo=sha512
  13. rootpw --iscrypted $default_password_crypted
  14. clearpart --all --initlabel
  15. part /boot --fstype xfs --size # CentOS7系统磁盘默认格式xfs
  16. part swap --size
  17. part / --fstype xfs --size --grow
  18. firstboot --disable
  19. selinux --disabled
  20. firewall --disabled
  21. logging --level=info
  22. reboot
  23. %pre
  24. $SNIPPET('log_ks_pre')
  25. $SNIPPET('kickstart_start')
  26. $SNIPPET('pre_install_network_config')
  27. # Enable installation monitoring
  28. $SNIPPET('pre_anamon')
  29. %end
  30. %packages
  31. @base
  32. @compat-libraries
  33. @debugging
  34. @development
  35. tree
  36. nmap
  37. sysstat
  38. lrzsz
  39. dos2unix
  40. telnet
  41. iptraf
  42. ncurses-devel
  43. openssl-devel
  44. zlib-devel
  45. OpenIPMI-tools
  46. screen
  47. %end
  48. %post
  49. systemctl disable postfix.service
  50. %end

cobbler批量安装操作的更多相关文章

  1. 一键cobbler批量安装脚本

    前几天机房上架180台服务器,太多了,使用了cobbler批量安装,具体的看我上代码,我把配置cobbler的命令给堆积起来,也算是个脚本吧,欢迎拍砖指正,下面我上脚本: #!/bin/bash # ...

  2. Cobbler批量安装Ubuntu/CentOS系统

    2013-07-25    一.安装和修改cobbler配置 1. Cobbler不在CentOS的基本源中,需要导入EPEL源升级软件包, 确保epel-release包的版本为最新,当前最新版本为 ...

  3. 使用cobbler批量安装操作系统(基于Centos7.x )

    1.1 cobbler简介 Cobbler是一个Linux服务器安装的服务,可以通过网络启动(PXE)的方式来快速安装.重装物理服务器和虚拟机,同时还可以管理DHCP,DNS等. Cobbler可以使 ...

  4. 基于CentOS7系统部署cobbler批量安装系统(week3_day5_part1)-技术流ken

    前言 cobbler是一个可以实现批量安装系统的Linux应用程序.它有别于pxe+kickstart,cobbler可以实现同个服务器批量安装不同操作系统版本. 系统环境准备及其下载cobbler ...

  5. 末学者笔记--Centos7系统部署cobbler批量安装系统

      [前言]: cobbler是一个可以实现批量安装系统的Linux应用程序.它有别于pxe+kickstart,cobbler可以实现同个服务器批量安装不同操作系统版本. 系统环境准备及其下载cob ...

  6. cobbler批量安装系统使用详解-技术流ken

    前言 cobbler是一个可以实现批量安装系统的Linux应用程序.它有别于pxe+kickstart,cobbler可以实现同个服务器批量安装不同操作系统版本. 系统环境准备及其下载cobbler ...

  7. 基于Centos7系统部署cobbler批量安装系统

    前言 cobbler是一个可以实现批量安装系统的Linux应用程序.它有别于pxe+kickstart,cobbler可以实现同个服务器批量安装不同操作系统版本 系统环境的准备及下载cobbler 一 ...

  8. cobbler批量安装系统

    cobbler是一个可以实现批量安装系统的Linux应用程序.它有别于pxe+kickstart,cobbler可以实现同个服务器批量安装不同操作系统版本. 1.系统环境准备及其下载cobbler 1 ...

  9. 006-(成功环境记录)基于Centos7系统部署cobbler批量安装系统

    1.1 cobbler简介 Cobbler是一个Linux服务器安装的服务,可以通过网络启动(PXE)的方式来快速安装.重装物理服务器和虚拟机,同时还可以管理DHCP,DNS等. Cobbler可以使 ...

随机推荐

  1. MySQL常用命令汇总(偏向运维管理)

    基础部分 1. select @@version; ##查询当前mysql的版本. 2. show variables like 'port';##查看mysql实例的端口. 3. show vari ...

  2. 启动期间的内存管理之引导分配器bootmem--Linux内存管理(十)

    在内存管理的上下文中, 初始化(initialization)可以有多种含义. 在许多CPU上, 必须显式设置适用于Linux内核的内存模型. 例如在x86_32上需要切换到保护模式, 然后内核才能检 ...

  3. Maven的简单使用

    Maven使用 在官网下载maven: http://maven.apache.org/download.cgi 解压到D盘(位置随便) 配置环境变量 打开dos窗口,检测是否成功,出现如下画面表示配 ...

  4. supervisor管理php-fpm

    /etc/php-fpm.conf,设置daemonize = no,默认是yes

  5. vue.js 跳转同一页面,传不同值,组件监听路由

    watch: { '$route' () { this.type = this.$route.params.type this.loadData() } },

  6. leetcode 169. Majority Element 、229. Majority Element II

    169. Majority Element 求超过数组个数一半的数 可以使用hash解决,时间复杂度为O(n),但空间复杂度也为O(n) class Solution { public: int ma ...

  7. 【Topcoder 10689】TheSoccerDivOne

    题意:给\(n\)个队伍的积分,它们要踢足球,每个队伍剩下4场没有踢. 问踢完后\(0\)队伍最高排名. 思路:首先想了贪心,可惜不对. 那么老实dp. 首先:每个队伍具体和哪个人踢了没有关系. 那么 ...

  8. 一、TensorFlow初探

    目录 计算模型 数据模型 运行模型 TensorFlow及神经网络 import tensorflow as tf a = tf.constant([1.0, 2.0], name='a', dtyp ...

  9. 互怼、IPO、雷潮、寒冬,2018 互联网圈的那些事儿

    有了人的地方,就会有江湖. 有江湖的地方,就会有门派. 有门派的地方,就会有纷争. 有纷争的地方,就会有兴衰. 2018年马上就要离我们远去了,迎接我们的将会是新的一年——2019年.在整个过去的20 ...

  10. vi/vim 使用

    1.  vim一共有4个模式:(linux下最好用的编辑器) 正常模式 (Normal-mode) 插入模式 (Insert-mode) 命令模式 (Command-mode) 可视模式 (Visua ...