use password_hash() to create a bcrypt hash of any password: password_hash('yourPassword', PASSWORD_DEFAULT); use password_hash() to create a bcrypt hash of […]
Cài đặt Docker nhanh qua script của Rancher: # Cài đặt docker version 18.06 curl https://releases.rancher.com/install-docker/18.06.sh | sh Kiểm tra […]