FreeBSD: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
Line 90: | Line 90: | ||
===config options used for a port=== | ===config options used for a port=== | ||
/var/db/ports/*/options | /var/db/ports/*/options | ||
===ssh taking a long time=== | |||
In /etc/ssh/sshd_config | |||
UseDNS no | |||
===files installed by ports=== | ===files installed by ports=== |
Revision as of 15:40, 2 August 2008
Documentation
- The handbook
- FreeBSD made easy
- The FreeBSD Diary
- http://www.freebsd-howto.com/
- the releng stuff
- How to build *BSD CVSup mirror
- UFS FAQ
- FreeBSD Jails
- Locales
Ports
Filesystems
Networking
- http://www.erudition.net/freebsd/NAT-HOWTO
- natd examples
- ipfw-HOWTO
- http://freebsd.rogness.net/redirect.cgi?basic/nat.html
Tips and Tricks
- man intro
- man tuning
- mergemaster
- man pw
sysinstall
cd /sys/i386/conf ; make LINT
Rescue
Snapshots
Kernel modules
kldload kldstat etc
Hardware info
kenv pciconf -lv grep -i cpu /var/run/dmesg.boot sysctl hw.ncpu
Checking resources
systat -pigs fstat -f /var systat -vm
FAQ
Ports
exclude from csup
To exclude for example /usr/ports/japanese, put in /var/db/refuse
ports/japanese
(or a refuse file in whatever base you defined in supfile)
Upgrading
http://people.freebsd.org/~rse/upgrade/
portupgrade -P -f -a
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
ping: sendto: Permission denied
sysctl:
security.jail.allow_raw_sockets: 0
Ports
Post install messages
/usr/ports/*/*/pkg-message
config options used for a port
/var/db/ports/*/options
ssh taking a long time
In /etc/ssh/sshd_config
UseDNS no