Work - Restaurant Website (Bali, Hongkong, Singapore, Jakarta) ยท Link: https://www.ptthead.com Tech: Responsive Design, WordPress, API Integration...
Add the following code to wp-config.php add_filter('xmlrpc_enabled', '__return_false'); Input the following code near the top of .htaccess file: #...
1. Install Let's Encrypt $ apt-get install git $ git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt 2. Generating a Let's Encrypt...
Generate the missing locale $ locale-gen "en_US.UTF-8"
Create New Account $ adduser admin1 --home /var/www Add New Account as Sudoers $ nano /etc/sudoers Disable root account $ nano...
Export All Database Create export_db.sh MYSQL_USER=root MYSQL_PASS=rootpassword MYSQL_CONN="-u${MYSQL_USER} -p${MYSQL_PASS}" # Collect all database...