Zydecode Studio

Archive for the 'freeBSD' Category

find text within a BSD file

Friday, September 29th, 2006

find / -iname “*.conf” -print0 | xargs -0 grep “the text you need to find”

php5 on FreeBSD 6.1

Monday, September 11th, 2006

After downloading the 6.1 version php5 port config files you have to do “make config” and select the apache module. The “make install” will automatically make the correct changes to your httpd-config file for serving up php pages correctly. php5-extensions is not normally needed.

Ports to Install…

Sunday, January 15th, 2006

cvsup-without-gui
freebsd-update
/misc/porteasy
/misc/mc
/editors/emacs
/security/sudo
/databases/mysql50-server
/www/apache22
/lang/php5
/ftp/pure-ftpd
/dns/bind90
/security/nmap
/security/nessus
/mail/postfix
/mail/dovecot
/mail/roundcube

tools:

sockstat : find all open ports

local modification time

Saturday, January 14th, 2006

local modification time does not match remote
Do a “make distclean” and try again.