Fabric is a Python (2.5-2.7) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.
Questions tagged [fabric]
3 questions
3
votes
1 answer
How to use fabric with juju
I'm using the python-django charm to deploy a small django-based site, with the local provider for test purposes. So far the deployment itself has worked, but I'd like to be able to manage the site without having to juju ssh into it.
So I'm trying…
David Planella
- 15,610
2
votes
0 answers
How to Upgrade multiple Ubuntu 14 to 16
I need some recommendation for upgrading multiple ubuntu.
I have to upgrade my Ubuntu 14 server to Ubuntu 16. I know how to upgrade.
My problem is the server is not only one, over 10 servers, so i don't want to do apt-update, apt-upgrade ,…
Tuang
- 31
- 1
- 4
0
votes
0 answers
How to restore everything to a default profile after every reboot or logout?
I would like to use Ubuntu in my school. But I have a couple of questions about how to make certain configurations.
I have seen in Windows a program that allows you to reset the user account every time the computer is restarted. The program in…