Archive for September, 2007

Install Fluxbox NetBSD

September 27, 2007


cd /usr/pkgsrc/wm/fluxbox

make install clean

cd /home/user

touch .xinitrc

echo “exec fluxbox” >> .xinitrc

startx

thats it, enjoy it )

Paganini

September 22, 2007

Caprice 24 on the Cello

Johan Sebastian Bach

September 22, 2007

Preludio de la partita nº 3 (Nathan Milstein)

Manu Chao interview

September 22, 2007

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

netbsd ascii :)

September 10, 2007
                                        .
                                       . ....'''....
                            ..    ......-~~(<<<<<<(~-'.
         .     ..          ........''~(<++===++<(((~--'.
           .. ...   .     .  ...'-(<++====++(-'.........
          .-(~(-'...........'-~(+++++++++(~-'.....
           -((<+<(~~~---~((<+++=++++++++~~~~~~~~-''..
         . .(~(+++++=++++=++++++=+++=+(((<+++++++<<(-'
            -<-+++++++++++=++=++===++++=+==++<(~-----'.
            '((~+++++==++=====++++++====+<(~'...
         .   -(-<=++++++++++==+++=====++~-...
             .((-++++++++++++++++++++<~'..   .
              -<-<=++++++++++++++++<~'. ....
            . .((-+++++++++++==++<-'.   .
               -<-(+++++==++=++<-'.
               .(('<+++++=+++(-'.
     .         .(<''~((((((-'..   ..        .
       . .      '(( ...........                      .
.       .        (<' .     ..
..     ...  .  . .((. .            .
'''.. ...'''''.   ((-     ........   .  .--'.  ........
((<<('...-(+<~'   '((.   .'((((((((..  -(((((--((((((((('
.-+=+-. ..-<('     ''      -<<(.'(<(' -((. '((.-<(- .'((((.
.'++++~.. '<~..  .    ..   '(<(  ~(<-.(<( . -( -((-    -(<(
.'+(<+<-..'(~....  ...(- . '(((  -(<- (((.   . -(<-     (<('
.'<~-<+('.'(-..'-'..'(+('. '((( .(((' (<((-.   -((-     ~(<(
 .<-.(++(''(~'(<(+<-(+=<(- .(<(-((('  '(<<(('  -((-     '<<(
 .<-..(+=~'(~-+(--+<~++~.. '(<(-(((('  '((<<(- -((-     '<((
..<-..'(=+(((+=<((+<-+=-...'(((  '(<(.  .-(<<(.-((-     -(((
 '<-. .-+++++++~'''''+=-.. '(((   (<(-.   '(<(.'((-     (<<-
 '+'.  .-<++(++-....'+=~.  '((( . (((((.   -<<.-((-    .(<(.
.'+-.  ..~++((++~''~'++(.. .(<(  .(<((('   (<( -<<-   .(<('
'~+<-.   .(<~-<+++<-'<++~-'((<(--(<(''((-.-((--(<<((-((((.
'-(~'.   .-('.-~<(~..~<(--'-(-(((('.  -((((-..-(--(((--'.  .
 ...       ..  ..... ....   .  .        ...   .   . ..
                       ..                   .
                         .-('
                         .(<(' .             .
                          .(<~
                       .   (<(.
                           .(<(
                           .(<('
                            '(((.
                             (<('
                             '(<(
                              (<('
                              -(<(.
                              .(<('
                               -<<-
                               .--.                         

Compilando el kernel en NetBSD

September 9, 2007

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 )

forensic analysis live cd

September 9, 2007

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.

Network Security Open Source Manual

September 9, 2007

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

Beautifull Moscow 860 years old :)

September 6, 2007


A beautifull city for beautifull people )

Sun Messaging Server

September 6, 2007

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.