Vagrant boxes are the package format for Vagrant environments. There are a lot of boxes, but in some cases you need customize your box. You can automatize your bootstrap with a script or chef, but ...
In some cases it's not sufficient to test if a nginx process is running or port 80 is open. There are some cases that before promote a change to production environment we need run some acceptan...
With the goal of improve my blog, today I have installed the Simple-Jeckyll-Search plugin. Simple-Jekyll-Search is a JavaScript library to add search functionality to any Jekyll blog.
For some projects, I prefer don't work with a chef-server as a chef code repository. I prefer work directly with git and don't use a chef-server. To do it, we can use chef-solo or use chef ...
I have tried to install "vagrant-chef-zero" on vagrant-1.6.3.1 and I get a problem with nokinori.
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is s...
List the size of all tables for a mysql database:
SELECT table_name AS "Table", round(((data_length + index_length) / 1024 / 1024), 2) as TEST FROM information_schema.TABLES WHERE table_schem...
To install knife-ec2 on Mac OS X 10.9.1 run the next command:
sudo /opt/chef/embedded/bin/gem install knife-ec2
and add in your .bash_profile
export PATH=/opt/chef/embedded/bin:$PATH
Magento can manage secure HTTPS connections in frontend and in backend. But, manage HTTPS connections is a additional load for the servers. If you use a load balancer in front of the servers, you c...
S3fs is a fuse based file system backed by Amazon S3. This permit mount a S3 bucked as a file system ans store files and folders transparently.
I have installed s3fs in a t1.micro ec2 instance wit...
Before today I has integrated Amazon SES with postfix using stunnel. But today I have integrated Amazon SES with Postfix without stunnel.
To integrate Amazon SES with Potsfix I have followed the A...
Magento 1.7 use the currency format of Zend Framework. To change currency format, you have edit the locale xml file located into the directory lib/Zend/Locale/Data
For example, to pot the currency...