PDA

View Full Version : FreeBSD, Linux Shoot Out.


J3115
March 1st, 2007, 05:20 PM
A pretty good video that shows off some features that are unique to both FreeBSD and Linux, some may find it interesting...

http://video.google.com/videoplay?docid=-5403083184481481992&q=freebsd&hl=en

Bill
March 15th, 2007, 06:50 AM
That is pretty dated. FreeBSD is much more difficult than Linux, but is learnable for the average user, if they desire to learn badly enough.

I switch back from various Linux distros I like, to PC-BSD every so often. It is basically a full version of FreeBSD underneath a somewhat easier pre-built gui.

Learning the port system is the trick with FreeBSD, it is more of a challenge, but after a while you can get the hang of it.


http://www.freshports.org/

http://www.pcbsd.org/

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html

http://freebsd.amazingdev.com/blog/

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

http://www.freebsd.org/ports/

Bill
March 15th, 2007, 02:14 PM
The biggest single issue most people will have with FreeBSD is flash. There is no native flashplayer for FreeBSD. You can still use it though, you must install the Linux compatibility base, then Linux flash after you have either Firefox or Opera installed.

PC-BSD also has pbi's for those who are not quite ready to tackle the ports system.

http://www.pbidir.com/

cd /usr/ports/www/linux-firefox/ && make install clean

The Linux-Firefox will install the necessary Linux base

cd /usr/ports/www/linux-flashplugin9/ && make install clean