Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26

Thread: freeBSD and Linux and windows... how?

  1. #11
    Just an added note...I managed to get all of the various distro's installed and now I need to learn how to use them. I will admit that my favorite is FreeBSD, but as far as ease of install, I have to say that SuSE was the simplest. I have an AMD/Via based system and drivers are an issue. Virtaul machines can prove to be a great learning environment!

  2. #12
    Senior Member
    Join Date
    Dec 2004
    Posts
    137
    i just tried out the new redhat enterprise linux ws 4.x ( i know - i am a late bloomer!). a very nice commercial OS.

  3. #13
    Junior Member
    Join Date
    May 2005
    Posts
    5
    Originally posted here by Clp727
    I would suggest a minimum of 512 MB and atleast a 2 GB proc. I'm proud of my machines.
    When did they invent processors with 2GB of cache? That is absolutely amazing.

  4. #14
    Senior Member gore's Avatar
    Join Date
    Oct 2002
    Location
    Michigan
    Posts
    7,177
    I'm bored and I'm high, dangerouse words if you run a bullshit talking web page like this:

    http://people.freebsd.org/~murray/bsd_flier.html



    Let me see here:








    Reliability ;

    FreeBSD


    FreeBSD is extremely robust. There are numerous testimonials of active servers with uptimes measured in years. The new Soft Updates1 file system optimizes disk I/O for high performance, yet still ensures reliability for transaction based applications, such as databases.



    Linux

    Linux is well known for its reliability. Servers often stay up for years. However, disk I/O is non-synchronous by default, which is less reliable for transaction based operations, and can produce a corrupted filesystem after a system crash or power failure. But for the average user, Linux is a very dependable OS.




    Nice to see they leave **** up for what 5 years? Nto liek the info has changed right?











    Performance ;

    FreeBSD

    FreeBSD is the system of choice for high performance network applications. FreeBSD will outperform other systems when running on equivalent hardware. The largest and busiest public server on the Internet, at ftp.freesoftware.com, uses FreeBSD to serve more than 1.2TB/day of downloads. FreeBSD is used by Yahoo!, Qwest and many others as their main server OS because of its ability to handle heavy network traffic with high performance and rock solid reliability.





    Linux


    Linux performs well for most applications, however the performance is not optimal under heavy network load. The network performance of Linux is 20-30% below the capacity of FreeBSD running on the same hardware 2. The situation has improved somewhat recently and the 2.4 release of the Linux kernel will introduce a new virutual memory system based on the same concepts as the FreeBSD VM system. Since both operating systems are open source, beneficial technologies are shared and for this reason the performance of Linux and FreeBSD is rapidly converging.





    Uhhhh huh....









    Security

    FreeBSD

    FreeBSD has been the subject of a massive auditing project for several years. All of the critical system components have been checked and rechecked for security-related errors. The entire system is open source so the security of the system can and has been verified by third parties. A default FreeBSD installation has yet to be affected by a single CERT security advisory in 2000.3

    FreeBSD also has the notion of kernel security levels. These are much more powerful than simple run-levels since they allow the administrator to completely deny access to certain operating system functions such as reading /dev/mem, changing file system flags, or writing to disks without mounting a filesystem.

    FreeBSD includes a very robust packet filtering firewall system and many intrusion detection tools.






    Linux


    The open source nature of Linux allows anyone to inspect the security of the code and make changes, but in reality the Linux codebase is modified too rapidly by inexperienced programmers. There is no formal code review policy and for this reason Linux has been suceptible to nearly every Unix-based CERT advisory of the year. This problem is compounded by the fact that distributions like Red Hat tend to turn on notoriously insecure services by default.

    However, Linux does include a very robust packet filtering firewall system and many intrusion detection tools.





    The open source thing is good for Free BSD because everyone sees it, yet Linux isn't as secure because everyone sees it?.... Good to see they consider every version of Linux "Linux"...






    Filesystem



    FreeBSD

    FreeBSD uses the UFS (Unix File System), which is a little more complex than Linux's ext2. It offers a better way to insure filesystem data integrity, mainly with the "sofupdates" option. This option decreases synchronous I/O and increases asynchronous I/O because writes to a UFS filesystem aren't synced on a sector basis but according to the filesystem structure. This ensures that the filesystem is always coherent between two updates.

    The FreeBSD filesystem also supports file flags, which can stop a would-be intruder dead in his or her tracks. There are several flags that you can add to a file such as the immutable flag. The immutable (schg) flag won't allow any alteration to the file or directory unless you remove it. Other very handy flags are append only (sappnd), cannot delete (sunlnk), and archive (arch). When you combine these with the kernel security level option, you have a very impenetrable system.






    Linux

    The Linux ext2 filesystem gets its performance from having an asynchronous mount. You can mount FreeBSD UFS filesystems as asynchronous but this is very dangerous and no seasoned Unix admin would do this. It's amazing that Linux is designed this way by default. Often a hard carsh permanently damages a mount. FreeBSD or Solaris can sustain a very hard crash with only minor data loss, and the filesystem will be remountable with few problems.

    There are several new journaling filesystems in development for Linux that will fix some of these issues, but these will not be ready for the 2.4 release of Linux.



    It won't be ready for 2.4??? Hmmm, oh look at that this lying **** said it won't yet my 2.4 Kernel on my laptop is using a journaled file system! Oh and Debian does too!....







    Device Drivers


    FreeBSD

    The FreeBSD bootloader can load binary drivers at boot-time. This allows third-party driver manufacturers to distribute binary-only driver modules that can be loaded into any FreeBSD system. Due to the open-source nature of FreeBSD, it is very easy to develop device drivers for new hardware. Unfortunately, most device-manufacturers will only release binaries for Microsoft operating systems. This means that it can take several months after a hardware device has hit the market until a device driver is available.




    Linux

    The Linux community intentionally makes it difficult for hardware manufacturers to release binary-only drivers. This is meant to encourage hardware manufactureres to develop open-source device drivers. Unfortunately most vendors have been unwilling to release the source for their drivers so it is very difficult for Linux users to use vendor supplied drivers at all.






    You have GOT to be shitting me. Free BSD has more hardware support than Linux my ****ing ass. The paper I've been writing about BSD and Slackware, I had to change machiens for testing because Free BSD couldn't find the damn hardware in it even though Linux runs great on that box.




    Commercial Applications





    FreeBSD

    There are many, many gigabytes of FREE software available for FreeBSD. FreeBSD includes thousands of software packages and an extensive ports collection, all with complete source code. Many people consider the FreeBSD Ports collection to be the most accessible and easiest to use library of free software packages available anywhere.






    Linux

    Many new commercial applications are available for Linux, and more are being developed. Unfortunately, Linux can only run binaries that are specifically compiled for Linux. It is unable to run programs compiled for FreeBSD, SCO Unix, or other popular operating systems.


    Yea, it's not like WINE has been around for years and years....








    Development environment


    FreeBSD

    FreeBSD includes an extensive collection of development tools. You get a complete C/C++ development system (editor, compiler, debugger, profiler, etc.) and powerful Unix development tools for Java, HTTP, Perl, Python, Tcl/Tk, Awk, Sed, etc. All of these are free, and are included in the basic FreeBSD installation. All come with full source code.





    Linux

    Linux includes all the same development tools as FreeBSD, with compilers and interpreters for every common programming language, all the GNU programs, including the powerful GNU C/C++ Compiler, Emacs editor, and GDB debugger. Unfortunately due to the very splintered nature of Linux, applications that you compile on one system (Red Hat 7) may not work on another Linux system (Slackware).




    WTF was this dude on????? If I download the source for XMMS, I can compile and install it on Slackware AND RedHat......




    Development infrastructure



    FreeBSD

    FreeBSD is an advanced BSD Unix operating system. The source code for the entire system is available in a centralized source code repository running under CVS. A large team (200+) of senior developers has write access to this repository and they coordinate development by reviewing and commiting the best changes of the development community at large. FreeBSD is engineered to find elegant solutions for overall goals, rather than quick hacks to add new functionality.





    Linux

    Linux is a Unix-like kernel that must be combined with the GNU system to make a complete operating system. Linux does not use any version control system so all bug-fixes and enhancements must be emailed back and forth on mailing lists and ultimately submitted to the one person (Linus) who has authority to commit the code to the tree. Due to the overwhelming amount of code that gets written, it is impossible for one person to adequately quality control all of the pending changes. For this reason there is a lot of code in Linux that was hastily written and would never have been accepted into a more conservative operating system.



    A more conservative OS?...... You have to be kidding.







    Support



    FreeBSD

    Several organizations, including BSDi, offer a wide range of support options for FreeBSD. In addition to 24x7 professional support, there is a large amount of free, informal support available through Usenet newsgroups and mailing lists, such as questions@freebsd.org. Once a problem is found, source code patches are often available within a few hours.





    Linux


    Many organizations provide professional support for Linux. All the major Linux vendors offer some level of support, and several offer full 24/7 service. There are many forums where Linux questions are answered for free, such as newsgroups and mailing lists. As a last resort, you can always use the source to track down and fix a problem yourself.



    Heh funny, I remember today checking my mail, Free BSD had 8 security flaws. SUSE had 2... I've read this and he tried fabricating the greatness of Free BSD to look better than Linux which is of course ****, because Free BSD is about as ready for the desktop as a hooker is for an AIDS test.

  5. #15
    Senior Member Cope57's Avatar
    Join Date
    Nov 2003
    Posts
    195
    This document was prepared by Bob Bruce and Murray Stokely, with input from Matt Dillon, Nathan dude, and many others.
    From that web link you posted earlier Gore,
    I would guess and say that they themselves run FreeBSD and is just giving their sides of the story.
    As for many of us here that have tried many OS's, we have all basically agreed that it is up to the individual to make the system as secure, reliable, dependable...etc. as it can be.
    Seems those that have written that web site either needs to better understand the other OS's they are comparing, or need to update thier comparisons. Those comparisons are basically just opinions anyway and should not be taken seriously.
    Any system is a great system if you know what to do with it.
    Computers do not have problems, they have users.
    ~Cope57

  6. #16
    Originally posted here by PeasleeR
    When did they invent processors with 2GB of cache? That is absolutely amazing.
    Oops! That should be 2 GHz. Sorry about that.

  7. #17
    Senior Member IKnowNot's Avatar
    Join Date
    Jan 2003
    Posts
    792
    IMHO, load linux, although I still don't advocate multiple OSs on a single drive. ( I like separating them on physical drives, at least until you know what you are doing. Find a used six or ten gig drive, hell, even a two if that is all you can find. )

    Again, this is for your learning purposes. I am not advocating one over the other for any other specific uses.

    There is more information and help available for Linux then you could possibly absorb. Stay away from anything to do with SELinux until you have a full working knowledge of the OS ( as evidenced of the very recent debacle with the Fedore Core 3 targeted policy. )

    As Gore said ( somewhere ) that Linux is more user friendly as a workstation ( I think that was in there I liked the comparisons! )

    Once you have a good working knowledge of Linux, you can experiment with FreeBSD, and have a better appreciation of it. Again, both have their uses and strong points.

    ( BTW, As for the relevance of the linked reference to today's available operating systems, did anyone check out the date last modified? My browser indicates
    Saturday, January 05, 2002 7:32:27 PM
    )
    " And maddest of all, to see life as it is and not as it should be" --Miguel Cervantes

  8. #18
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    I do wonder why Linux would be more "userfriendly". Both Linux and Freebsd use X.org, KDE/GNOME etc... With a running X you can't even tell one from the other.. You'll have to open an xterm and type uname -a to know which is which..

    But, for educational purposes, try both.. See which one you like.. I know which one I like
    Oliver's Law:
    Experience is something you don't get until just after you need it.

  9. #19
    Senior Member gore's Avatar
    Join Date
    Oct 2002
    Location
    Michigan
    Posts
    7,177
    Getting X running on Free BSD VS Linux, heh, THAT is one difference. Just for arguement:

    SUSE Linux boots up and finds your hardware and loads X for you. Free BSD boots up without X, you have to configure it by hand, and you nee to know all your hardware, for a newbie this not easy.

    Most Linux distros have a configuration tool of some sort, free SD uses text files. /stand/sysinstall is all you get in BSD.

  10. #20
    Senior Member
    Join Date
    Dec 2004
    Posts
    137
    Originally posted here by gore

    Most Linux distros have a configuration tool of some sort, free SD uses text files. /stand/sysinstall is all you get in BSD.
    yup. thats true. but he wants to learn "UNIX" right? if you want to learn unix, IMHO, the first thing you need to do is stay away from X. learn how to use the CLI. there is nothing worse than a Linux/UNIX guy who can't do basic things line move folders or search for files without the aid of a GUI.

    a cool book,

    http://ca.wiley.com/WileyCDA/WileyTi...471164836.html

    google for it or get is from a discount cheapie book store. worth every penny.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •