<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RootBSD blog &#187; freebsd</title>
	<atom:link href="http://www.rootbsd.net/blog/tag/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rootbsd.net/blog</link>
	<description>Our FreeBSD Hosting Discussion</description>
	<lastBuildDate>Wed, 16 Jun 2010 21:37:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FreeBSD and Linux</title>
		<link>http://www.rootbsd.net/blog/2009/freebsd-and-linux/</link>
		<comments>http://www.rootbsd.net/blog/2009/freebsd-and-linux/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 18:44:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[freebsd]]></category>
		<category><![CDATA[rootbsd]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[differences]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.rootbsd.net/blog/?p=79</guid>
		<description><![CDATA[We thought it would be a good idea to help educate our current RootBSD users, and potential users, as to some of the differences between FreeBSD and Linux.  We have nothing against Linux at all, we actually like it, however there are very noticeable differences in the two.  Without turning this into too much [...]]]></description>
			<content:encoded><![CDATA[<p>We thought it would be a good idea to help educate our current RootBSD users, and potential users, as to some of the differences between FreeBSD and Linux.  We have nothing against Linux at all, we actually like it, however there are very noticeable differences in the two.  Without turning this into too much of a religious debate, here are a few points we consider</p>
<p><em><strong>Let’s start off by looking at, what we believe is, the biggest difference in the two.</strong></em><br />
First off, Linux itself is a kernel, not an OS!   Distributions (Red Hat, Debian, Suse and others) provide the installer and bundle lots of other open source software.   There are easily well over 300 different Linux distributions.  While this gives you a lot of choices, the existence of so many distributions also makes it difficult to use different distros since they are all a little bit different. Distributions don&#8217;t just differ in ease-of install and available programs; they also differ in directory layout, configuration practices, default software bundles, and most importantly the tools and prorcedures for software updates and patches.</p>
<p>FreeBSD is a complete operating system (kernel and userland) with a well-respected heritage grounded in the roots of Unix development. Since both the kernel and the provided utilities are under the control of the same release engineering team, there is less likelihood of library incompatibilities. Security vulnerabilities can also be addressed quickly by the security team. When new utilities or kernel features are added, the user simply needs to read one file, the Release Notes, which is publicly available on the main page of the FreeBSD website.</p>
<p><em><strong>Now, lets look at performance.</strong></em><br />
With constant development of both Linux and FreeBSD, performance has come a long way with both.  In many applications, a FreeBSD server will use less RAM than a Linux server running the same applications and load.  FreeBSD&#8217;s network performance is also bar none, as one would expect since BSD networking code has been used by many other vendors including Juniper to make the foundation of their network operating system JUNOS.  Companies such as Yahoo!, Qwest, and many others utilize FreeBSD simple because of it&#8217;s ability to handle heavy network traffic with high performance and rock solid reliability.</p>
<p>One of the most important issues for an OS today is Security.<br />
FreeBSD supports access control lists (ACLs) and mandatory access control (MAC) modules. The latter is of course accessible only to systems administrators and managers, but it enables small businesses to run networks with fine-grained security measures that apply to subsets of the system exposed to the outside world. UFS V2 has excellent ACL support via extended attributes; you must configure UFS V1 separately if ACLs are a requirement.  Both FreeBSD and Linux have very robust packet filtering firewall systems, with FreeBSD&#8217;s version including intrusion detection tools.</p>
<p><em><strong>FreeBSD Ports Collection</strong></em>.<br />
The FreeBSD ports system uses Makefiles laid out in a directory hierarchy so software can be built, installed and uninstalled with the make command. When installing an application, very little (if any) user intervention is required after issuing a beginning command such as make install or make install clean in the ports directory of the desired application. In most cases the software is automatically downloaded from the Internet, patched and configured if necessary, then compiled, installed and registered in the package database. If the new port has needed dependencies on other applications or libraries, these are installed beforehand automatically.  This gives many benefits in being able to <strong>easily install</strong> software and also <strong>customize</strong> it as needed.</p>
<p>Most ports are already configured with default options which have been deemed generally appropriate for most users. However, these configuration options can sometimes be changed with the make config command before installation or through an ncurses interface allowing the user to graphically select the desired options.</p>
<p>Each port (or software package) is maintained by an individual person called a port maintainer who is responsible for staying current with the latest software developments. Anyone is welcome to become a port maintainer by contributing their favorite piece of software to the collection, currently there are over 20,000 ports.</p>
<p>In summary, many users find that the FreeBSD operating system is the best Unix OS for a server environment since it is one centrally managed project with consistency through all aspects of the kernel and userland.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootbsd.net/blog/2009/freebsd-and-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RTLD Security Exploit in FreeBSD</title>
		<link>http://www.rootbsd.net/blog/2009/rtld-security-exploit-in-freebsd/</link>
		<comments>http://www.rootbsd.net/blog/2009/rtld-security-exploit-in-freebsd/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 16:28:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[freebsd]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.rootbsd.net/blog/?p=75</guid>
		<description><![CDATA[On November 30 2009, a security vulnerability was discovered by Nikolaos Rangos (aka Kingcope) in recent FreeBSD releases exploting code in the run-time link-editor, rtld.  A patch was shortly issued and updated binaries were announced December 3 2009 in FreeBSD security announcement FreeBSD-SA-09:16.rtld.  This vulnerability is critical in nature as it allows a [...]]]></description>
			<content:encoded><![CDATA[<p>On November 30 2009, a security vulnerability was discovered by Nikolaos Rangos (aka Kingcope) in recent FreeBSD releases exploting code in the run-time link-editor, rtld.  A patch was shortly issued and updated binaries were announced December 3 2009 in FreeBSD security announcement <a href="http://security.freebsd.org/advisories/FreeBSD-SA-09:16.rtld.asc">FreeBSD-SA-09:16.rtld</a>.  This vulnerability is critical in nature as it allows a local user to get root access.</p>
<p><a href="http://www.rootbsd.net/manage/knowledgebase/22/Security_update__rtld.html">Read how to test and update your system in this knowledgebase article.</a></p>
<p>All new VPS deployments we make as of December 3 will have the necessary updates to mitigate this vulnerability.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootbsd.net/blog/2009/rtld-security-exploit-in-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Halloween Special Offer</title>
		<link>http://www.rootbsd.net/blog/2009/halloween-special-offer/</link>
		<comments>http://www.rootbsd.net/blog/2009/halloween-special-offer/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 13:42:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[announcements]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[hosting xen]]></category>
		<category><![CDATA[rootbsd]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.rootbsd.net/blog/2009/halloween-special-offer/</guid>
		<description><![CDATA[Hello,
Currently offering 10% off the first month on all new sign ups until the end of October.  When signing up use the promo code &#8220;Halloween&#8221; to get the discount.
]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>Currently offering 10% off the first month on all new sign ups until the end of October.  When signing up use the promo code &#8220;<strong>Halloween</strong>&#8221; to get the discount.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootbsd.net/blog/2009/halloween-special-offer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD 7.1-RELEASE</title>
		<link>http://www.rootbsd.net/blog/2009/freebsd-71-release/</link>
		<comments>http://www.rootbsd.net/blog/2009/freebsd-71-release/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 15:46:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[announcements]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[7.1]]></category>

		<guid isPermaLink="false">http://www.rootbsd.net/blog/?p=45</guid>
		<description><![CDATA[In the last few days, the FreeBSD Release Engineering Team finalized 7.1-RELEASE and it is now available for donwload.  We are now also offering the option for 7.1-RELEASE on new VPS setups.  It is listed as an option in the signup process (along with 6.3 and 7.0).
Release Announcement

 The ULE scheduler is now the default [...]]]></description>
			<content:encoded><![CDATA[<p>In the last few days, the FreeBSD Release Engineering Team finalized 7.1-RELEASE and it is now available for donwload.  We are now also offering the option for 7.1-RELEASE on new VPS setups.  It is listed as an option in the signup process (along with 6.3 and 7.0).</p>
<p><a href="http://www.freebsd.org/releases/7.1R/announce.html" target="_blank">Release Announcement</a></p>
<ul>
<li> The ULE scheduler is now the default in GENERIC kernels for amd64 and i386 architectures. The ULE scheduler significantly improves performance on multicore systems for many workloads.</li>
<li>Support for using DTrace inside the kernel has been imported from OpenSolaris. DTrace is a comprehensive dynamic tracing framework.</li>
<li>A new and much-improved NFS Lock Manager (NLM) client.</li>
<li>Boot loader changes allow, among other things, booting from USB devices and booting from GPT-labeled devices.</li>
<li>The cpuset(2) system call and cpuset(1) command have been added, providing an API for thread to CPU binding and CPU resource grouping and assignment.</li>
<li>KDE updated to 3.5.10, GNOME updated to 2.22.3.</li>
<li>DVD-sized media for the amd64 and i386 architectures</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.rootbsd.net/blog/2009/freebsd-71-release/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is TrustedBSD?</title>
		<link>http://www.rootbsd.net/blog/2008/what-is-trustedbsd/</link>
		<comments>http://www.rootbsd.net/blog/2008/what-is-trustedbsd/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 00:10:39 +0000</pubDate>
		<dc:creator>casey</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[trustedbsd]]></category>

		<guid isPermaLink="false">http://www.rootbsd.net/blog/?p=39</guid>
		<description><![CDATA[You may have heard of something called &#8220;TrustedBSD&#8221; in your discussions of FreeBSD security features.  But what is it?  A part of the operating system?  An application?  Something new?  Actually, TrustedBSD is a project, started in 2000 with the goal of providing a set of trusted operating extensions for FreeBSD.
It [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.trustedbsd.org/beastie.html"><img class="alignright size-medium wp-image-40" src="http://www.rootbsd.net/blog/wp-content/uploads/2008/07/trustyteenie.gif" alt="" width="166" height="200" /></a>You may have heard of something called &#8220;TrustedBSD&#8221; in your discussions of FreeBSD security features.  But what is it?  A part of the operating system?  An application?  Something new?  Actually, TrustedBSD is a project, started in 2000 with the goal of providing a set of trusted operating extensions for FreeBSD.</p>
<p>It consists of a set of kernel and user-land extensions targeting the evaluation criteria from Common Criteria for Information Technology Security Evaluation and the Orange Book (a Department of Defense Document that sets standards for community security).  Trusted operating systems have requirements above and beyond those of normal operating systems, including that of extensive documentation.</p>
<p>Many features of TrustedBSD that have matured over the past eight years have already made their way into the operating system, as well as those of others (for example, the TrustedBSD MAC framework was used in Apple OS X).  Some of the key features being worked on are: access control lists, mandatory access controls, security event auditing, extended file system attributes, the NSA&#8217;s FLASK/TE implementation from SELinux to FreeBSD, as well as the development of OpenBSD.</p>
<p>These features should improve the overall security and usability of FreeBSD.  Improvements to system privilege will reduce the risk associated with common system management functions.  Access control will overall be more discretionary and fine-grained.  Also in the works is event auditing support&#8211;a system to monitor security events and notify administrators in the case of irregularities.</p>
<p>The project is still under development.  For access to documentation as well as some code, visit <a href="http://www.trustedbsd.org/home.html">www.trustedbsd.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootbsd.net/blog/2008/what-is-trustedbsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why FreeBSD?</title>
		<link>http://www.rootbsd.net/blog/2008/why-freebsd/</link>
		<comments>http://www.rootbsd.net/blog/2008/why-freebsd/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 21:28:34 +0000</pubDate>
		<dc:creator>casey</dc:creator>
				<category><![CDATA[vps]]></category>
		<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://www.rootbsd.net/blog/?p=36</guid>
		<description><![CDATA[Whether or not you are new to the world of VPS&#8217;s (perhaps you read our entry a few days ago, &#8220;Why VPS?&#8221;), you may be wondering what the advantages are of a FreeBSD-based VPS.  There are great reasons why many experts in virtual hosting, like RootBSD, have made this choice.
FreeBSD is a free operating [...]]]></description>
			<content:encoded><![CDATA[<p>Whether or not you are new to the world of VPS&#8217;s (perhaps you read our entry a few days ago, &#8220;Why VPS?&#8221;), you may be wondering what the advantages are of a <a href="http://www.rootbsd.net/virtual-hosting/" target="_blank">FreeBSD-based VPS</a>.  There are great reasons why many experts in virtual hosting, like <a href="http://www.rootbsd.net/" target="_blank">RootBSD</a>, have made this choice.</p>
<p>FreeBSD is a free operating system descended from UNIX.  Though it is not exactly like UNIX, it does have compliant internals and system API&#8217;s.  FreeBSD is different than Linux in that all device drivers, userland utilities, the kernel, etc., are all contained in the same source code tracking tree, whereas with Linux they are all developed separately and packaged in various different ways.  So what makes FreeBSD particularly good for a VPS?</p>
<p>(1)  <strong>Software Flexibility.</strong> A standard installation of FreeBSD includes standard UNIX utilities and commands as well as the FreeBSD ports collection, which gives access to over 17,000 free software packages that have already been customized for the FreeBSD environment.  FreeBSD users will have everything at their fingertips to run web, email, and database server environments.  FreeBSD also has excellent third-party software support, so you will be able to pick the applications that suit your needs.</p>
<p>(2<strong> Industry Standard.</strong> Over 30% of the Internet is powered by FreeBSD, including huge websites like Yahoo.com and Hotmail.com.</p>
<p>(3) <strong> Performance and Reliability. </strong>FreeBSD is a &#8220;rock solid&#8221; platform.  You may recall from our previous article about the recent Firefox upgrade that <a href="http://www.prweb.com/releases/2008/6/prweb1042664.htm">one of Mozilla&#8217;s download mirrors</a> was powered by FreeBSD with fantastic results.</p>
<p>(4)  <strong>Looking Towards the Future.</strong> Because of the increasing success and widespread use of FreeBSD, many web hosts and software providers are scaling down their use of other operating systems and focusing on FreeBSD.  It is likely that not far down the line there will be considerably more support and applications available than for other operating systems, especially in the world of VPS&#8217;s.</p>
<p>(5)  <strong>Jails.</strong> With FreeBSD, you have the option of having a Jail VPS, which results in higher overall performance due to minimal overhead.  With the jail feature, VPS&#8217;s can be created on the fly and are ideal for new users since they can be configured without complex firewall rules.</p>
<p>FreeBSD has long been considered the <a href="http://www.ibm.com/developerworks/opensource/library/os-freebsd/">unknown giant among operating systems</a>, but is becoming less and less <em>unknown</em>.  As VPS&#8217;s become more popular and FreeBSD becomes the standard among VPS&#8217;s, you can expect to see it heading even farther out of obscurity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootbsd.net/blog/2008/why-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD in Firefox 3</title>
		<link>http://www.rootbsd.net/blog/2008/freebsd-in-firefox-3/</link>
		<comments>http://www.rootbsd.net/blog/2008/freebsd-in-firefox-3/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 03:44:29 +0000</pubDate>
		<dc:creator>casey</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[firefox 2]]></category>
		<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://www.rootbsd.net/blog/?p=30</guid>
		<description><![CDATA[On June 18, the Mozilla Foundation broke the Guinness World Record for most software downloads in one day when over 8 million people downloaded Firefox 3, the latest version of the popular web browser.  What many Firefox users may not have realized is that with the update they acquired a number of new technologies [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rootbsd.net/blog/wp-content/uploads/2008/07/firefox.jpg"><img class="alignright size-full wp-image-31" src="http://www.rootbsd.net/blog/wp-content/uploads/2008/07/firefox.jpg" alt="Firefox Logo" width="150" height="142" /></a>On June 18, the Mozilla Foundation broke the <a href="http://www.spreadfirefox.com/en-US/worldrecord">Guinness World Record</a> for most software downloads in one day when over 8 million people downloaded Firefox 3, the latest version of the popular web browser.  What many Firefox users may not have realized is that with the update they acquired a number of new technologies adopted from the FreeBSD project.</p>
<p>One notable improvement features the memory allocator &#8220;jemalloc,&#8221; developed by FreeBSD guru Jason Evans.  Firefox version 2 was known as something of a memory hog, and the update improves upon this greatly with upgrades such as a new rendering engine, but Evans&#8217; contribution proved particularly significant.  According to Firefox developer <a href="http://blog.pavlov.net/2008/03/11/firefox-3-memory-usage/">Stuart Parmenter</a>, their tests of the browser on Windows Vista showed a 22% drop in memory usage once they turned on &#8220;jemalloc.&#8221;</p>
<p>Another FreeBSD technology utilized in the Firefox upgrade was the &#8220;bsdiff&#8221; binary patch system, which allows for reduced software update sizes and faster downloads for end users.  In addition, the delivery of the Firefox software relied on FreeBSD as well&#8211;Internet Systems Consortium operates one of Mozilla&#8217;s download mirrors, powered by FreeBSD 7.  During Mozilla&#8217;s record-breaking 24 hours of downloading, the server withstood rates of a gigabit per second.  ISC <a href="http://www.prweb.com/releases/2008/6/prweb1042664.htm">referred to FreeBSD</a> as &#8220;a rock solid platform.&#8221;</p>
<p>Of course, FreeBSD has a long history of being used inside other open-source projects, and this is just one example of the improvements that it can make.  And just think: &#8220;jemalloc&#8221; is already a part of FreeBSD 7.  If it can improve the performance of a web browser so drastically, then imagine the potential effect on an entire operating system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootbsd.net/blog/2008/freebsd-in-firefox-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
