UNIX NetWork

Software, NetBSDSeptember 27, 2007 6:45 pm


cd /usr/pkgsrc/wm/fluxbox

make install clean

cd /home/user

touch .xinitrc

echo “exec fluxbox” >> .xinitrc

startx

thats it, enjoy it :)

Muzik, OtherSeptember 22, 2007 8:30 pm




Caprice 24 on the Cello

Muzik, Other 8:29 pm




Preludio de la partita nº 3 (Nathan Milstein)

Muzik, Other 8:13 pm




The best things on the world come from the home town :)

SoftwareSeptember 9, 2007 8:31 pm

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 :)

Software, Security, Network 6:06 pm

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.

Software, Security, Network 5:57 pm

Here is is a network security open source manual, for audition and forensic analysis. here is the pdf and the Web site

PhilosophySeptember 7, 2007 12:26 am


A beautifull city for beautifull people :)

Software, SolarisSeptember 6, 2007 2:29 pm



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.

Software, DebianSeptember 3, 2007 2:44 am

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 :)