Category Archives: PHP

Instalar PHP 5.4, 5.5, 5.6 o 7.0 en Ubuntu 14.04

Vamos a ver cómo instalar las versiones 5.4, 5.5, 5.6 y 7.0 de PHP en Ubuntu 14.04

Primero deberemos tener instalado el siguiente paquete:

$ sudo apt-get install python-software-properties

Para PHP 5.4 usaremos el repositorio ppa:ondrej/php5-oldstable:

$ sudo add-apt-repository ppa:ondrej/php5-oldstable
$ sudo apt-get update
$ sudo apt-get install -y php5

Para PHP 5.5:

$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ sudo apt-get install -y php5.5

Para PHP 5.6

$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ sudo apt-get install -y php5.6

Finalmente, para PHP 7.0:

$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ sudo apt-get install -y php7.0 

Tags: ,

OK, Google, What Do I Need To Know About I/O Cloud Announcements?

With all the focus on Google Glass, new Maps features and Star Trek-ish conversations coming to Google Search everywhere (“OK Google…”) let’s not forget Google’s cloud computing moves:

Google Compute Engine – now available for everyone

New Compute Engine features:

  • Sub-hour billing charges for instances in one-minute increments with a ten-minute minimum, so you don’t pay for compute minutes that you don’t use
  • Shared-core instances provide smaller instance shapes for low-intensity workloads
  • Advanced Routing features help you create gateways and VPN servers, and enable you to build applications that span your local network and Google’s cloud
  • Large persistent disks support up to 10 terabytes per volume, which translates to 10X the industry standard

ISO 27001:2005 international security certification for Compute Engine, Google App Engine, and Google Cloud Storage.

Google App Engine adds PHP runtime

Google Cloud Datastore (AKA NoSQL)

Google Cloud Datastore is a fully managed and schemaless solution for storing non-relational data. Based on the popular App Engine High Replication Datastore, Cloud Datastore is a standalone service that features automatic scalability and high availability while still providing powerful capabilities such as ACID transactions, SQL-like queries, indexes and more.

You can catch today’s live streams for two Google Cloud talks, or watch recordings of yesterdays, here.

This time next  year we’ll probably just open up the Google home page, tap the mike, and ask, “OK, Google, what do I need to know about Google Cloud?”