FreeBSD 5.00 /ports


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users FreeBSD 5.00 /ports
# 8  
Old 07-30-2003
I believe you can still create good games or write great programs on Linux distros like Redhat or mandrake or suse etc. They are not toys. If you have the necessary programs installed what you can do on FreeBSD you can do the same on Linux, just in some different ways. And in my opinion, I believe from the user's point of view Linux is more polished and supports more hardware configurations etc. that make it (possibly) a better option than BSD. But after all, it's your own choice. I have FreeBSD, but I use Linux much more often. I don't want to be potentially barred on this forum for OS advocacy, especially as this is explicitly stated in the forum rules, so I have tried to refrain from suggesting any particular OS choices.

And also, because C programs on BSD and Linux are somehow different, even if you want to go geek and just use it for programming still you can't expect to learn only FreeBSD and expect programs you write for FreeBSD can run on Redhat for example, unless you really install one, test it on that OS and make the necessary changes (ports) to sources, especially development of system software are very platform-specific. Getting your software to run on as many platforms as possible is now an important affair to any Unix software developer. That's why I think it must be to your benefit if you have several installed on your PC so you at least have an idea of what they are about (I have SuSE, Debian Linux and FreeBSD on the same system, and I do some development too)

Whether FreeBSD is right for you is your own decision. Everybody else can't answer the question for you. Although I personally have grown to believe Linux has been an easier OS to start my Unix experience, and I think I have chosen it correctly, the BSD advocates are likely to tell you otherwise. That's why I suggest you to try both and have you answer that question yourself.

Last edited by cbkihong; 07-30-2003 at 11:24 AM..
# 9  
Old 07-31-2003
Just what I needed to hear, a good honest opinion.!! Thanks

I do argee some what there.Linux would be a better option.A lot of my friends are running linux and are quite happy with it.

Linux coding is a lot easier to change , strip and customize.Unix on the other hand...well is more complex to me.

Since your running both systems on your PC how does one go about doing that.???

As I had nothing but trouble ..just getting BSD to co-exsist with windows XP. Okay what I mean I've got two 40 gigs split in 4 X 20 gigs.What I want:

1.Is to run windows and linux to run on master without having to disable slave.

2. Unix on slave without having disable master.

3. Have the free 20 gig slave avaible for all 3 os's as a temp back drive.

4.Have Unix and Linux run on windows network.

After this I think I should be settled to do what I do best mess around with the system.(That's why I want that 20 gigslave to work)Smilie

I hope it's not to much trouble.!!!

Smilie
# 10  
Old 07-31-2003
My system is also a dual-HDD configuration. The first disk (master) has:

Primary: A VFAT partition with a broken WinME installation
Primary: A NTFS partition with Win2000
Primary: A FreeBSD partition (as you should know, FreeBSD creates all its needed partitions inside one primary partition)
Extended: Several reiserfs partitions with SuSE 7.3

My second disk (slave) has:

Primary: A ext3 partition with Debian Linux 3.0
Extended: Several reiserfs partitions with SuSE 7.3 (disused)

I don't know Windows XP, but I think it's like 2000 that it needs to be on a primary partition, same is FreeBSD. Linux can be on extended partition. That's all I think you need to watch out for when deciding how to organize your partitions.

I'm not at all proficient with messing with partitions and so hopefully another poster would step in and help you or you eventually figure out how to get it working yourself. You may use my configuration as some reference.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. BSD

Updating the FreeBSD ports

When updating the ports, I normally do the following: rm -r /usr/ports csup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile This however takes rather long, about 20 mins on stock hardware. Is there a way to exclude certain ports from being updated, such as games and print? (4 Replies)
Discussion started by: figaro
4 Replies

2. BSD

Installing ports upon FreeBSD install

I use DesktopBSD (FreeBSD + KDE) and regularly install this on our machines. Currently I go to the package manager to install the ports, but what shell command can I enter instead right after BSD install to install the ports? Thanks in advance (3 Replies)
Discussion started by: figaro
3 Replies

3. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

4. UNIX and Linux Applications

[FreeBSD] / ports / textproc / htmlise - how to

/ ports / textproc / htmlisehttp://cvsweb.freebsd.org/ports/textproc/htmlise I've installed this but I can't find any documentation -anywhere- on how to use it. There is no man or help switch available for this. Can anybody give me some insight on what syntax it requires or a simple example on... (3 Replies)
Discussion started by: phpfreak
3 Replies

5. Solaris

ports

Hi, If for example i try to start tomcat in a solaris server and get errors related to address already in use, how can I know if this port is really used for another process? If someone can point any documentation it will be very helpfull. Thanks! :rolleyes: (9 Replies)
Discussion started by: ffpradella
9 Replies

6. IP Networking

Ports

What are some good sites that list all TPC/UDP ports? ~thanks (3 Replies)
Discussion started by: ireeneek
3 Replies

7. IP Networking

ports???

Ok, I've been working in the IT field for about 3 years now and I never fully understood the concept of ip ports. I just started a new job that uses Solaris and today it kinda clicked in my head and I want to know if I'm right or wrong. Does each ip address have multiple ports. because we... (4 Replies)
Discussion started by: eloquent99
4 Replies

8. UNIX for Dummies Questions & Answers

FreeBSD ports

working with FreeBSD 4.5 learning the hang of it i must say but still few probs i want to install some packages from my freebsd cdrom read lot of docs but still don't understand the commands first tried to install it by copying the tgz file and the let tar xzf on it. It worked fine and had... (1 Reply)
Discussion started by: termiEEE
1 Replies

9. UNIX for Dummies Questions & Answers

ports

how can i check to see if my mail ports are open (port 110 for incoming and 25 for outgoing)? I want to do this because i am having a problem sending email out. If one of the ports has a problem, how can i open it? Thanks in advance! (9 Replies)
Discussion started by: djatwork
9 Replies
Login or Register to Ask a Question