FreeBSD: Difference between revisions
From DWIKI
m (→Documentation) |
m (→Documentation) |
||
Line 8: | Line 8: | ||
*[http://motoyuki.bsdclub.org/BSD/cvsup.html How to build *BSD CVSup mirror] | *[http://motoyuki.bsdclub.org/BSD/cvsup.html How to build *BSD CVSup mirror] | ||
*[[FreeBSD Jails]] | *[[FreeBSD Jails]] | ||
==Tips and Tricks== | ==Tips and Tricks== |
Revision as of 12:32, 14 February 2008
Documentation
- The handbook
- FreeBSD made easy
- The FreeBSD Diary
- ipfw-HOWTO
- http://www.freebsd-howto.com/
- the releng stuff
- How to build *BSD CVSup mirror
- FreeBSD Jails
Tips and Tricks
- man intro
- man tuning
- mergemaster
sysinstall
cd /sys/i386/conf ; make LINT
Kernel modules
kldload kldstat etc
Hardware info
kenv pciconf -lv grep -i cpu /var/run/dmesg.boot
Resources
systat -pigs
FAQ
Upgrading
http://people.freebsd.org/~rse/upgrade/
portupgrade -P -f -a
Post install messages
/usr/ports/*/*/pkg-message
Courier-imap certificates
check out /usr/local/share/mkimapdcert
crontab: temp file must be edited in place
Happens when you set EDITOR=vim. Fix it by setting :set nobackup and :set nowritebackup in .vimrc