FreeBSD |
The Design and Implementation of the FreeBSD Operating System
The new Book "The Design and Implementation of the FreeBSD Operating System" is the successor of the legendary "The Design and Implementation of 4.4BSD" book which has become the de-facto standard for teaching of Operating System internals in universities world-wide.
This new and completely reworked edition is based on FreeBSD 5.2 and the upcoming FreeBSD 5.3 releases and contains in-details looks into all areas (from virtual memory management to interprocess communication and network stack) of the operating system on 700 pages.
man carp
# renaming interfaces ifconfig bge0 name office # interface cloning ifconfig gre0 create ifconfig gre0 destroy # ip fastforwarding # 40%-60% faster than normal IP forwarding sysctl net.inet.ip.fastforwarding=1 # random IP IDs sysctl net.inet.ip.random_id=1 # disable unneeded IP options processing sysctl net.inet.ip.process_options=0 # shows the status of hostcache sysctl net.inet.tcp.hostcache # Shows all entries in the hostcache sysctl net.inet.tcp.hostcache.list