多个ssh private key的管理办法
摘要:在$home/.ssh/config中写入如下内容Host 192.168.1.1IdentityFile $PATH\.ssh\id_rsaHost 192.168.1.2IdentityFile $PATH\.ssh\id_rsa2
阅读全文
posted @
2015-12-22 01:12
merryfreespace
阅读(512)
推荐(0)
在主机中通过xdebug远程调试Vagrant虚拟机中drush脚本的方法
摘要:改方法是调试drush所执行的php代码的方法,同样适用于普通的cli方式运行的php程序的调试。 1、首先需要调整cli方式的xdebug.ini配置: sudo vi /etc/php5/cli/conf.d/xdebug.ini 其中的 xdebug.remote_host=192.168.x
阅读全文
posted @
2015-12-01 05:01
merryfreespace
阅读(423)
推荐(0)