Compiling nmap
May 30, 2006 at 10:52 PM | categories: openbsd | View Comments After cvs updating my ports tree in OpenBSD, I was going through and compiling a bunch of fun stuff, noticed this one building nmap:
config.status: creating nsock_config.h
( ) /\ _ (
\ | ( \ ( \.( ) _____
\ \ \ ` ` ) \ ( ___ / _ \
(_` \+ . x ( .\ \/ \____-----------/ (o) \_
- .- \+ ; ( O \____
) \_____________ ` \ /
(__ +- .( -'.- <. - _ VVVVVVV VV V\ \/
(_____ ._._: <_ - <- _ (-- _AAAAAAA__A_/ |
. /./.+- . .- / +-- - . \______________//_ \_______
(__ ' /x / x _/ ( \___' \ /
, x / ( ' . / . / | \ /
/ / _/ / + / \/
' (__/ / \
NMAP IS A POWERFUL TOOL -- USE CAREFULLY AND REPONSIBLY
Configuration complete. Type make (or gmake on some *BSD machines) to compile.
ASCII art makes me nostalgic.
Color ls on OpenBSD
May 26, 2006 at 06:21 PM | categories: openbsd | View Comments To get color ls output on OpenBSD, get a recent version of ports and then do the following:- cd /usr/ports/sysutils/colorls
- make install
- set your TERM to wsvt25
- /usr/local/bin/colorls -G should now display similar to the GNU ls with the color option
- Set the appropriate alias for your shell.