-->
Home » , » FreeBSD® is an advanced operating system for modern server, desktop, and embedded computer platforms
Monday
30 November 2009

FreeBSD® is an advanced operating system for modern server, desktop, and embedded computer platforms

freebsd-logo FreeBSD is a UN*X-like operating system for the i386, IA-64, PC-98, Alpha/AXP, and UltraSPARC platforms based on U.C. Berkeley's "4.4BSD-Lite" release, with some "4.4BSD-Lite2" enhancements. It is also based indirectly on William Jolitz's port of U.C. Berkeley's "Net/2" to the i386, known as "386BSD", though very little of the 386BSD code remains.


FreeBSD is used by companies, Internet Service Providers, researchers, computer professionals, students and home users all over the world in their work, education and recreation.


FreeBSD Ken Smith has announced the availability of the first beta releases of FreeBSD 8.2 and 7.4, new upcoming versions in the production (version 8) and legacy production (version 7) series: "The first of the test builds for the 8.2/7.4 release cycle is now available for amd64, i386, ia64, pc98, and sparc64 architectures. Files suitable for creating installation media or doing FTP-based installs through the network should be on most of the FreeBSD mirror sites. The ISO images for this build do not include packages other than the docs. For amd64 and i386 'memstick' images are available that can be copied to a USB 'memory stick' and used for installs on machines that support booting from that type of media."

Read the rest of the
release announcement for details on how to upgrade from previous versions and where to report bugs.

Quick
download links for the i386 and amd64 architectures: FreeBSD-8.2-BETA1-i386-dvd1.iso (861MB, SHA256), FreeBSD-8.2-BETA1-amd64-dvd1.iso (973MB, SHA256), FreeBSD-7.4-BETA1-i386-dvd1.iso (967MB, SHA256), FreeBSD-7.4-BETA1-amd64-dvd1.iso (1,063MB, SHA256).


Recent Related News.


• 2010-12-11: Development Releases: FreeBSD 8.2-BETA1, 7.4-BETA1
• 2010-07-24: BSD Release: FreeBSD 8.1
• 2010-07-02: Development Release: FreeBSD 8.1-RC2
• 2010-06-18: Development Release: FreeBSD 8.1-RC1
• 2010-05-29: Development Release: FreeBSD 8.1-BETA1
• 2010-03-23: BSD Release: FreeBSD 7.3

freebsd-small



FreeBSD is a free Unix-like operating system descended from AT&T UNIX via the Berkeley Software Distribution (BSD). It has been characterized as "the unknown giant among free operating systems". It is not a clone of UNIX, but works like UNIX, with UNIX-compliant internals and system APIs. FreeBSD is generally regarded as reliable and robust.

FreeBSD is a complete operating system. The kernel, device drivers and all of the userland utilities, such as the shell, are held in the same source code revision tracking tree, whereas with Linux distributions, the kernel, userland utilities and applications are developed separately, then packaged together in various ways by others.

Third-party application software may be installed using various software installation systems, the two most common being source installation and package installation, both of which use the FreeBSD Ports system.

FreeBSD's development began in 1993 with a quickly growing, unofficial patchkit maintained by users of the 386BSD operating system. This patchkit forked from 386BSD and grew into an operating system taken from U.C. Berkeley's 4.3BSD-Lite (Net/2) tape with many 386BSD components and code from the Free Software Foundation. After two public beta releases via FTP (1.0-GAMMA on September 2, 1993, and 1.0-EPSILON on October 3, 1993), the first official release was FreeBSD 1.0, available via FTP on November 1st, 1993 and on CDROM on December 30, 1993. This official release was coordinated by Jordan Hubbard, Nate Williams and Rodney W. Grimes with a name thought up by David Greenman. Walnut Creek CDROM agreed to distribute FreeBSD on CD and gave the project a machine to work on along with a fast Internet connection, which Hubbard later said helped stir FreeBSD's rapid growth. A "highly successful" FreeBSD 1.1 release followed in May 1994.

However, there were legal concerns about the BSD Net/2 release source code used in 386BSD. After a lawsuit between UNIX copyright owner at the time Unix System Laboratories and the University of California, Berkeley, the FreeBSD project re-engineered most of the system using the 4.4BSD-Lite release from Berkeley, which, owing to this lawsuit, had none of the AT&T source code earlier BSD versions had depended upon, making it an unbootable operating system. Following much work, the outcome was released as FreeBSD 2.0 in January 1995.

