FreeBSD: Difference between revisions
From DWIKI
m (→Hardware info) |
m (→Kernel modules) |
||
Line 16: | Line 16: | ||
===Kernel modules=== | ===Kernel modules=== | ||
kldload | kldload kldstat etc | ||
===Hardware info=== | ===Hardware info=== |
Revision as of 14:01, 28 January 2008
Documentation
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
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