Skip to main content

4 docs tagged with "tool"

View All Tags

Git使用技巧

Recently we published a couple of tutorials to get you familiar with Git basics and using Git in a team environment. The commands that we discussed were about enough to help a developer survive in the Git world. In this post, we will try to explore how to manage your time effectively and make full use of the features that Git provides.

Win sshfs

代码开发时,有时候必须要把代码拷贝到远程的主机上去执行,这时候大部分我们会用ssh登上去,用vim修改,但是如果改的代码比较多,对于不太习惯vim的同学,就会觉得比较累。这时候一般的做法是在本地用编辑器(SourceInsighet/PyCharm)等修改代码,然后再传到服务器上去。[Pycharm专业版可以上传到ssh远端哦~]

一个使用Ansible的例子

Ansible 是一个自动化运维工具,相似的工具还有SaltStack、Puppet、Chef、Fabric,其中Ansible、SaltStack、Fabri都是用Python实现的,现在使用Python的同学比较多,维护起来也比较顺手,而Puppet、Chef是用ruby写的,各有各的拥趸。