Zato Vagrant Box

Zato is the next generation ESB and application server written in Python and released under a commercial-friendly LGPL license. We are using Zato to implement a gateway to various XML services and to help the easy adoption of it we delivered a Vagrant box with Ubuntu 14.04 64 bits and Zato 1.1 pre-installed with PostgreSQL and Redis Click here to download it. Deploy it and start Zato vagrant box add Zato https://www....

June 30, 2014 · 1 min · Danilo Fernando Chilene

Being Lazy With Fabric - Part 1

I’m lazy when come to do repetitive tasks and it’s nice when machines do the work for us, specially boring ones like us sysadmins have to do daily. Example: Check if that file exists for me at N servers. Install a package on hundreds of servers. Delete a user on all servers and so on... Haven't you heard of fabric yet? Fabric is a Python library that provides automation using SSH(Paramiko), from copy files, execute tasks(normal or using sudo), prompt the user for input, deploy and whatever you can think of....

March 26, 2014 · 6 min · Danilo Fernando Chilene