Home Contact Contribute CrackMonkeys Administration People Forensics Local Users FAQ
Outside Links: SecurityExchange z2e Tranceport Digital Pilgrim Mukund

This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. Just my personal opinion, but IE renders like a bad case of diahrea and Netscape 4.x is just as wretched..

If you aren't using Mozilla, you probably aren't seeing what should be here.

How I compile things
June 22th, 2002

OpenSSH

  1. make clean
  2. ./configure --with-zlib --with-md5-passwords --with-ipaddr-display --with-ipv4-default --with-4in6 --prefix=/usr --sysconfdir=/etc/ssh
  3. make -j4
  4. su root
  5. make install