Last active
June 29, 2017 13:56
-
-
Save guxiaobai/d7f006680f118ca27ab48f9529a0e4cb to your computer and use it in GitHub Desktop.
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
| 测试SSH 执行获取的环境变量 | |
| env | ssh user@host remote_program | |
| .bashrc | |
| 非交互式登录,退出执行 | |
| [ -z "$PS1" ] && return | |
| 每次都会执行 | |
| /etc/environment | |
| PTY | |
| http://capistranorb.com/documentation/advanced-features/ptys/ | |
| ## 部署前端字体文件处理 | |
| public/fonts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment