从分支合并回主干
1 2 |
cd /path/to/trunk svn merge --reintegrate ^/branch_xxx |
从主干到分支 …
DevOps
问题 当存在 http_proxy 时, 如下命令会有问题: [crayon-6809ed8de0b51737 …
参考: http://huxos.me/blog/tsocks-socks-proxy/ http://blo …
参考: http://askubuntu.com/questions/35223/syntax-for-soc …
参考: https://www.digitalocean.com/community/tutorials/ho …
问题 通过ssh连接到服务器后,当终端窗口放大后,打开vim依然使用原来的小的区域 分析 查看当前tty的si …
SSH原理与运用(一):远程登录 SSH原理与运用(二):远程操作与端口转发
tshark + wireshark+ssh
1 |
ssh root@HOST tcpdump -U -s0 -w - 'not port 22' | wireshark -k -i - |
…