FSCK Otomatis
If your server/box gets stuck at fsck after a reboot or a crash, then just add the following lines to /etc/rc.conf:
fsck_y_enable=”YES”
It will run fsck automatically and will avoid your box getting stuck after reboot waiting for somebody to manually run fsck.
IPFW tanpa compile kernel
IF you don’t want to recompile kernel, just because you want to enable ipfw, you can use the following command to do so:
kldload ipfw && ipfw add 65534 allow all from any to any
Never issue the above command without ipfw add 65534 allow all from any to any else you might end up with a locked box.
Tipz
| Saturday, June 02, 2007
This entry was posted on 6:27 PM
You can follow any responses to this entry through
the RSS 2.0 feed.
You can leave a response,
or trackback from your own site.
Subscribe to:
Post Comments (Atom)
0 komentar:
Post a Comment