rootpw密码生成方法
linux kickstart文件里rootpw密码可以使用明文,也可以使用加密过的值,这里主要介绍下三种加密方法:md5、sha256、sha512
使用明文的方法
1  | rootpw "password"  | 
使用加密的方法
1  | rootpw --iscrypted password_hash  | 
1  | yum install gcc make ncurses ncurses-devel -y  | 
1  | yum install ctags git tcl-devel ruby ruby-devel lua lua-devel luajit luajit-devel python python-devel perl perl-devel perl-ExtUtils-ParseXS perl-ExtUtils-XSpp perl-ExtUtils-CBuilder perl-ExtUtils-Embed -y  | 
1  | yum list installed | grep -i vim  | 
1  | curl -fLo ~/.vim/autoload/plug.vim --create-dirs \  | 
1  | vimrc  | 
1  | 针对 github 的快捷书写:Plug 'junegunn/vim-easy-align' 会下载 https://github.com/junegunn/vim-easy-align  |