# 使用 Homebrew 安装 aria2
brew install aria2
# 创建配置文件aria2.conf和空对话文件aria2.session
mkdir ~/.aria2 && cd ~/.aria2
touch aria2.confSometimes I want to make a screencapture of a websites behaviour.
In Chrome, I am quite happy doing this with the [Awesome Screenshot: Screen Video Recorder][1] extension.
Besides screenshots, the extension offers the ability to make a recording. (Limited to 30 seconds in the free version).
The recording can be uploaded to Youtube or Google Drive. It can also be downloaded as WebM file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0'?> | |
| <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
| <fontconfig> | |
| <!-- created by WenQuanYi FcDesigner v0.5 --> | |
| <match> | |
| <test name="family"> | |
| <string>sans-serif</string> | |
| </test> | |
| <edit name="family" binding="strong" mode="prepend"> | |
| <string>WenQuanYi Micro Hei</string> |