Packard Bell – P5WS6 reinstalar so

Un cliente me pide restaurar su pc a un estado óptimo. El equipo es un Packard Bell P5WS6 EasyNote TK. El equipo tiene una partición de fábrica de 15GB. Para proceder a reinstalar su equipo a valores de fábrica: 1. Reiniciar equipo 2. Apretar ALT+F10 continuamente 3. Aparecerá el logo de “Windows Loading Files” y […]

Instalar Varnish Agent Dashboard

Via @jaimeferre y http://ernestogamez.es/ me llegó la info sobre un opensource dedicado a Varnish creado por Krystian Ling. En realidad el agente está creado por Ling y la otra parte, la del monitorización Varnish por otro equipo. Sea como fuere, es una buena pieza para saber en tiempo real y de una manera fácil como […]

Nokogiri Libxml2 is missing

Desplegando proyecto basado en Ruby. Ejecutamos # bundle install y nos da el error Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /usr/local/rvm/rubies/ruby-1.9.3-p362/bin/ruby extconf.rb checking for libxml/parser.h… no —– libxml2 is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.

MySQL ERROR 1104 Check your WHERE and use SET OPTION SQL_BIG_SELECTS=1 if the SELECT is ok

mysql logo

ERROR 1104: The SELECT would examine too many records and probably take a very long time. Check your WHERE and use SET OPTION SQL_BIG_SELECTS=1 if the SELECT is ok Hay veces que ciertas aplicaciones utilizan unas cantidades de recursos que MySQL por defecto limita para evitar consumir recursos por tiempo prolongado.

Instalar Duplicity en CentOS 6

Hola estaba haciendo unos backups por rsysnc de webs y directorios y tal y oye, si ya hago el rsync, y lo encripto y tal, pues si la herramienta Duplicity lo hace pues mejor 🙂 1. Repositorios útiles # rpm –import http://apt.sw.be/RPM-GPG-KEY.dag.txt # wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm # rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm # wget http://ftp.cica.es/epel/6/i386/repoview/epel-release.html # wget http://ftp.cica.es/epel/6/i386/epel-release-6-7.noarch.rpm […]