FreeBSD

From Hackepedia
Revision as of 20:20, 17 December 2006 by Franks (talk | contribs)
Jump to navigationJump to search

/etc/rc.conf recommendations:

This will stop syslog from opening a socket. This is highly recommended unless you do remote sysloging. If you're unsure, you can safely make this change.

syslogd_flags="-ss"


Cleanup hints if you're using ports. Once in a while look for:

# ls /usr/ports/distfiles/

which is leftover packages you've downloaded to install. You can remove these if the install is complete

# find /usr/ports/ -name work -type d -print 

this is old work directories left around from an install you've done. When you install from ports if you do:

# make install distclean

the distclean will clean this work directory as well as the distfiles.

Also make sure you have a regular patching process.


FreeBSD:php Help with installing php from ports on FreeBSD. FreeBSD:apache22:ssl Getting SSL working with apache22.

FreeBSD 6.0-RELEASE



The release page for FreeBSD 6.0-RELEASE is here.

Upgrade your version of FreeBSD

FreeBSD:Sparc

sysctl


The FreeBSD Project


Hints

Unlike cat(1) on most OS', the cat on FreeBSD can't handle cat'ing directories:

$ cat elcheapo/
Ê
 .

and then the terminal will appear to lock up. If you type "reset" (even though you will not see your typing) when this happens you will rescue your session so you don't have to quit it and start over.