Results 1 to 10 of 42
Hi.
I've been wanting to try bsd for a while but I just haven't gotten around to it. Though I have no clue what is diffrent from Linux and BSD ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-16-2005 #1Just Joined!
- Join Date
- Jan 2005
- Location
- Linux Drive
- Posts
- 43
What different in BSD than in Linux
Hi.
I've been wanting to try bsd for a while but I just haven't gotten around to it. Though I have no clue what is diffrent from Linux and BSD may someone want to explain? Thanks
- 10-16-2005 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
They're both Unix like systems, but historically BSD is closer as it was at times actually Unix (as part of AT&T Unix). It's really like speaking different dialects of the same language. Device names may be different but you're still using the same xorg/XFree, same Desktop environments, same shells - Bash/csh etc...
An example of a difference would be /dev/hda might look more like /dev/ad0 (from memory). You'll certainly get by but with BSD you tend to install a base system and then build from there, no nice SUSE equivalent of drop everything in and it will just work.
That tends to be the real difference, aside from licensing. BSD although working well on the desktop, is more server oriented as linux has been getting all of the desktop attention.
- 10-16-2005 #3Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
Some distros like Debian already do this.
Originally Posted by bigtomrodney
- 10-16-2005 #4Just Joined!
- Join Date
- Jan 2005
- Location
- Linux Drive
- Posts
- 43
So Linux is aimed for the desktop and bsd is more aimed for the server?
- 10-16-2005 #5Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
- 10-16-2005 #6Yes, but some projects like PC-BSD and DesktopBSD are doing great work at providing BSD for desktops.
Originally Posted by msg43
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 10-16-2005 #7Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
but you can run a good fast desktop from just about any bsd, you just have to install things, very similarly to gentoo if you are experienced at all with that, for example in OpenBSD if you install the xserver package at install all you have to do is run xorgcfg to get a basic configuration of the system...if you want a window manager you search for it then compile it; for example if you wanted blackbox, you would simply
then you will have blackbox as your window manager...its not really that difficult, and alot of nifty apps are installed by default, such as ftpd and sshd...Code:cd /usr/ports sudo make search key="blackbox" ...this will return where blackbox is in ports...then go to it and install it cd x11/blackbox make install
Operating System: GNU Emacs
- 10-16-2005 #8Just Joined!
- Join Date
- Jan 2005
- Location
- Linux Drive
- Posts
- 43
So what I've been getting from this is that linux and freebsd is pretty much the same. They have similar apps, drivers are a bit different, and the way the OS works is a bit different. Am I wrong?
- 10-16-2005 #9Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
very, very, very, very similar...being pretty experienced with linux I had little trouble with bsds...
Operating System: GNU Emacs
- 10-17-2005 #10
The biggest differences IMHO are
A) the developement process (bsd is more cathedral than bazar)
B) the licenses. "Linux programs" tend to be licenses using something called copyleft. BSD is under a different type license philosophyBrilliant Mediocrity - Making Failure Look Good


Reply With Quote
