Categoría: Debian

  • borrar la tabla de particiones con linux

    Con esto dejamos el mbr lleno de ceros 😀 [shell]dd if=/dev/zero of=/dev/hda bs=512 count=1[/shell]

  • Dynamic MMap ran out of room

    Error en Debian etch ejecutando apt-get o apt-cache [shell] E: Dynamic MMap ran out of room E: Ocurrió un error mientras se procesaba kernel-image-2.6.18.2 (NewVersion1) E: Problem with MergeList /var/lib/dpkg/status E: No se pudieron analizar o abrir las listas de paquetes o el archivo de estado. [/shell] editar /etc/apt/apt.conf agregar : [shell] APT::Cache-Limit 25165824; [/shell]

  • Invalid command ‘Order’, perhaps misspelled or defined by a module not included in the server configuration

    En Debian testing al actualizar ahora ocurre este problema: [shell] # /etc/init.d/apache2 restart Forcing reload of web server (apache2)…Syntax error on line 141 of /etc/apache2/apache2.conf: Invalid command ‘Order’, perhaps misspelled or defined by a module not included in the server configuration failed! [/shell] Si vemos la documentación de Apache, el comando ‘Order’ pertenece al modulo…

  • Colisiones

    eth1 Link encap:Ethernet HWaddr 00:11:25:57:BC:69 inet addr:62.151.24.74 Bcast:62.151.24.79 Mask:255.255.255.240 inet6 addr: fe80::211:25ff:fe57:bc69/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:174549467 errors:0 dropped:0 overruns:0 frame:0 TX packets:190245054 errors:29876265 dropped:0 overruns:0 carrier:29876265 collisions:32648117 txqueuelen:1000 RX bytes:1089220947 (1.0 GiB) TX bytes:2670160874 (2.4 GiB) Base address:0x4400 Memory:d0340000-d0360000 Las colisiones son _normales_ en redes CSMA/CD como Ethernet con lo…

  • Eaccelator: cache para php

    Instalar eaccelerator Requirements ———— apache >= 1.3, mod_php >= 4.1, autoconf, automake, libtool, m4 apt-get install php4-dev #/usr/src/ wget http://keihanna.dl.sourceforge.net/sourceforge/eaccelerator/eaccelerator-0.9.4-rc2.tar.bz2 tar jxvf eaccelerator-0.9.4-rc2.tar.bz2 cd eaccelerator-0.9.4-rc2 export PHP_PREFIX=»/usr» $PHP_PREFIX/bin/phpize ./configure \ –enable-eaccelerator=shared \ –with-php-config=$PHP_PREFIX/bin/php-config export PHP_PREFIX=»/usr/local» make You must specify the real prefix where PHP is installed in the «export» command. It may be «/usr» «/usr/local»,…

  • Interprestar ApacheTop

    Last hit: 09:17:07 atop runtime: 0 days, 00:58:20 09:17:08 All: 638924 reqs ( 182.65/sec) 3433539K ( 981.6K/sec) ( 5.4K/req) 2xx: 455415 (71.3%) 3xx: 175745 (27.5%) 4xx: 7746 ( 1.2%) 5xx: 10 ( 0.0%) R ( 30s): 5195 reqs ( 173.17/sec) 25405K ( 846.8K/sec) ( 4.9K/req) 2xx: 3447 (66.4%) 3xx: 1715 (33.0%) 4xx: 33 ( 0.6%)…

  • copiar un cd/dvd mediante consola

    Para cds: mkisofs -f -J -R -r -V -o micarpeta/ > raw.raw cdrecord dev=ATAPI:/dev/hdc -multi -tao raw.raw Para dvd: growisofs -Z /dev/dvd -> session incial -M /dev/dvd -> añade sesion -dvd-compat -> compatibilidad con dvd players -overburn -speed=N -input-charset=ISO-8859-1 -R Rockride -J Joliet growisofs -speed=4 -R -J -input-charset=ISO-8859-1 -Z /dev/hdc -over-burn -dvd-compat VIDEO_TS no poner…

  • ERR- Can’t open the message file – it’s gone!

    En un cliente de outlook hemos tenido este problema : [shell]ERR – Can’t open the message file – it’s gone![/shell] La explicación, que dos cuentas de correo intentan descargar un email a la vez o como dicen en inglés : «probably have two login sessions hitting the same mailbox at the same time.» Nada, con…