A Guide to MySQL and PHP UTF-8 Encoding
Source: A Guide to MySQL and PHP UTF-8 Encoding | Toptal
Explain Apache Rewrite with Htaccess in Chinese
Source: Apache Rewrite with Htaccess 理解與技巧 | by awonwon | 浦島太郎的水族缸 | Medium
How to permanently disable IPv6 by configuring /etc/sysctl.conf on Ubuntu Linux
Source: How to Disable IPv6 on Ubuntu Linux
Compile Apache, MySQL and PHP5 from source code on Ubuntu
http://www.michaelhinds.com/tech/linux/ubuntu-server.html#mysql
Linux 將 BIG5 文字檔轉成 UTF-8 格式 – Nothing but..
Source: Linux 將 BIG5 文字檔轉成 UTF-8 格式 – Nothing but..
How using tar to do file backup for code only without user data
Using tar command is fast and effective. You have to exclude dynamic data tar –exclude=’./var’ –exclude=’./pub/media/catalog’ –exclude=’./pub/media/productattach’ –exclude=’./download’ –exclude=’./generated’ -cvzf my.tar.gz ./* When apply the above command you have to…
How To Manage Logfiles with Logrotate on Ubuntu 16.04 | DigitalOcean
Logrotate is a system utility that manages the automatic rotation and compression of log files. If log files were not rotated, compressed, and periodically pruned, they could eventually consume all…