The latest info about eLearning with Chamilo
Este artículo en Inglés explica como crear un archivo (de prueba, llenado de 0s) en línea de comando fácilmente: http://linuxcommando.blogspot.com/2008/02/create-file-of-given-size.html De forma corta para crear un archivo de 10MB: $ dd if=/dev/zero of=output.dat bs=1M count=10
Reference: http://www.cyberciti.biz/tips/recover-mysql-root-password.html (partly copied to avoid loosing source) # /etc/init.d/mysql stop Stopping MySQL database server: mysqld. # mysqld_safe –skip-grant-tables & [1] 5988 Starting mysqld daemon with databases from /var/lib/mysql mysqld_safe[6025]: started # mysql -u root Welcome to the MySQL monitor….
Copiado del post de Daniel escrito en el marco de sus proyectos aqui : http://danielphp.wordpress.com/install-oracle-express-and-php-oci8-on-ubuntu-9-10/ (Requirements: PHP 5 and Apache 2 already installed) Go to Oracle website, and download the following files: (You are gonna need to register an account…
Este articulo explica (en Inglés) como arreglar el problema del paquete Imagick para PHP5 en Ubuntu Feisty. Traducción sigue: “He probado usar Image Magick con PHP hace poco por una Ubuntu Feisty, y mientras pensaba que tenía el paquete requisito:…