Alot of people I know run the linux version of netscape on their FreeBSD boxes (Yes my laptop uses it too). Have you ever noticed that when your user agent shows up as linux. Well here is the way to correct it and so it shows the browser version and the FreeBSD OS version.. add this to your /etc/rc.local # Dont Say I am Linux for anything sysctl -w compat.linux.osname=$(uname -s) >/dev/null sysctl -w compat.linux.osrelease=$(uname -r) >/dev/null