Ayer por la noche alrededor de las siete entre al garaje de la casa cuando de pronto percibo "el olor" no no es un olor cualquiera era "el olor" esa fragancia que te hace ver de nuevo tu almuerzo era el olor de la muerte.
Entonces lo pensé, lo supe no se como lo hice pero lo supe ahí en el garaje había un animal muerto revise cada parte y no encontré nada. Los vientos de esta época de fin de año me lo dijeron el olor provenía de el cielo falso.
¡Nooooo! eso fue lo que pensé. Cielos no podía haberse muerto en otro lugar. Fui al cuarto de la ropa y saque una camisa la cual me amarre al rostro al puro estilo de los manifestantes. Con mi mascara contra "el olor" fui y busque mi escalera. La coloque bajo un panel del cielo falso y lo retire luego encendí mi lampara y asome la cabeza repentinamente escuche un ruido como algo que se arrastraba y de pronto mi escalera se asusto y corrió de bajo de mis pies, lo que hizo que cayera de espaldas. Hoy me duele el trasero del golpe por cierto parece que caer de unos metros no es tan doloroso como uno se imagina.
Después de caerme y haber vuelto a poner la escalera asome la cabeza de nuevo (ya no escuche el sonido, imagino que fue el viento) y ahí estaba la rata mas grande y gorda que he visto. La rata estaba como a 5 paneles mas lejos de donde estaba asomando la cabeza. así que moví la escalera y me coloque bajo el panel intente levantarlo pero recordé que si la botaba al suelo podría destriparse depende de que tan podrida estuviese. Así que fui en busca de una caja la cual coloque exactamente bajo el lugar donde estaba el panel.
Así que levante el panel lo incline y la rata cayó pero no cayó en la caja sino en un mueble parecido a un gavetero el golpe hizo un sonido sonoro la rata era increíblemente gorda. Al acercarme vi que no tenia ojos quizás ya tenia algunos días de estar ahí.
La levante con una pala y la puse en la caja ¿y ahora que hago con la caja? me pregunte, así que recordé que las personas son bastante entrometidas si dejas un caja en la calle es casi seguro que alguien se la llevara.
Así que cerré la caja y deje la caja en la acera de enfrente. ¿porque hice eso? porque ya era de noche y apestaba mucho no podía ponerla en la basura por causa de los perros y las moscas. Así que la done a la asociación de entrometidos de la calle. Media hora después vi por la ventana la acera de enfrente y la caja no estaba.
2006/10/29
2006/10/28
Lyrics: Armand Van Helden - Into your eyes
when I look into your eyes,
I can love you to forever.
when I look into your eyes,
I can love you to forever.
when I look into your eyes,
I can love you to forever.
when I look into your eyes,
I can love you to forever.
when I look into your eyes,
I can love you to forever.
when I look into your eyes,
I can love you to forever.
when I look into your eyes,
I can love you to forever.
Lyrics: Armand Van Helden - My My My
My, My, My
My, my, my
My, my, my
(Whoaaa)
Whoaa
how did we ever get this way
where's it gonna go..
My, my, my
My, my, my
(Oooh Ooooh wee)
Ooh,
how we gonna make it work,
what's it gonna take to do it..
Lyrics: Moby - Natural Blues
oh lordy, trouble so hard
oh lordy, trouble so hard,
don't nobody know my troubles but God
don't nobody know my troubles but God
went down the hill, the other day
my soul got happy and stayed all day
oh lordy...
went in the room, didn't stay long,
looked on the bed and brother was dead
oh lordy...
Lyrics: Tom Novy - Your Body
Something bout your body... hey hey hey hey hey
I don't want nobody
I don't want nobody baby
But you
There's something bout your body
That's got me thinkin of nobody
but you
I don't want nobody
I don't want nobody baby
But you
x2
There's something bout your body
That's got me thinkin of nobody
but you
I don't want nobody
I don't want nobody baby
But you
There's something bout your body
That's got me thinkin of nobody
but you
I don't want nobody baby..ooooooo
There's something bout your body baaaby..
Yeah you're driving me crazy, uh!
Oh, yeah..hey hey hey hey oooooooohhhhhh
I don't want nobody
I don't want nobody baby
But you
There's something bout your body (baby)
That's got me thinkin of nobody
but you
I don't want nobody
I don't want nobody baby
But you, but you, but you
There's something bout your body baby..
Got me thinkin of nobody
but you
I don't want nobody
I don't want nobody baby
But you
There's something bout your body baby..
That's got me thinkin of nobody
but you
There's something bout your body baaby, oooohh.
Como ver un disco SATA en Mandrivalinux
Bueno acabo de conseguir un disco SATA Seagate de 250 Gigas, luego de conectarlo:
Lo unico que tienes que hacer es cargar el modulo sd_mod asi:
[root@localhost dalfa]# modprobe sd_mod
Si estamos viendo /var/log/messages al momento de la carga del modulo veremos que el disco aparecera automagicamente:
Si revisamos con fdisk lo podremos ver tambien:
[root@localhost dalfa]# fdisk -l
Asi tambien lo podemos ver con diskdrake:
Muchas veces hay distros que no arrancan desde uno de estos discos y la razon es porque el kernel tiene sd_mod como modulo y no dentro del disco.
Para que el modulo se cargue al inicio del sistema solo lo agregamos al /etc/modprobe.preload:
# /etc/modprobe.preload: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line. Comments begin with
# a `#', and everything on the line after them are ignored.
# this file is for module-init-tools (kernel 2.5 and above) ONLY
# for old kernel use /etc/modules
#visor
realtime
nvidia
psmouse
pcspkr
sd_mod
usb-uhci
usb-ohci
# capability
# Opcion quitada para uso de Kernel multimedia
# btaudio
bttv
hw_random
intel-agp
¡Listo!
Lo unico que tienes que hacer es cargar el modulo sd_mod asi:
[root@localhost dalfa]# modprobe sd_mod
Si estamos viendo /var/log/messages al momento de la carga del modulo veremos que el disco aparecera automagicamente:
[root@localhost dalfa]# tailf /var/log/messages
Oct 28 20:42:28 localhost kernel: Driver 'sd' needs updating - please use bus_type methods
Oct 28 20:42:28 localhost kernel: SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
Oct 28 20:42:28 localhost kernel: sda: Write Protect is off
Oct 28 20:42:28 localhost kernel: SCSI device sda: drive cache: write back
Oct 28 20:42:28 localhost kernel: SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
Oct 28 20:42:28 localhost kernel: sda: Write Protect is off
Oct 28 20:42:28 localhost kernel: SCSI device sda: drive cache: write back
Oct 28 20:42:28 localhost kernel: sda: unknown partition table
Oct 28 20:42:28 localhost kernel: sd 0:0:0:0: Attached scsi disk sda
Si revisamos con fdisk lo podremos ver tambien:
[root@localhost dalfa]# fdisk -l
Disco /dev/hda: 40.0 GB, 40020664320 bytes
255 cabezas, 63 sectores/pista, 4865 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/hda1 * 1 1274 10233373+ 83 Linux
/dev/hda2 1275 4865 28844707+ 5 Extendida
/dev/hda5 1275 1337 506016 82 Linux swap / Solaris
/dev/hda6 1338 4865 28338628+ 83 Linux
Disco /dev/hdb: 40.0 GB, 40020664320 bytes
255 cabezas, 63 sectores/pista, 4865 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/hdb1 * 1 89 714861 83 Linux
/dev/hdb3 90 4865 38363220 5 Extendida
/dev/hdb5 90 1274 9518481 83 Linux
/dev/hdb6 1275 4865 28844676 83 Linux
Disco /dev/sda: 250.0 GB, 250059350016 bytes
255 cabezas, 63 sectores/pista, 30401 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
El disco /dev/sda no contiene una tabla de particiones válida
Asi tambien lo podemos ver con diskdrake:
Muchas veces hay distros que no arrancan desde uno de estos discos y la razon es porque el kernel tiene sd_mod como modulo y no dentro del disco.
Para que el modulo se cargue al inicio del sistema solo lo agregamos al /etc/modprobe.preload:
# /etc/modprobe.preload: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line. Comments begin with
# a `#', and everything on the line after them are ignored.
# this file is for module-init-tools (kernel 2.5 and above) ONLY
# for old kernel use /etc/modules
#visor
realtime
nvidia
psmouse
pcspkr
sd_mod
usb-uhci
usb-ohci
# capability
# Opcion quitada para uso de Kernel multimedia
# btaudio
bttv
hw_random
intel-agp
¡Listo!
¡250 Gigas!
[root@localhost dalfa]# fdisk -l
Disco /dev/hda: 40.0 GB, 40020664320 bytes
255 cabezas, 63 sectores/pista, 4865 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/hda1 * 1 1274 10233373+ 83 Linux
/dev/hda2 1275 4865 28844707+ 5 Extendida
/dev/hda5 1275 1337 506016 82 Linux swap / Solaris
/dev/hda6 1338 4865 28338628+ 83 Linux
Disco /dev/hdb: 40.0 GB, 40020664320 bytes
255 cabezas, 63 sectores/pista, 4865 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/hdb1 * 1 89 714861 83 Linux
/dev/hdb3 90 4865 38363220 5 Extendida
/dev/hdb5 90 1274 9518481 83 Linux
/dev/hdb6 1275 4865 28844676 83 Linux
Disco /dev/sda: 250.0 GB, 250059350016 bytes
255 cabezas, 63 sectores/pista, 30401 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
El disco /dev/sda no contiene una tabla de particiones válida
2006/10/23
2006/10/22
Para que sirve .xinitrc
Explicado asi a la ligera funciona para ejecutar programas al inicio del servidor grafico y para especificar el entorno grafico que se usara. Por ejemplo aqui esta mi .xninitrc
# Coloca un fondo de pantalla negro
xsetroot -solid black
# Programas que quiero que ejecute al inicio
xscreensaver 2> /dev/null&
xbindkeys &
esd --beeps &
# Entorno grafico
exec /usr/bin/enlightenment
Este es sencillo se puede usar algo mas complejo como por ejemplo el que trae por defecto Mandriva 2007 en /etc/X11/xinit/xinitrc
#!/bin/sh
# (c) 2000-2002 MandrakeSoft
# $Id: xinitrc-xinitrc,v 1.2 2002/09/10 05:53:43 flepied Exp $
# Set a background here because it's not done anymore
# in Xsesion for non root users
if [ "`whoami`" != root ]; then
xsetroot -solid "#21449C"
fi
exec /etc/X11/Xsession $*
En el archivo de Mandriva coloca un color determinado de fondo (normalmente es azul) para los usuarios "normales" y para root uno rojo y al final no llama al entorno grafico sino llama al archivo /etc/X11/Xsession si lo revisamos podremos que en el se encuentran los diferentes entornos que trae Mandriva y si uno no esta instalado carga el siguiente.
Cuando tengamos nuestro .xinitrc listo lo colocamos en el nuestro home y nos vamos a una tty donde ejecutamos startx y listo.
Si no hay .xinitrc en nuestro home el sistema busca por defecto el que se encuentra en /etc/X11/xinit/xinitrc si quieres hacer cambios globales lo puedes hacer ahi para todos los usuarios caso contrario basta con poner uno en tu home.
# Coloca un fondo de pantalla negro
xsetroot -solid black
# Programas que quiero que ejecute al inicio
xscreensaver 2> /dev/null&
xbindkeys &
esd --beeps &
# Entorno grafico
exec /usr/bin/enlightenment
Este es sencillo se puede usar algo mas complejo como por ejemplo el que trae por defecto Mandriva 2007 en /etc/X11/xinit/xinitrc
#!/bin/sh
# (c) 2000-2002 MandrakeSoft
# $Id: xinitrc-xinitrc,v 1.2 2002/09/10 05:53:43 flepied Exp $
# Set a background here because it's not done anymore
# in Xsesion for non root users
if [ "`whoami`" != root ]; then
xsetroot -solid "#21449C"
fi
exec /etc/X11/Xsession $*
En el archivo de Mandriva coloca un color determinado de fondo (normalmente es azul) para los usuarios "normales" y para root uno rojo y al final no llama al entorno grafico sino llama al archivo /etc/X11/Xsession si lo revisamos podremos que en el se encuentran los diferentes entornos que trae Mandriva y si uno no esta instalado carga el siguiente.
Cuando tengamos nuestro .xinitrc listo lo colocamos en el nuestro home y nos vamos a una tty donde ejecutamos startx y listo.
Si no hay .xinitrc en nuestro home el sistema busca por defecto el que se encuentra en /etc/X11/xinit/xinitrc si quieres hacer cambios globales lo puedes hacer ahi para todos los usuarios caso contrario basta con poner uno en tu home.
2006/10/21
Como poner fondos de pantalla en Enlightenment 17 con Gthumb
Yo uso mucho gthumb para ver mis imagenes y dentro de las opciones que da, esta "abrir con" al seleccionarla ejecuta un programa para abrir una imagen. Se puede usar para poner los fondos de pantalla en Enlightenment.
Solo hay un problema que gthumb le coloca el prefijo file:// a los archivos entonces e17setroot no puede encontrar los archivos para usarlo asi que cree dos pequeños scripts en python:
El contenido de ambos es:
escalado.py
#! /usr/bin/env python
import sys
import commands
archivo=sys.argv[1][7:]
print archivo
commands.getstatusoutput('/usr/bin/e17setroot -s '+ archivo)
centrado.py
#! /usr/bin/env python
import sys
import commands
archivo=sys.argv[1][7:]
print archivo
commands.getstatusoutput('/usr/bin/e17setroot -c '+ archivo)
Luego que tenga un poco mas de tiempo y averigue como hacerlo lo paso a un solo script :-p
Lo que hacen es quitar las siete primeras letras de la cadena osea "file://" al quitarla la pasan a e17setroot. Me imagino que se podran usar en otros programas al igual que en gthumb.
Solo hay un problema que gthumb le coloca el prefijo file:// a los archivos entonces e17setroot no puede encontrar los archivos para usarlo asi que cree dos pequeños scripts en python:
El contenido de ambos es:
escalado.py
#! /usr/bin/env python
import sys
import commands
archivo=sys.argv[1][7:]
print archivo
commands.getstatusoutput('/usr/bin/e17setroot -s '+ archivo)
centrado.py
#! /usr/bin/env python
import sys
import commands
archivo=sys.argv[1][7:]
print archivo
commands.getstatusoutput('/usr/bin/e17setroot -c '+ archivo)
Luego que tenga un poco mas de tiempo y averigue como hacerlo lo paso a un solo script :-p
Lo que hacen es quitar las siete primeras letras de la cadena osea "file://" al quitarla la pasan a e17setroot. Me imagino que se podran usar en otros programas al igual que en gthumb.
¿Porque mi tarjeta de tv no tiene sonido?
Simplemente es porque no elegiste el numero correcto de tarjeta. El numero de tarjeta lo configuras en tu /etc/modprobe.conf asi:
# Tarjeta TV
options bttv radio=0 card=39 tuner=2 gbuffers=8
Y para que se cargue el modulo siempre en cada inicio de sistema agregas lo siguiente a /etc/modprobe.preload
# Tarjeta de TV
bttv
# Tarjeta TV
options bttv radio=0 card=39 tuner=2 gbuffers=8
Y para que se cargue el modulo siempre en cada inicio de sistema agregas lo siguiente a /etc/modprobe.preload
# Tarjeta de TV
bttv
Mi modprobe.conf
# Tarjeta de red
alias eth0 8139too
# Tarjetas de sonido
#remove snd-intel8x0 /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-intel8x0
#install snd-intel8x0 /sbin/modprobe --first-time --ignore-install snd-intel8x0 && { /sbin/modprobe snd-pcm-oss; /bin/true; }
remove snd-cmipci /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-cmipci
install snd-cmipci /sbin/modprobe --first-time --ignore-install snd-cmipci && { /sbin/modprobe snd-pcm-oss; /bin/true; }
options snd_bt87x enable=1
#alias sound-slot-0 snd-intel8x0
alias sound-slot-0 snd-cmipci
alias sound-slot-1 snd_bt87x
# USB
install usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/true
# Tarjeta TV
options bttv radio=0 card=39 tuner=2 gbuffers=8
# Kernel Multimedia
options realtime any=1 mlock=0 gid=500
Mi modprobe.preload
# /etc/modprobe.preload: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line. Comments begin with
# a `#', and everything on the line after them are ignored.
# this file is for module-init-tools (kernel 2.5 and above) ONLY
# for old kernel use /etc/modules
#visor
# modulo para el handspring visor
realtime
# para el kernel multimedia
nvidia
psmouse
pcspkr
usb-uhci
usb-ohci
bttv
hw_random
intel-agp
# capability
# Opcion quitada para uso de Kernel multimedia
2006/10/20
Usando LastFM con XMMS
Es muy pero muy facil, solo instalas el plugin scrobbler asi:
[dalfa@localhost ~]$ su
Contraseña:
[root@localhost dalfa]# urpmi xmms-scrobbler
ftp://ftp.proxad.net/pub/Distributions_Linux/MandrivaLinux/official/2007.0/
i586/media/contrib/release/xmms-scrobbler-0.3.8.1-7mdv2007.0.i586.rpm
instalando xmms-scrobbler-0.3.8.1-7mdv2007.0.i586.rpm desde /var/cache/urpmi/rpms
Preparando...
1/1: xmms-scrobbler #########################
[dalfa@localhost ~]$ su
Contraseña:
[root@localhost dalfa]# urpmi xmms-scrobbler
ftp://ftp.proxad.net/pub/Distributions_Linux/MandrivaLinux/official/2007.0/
i586/media/contrib/release/xmms-scrobbler-0.3.8.1-7mdv2007.0.i586.rpm
instalando xmms-scrobbler-0.3.8.1-7mdv2007.0.i586.rpm desde /var/cache/urpmi/rpms
Preparando...
1/1: xmms-scrobbler #########################
2006/10/19
Usando Gimp: Tux para EMAG Mandriva (Version 2)
Estoy haciendo unas imagenes para EMAG pero con lo de la operacion del ojo, los estudios y el paso de Mandriva 2006 a 2007 me he desconectado por un tiempo ahora comienzo de nuevo a seguir dibujando, por aqui las primeras versiones de las imagenes:
Tambien caba aclarar que perdi la informacion en una particion donde tenia mis imagenes y mi musica asi que los archivos xcf fuentes los perdi.
Bueno aqui esta la version 2 del Tux para EMAG ahora esta mejor delineado.
- http://drakedalfa.blogspot.com/2006/09/dibujo-scrap-for-mandriva_26.html
- http://drakedalfa.blogspot.com/2006/09/dibujo-scrap-for-mandriva2.html
- http://drakedalfa.blogspot.com/2006/09/dibujo-working-on-scrap2-for-mandriva.html
- http://drakedalfa.blogspot.com/2006/09/dibujo-scrap-for-mandriva-final.html
- http://drakedalfa.blogspot.com/2006/09/dibujo-scrap-for-mandriva-final.html
Tambien caba aclarar que perdi la informacion en una particion donde tenia mis imagenes y mi musica asi que los archivos xcf fuentes los perdi.
Bueno aqui esta la version 2 del Tux para EMAG ahora esta mejor delineado.
2006/10/18
Usando InkScape: Fanart por Guala
2006/10/16
2006/10/15
.bashrc
Aqui estan mis alias ^_^ los alias son eso exactamente alias para un comando asi puedes "crear" tus propios comandos o que determinado comando haga algo siempre. Solo tienes que ponerlo en tu .bashrc en tu home o en el /etc/bashrc para todos los usuarios.
# .bashrc
# User specific aliases and functions
alias mupen="/home/dalfa/programas/mupen64-0.5/mupen64"
alias mv="mv -vi"
alias cp="cp -vi"
alias dvd="mount -v /mnt/cdrom"
alias mount="mount -v"
alias umount="umount -v"
alias azureus="/home/dalfa/programas/azureus/azureus"
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# enable programmable completion features
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
# .bashrc
# User specific aliases and functions
alias mupen="/home/dalfa/programas/mupen64-0.5/mupen64"
alias mv="mv -vi"
alias cp="cp -vi"
alias dvd="mount -v /mnt/cdrom"
alias mount="mount -v"
alias umount="umount -v"
alias azureus="/home/dalfa/programas/azureus/azureus"
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# enable programmable completion features
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
Handspring Visor en Mandriva 2007
Un Handspring Visor es como una Palm barata es Hardware algo viejo pero funcional ^_^
Listo en la configuracion de Jpilot solo se apunta hacia el dispositivo /dev/ttyUSB0 o /dev/ttyUSB1 a menos que estos esten ocupados el Visor los usara sino usara los 2 siguientes. Ademas de Jpilot hay otros programas para sincronizar estos aparatitos :P como kpilot y aplicaciones en texto.
- Agregar el modulo visor a /etc/modprobe.preload asi:
visor - Agregar esta linea en /etc/modprobe.conf:
options visor vendor=082d product=0100 - Instalar jpilot:
[dalfa@localhost ~]$ su
Contraseña:
[root@localhost dalfa]# urpmi jpilot
Listo en la configuracion de Jpilot solo se apunta hacia el dispositivo /dev/ttyUSB0 o /dev/ttyUSB1 a menos que estos esten ocupados el Visor los usara sino usara los 2 siguientes. Ademas de Jpilot hay otros programas para sincronizar estos aparatitos :P como kpilot y aplicaciones en texto.
2006/10/14
Instrucciones post instalacion de Apache
Dependencias:
apache-base-2.2.3-1mdv2007.0.i586
apache-conf-2.2.3-3mdv2007.0.i586
apache-modules-2.2.3-1mdv2007.0.i586
apache-mpm-prefork-2.2.3-1mdv2007.0.i586
libapr-util1-1.2.7-9mdv2007.0.i586
libapr1-1.2.7-2mdv2007.0.i586
libncursesw5-5.5-1.20051029.4mdv2007.0.i586
lynx-2.8.5-8mdk.i586
Más información sobre el paquete apache-conf-2.2.3-3mdv2007.0.i586
The most significant changes with this release compared to apache up to
Mandriva Linux 2006.0.
o The commonhttpd.conf and httpd2.conf configuration (10.0/10.1) files has
been merged into the single /etc/httpd/conf/httpd.conf file. Make sure you
review your old configuration files and make nessesary changes to the single
httpd.conf configuration file or elsewhere where suited. The old config files
are provided so it will become easier to determine the possible changes the
user (you?) might have done. Use something like this to utilize this:
# urpmi diffutils
# diff -u /usr/share/doc/apache-conf-*/old_config/httpd2.conf-10.0 /etc/httpd/conf/httpd2.conf.rpmsave > /etc/httpd/conf/httpd2.conf.diff
# diff -u /usr/share/doc/apache-conf-*/old_config/commonhttpd.conf-10.0 /etc/httpd/conf/commonhttpd.conf.rpmsave > /etc/httpd/conf/commonhttpd.conf.diff
# diff -u /usr/share/doc/apache-conf-*/old_config/httpd.conf-2006.0 /etc/httpd/conf/httpd.conf.rpmsave > /etc/httpd/conf/httpd.conf.diff
A word of advice regarding one obvious security issue. Since mod_access has
been renamed to mod_authz_host every directory instance referring to mod_access
will be invalid. If you have content secured like that please review your
configuration. mod_access.c has changed to mod_authz_host.c. The new initscript
should be able to trap this and prevent the server from starting.
Please read the following files for more in-depth information about the changes
in apache 2.2; upgrading.txt and new_features_2_2.txt
The best practise is to read the apache manual before sending in bugreports,
please install apache-doc like so:
# urpmi apache-doc
and then read the somewhat localized online apache manual at:
http://localhost/manual/
Thanks in advance.
Más información sobre el paquete apache-base-2.2.3-1mdv2007.0.i586
The most significant changes with this release compared to apache up to
Mandriva Linux 2006.0.
o The following packages has been removed:
apache-mpm-peruser
o mod_ssl has support for distcache and apr_memcache per default.
o The SSL certificates and directories has been moved to the new /etc/pki
directory structure.
o The new htcacheclean subpackage will monitor and clean the mod_proxy
(mod_disk_cache) directories at given intervals in a daemonized fashion.
You can tune this in the /etc/sysconfig/htcacheclean configuration file.
A word of advice regarding one obvious security issue. Since mod_access has
been renamed to mod_authz_host every directory instance referring to mod_access
will be invalid. If you have content secured like that please review your
configuration. mod_access.c has changed to mod_authz_host.c. The new initscript
should be able to trap this and prevent the server from starting.
Please read the following files for more in-depth information about the changes
in apache 2.2; upgrading.txt and new_features_2_2.txt
The best practise is to read the apache manual before sending in bugreports,
please install apache-doc like so:
urpmi apache-doc
and then read the somewhat localized apache manual online at:
http://localhost/manual/
Thanks in advance.
Regards // Oden Eriksson
apache-base-2.2.3-1mdv2007.0.i586
apache-conf-2.2.3-3mdv2007.0.i586
apache-modules-2.2.3-1mdv2007.0.i586
apache-mpm-prefork-2.2.3-1mdv2007.0.i586
libapr-util1-1.2.7-9mdv2007.0.i586
libapr1-1.2.7-2mdv2007.0.i586
libncursesw5-5.5-1.20051029.4mdv2007.0.i586
lynx-2.8.5-8mdk.i586
Más información sobre el paquete apache-conf-2.2.3-3mdv2007.0.i586
The most significant changes with this release compared to apache up to
Mandriva Linux 2006.0.
o The commonhttpd.conf and httpd2.conf configuration (10.0/10.1) files has
been merged into the single /etc/httpd/conf/httpd.conf file. Make sure you
review your old configuration files and make nessesary changes to the single
httpd.conf configuration file or elsewhere where suited. The old config files
are provided so it will become easier to determine the possible changes the
user (you?) might have done. Use something like this to utilize this:
# urpmi diffutils
# diff -u /usr/share/doc/apache-conf-*/old_config/httpd2.conf-10.0 /etc/httpd/conf/httpd2.conf.rpmsave > /etc/httpd/conf/httpd2.conf.diff
# diff -u /usr/share/doc/apache-conf-*/old_config/commonhttpd.conf-10.0 /etc/httpd/conf/commonhttpd.conf.rpmsave > /etc/httpd/conf/commonhttpd.conf.diff
# diff -u /usr/share/doc/apache-conf-*/old_config/httpd.conf-2006.0 /etc/httpd/conf/httpd.conf.rpmsave > /etc/httpd/conf/httpd.conf.diff
A word of advice regarding one obvious security issue. Since mod_access has
been renamed to mod_authz_host every directory instance referring to mod_access
will be invalid. If you have content secured like that please review your
configuration. mod_access.c has changed to mod_authz_host.c. The new initscript
should be able to trap this and prevent the server from starting.
Please read the following files for more in-depth information about the changes
in apache 2.2; upgrading.txt and new_features_2_2.txt
The best practise is to read the apache manual before sending in bugreports,
please install apache-doc like so:
# urpmi apache-doc
and then read the somewhat localized online apache manual at:
http://localhost/manual/
Thanks in advance.
Más información sobre el paquete apache-base-2.2.3-1mdv2007.0.i586
The most significant changes with this release compared to apache up to
Mandriva Linux 2006.0.
o The following packages has been removed:
apache-mpm-peruser
o mod_ssl has support for distcache and apr_memcache per default.
o The SSL certificates and directories has been moved to the new /etc/pki
directory structure.
o The new htcacheclean subpackage will monitor and clean the mod_proxy
(mod_disk_cache) directories at given intervals in a daemonized fashion.
You can tune this in the /etc/sysconfig/htcacheclean configuration file.
A word of advice regarding one obvious security issue. Since mod_access has
been renamed to mod_authz_host every directory instance referring to mod_access
will be invalid. If you have content secured like that please review your
configuration. mod_access.c has changed to mod_authz_host.c. The new initscript
should be able to trap this and prevent the server from starting.
Please read the following files for more in-depth information about the changes
in apache 2.2; upgrading.txt and new_features_2_2.txt
The best practise is to read the apache manual before sending in bugreports,
please install apache-doc like so:
urpmi apache-doc
and then read the somewhat localized apache manual online at:
http://localhost/manual/
Thanks in advance.
Regards // Oden Eriksson
2006/10/11
2006/10/10
DeviantArt: Recursos para Gimp
Bloody Brushes for GIMP by *ladyorion on deviantART
Cell AND Soft shade in GIMP by ~pheona on deviantART
Hard Spray by ~getfirefox on deviantART
Tree Brushes by ~getfirefox on deviantART
Lineart_scanning tutorial by ~Qrjusz on deviantART
Icon Brushes Version Gimp
Por si no quieres o no tienes el Plugin de Flash aqui estan los enlaces tambien:
http://browse.deviantart.com/resources/tutorials/gimp/
2006/10/06
Instrucciones post instalacion del Kernel Multimedia MDV 2007
if you want to activate realtime capabilities comment out/delete the line containing capability and add on a new line "realtime", and adjust the realtime module options in /etc/modprobe.conf.
Más información sobre el paquete kernel-multimedia-desktop-2.6.17.13-3mdv-1-1mdv2007.0.i586
For more info about the kernel-multimedia series, check out:
http://tmb.kkc.fi/Multimedia_Kernels/
If you want to activate realtime capabilities in the kernel, remove the line (if present):
capability
and add the line:
realtime
in the file /etc/modprobe.preload and adjust the realtime module options in /etc/modprobe.conf by adding:
options realtime any=<0|1> mlock=<0|1> gid=
any: grant realtime privileges to any process (0=disabled, 1=enabled).
gid: the group ID with access to realtime privileges (group ID).
mlock: enable memory locking privileges (0=disabled, 1=enabled).
For software suspend2 support you need to install the "hibernate" package.
OCTUBRE 3 DIA CONTRA EL DRM
From: Sergio Belkin
To: expert-es mandrivalinux.org
Reply-To: expert-es mandrivalinux.org
Subject: [Expert-es] OT: Día Contra la DRM
Date: Tue, 3 Oct 2006 11:48:03 -0300
User-Agent: KMail/1.9.4
"Si los consumidores supieran que hay DRM, que es, y como funciona, habremos fallado"
Ejecutivo de Disney
Derrotar DRM es todo cuestión de conciencia. Las acciones directas que hemos tomado son acerca de todo esto. Hoy te estamos pidiendo que hagas saber a la gente de alrededor que DRM es malo para nuestra sociedad. Creemos espacio para el debate. ¿Queremos esposas y cerraduras en el arte y el conocimiento? Como nuestros amigos en Disnet reconocen, si hubiese este debate, habremos ganado.
más info en
OpenKAIROS: 3 de octubre - Día contra la DRM
--
Sergio Belkin
Soluciones Informáticas Open Source
Community Site http://www.openkairos.com
Blog Personal http://sebelk.blogspot.com
http://defectivebydesign.org
DefectiveByDesign.org: Entonces, ¿tienes algunas preguntas, verdad?
2006/10/05
Manual: como instalar Enlightenment 17 de CVS para Mandriva Powerpack 2007
[dalfa@localhost ~]$ cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17
[dalfa@localhost ~]$ cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co misc
[dalfa@localhost ~]$ cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e_modules
Dependencias de Enlightenment:
gettext-0.14.6-1mdv2007.0.i586
libgettextmisc-0.14.6-1mdv2007.0.i586
gettext-devel-0.14.6-1mdv2007.0.i586
autoconf2.1-2.13-25mdv2007.0.noarch
autoconf2.5-2.59-7mdv2007.0.noarch
m4-1.4.4-1mdk.i586
automake1.8-1.9.6-3mdk.noarch
taglib-1.4-1mdk.i586
libtaglib0-1.4-1mdk.i586
libtaglib0-1.4-1mdk.i586
libtaglib0-devel-1.4-1mdk.i586
xine-ui-0.99.4-7mdv2007.0.i586
libxine1-1.1.2-3mdv2007.0.i586
libxine1-devel-1.1.2-3mdv2007.0.i586
libsqlite3_0-3.3.6-3mdv2007.0.i586.rpm
libsqlite3_0-devel-3.3.6-3mdv2007.0.i586
libapplewm7-1.0.0-3mdv2007.0.i586
libapplewm7-devel-1.0.0-3mdv2007.0.i586
libdmx1-devel-1.0.2-2mdv2007.0.i586
libfontenc1-devel-1.0.2-2mdv2007.0.i586
libfs6-devel-1.0.0-3mdv2007.0.i586
liblbxutil1-devel-1.0.1-2mdv2007.0.i586
libmesaglw1-6.5-17mdv2007.0.i586
libmesaglw1-devel-6.5-17mdv2007.0.i586
liboldx6-1.0.1-3mdv2007.0.i586
liboldx6-devel-1.0.1-3mdv2007.0.i586
libwindowswm7-1.0.0-3mdv2007.0.i586
libwindowswm7-devel-1.0.0-3mdv2007.0.i586
libxaw-devel-1.0.2-4mdv2007.0.i586
libxaw6-1.0.2-4mdv2007.0.i586
libxcomposite1-devel-0.3-2mdv2007.0.i586
libxdamage1-devel-1.0.3-2mdv2007.0.i586
libxevie1-devel-1.0.1-2mdv2007.0.i586
libxfont1-devel-1.1.0-4mdv2007.0.i586
libxfontcache1-devel-1.0.2-2mdv2007.0.i586
libxkbfile1-devel-1.0.3-2mdv2007.0.i586
libxkbui1-devel-1.0.2-2mdv2007.0.i586
libxorg-x11-devel-7.1.0-6mdv2007.0.i586
libxp6-devel-1.0.0-3mdv2007.0.i586
libxpm4-devel-3.5.5-2mdv2007.0.i586
libxprintapputil1-1.0.1-3mdv2007.0.i586
libxprintapputil1-devel-1.0.1-3mdv2007.0.i586
libxprintutil1-1.0.1-3mdv2007.0.i586
libxprintutil1-devel-1.0.1-3mdv2007.0.i586
libxres1-devel-1.0.1-2mdv2007.0.i586
libxscrnsaver1-devel-1.1.0-2mdv2007.0.i586
libxtrap6-1.0.0-3mdv2007.0.i586
libxtrap6-devel-1.0.0-3mdv2007.0.i586
libxtst6-devel-1.0.1-3mdv2007.0.i586
libxv1-devel-1.0.1-3mdv2007.0.i586
libxvmc1-devel-1.0.2-2mdv2007.0.i586
libxxf86dga1-devel-1.0.1-2mdv2007.0.i586
libxxf86misc1-devel-1.0.1-2mdv2007.0.i586
x11-server-1.1.1-11mdv2007.0.i586
x11-server-devel-1.1.1-11mdv2007.0.i586
x11-server-xdmx-1.1.1-11mdv2007.0.i586
x11-server-xnest-1.1.1-11mdv2007.0.i586
x11-server-xvfb-1.1.1-11mdv2007.0.i586
x11-xtrans-devel-1.0.1-1mdv2007.0.i586
libcurl3-7.15.5-1mdv2007.0.i586
libcurl3-devel-7.15.5-1mdv2007.0.i586
libidn11-devel-0.6.5-1mdv2007.0.i586
flex-2.5.4a-25mdv2007.0.i586
bison-2.3-1mdv2007.0.i586
libgtk+2.0_0-devel-2.10.3-4mdv2007.0.i586
libtool-1.5.20-9mdv2007.0.i586
libtool-base-1.5.20-9mdv2007.0.i586
libdirectfb0.9_25-devel-0.9.25.1-2mdk.i586
libdirectfb0.9_25
libltdl3-1.5.20-9mdv2007.0.i586
libltdl3-devel-1.5.20-9mdv2007.0.i586
libfreetype6-static-devel-2.2.1-4mdv2007.0.i586
pkgconfig-0.20-2mdk.i586
ed-0.2-32mdk.i586
libnetpbm10-10.34-2mdv2007.0.i586
netpbm-10.34-2mdv2007.0.i586
sam2p-0.44.14-1mdk.i586
tetex-3.0-18mdv2007.0.i586
texinfo-4.8-4mdv2007.0.i586
libopenssl0.9.8-devel-0.9.8b-2mdv2007.0.i586
libopenssl0.9.8-0.9.8b-2mdv2007.0.i586
libatk1.0_0-devel-1.12.2-1mdv2007.0.i586
libatk1.0_0-1.12.2-1mdv2007.0.i586
libcairo2-devel-1.2.4-2mdv2007.0.i586
libcairo2-1.2.4-2mdv2007.0.i586
libgdk_pixbuf2.0_0-devel-2.10.3-4mdv2007.0.i586
libgdk_pixbuf2.0_0-2.10.3-4mdv2007.0.i586
libpango1.0_0-1.14.3-2mdv2007.0.i586
libpango1.0_0-devel-1.14.3-2mdv2007.0.i586
libglib1.2-1.2.10-16mdk.i586
libglib1.2-devel-1.2.10-16mdk.i586
libgtk+1.2-1.2.10-45mdv2007.0.i586
libgtk+1.2-devel-1.2.10-45mdv2007.0.i586
Dependencias de Imlib:
libjpeg62-static-devel-6b-39mdk.i586
libjpeg62-devel-6b-39mdk.i586
libjpeg62-6b-39mdk.i586
libpng3-1.2.12-2mdv2007.0.i586
libpng3-devel-1.2.12-2mdv2007.0.i586
libtiff3-3.8.2-5mdv2007.0.i586
libtiff3-devel-3.8.2-5mdv2007.0.i586.rpm
libungif4-devel-4.1.4-2mdv2007.0.i586
libungif4-4.1.4-2mdv2007.0.i586
zlib1-1.2.3-2mdv2007.0.i586
zlib1-devel-1.2.3-2mdv2007.0.i586
libbzip2_1-1.0.3-6mdv2007.0.i586
libbzip2_1-devel-1.0.3-6mdv2007.0.i586
libid3_3.8_3-3.8.3-10mdk.i586
libid3_3.8_3-devel-3.8.3-10mdk.i586
libid3tag0-devel-0.15.1b-5mdv2007.0.i586
libid3tag0-0.15.1b-5mdv2007.0.i586
Para compilar Sylpheed en Mandriva 2007
[dalfa@localhost sylpheed-2.2.9]$ ./configure --bindir=/usr/bin/ --libdir=/usr/lib/ --enable-ssl --enable-gtk-spell
Paquetes Necesarios:
libexpat0-devel-1.95.8-3mdk.i586
glib-gettextize-2.12.3-3mdv2007.0.i586
libglib2.0_0-devel-2.12.3-3mdv2007.0.i586
libatk1.0_0-devel-1.12.2-1mdv2007.0.i586
libcairo2-devel-1.2.4-2mdv2007.0.i586
libfontconfig1-devel-2.4.1-1mdv2007.0.i586
libfreetype6-devel-2.2.1-4mdv2007.0.i586
libgdk_pixbuf2.0_0-devel-2.10.3-4mdv2007.0.i586
libgtk+2.0_0-devel-2.10.3-4mdv2007.0.i586
libpango1.0_0-devel-1.14.3-2mdv2007.0.i586
libpng3-devel-1.2.12-2mdv2007.0.i586
libx11_6-devel-1.0.3-2mdv2007.0.i586
libxau6-devel-1.0.2-1mdv2007.0.i586
libxcursor1-devel-1.1.7-1mdv2007.0.i586
libxdmcp6-devel-1.0.1-2mdv2007.0.i586
libxext6-devel-1.0.1-2mdv2007.0.i586
libxfixes3-devel-4.0.1-2mdv2007.0.i586
libxft2-devel-2.1.10-2mdv2007.0.i586
libxi6-devel-1.0.1-2mdv2007.0.i586
libxinerama1-devel-1.0.1-3mdv2007.0.i586
libxml2-devel-2.6.26-2mdv2007.0.i586
libxrandr2-devel-1.1.1-2mdv2007.0.i586
libxrender1-devel-0.9.1-3mdv2007.0.i586
x11-proto-devel-1.0.3-1mdv2007.0.i586
zlib1-devel-1.2.3-2mdv2007.0.i586
Soporte gtkspell:
libaspell15-devel-0.60.4-3mdv2007.0.i586
libgtkspell0-devel-2.0.11-1mdk.i586
libstdc++6-devel-4.1.1-3mdk.i586
gtkspell
Soporte OpenSSL:
libopenssl0.9.8-devel-0.9.8b-2mdv2007.0.i586
Suscribirse a:
Entradas (Atom)