Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fabric

How To Combine Boto With Fabric

I need to mention. I use Windows. Now I know how to use boto. But I faced the problem that I can… Read more How To Combine Boto With Fabric

Fabric Vs Pexpect

I've stumbled upon pexpect and my impression is that it looks roughly similar to fabric. I'… Read more Fabric Vs Pexpect

Using Python Fabric Without The Command-line Tool (fab)

Altough Fabric documentations refers to a way of using the library for SSH access without requiring… Read more Using Python Fabric Without The Command-line Tool (fab)

Pip Freeze Does Not Show All Installed Packages

I am using a virtualenv. I have fabric installed, with pip. But a pip freeze does not give any hint… Read more Pip Freeze Does Not Show All Installed Packages

How To Edit Hostname File Using Fabric

I have change my hosts file,so how to change hostname.my system is ubuntu. eg my hosts file: 192.16… Read more How To Edit Hostname File Using Fabric

How To Catch Auth Errors In Fabric And Retry?

I have two usernames and corresponding passwords that I use to admin my servers, is there a way to … Read more How To Catch Auth Errors In Fabric And Retry?