FreeBSD 5.0 RC3 Now Ready
Dan writes "Scott Long announces that FreeBSD 5.0 RC3 has been released and available at all mirrors sites. Release notes can be viewed here, you can download 5.0 RC3 from ftp.freebsd.org or from one of your favorite mirror sites. Many thanks to the FreeBSD Release Engineering team for their work efforts!"
Common question, what you will hear:
1. BSD can do everything Linux can do
2. Better server OS though in recent years linux has greatly caught up
3. Not as good on the desktop on Linux
4. FreeBSD ports system is better than anything linux offers
5. Not as good hardware support on FreeBSD as Linux, or games.
6. I think FreeBSD is easier to install(others think I am crazy)
7. Java sucks on FreeBSD
7. BSD is dead
I switched from linux to FreeBSD and prefer FreeBSD so take my comments with a grain of salt.
Since I don;t want to label a linux-haters and watch my karma drop like a rock, I'm posting ac
I may work for HP, but I don't speak for them.
Edit in rc.conf:
moused_enable="YES"
moused_flags="-z 4"
moused_port="/dev/psm0"
moused_type="auto"
In your XF86Config:
Section "InputDevice"
Identifier "Mouse0"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
EndSection
That's my setup in 4.7-RELEASE with an MS Optical. Should be generic though.
TODO: Something witty here...
6. I think FreeBSD is easier to install(others think I am crazy)
As a relative noob here, I have to say that I've found the exact same thing. I've tried Redhat, Mandrake, Debian, Slackware(fav. linux distro - since 4.0) Caldera and SuSE. After trying all these, I found that the BSD install just makes sense (and talk about your options!!) Kind of like Slackware.
Yea, super easy.
/usr/include/c++
make buildworld
make buildkernel
make installkernel
rm -r
make installworld
mergemaster
reboot
(Check UPDATING for more precise instructions.)