Monitorama.eu 2013

Submitted by ricardo on Sun, 09/22/2013 - 17:34

I’m leavig today Berlin on my way for Drupalcon Prague. Here i attended the first Monitorama event done in Europe. My mind was completely blownaway by the amazing Opensource driven Community foud at the event. We could find people from all parts of Europe and even some from the U.S., all in a quest to make monitoring not suck… Maybe that’s why i got a pair of s_cks at the registration:

Code release for Drupal on lxc containers (vagrant & docker)

Submitted by ricardo on Tue, 08/20/2013 - 14:52

I announced in my last post the availability of actual running code for deploying Drupal sites on LXC containers.
First work acomplished went using puppet & vagrant to create the LXC image. After that it can be exported to a Docker container and moved around.
Since then i went a bit further and created the actual lamp stack with the native docker build ALSO!

Make your old Drupal Sites Static, Faster and Safer.

Submitted by ricardo on Thu, 06/27/2013 - 16:40

Recently I helped to "staticalize" the past Drupalcon sites on http://drupal.org
This makes the sites static, faster, safer and less error-prone. Works like a live archive of the past events.
For that i use this wget command:
wget -m -U Mozilla --page-requisites \
--retry-connrefused \
--limit-rate=5000k \
--convert-links \
--html-extension \
--restrict-file-names=windows \
--domains ${SITE} \
--no-parent http://${SITE}/

How to check the headers of a Site using a custom IP address

Submitted by ricardo on Wed, 06/26/2013 - 13:45

This will check the site blog.ricardoamaro.com against the IP 50.19.98.136 on Port 80 :
~$ curl -Is -H "host: blog.ricardoamaro.com" 50.19.98.136:80
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
X-Drupal-Cache: HIT
Etag: "1372246782-0"
Content-Language: en
X-Generator: Drupal 7 (http://drupal.org)
Cache-Control: public, max-age=0
Last-Modified: Wed, 26 Jun 2013 11:39:42 +0000
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Vary: Cookie,Accept-Encoding
X-AH-Environment: prod

Powered by Drupal