FreeBSD: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 22: Line 22:
==Rescue==
==Rescue==
*[http://freebsdhowtos.com/25.html System: Accessing a dead freebsd installation]
*[http://freebsdhowtos.com/25.html System: Accessing a dead freebsd installation]





Revision as of 13:59, 21 April 2008

Documentation

Tips and Tricks

  • man intro
  • man tuning
  • mergemaster
  • man pw
sysinstall
cd /sys/i386/conf ; make LINT

Rescue


Kernel modules

kldload kldstat etc

Hardware info

kenv
pciconf -lv
grep -i cpu /var/run/dmesg.boot
sysctl hw.ncpu

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