cd /usr/pkgsrc/wm/fluxbox
make install clean
cd /home/user
touch .xinitrc
echo “exec fluxbox” >> .xinitrc
startx
thats it, enjoy it
cd /usr/pkgsrc/wm/fluxbox
make install clean
cd /home/user
touch .xinitrc
echo “exec fluxbox” >> .xinitrc
startx
thats it, enjoy it
Compilando el kernel en NetBSD
Siempre es mejor compilar nuestro propio kernel (en Linux o *BSD) porque obtendremos uno más esbelto y rápido que el genérico que viene en la instalación. Bien, de manera rápida y sucia esta es la receta:
# cd /
# wget ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-2.0.2/source/sets/syssrc.tgz
# tar -zxvf syssrc.tgz
Nos movemos al directorio según la arquitectura, en este caso powerpc porque estoy en un equipo G4, pero si está usando Intel o AMD use i386:
# cd /usr/src/sys/arch/powerpc/conf/
# cp GENERIC MYKERNEL
Ahora debemos editar las opciones del kernel. NetBSD no cuenta con algo como “make xconfig”, sino que debemos editar directamente el archivo de texto.
# mcedit MYKERNEL
Si usted ha compilado el kernel de Linux, encontrará familiares muchas de las opciones. (Si desea activar el ACPI, este es el momento de hacerlo ya que no viene por default).
# config MYKERNEL
# cd ../compile/MYKERNEL
# make depend
# make
Renombramos el viejo kernel que está en raíz:
# mv /netbsd /netbsd.viejo
Movemos el nuevo kernel a raíz:
# mv netbsd /
Y ya podemos bootear con nuestro nuevo kernel:
# reboot
Articulo creado por aarkerio, gracias
Here it is a Network forensic analysis LiveCD F.I.R.E. is a portable bootable cdrom based distribution with the goal of providing an immediate environment to perform forensic analysis, incident response, data recovery, virus scanning and vulnerability assessment.
Beautifull Moscow 860 years old :)

A beautifull city for beautifull people

Sun Microsystems has relase a Web Mail Server called Sun Messaging Server, the relase its free at the moment, is posible to download it from http://www.sun.com/software/products/messaging_srvr/
you only need to register to get access to the download
enjoy it.
vyatta debian based router firewall

Vyatta is a Debian based router firewall , better than cisco and Juniper, Dave Roberts, and Kelly Herrell executives at Vyatta., to get the lates distribution you can go to http://www.vyatta.com/
enjoy it ![]()