FreeBSD

  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • User avatar
  • Joined: May 22, 2004
  • Posts: 3415
  • Loc: Richland, WA
  • Status: Offline

Post July 27th, 2008, 5:04 pm

I'm looking at reconfiguration my development server, I've been running CentOS but I'm looking into FreeBSD and I was wondering if any one has had an experiance with running a FreeBSD server. Mainly I will be running Apache, PHP, MySQL. I am looking at running it as a DNS server too. That way when I start a new project I dont have to edit my host file on my computer. I can just add a zone. I found their handbook and it looks pretty amazing.

I know its Unix just like Linux, but I was wondering what the major differense between linux and BSD is.
#define NULL (::rand() % 2)
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 27th, 2008, 5:04 pm

  • eautocad
  • Graduate
  • Graduate
  • User avatar
  • Joined: Mar 01, 2008
  • Posts: 195
  • Loc: Spring Hill, Florida
  • Status: Offline

Post July 27th, 2008, 5:06 pm

nice cartman.... lol
Marketers Search Engine---6,000+ Websites and 25,000 Locals to Advertise your Site FREE
http://www.therankdirectory.com
View Traffic, Quality, Reach, and Popularity!
  • gamekiller
  • Graduate
  • Graduate
  • No Avatar
  • Joined: May 28, 2006
  • Posts: 101
  • Loc: above the chair
  • Status: Offline

Post July 28th, 2008, 12:31 am

For me, I am having difficulties at port manager.. compared to linux, you can update then choose what application do you prefer. But, in freebsd, you will have to upgrade their port, which is time consuming..
Correct me if I am wrong. I am at beginner level of freebsd.. hehe.. I even do not know if there is another way for solve this problem.
  • AnarchY SI
  • Web Master
  • Web Master
  • User avatar
  • Joined: Oct 30, 2004
  • Posts: 2521
  • Loc: /usr/src/MI
  • Status: Offline

Post July 28th, 2008, 10:17 pm

SpooF wrote:
I know its Unix just like Linux, but I was wondering what the major differense between linux and BSD is.


the kernel :lol: :-X
or read more oh this one's hosted on FBSD's website

i have no experience with an FBSD server as every time i tried installing FBSD it failed for one reason or another. i remember with one installation, it kept wanting packages from different disks. it wasn't loading all the packages it needed from one disk and then asking for the next disk, so i said F* this. i did use PC-BSD for a hot sec. it was alright.
anyways...where's daemonguy when you need him? :wink:
Image
"In a world without walls and fences, who needs Windows and Gates?"
  • Daemonguy
  • Moderator
  • Web Master
  • User avatar
  • Joined: Jan 23, 2004
  • Posts: 2673
  • Loc: Somewhere outside the box in Sarasota, FL.
  • Status: Offline

Post July 29th, 2008, 1:13 pm

I was on vacation. :)

From a server perspective, FBSD is better IMHO. The TCP stack is better, the stability is far greater due to limited committers.
The kernel is tighter and faster. Simply numbers.

For me, ports are a dream. They don't rely on you having local content. All you have to do is cron the cvsup of the ports collection and you'll have the latest cvs tree every day. It's a small amount and installing a port (or running portupgrade to update a port) is a simple command. That grabs all dependencies, breaks into a thread for that app, then comes back to the left off point for the original package.
If you prefer for some odd reason packages instead of source for your server -- you can do the same with those.

The trick to installing is, you DON'T install packages from disk. You install being pkgadd cvsup. After that you cvsup your ports collection and install everything via ports. You always end up witht he most recent stable source.

When all is said and done, you can pre-configure your port installs with makefile adjustments and cron everything from cvsupping your ports collection to portupgrades themselves.

When I ran FBSD servers, I had everything scripted. By the time I came in the morning, everything was updated and I even had new source for the os updates ready for my inspection. 20 min to check all configs and logs from the night before, create my new kernel if required and bam! I am updated.

Now for desktop... that's more of a gray area. Though I like PC-BSD and use that on my laptop.
"It's always a long day, 86,400 won't fit into a short."
  • AnarchY SI
  • Web Master
  • Web Master
  • User avatar
  • Joined: Oct 30, 2004
  • Posts: 2521
  • Loc: /usr/src/MI
  • Status: Offline

Post July 29th, 2008, 6:22 pm

and there you have it.
the voice has spoken :-X

;] welcome back btw.
Image
"In a world without walls and fences, who needs Windows and Gates?"
  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • User avatar
  • Joined: May 22, 2004
  • Posts: 3415
  • Loc: Richland, WA
  • Status: Offline

Post July 29th, 2008, 6:45 pm

How nicely do FreeBSD installations talk to Linux Distros? I'm wondering because I run ubuntu and fedora core on my desktop. I would be using freeBSD on my server.
#define NULL (::rand() % 2)
  • Daemonguy
  • Moderator
  • Web Master
  • User avatar
  • Joined: Jan 23, 2004
  • Posts: 2673
  • Loc: Somewhere outside the box in Sarasota, FL.
  • Status: Offline

Post July 30th, 2008, 12:03 pm

@Anarchy: Thanks. ;)

@SpooF: What do you mean "talk"?
"It's always a long day, 86,400 won't fit into a short."
  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • User avatar
  • Joined: May 22, 2004
  • Posts: 3415
  • Loc: Richland, WA
  • Status: Offline

Post July 30th, 2008, 12:07 pm

lol, when I asked my friend about that he said the same thing.

Basically file sharing, mounting and such.
#define NULL (::rand() % 2)
  • Daemonguy
  • Moderator
  • Web Master
  • User avatar
  • Joined: Jan 23, 2004
  • Posts: 2673
  • Loc: Somewhere outside the box in Sarasota, FL.
  • Status: Offline

Post August 1st, 2008, 10:23 am

You can NFS mount any unix share. In fact that is one of the questions that comes up when you install:
"Do you want to enable NFS mounting?"

Alternatively, you can use SMB to mount shares and attach via Windoze or *nix.
"It's always a long day, 86,400 won't fit into a short."

Post Information

  • Total Posts in this topic: 10 posts
  • Users browsing this forum: No registered users and 122 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.