14/12/2019How do you use bcrypt for hashing passwords in PHP?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 […]
08/07/2020Install Virtualbox 6.0 linux mint, ubuntuInstall Virtualbox echo "deb http://download.virtualbox.org/virtualbox/debian bionic contrib" | sudo tee -a /etc/apt/sources.list wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add […]
20/12/2023Configure SFTP on EE4 serverThis article describes how to setup SFTP on a EE4 server. We will accomplish it by running SFTP daemon in […]
11/06/2020Theme wordpress – betheme bản chuẩnBetheme version 1.6.2 https://github.com/Themes-wordpress-pub/betheme-version-1.6.2.git
29/06/2020Thêm swap cho vps linuxCreate a Swap File sudo fallocate -l 1G /swapfile ls -lh /swapfile Output: -rw-r--r-- 1 root root 1.0G Apr 25 […]