17 ago 2010

Debian cumple 17 años

Debian cumple 17 años: "

Fue un 16 de agosto de 1993 cuando Ian A Murdock anunció el lanzamiento de una nueva distribución Linux (nota original http://bit.ly/bkNYvk) con el nombre de Debian que surge de unir dos nombres: Debra, su entonces novia (actual ex-esposa) y su propio nombre Ian.

¡Feliz cumpleaños Debian!

- Debian Day 2010 México (http://bit.ly/cF4ozZ)

- Cubo de Códigos para Terminal (http://bit.ly/9PQkJD)

- Obtener Debian Linux (http://www.debian.org/index.es.html)

- Página oficial de aniversario (http://thank.debian.net/

12 ago 2010

Access problem...(silly problem)

Checking your apache log, it contain: 
[Thu Mar 04 19:22:30 2010] [error] [client 127.0.0.1] (13)Permission denied: access to /index.html denied

Have you check the directory permissions? just type:
$chmod -R 755 /path/to/your/htdocs

;)  It should resolve your problem.

Good trade!