FreeBSD Setup
OS
FreeBSD
7.1
AMP Stack
Apache
1.3
2.0
2.2
MySQL
PHP
Paths
DocumentRoot
/usr/local/www/data/
config
Network
IP
10.0.0.3
DNS
10.0.0.2
Fixes
Security Advisories
http://www.freebsd.org/security/advisories.html
Patches
http://www.freebsd.org/doc/en/books/handbook/updating-upgrading-freebsdupdate.html
Security
sudo
/usr/ports/security/sudo
http://www.freebsd.org/cgi/url.cgi?ports/security/sudo/pkg-descr
Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done.
Howto
–Install sudo 'cd /usr/ports/security/sudo' 'make' Select the defaults. Hit Enter. 'make install' 'make clean'
freebsd-update
/etc/freebsd-update.conf
example
/usr/share/examples/etc/freebsd-update.conf
cron entry
0 3 * * * root /usr/sbin/freebsd-update cron
portupgrade
/usr/ports/portsmgmt/port-upgrade
Howto
–Install portupgrade Portupgarde manages Installation of Packages and Ports. 'cd /usr/ports/portsmgmt/portupgrade' 'make' Select the defaults. Hit Enter. 'make install' 'make clean'
FreeBSD Setup
Added: 2009-01-22 04:07:46
From: (Joined 2008-11-19 19:54:11)
272 views |3 downloads
FreeBSD Setup