Xorg
Xorg 简介
Xephyr 设置第二个 x server
使用步骤:
使用 Xephyr 启动一个 x server
Xephyr -screen 1600x900 :1
启动 gui 程序
DISPLAY=:1 gvim
Server
cgi, wsgi, uwsgi, asgi 辨析
pathos
Rzsz
rzsz 替换工具
git attributes
关于 git attributes 的误解说明
gitattributes 的作用:
- 在提交 commit 时,把本地的 换行符替换成和 已有 commit 中一致
- git clone 时,换成和本机兼容的换行符
gitattributes 没有的功能:
把已有 commit 中文件的换行符替换成新规定的换行符