<?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>BSDFreak.org</title>
	<atom:link href="http://bsdfreak.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://bsdfreak.org</link>
	<description>FreeBSD news, reviews and howtos</description>
	<lastBuildDate>Sun, 07 Feb 2010 20:14:54 +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>Winetricks for adding dependencies in Wine</title>
		<link>http://bsdfreak.org/2010/02/07/winetricks-script-for-adding-dependencies-in-wine/</link>
		<comments>http://bsdfreak.org/2010/02/07/winetricks-script-for-adding-dependencies-in-wine/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 20:11:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[dependencies]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://bsdfreak.org/?p=87</guid>
		<description><![CDATA[Learning how Wine allows emulation of Windows works under FreeBSD can be a task in of itself, let alone installing applications.  Winetricks is a script aimed at making the installation of Windows dependencies a much easier task.  ]]></description>
			<content:encoded><![CDATA[<p>Learning how Wine allows emulation of Windows works under FreeBSD can be a task in of itself, let alone installing applications.  <a title="Winetricks" href="http://wiki.winehq.org/winetricks" target="_blank">Winetricks</a> is a script aimed at making the installation of Windows dependencies a much easier task.</p>
<p>According to <a title="Winetricks Wiki" href="http://wiki.winehq.org/winetricks" target="_blank">http://wiki.winehq.org/winetricks</a> the script is maintained and hosted by <a href="http://wiki.winehq.org/DanKegel">DanKegel</a> at <a href="http://www.kegel.com/wine/winetricks">http://www.kegel.com/wine/winetricks</a>.    Right-click on that link and use &#8217;save as&#8217; to save a fresh copy. Or  you can get it from the commandline with the command:</p>
<p><em>wget http://www.kegel.com/wine/winetricks</em></p>
<p>I&#8217;ve been using Winetricks and thought it would be worth sharing for anyone else who&#8217;s yearned for an easier way to manage the dependencies in wine.</p>
<div align=center><br /> <iframe src='http://digg.com/api/diggthis.php?w=new&u=http://bsdfreak.org/2010/02/07/winetricks-script-for-adding-dependencies-in-wine/&t=Winetricks+for+adding+dependencies+in+Wine&s=compact' height='18' width='120'' frameborder='0' scrolling='no'></iframe> <iframe src='http://www.reddit.com/button_content?newwindow=1&url=http://bsdfreak.org/2010/02/07/winetricks-script-for-adding-dependencies-in-wine/&title=Winetricks+for+adding+dependencies+in+Wine&t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe> <iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://bsdfreak.org/2010/02/07/winetricks-script-for-adding-dependencies-in-wine/&title=Winetricks+for+adding+dependencies+in+Wine&t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></div><!-- This is a HTML comment, it will not display in post page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comment and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://bsdfreak.org/2010/02/07/winetricks-script-for-adding-dependencies-in-wine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD 8.0 installation walkthrough</title>
		<link>http://bsdfreak.org/2010/02/07/freebsd-8-0-installation-walkthrough/</link>
		<comments>http://bsdfreak.org/2010/02/07/freebsd-8-0-installation-walkthrough/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 19:48:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[walkthrough]]></category>

		<guid isPermaLink="false">http://bsdfreak.org/?p=85</guid>
		<description><![CDATA[FreeBSD is still king as far as the BSD’s go.]]></description>
			<content:encoded><![CDATA[<p>FreeBSD, and the other BSDs, are exceptionally stable and powerful  operating systems, but they can be quite different from Linux. Although  they share common principles and ideals, and a huge amount of software,  when it comes down to it, FreeBSD and Linux are two different beasts.  This doesn’t make FreeBSD better or worse, but it is something to be  aware of. Perhaps the most challenging thing about FreeBSD is the  initial installation. While PC-BSD, another BSD variant, has made a lot  of headway in making BSD easy to use, FreeBSD is still king as far as  the BSD’s go.</p>
<p><a title="FreeBSD 8.0 installation walkthrough" href="http://blogs.techrepublic.com.com/opensource/?p=1241" target="_self">Read more</a>.</p>
<div align=center><br /> <iframe src='http://digg.com/api/diggthis.php?w=new&u=http://bsdfreak.org/2010/02/07/freebsd-8-0-installation-walkthrough/&t=FreeBSD+8.0+installation+walkthrough&s=compact' height='18' width='120'' frameborder='0' scrolling='no'></iframe> <iframe src='http://www.reddit.com/button_content?newwindow=1&url=http://bsdfreak.org/2010/02/07/freebsd-8-0-installation-walkthrough/&title=FreeBSD+8.0+installation+walkthrough&t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe> <iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://bsdfreak.org/2010/02/07/freebsd-8-0-installation-walkthrough/&title=FreeBSD+8.0+installation+walkthrough&t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></div><!-- This is a HTML comment, it will not display in post page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comment and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://bsdfreak.org/2010/02/07/freebsd-8-0-installation-walkthrough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Envescent launches Open Support Source</title>
		<link>http://bsdfreak.org/2010/02/06/envescent-launches-open-support-source/</link>
		<comments>http://bsdfreak.org/2010/02/06/envescent-launches-open-support-source/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 03:17:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Press Release]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[dovecot]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[netbsd]]></category>
		<category><![CDATA[open source support]]></category>
		<category><![CDATA[openbsd]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[spamassain]]></category>

		<guid isPermaLink="false">http://bsdfreak.org/?p=80</guid>
		<description><![CDATA[Envescent has launched Open Support Source an open source consulting and support divisi0n aimed and addressing the increasing need for professional help with open source operating systems, such as Linux, FreeBSD, NetBSD and OpenBSD as well as open source applications like Apache, PHP, MySQL, OpenSSH, OpenVPN, Samba, Dovecot, SpamAssassin, Snort and more.]]></description>
			<content:encoded><![CDATA[<p>Envescent has launched <a title="Open Support Source" href="http://opensupportsource.com/" target="_self">Open Support Source</a> an open source consulting and support divisi0n aimed and addressing the increasing need for professional help with open source operating systems, such as Linux, FreeBSD, NetBSD and OpenBSD as well as open source applications such as Apache, PHP, MySQL, OpenSSH, OpenVPN, Samba, Dovecot, SpamAssassin, Snort as well as other software.  They also plan to offer remote and local support, security audits, forensic analysis and IT consulting services.</p>
<p>Alexander G. Chamandy, founder of Envescent said of the new division, &#8220;Open Support Source has over 25 years of collective experience with open source software.  Our skilled technicians enjoy working with open source as well as contributing to the open source community.  We believe this is a natural extension of our core expertise and a great opportunity to enhance our presence with small businesses that are considering or have already adopted open source solutions.&#8221;</p>
<p>Visit them on the web at <a title="Open Support Source" href="http://www.opensupportsource.com/" target="_self">www.opensupportsource.com</a> or call 866-536-3001 for more information about their products and services.</p>
<div align=center><br /> <iframe src='http://digg.com/api/diggthis.php?w=new&u=http://bsdfreak.org/2010/02/06/envescent-launches-open-support-source/&t=Envescent+launches+Open+Support+Source&s=compact' height='18' width='120'' frameborder='0' scrolling='no'></iframe> <iframe src='http://www.reddit.com/button_content?newwindow=1&url=http://bsdfreak.org/2010/02/06/envescent-launches-open-support-source/&title=Envescent+launches+Open+Support+Source&t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe> <iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://bsdfreak.org/2010/02/06/envescent-launches-open-support-source/&title=Envescent+launches+Open+Support+Source&t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></div><!-- This is a HTML comment, it will not display in post page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comment and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://bsdfreak.org/2010/02/06/envescent-launches-open-support-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The fate of Yahoo</title>
		<link>http://bsdfreak.org/2008/12/11/the-fate-of-yahoo/</link>
		<comments>http://bsdfreak.org/2008/12/11/the-fate-of-yahoo/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 11:26:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[merger]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://bsdfreak.org/?p=64</guid>
		<description><![CDATA[Yahoo is a major FreeBSD user with a long history.  Will that change if they're bought out by Microsoft or sold off in pieces to likes of companies like Google? ]]></description>
			<content:encoded><![CDATA[<p>Yahoo is a major <a title="FreeBSD.org" href="http://www.freebsd.org/internet.html" target="_blank">FreeBSD user</a> with a <a title="Yahoo history" href="http://zer0.org/daemons/yahoobsd.html" target="_blank">long history</a>.  Will that change if they&#8217;re bought out by Microsoft or sold off in pieces to likes of Google or AOL-Time Warner?   Would a merger in any way materially impact <a title="FreeBSD" href="http://www.freebsd.org/" target="_blank">The FreeBSD Project</a>?</p>
<p><strong>Why move?</strong></p>
<p>Yahoo&#8217;s corporate usage of FreeBSD has proudly represented the stability, power and security of the open source operating system.  Unfortunately all of the potential companies that are interested in Yahoo aren&#8217;t avid FreeBSD users.   The technology would be incompatible and the buyer&#8217;s implementation would likely be favored for all of Yahoo&#8217;s services.  It&#8217;s worth noting that there have also been <a title="Is Yahoo! moving from FreeBSD? (2005)" href="http://lists.freebsd.org/pipermail/freebsd-questions/2005-February/078297.html" target="_blank">murmurs of Yahoo moving away from FreeBSD in the past</a>.</p>
<p><strong>Who&#8217;s bidding?</strong></p>
<p><a title="AFP" href="http://www.google.com/hostednews/afp/article/ALeqM5gWiO13dyJvU8N5dVWvhDLJ7k887w" target="_blank">Microsoft seems to be at the top of the list</a> in a wave of seemingly manic gyrations between <a title="Microsoft" href="http://www.microsoft.com/presspass/press/2008/feb08/02-01corpnewspr.mspx" target="_blank">anticipatory buyout talks </a>and <a title="Computing.co.uk" href="http://www.computing.co.uk/itweek/news/2216200/microsoft-rules-renewed-yahoo" target="_blank">slamming Yahoo&#8217;s valuation</a>.</p>
<p>Google has been <a title="NYT" href="http://www.nytimes.com/2008/06/13/technology/13yahoo.html" target="_blank">offering to &#8220;partner&#8221; with Yahoo</a>.  Partnering really means Google would be handling the advertising and potentially search engine functionality for Yahoo.</p>
<p>AOL&#8217;s former executive and AOL-Time Warner have made noise about a <a title="Silicon Valley Insider" href="http://www.alleyinsider.com/2008/12/yahoo-could-merge-with-aol-without-a-new-ceo" target="_blank">potential merger or partnership</a>.  This is probably the least feasible of the bids, but it is another example of a large corporate entity that would shift Yahoo&#8217;s determination away from FreeBSD.</p>
<p><strong>What&#8217;s next?</strong></p>
<p>Expect the deal to start taking shape soon.  If it is approved by the <a title="Department of Justice: Merger Enforcement" href="http://www.usdoj.gov/atr/public/premerger.htm" target="_blank">DoJ</a> it will take place over the course of several years.  Massive layoffs at Yahoo would be forced and a lot of their technology would be moved over to whoever ends up owning Yahoo.   I for one hope this isn&#8217;t the case because diversity in searching and Internet information aggregation should be increased, not reduced.  Obviously there could be a detrimental impact on FreeBSD&#8217;s visibility as well.</p>
<p><strong>The big picture</strong></p>
<p>No matter what happens with Yahoo, FreeBSD&#8217;s future remains bright.  Just recently I have been successful in finding receptive clients through my consulting endeavors with <a title="Envescent" href="http://www.envescent.com/" target="_blank">Envescent</a>.  They are willing and even excited to run FreeBSD for their back office operations.  We are seeing first hand that the private sector is growing more amenable to open source solutions and Microsoft&#8217;s dominance in small business IT is fading.</p>
<div align=center><br /> <iframe src='http://digg.com/api/diggthis.php?w=new&u=http://bsdfreak.org/2008/12/11/the-fate-of-yahoo/&t=The+fate+of+Yahoo&s=compact' height='18' width='120'' frameborder='0' scrolling='no'></iframe> <iframe src='http://www.reddit.com/button_content?newwindow=1&url=http://bsdfreak.org/2008/12/11/the-fate-of-yahoo/&title=The+fate+of+Yahoo&t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe> <iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://bsdfreak.org/2008/12/11/the-fate-of-yahoo/&title=The+fate+of+Yahoo&t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></div><!-- This is a HTML comment, it will not display in post page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comment and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://bsdfreak.org/2008/12/11/the-fate-of-yahoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup a MySQL server on FreeBSD</title>
		<link>http://bsdfreak.org/2008/12/09/how-to-setup-a-mysql-server-on-freebsd/</link>
		<comments>http://bsdfreak.org/2008/12/09/how-to-setup-a-mysql-server-on-freebsd/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 12:32:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://bsdfreak.org/?p=56</guid>
		<description><![CDATA[We're always searching the 'net for good howtos to share with the FreeBSD community. We found DruidSys.com's MySQL server installation howto for FreeBSD 7.0 to be a good resource.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re always searching the &#8216;net for good howtos to share with the FreeBSD community.  We found <a href="http://www.druidsys.com/?q=node/8">DruidSys.com&#8217;s MySQL server installation howto for FreeBSD 7.0</a> to be a good resource:</p>
<p>In this guide we will work with FreeBSD 7.0 and it is assumed that FreeBSD is already running on your machine.</p>
<p>First you need to login as root or run su in order to get the required permissions.</p>
<p>Then navigate to the ports folder for MySQL:</p>
<p>cd /usr/ports/databases/mysql50-server</p>
<p>Now run:</p>
<p>make install clean</p>
<p>in order to download and install MySQL.</p>
<p>Once the install is finished we install the databases by running:</p>
<p>mysql_install_db &#8211;user=mysql</p>
<p>Source: <a href="http://www.druidsys.com/?q=node/8">http://www.druidsys.com/?q=node/8</a></p>
<div align=center><br /> <iframe src='http://digg.com/api/diggthis.php?w=new&u=http://bsdfreak.org/2008/12/09/how-to-setup-a-mysql-server-on-freebsd/&t=How+to+setup+a+MySQL+server+on+FreeBSD&s=compact' height='18' width='120'' frameborder='0' scrolling='no'></iframe> <iframe src='http://www.reddit.com/button_content?newwindow=1&url=http://bsdfreak.org/2008/12/09/how-to-setup-a-mysql-server-on-freebsd/&title=How+to+setup+a+MySQL+server+on+FreeBSD&t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe> <iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://bsdfreak.org/2008/12/09/how-to-setup-a-mysql-server-on-freebsd/&title=How+to+setup+a+MySQL+server+on+FreeBSD&t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></div><!-- This is a HTML comment, it will not display in post page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comment and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://bsdfreak.org/2008/12/09/how-to-setup-a-mysql-server-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD 6.4 released</title>
		<link>http://bsdfreak.org/2008/12/04/freebsd-64-released/</link>
		<comments>http://bsdfreak.org/2008/12/04/freebsd-64-released/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 17:12:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[6.4]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://bsdfreak.org/?p=49</guid>
		<description><![CDATA[FreeBSD 6.4 is officially available.  I&#8217;m excited as this release promises better security, improved functionality and more.  I&#8217;ll be installing it on my remaining FreeBSD 6.3 systems this weekend.  The FreeBSD.org announcement is below:
“The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 6.4-RELEASE. At this time 6.4-RELEASE is expected to be [...]]]></description>
			<content:encoded><![CDATA[<p>FreeBSD 6.4 is officially available.  I&#8217;m excited as this release promises better security, improved functionality and more.  I&#8217;ll be installing it on my remaining FreeBSD 6.3 systems this weekend.  The <a title="FreeBSD.org" href="http://freebsd.org/" target="_blank">FreeBSD.org</a> announcement is below:</p>
<p>“The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 6.4-RELEASE. At this time 6.4-RELEASE is expected to be the last of the 6-STABLE releases. Some of the highlights:</p>
<ul>
<li>New and much-improved NFS Lock Manager (NLM) client</li>
<li>Support for the Camellia cipher</li>
<li>boot loader changes allow, among other things, booting from USB devices and booting from GPT-labeled devices with GPT-enabled BIOSes</li>
<li>DVD install ISO images for amd64/i386</li>
<li>KDE updated to 3.5.10, GNOME updated to 2.22.3</li>
<li>Updates for BIND, sendmail, OpenPAM, and others</li>
</ul>
<p>For a complete list of new features and known problems, please see the online release notes and errata list, available at:</p>
<ul>
<li><tt><a href="http://www.freebsd.org/releases/6.4R/relnotes.html">http://www.FreeBSD.org/releases/6.4R/relnotes.html</a></tt></li>
<li><tt><a href="http://www.freebsd.org/releases/6.4R/errata.html">http://www.FreeBSD.org/releases/6.4R/errata.html</a></tt></li>
</ul>
<p>For more information about FreeBSD release engineering activities, please see:</p>
<p><tt><a href="http://www.freebsd.org/releng/">http://www.FreeBSD.org/releng/</a></tt></p>
<p>The FreeBSD Security Team intends to support 6.4-RELEASE until November 30th, 2010.”</p>
<p>Source: <a title="FreeBSD.org" href="http://www.freebsd.org/releases/6.4R/announce.html" target="_blank">http://www.freebsd.org/releases/6.4R/announce.html</a></p>
<div align=center><br /> <iframe src='http://digg.com/api/diggthis.php?w=new&u=http://bsdfreak.org/2008/12/04/freebsd-64-released/&t=FreeBSD+6.4+released&s=compact' height='18' width='120'' frameborder='0' scrolling='no'></iframe> <iframe src='http://www.reddit.com/button_content?newwindow=1&url=http://bsdfreak.org/2008/12/04/freebsd-64-released/&title=FreeBSD+6.4+released&t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe> <iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://bsdfreak.org/2008/12/04/freebsd-64-released/&title=FreeBSD+6.4+released&t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></div><!-- This is a HTML comment, it will not display in post page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comment and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://bsdfreak.org/2008/12/04/freebsd-64-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD YouTube channel announced</title>
		<link>http://bsdfreak.org/2008/12/04/freebsd-youtube-channel-announced/</link>
		<comments>http://bsdfreak.org/2008/12/04/freebsd-youtube-channel-announced/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 17:09:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[lectures]]></category>
		<category><![CDATA[youtube channel]]></category>

		<guid isPermaLink="false">http://bsdfreak.org/?p=44</guid>
		<description><![CDATA[A new YouTube channel for FreeBSD technical lectures is now available at www.youtube.com/bsdconferences]]></description>
			<content:encoded><![CDATA[<p>A new YouTube channel for FreeBSD technical lectures is now available at <a href="http://www.youtube.com/bsdconferences">www.youtube.com/bsdconferences</a>.  The channel will be used to post lectures from conferences.  The first four videos that Julian Elisher recorded at <a href="http://www.meetbsd.com/">MeetBSD</a> have been posted, and more are on the way.</p>
<p>Source: <a title="FreeBSD.org News" href="http://www.freebsd.org/news/newsflash.html" target="_blank">http://www.freebsd.org/news/newsflash.html</a></p>
<div align=center><br /> <iframe src='http://digg.com/api/diggthis.php?w=new&u=http://bsdfreak.org/2008/12/04/freebsd-youtube-channel-announced/&t=FreeBSD+YouTube+channel+announced&s=compact' height='18' width='120'' frameborder='0' scrolling='no'></iframe> <iframe src='http://www.reddit.com/button_content?newwindow=1&url=http://bsdfreak.org/2008/12/04/freebsd-youtube-channel-announced/&title=FreeBSD+YouTube+channel+announced&t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe> <iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://bsdfreak.org/2008/12/04/freebsd-youtube-channel-announced/&title=FreeBSD+YouTube+channel+announced&t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></div><!-- This is a HTML comment, it will not display in post page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comment and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://bsdfreak.org/2008/12/04/freebsd-youtube-channel-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embracing open source for business</title>
		<link>http://bsdfreak.org/2008/11/22/embracing-open-source-for-business/</link>
		<comments>http://bsdfreak.org/2008/11/22/embracing-open-source-for-business/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 04:36:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[dovecot]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://bsdfreak.org/wordpress/?p=6</guid>
		<description><![CDATA[Businesses can save money by embracing open source operating systems and applications.  Many businesses use Windows or other commercial servers when a FreeBSD server could easily replace the same functionality with little or no licensing costs, less hardware, lower energy consumption and minimal administration.]]></description>
			<content:encoded><![CDATA[<p>Businesses can save money by embracing open source operating systems and applications.  Many businesses use Windows or other commercial servers when a <a title="FreeBSD" href="http://www.freebsd.org/" target="_blank">FreeBSD</a> server could easily replace the same functionality with little or no licensing costs, less hardware, lower energy consumption and minimal administration.</p>
<p>Web, database and e-mail servers can be migrated to FreeBSD by utilizing the <a title="Samba" href="http://www.samba.org/" target="_blank">Samba</a> port for file sharing, <a title="Apache web server" href="http://httpd.apache.org/" target="_blank">Apache</a> and <a title="PHP" href="http://www.php.net/" target="_blank">PHP</a> for web, <a title="MySQL" href="http://www.mysql.com" target="_blank">MySQL</a> for database as well as <a title="Sendmail" href="http://www.sendmail.org" target="_blank">Sendmail</a> and <a title="Dovecot" href="http://www.dovecot.org/" target="_blank">Dovecot</a> for e-mail.</p>
<p>FreeBSD&#8217;s Samba port is an excellent way to leverage FreeBSD&#8217;s superior speed (vs Windows on nearly any hardware) to create a secure, stable and fast office file server.  Samba is compatible with Windows, Apple&#8217;s OS X and Linux clients so it should be universally acceptable to all users.</p>
<p>Apache and PHP make for the groundwork of a flexible and powerful web server with a minimal memory footprint when compared to many commercial alternatives.  Apache is the web server, providing the capability for clients to connect over HTTP to download and interact with web pages.  PHP is a scripting language that enables quick development and installation of web-based applications.</p>
<p>Database servers are essential for compiling, accessing and editing high volumes of information.  MySQL is the best database server and it&#8217;s easy to use.  It works well with Apache and PHP or as a standalone database.</p>
<p>Sendmail and Dovecot provide e-mail sending and receiving capabilities for the server and its clients. There are other configurations possible, but for the sake of simplicity and ease of use I recommend this one for most users.</p>
<div align=center><br /> <iframe src='http://digg.com/api/diggthis.php?w=new&u=http://bsdfreak.org/2008/11/22/embracing-open-source-for-business/&t=Embracing+open+source+for+business&s=compact' height='18' width='120'' frameborder='0' scrolling='no'></iframe> <iframe src='http://www.reddit.com/button_content?newwindow=1&url=http://bsdfreak.org/2008/11/22/embracing-open-source-for-business/&title=Embracing+open+source+for+business&t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe> <iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://bsdfreak.org/2008/11/22/embracing-open-source-for-business/&title=Embracing+open+source+for+business&t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></div><!-- This is a HTML comment, it will not display in post page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comment and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://bsdfreak.org/2008/11/22/embracing-open-source-for-business/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
