AKAI TSUKI

System development or Technical something

2020-04-26から1日間の記事一覧

Create a new VM in CentOS 7.x(KVM)

create Hash Password 1) execute below command and input root's Password [root@pm01 ~]# python -c 'import crypt,getpass; pw=getpass.getpass(); print(crypt.crypt(pw) if (pw==getpass.getpass("Re-Password: ")) else exit())' Password: <<input password>> Re-Pas…