Git command 常用指令
Generate SSH keybashssh-keygen -t rsa -b 4096 -C "yourname/email address"
After then, the ssh key files will be generated and saved at C:\Users\usern ...
不錯的免費 Wordpress plugins & 備份 WordPress database
Smooth Back To Top Buttonhttps://wordpress.org/plugins/smooth-back-to-top-button/
Nice looking with progess bar circle, smooth scrolling to top animat ...
Docker command 常用指令
Imagebashdocker images -a # list all docker imagesdocker rmi [image id] # remove imagedocker pull [image] # pull an image or a repository from ...
Backup outlook mails via Thunderbird
1. Login your email account to ThunderbirdSet manual configuration in thunderbird account as follows:
INCOMING SERVERProtocol: IMAPHostname: outlook.o ...
Run php locally using VS Code (Windows)
How to run php locally using VS Code (Windows)1. Install the following VS code extensions
PHP: https://marketplace.visualstudio.com/items?itemName=DEV ...
Protect file directory using .htaccess
To prevent file directory be accessed by others, input the line below in .htaccess file.
CodeOptions -Indexes
Run php locally (Mac)
How to run php locallyIn terminal:
cd to project folder
zshcd folderPath
command below:
zshphp -S 127.0.0.1:8000
Go to 127.0.0.1:8000
RGB to CMYK in Photoshop in batch
1. Show the “Action” panel
2. Add new action, start recording
3. Change the color mode to CMYK
4. Click the stop button to stop the recording
5. Batch ...
在 Mac 運行 Windows exe 程式
What is Wine?
https://www.winehq.org/Wine (originally an acronym for “Wine Is Not an Emulator”) is a compatibility layer capable of running Windows ap ...
【個人用途記錄2】Python 爬蟲 - 抓取及解析 HTML 網頁資料
記錄用
fa135fcf299776c00a35b7e46ad35b910922ae6c11f92df4d3f666ec4bb1eee6ac32d4f9b0d2af038dea1ec05e7b26e096ffa6164681cdbdf59cbedde4dbf ...