FreeBSD 2.0 featured a revamp of the original Carnegie Mellon University Mach virtual memory system, which was optimized for performance under high loads. This release also introduced the FreeBSD Ports system, which made downloading, building and installing third party software very easy. By 1996 FreeBSD had become popular among commercial and ISP users, powering extremely successful sites like Walnut Creek CD-ROM (a huge repository of software that broke several throughput records on the Internet), Yahoo! and Hotmail. The last release along the 2-STABLE branch was 2.2.8 in November 1998.[FreeBSD 3.0 brought many more changes, including the switch to the ELF binary format. Support for SMP systems and the 64 bit Alpha platform were also added. The 3-STABLE branch ended with 3.5.1 in June 2000.

Derivatives

There are a number of software distributions based on FreeBSD including:

* PC-BSD (aimed at home users and workstations)
* DesktopBSD (aimed at home users and workstations)
* FreeSBIE (live CD)
* Frenzy (live CD),
* m0n0wall (firewall)
* pfSense (firewall)
* FreeNAS (for network attached storage)
* AskoziaPBX (an embedded PBX)

All these distributions have no or only minor changes when compared with the original FreeBSD base system. The main difference to the original FreeBSD is that they come with pre-installed and pre-configured software for specific use cases. This can be compared with Linux distributions, which are all binary compatible because they use the same kernel and also use the same basic tools, compilers and libraries, while coming with different applications, configurations and branding.

Besides these distributions there is DragonFly BSD, a fork from FreeBSD 4.8 aiming for a different multiprocessor synchronization strategy than the one chosen for FreeBSD 5 and development of some microkernel features. It doesn't aim to stay compatible with FreeBSD and has huge differences in the kernel and basic userland.

A wide variety of products are directly or indirectly based on FreeBSD. Examples of embedded devices based on FreeBSD include:

* Juniper Networks routers , switches and security devices
* Ironport network security appliances
* nCircle's IP360
* Nokia's firewall operating system
* NetApp's Data ONTAP GX (only as a loader for proprietary kernel-space module of ONTAP GX)
* Panasas's and Isilon Systems's cluster storage operating systems
* NetASQ security appliances
* St Bernard iPrism web filtering appliances
* F5 Networks's 3DNS version 3 global traffic manager and EDGE-FX version 1 web cache

Other operating systems contain code that originated in FreeBSD such as Linux and the RTOS VxWorks. Darwin, the core of Apple's Mac OS X, borrows FreeBSD's virtual file system, network stack and components of its userspace. The now-defunct OpenDarwin project, which was based on Apple's Darwin operating system, also included substantial FreeBSD code. Debian, known primarily as a Linux distribution, also maintains GNU/kFreeBSD, combining the GNU userspace and C library with the FreeBSD kernel.

Screenshots

cImagehosting at Imageloop

Imagehosting at Imageloop

Imagehosting at Imageloop

Imagehosting at Imageloop

Imagehosting at Imageloop

Imagehosting at Imageloop

Imagehosting at Imageloop

Imagehosting at Imageloop

Imagehosting at Imageloop

Imagehosting at Imageloop



Crea le tue foto ed immagini come Slideshow per eBay, Netlog, MySpace, Facebook o la tua Homepage!Mostrare tutte le immagini di questo Slideshow


If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:

0 commenti:

Post a Comment

Random Posts

  • 10 Useful Sar (Sysstat) Examples for UNIX / Linux Performance Monitoring.
    31.07.2013 - 0 Comments
    Using sar you can monitor performance of various Linux subsystems (CPU, Memory, I/O..) in real time. Using sar, you can also collect all performance data on an on-going basis, store them, and do historical analysis to identify bottlenecks. Sar…
  • Mixxx User Manual: Hardware Setup.
    19.09.2014 - 0 Comments
    This chapter describes the most common hardware setups to serve as examples. We will go over the setup of timecode records/CDs, MIDI control and keyboard control. Audio Output. Headphone cueing, or just cueing, is previewing the next track you…
  • Progress in KDE 4: New plasmoids, Oxygen, Akonadi,GwenView, KRunner and more
    23.06.2009 - 0 Comments
    In ospite of fragmentary information about changes, that I’ve published since my last insight (like the Amarok 2 visual changelog), I’ve decided after all to gather them all in one place. Hence, I invite you to the next insight of KDE 4. The…
  • The Perfect Server: Ubuntu 11.10 Oneiric Ocelot  With Nginx , Chapter 3.
    10.01.2012 - 0 Comments
    After the reboot you can login with your previously created username (e.g. administrator). Because we must run all the steps from this tutorial with root privileges, we can either prepend all commands in this tutorial with the string sudo, or…
  • Black Cat Linux is written by two members of the Donbass LUG.
    02.05.2008 - 0 Comments
    Black Cat Linux is written by two members of the Donbass LUG. It features Ukrainian and Russian Language support, a Redhat base, and many security fixes.   This distribution is designed to work both as an internet server or a workstation or…
  • Mozilla Thunderbird ISP Configuration Settings: Hotmail.
    19.03.2013 - 0 Comments
    Thunderbird can be used as a client for a Hotmail email account. Thunderbird will download messages from the Hotmail server and store them on your local system. Similarly, Thunderbird can be used to compose messages which are sent through Hotmail's…
  • Network Security Toolkit (NST) is a bootable live CD based on Fedora Core.
    07.10.2010 - 0 Comments
    Network Security Toolkit (NST) is a bootable live CD based on Fedora Core. The toolkit was designed to provide easy access to best-of-breed open source network security applications and should run on most x86 platforms. The main intent of…
  • The Non Sequencer is a powerful real-time, pattern-based MIDI sequencer for Linux--released under the GPL.
    09.07.2012 - 0 Comments
    The Non Sequencer is a powerful real-time, pattern-based MIDI sequencer for Linux--released under the GPL. Filling the void left by countless DAWs, piano-roll editors, and other purely performance based solutions, it is a compositional tool--one…
  • The Siduction distribution is a desktop-oriented operating system and live medium based on the
    21.01.2012 - 0 Comments
    The Siduction distribution is a desktop-oriented operating system and live medium based on the "unstable" branch of Debian GNU/Linux. Forked from aptosid in late 2011, siduction offers three separate live media with KDE, LXDE and Xfce…
  • Brackets is a free open-source editor written in HTML, CSS, and JavaScript.
    28.01.2016 - 0 Comments
    Brackets is a free open-source editor written in HTML, CSS, and JavaScript with a primary focus on Web Development. It was created by Adobe Systems, licensed under the MIT License, and is currently maintained on GitHub. Brackets is available for…

Recent Posts

Recent Posts Widget

Popular Posts

Labels

Archive

page counter follow us in feedly
 
Copyright © 2014 Linuxlandit & The Conqueror Penguin
-->