<?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>Unixster &#187; BSD</title>
	<atom:link href="http://www.unixster.com/index.php/category/bsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixster.com</link>
	<description>/* You are not expected to understand this */</description>
	<lastBuildDate>Wed, 08 Sep 2010 19:00:03 +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>Installing zlib</title>
		<link>http://www.unixster.com/index.php/2010/08/installing-zlib/</link>
		<comments>http://www.unixster.com/index.php/2010/08/installing-zlib/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 21:40:12 +0000</pubDate>
		<dc:creator>Anonymous Coward</dc:creator>
				<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://www.unixster.com/index.php/2010/08/installing-zlib/</guid>
		<description><![CDATA[
			
				
			
		
Is there a port or shorthand way of installing the zlib library on FreeBSD? I currently use the following:

Code:
wget http://zlib.net/zlib-1.2.5.tar.gz
tar zxf zlib*.gz
cd zlib*\.[0-9]
./configure --libdir=/usr/lib --includedir=/usr/include
make install clean


This is somewhat contrived code and for a library as common as zlib I would guess there is an easier way to install it.
]]></description>
		<wfw:commentRss>http://www.unixster.com/index.php/2010/08/installing-zlib/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running gsl on FreeBSD</title>
		<link>http://www.unixster.com/index.php/2010/08/running-gsl-on-freebsd/</link>
		<comments>http://www.unixster.com/index.php/2010/08/running-gsl-on-freebsd/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 22:20:13 +0000</pubDate>
		<dc:creator>Anonymous Coward</dc:creator>
				<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://www.unixster.com/index.php/2010/08/running-gsl-on-freebsd/</guid>
		<description><![CDATA[
			
				
			
		
I have been trying to run GSL (GSL &#8211; GNU Scientific Library &#8211; GNU Project &#8211; Free Software Foundation (FSF)) programs in FreeBSD. The library was installed fisrt via make and later via the ports:

Code:
cd /usr/ports/math/gsl/ &#38;&#38; make install clean
pkg_add -r gsl


Both installation methods worked, to the extent that no error message appeared. However when [...]]]></description>
		<wfw:commentRss>http://www.unixster.com/index.php/2010/08/running-gsl-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jumping from Solaris to BSD?</title>
		<link>http://www.unixster.com/index.php/2010/08/jumping-from-solaris-to-bsd/</link>
		<comments>http://www.unixster.com/index.php/2010/08/jumping-from-solaris-to-bsd/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 06:00:12 +0000</pubDate>
		<dc:creator>Anonymous Coward</dc:creator>
				<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://www.unixster.com/index.php/2010/08/jumping-from-solaris-to-bsd/</guid>
		<description><![CDATA[
			
				
			
		
Hi all,
I currently run an OpenSolaris (b134) server at home for share media between a few computers (all Macs at the moment).  I use ZFS to mirror a couple of disks and have a couple of SMF manifests.
My background is as a user of OS X and as a user of (Open)Solaris with formal [...]]]></description>
		<wfw:commentRss>http://www.unixster.com/index.php/2010/08/jumping-from-solaris-to-bsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating the FreeBSD ports</title>
		<link>http://www.unixster.com/index.php/2010/07/updating-the-freebsd-ports/</link>
		<comments>http://www.unixster.com/index.php/2010/07/updating-the-freebsd-ports/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 02:00:09 +0000</pubDate>
		<dc:creator>Anonymous Coward</dc:creator>
				<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://www.unixster.com/index.php/2010/07/updating-the-freebsd-ports/</guid>
		<description><![CDATA[
			
				
			
		
When updating the ports, I normally do the following:

Code:
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?
]]></description>
		<wfw:commentRss>http://www.unixster.com/index.php/2010/07/updating-the-freebsd-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find the usage of Individual cpu core in FreeBsd server?</title>
		<link>http://www.unixster.com/index.php/2010/07/how-to-find-the-usage-of-individual-cpu-core-in-freebsd-server/</link>
		<comments>http://www.unixster.com/index.php/2010/07/how-to-find-the-usage-of-individual-cpu-core-in-freebsd-server/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 09:40:09 +0000</pubDate>
		<dc:creator>Anonymous Coward</dc:creator>
				<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://www.unixster.com/index.php/2010/07/how-to-find-the-usage-of-individual-cpu-core-in-freebsd-server/</guid>
		<description><![CDATA[
			
				
			
		
Hi,
If anyone know Please answer me the following question :
How to find the usage of individual core cpu usage in FreeBSD server? 
What command is used for that?
Thanks,
Maruthu
]]></description>
		<wfw:commentRss>http://www.unixster.com/index.php/2010/07/how-to-find-the-usage-of-individual-cpu-core-in-freebsd-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Broadcom 4312 in BSD</title>
		<link>http://www.unixster.com/index.php/2010/06/broadcom-4312-in-bsd/</link>
		<comments>http://www.unixster.com/index.php/2010/06/broadcom-4312-in-bsd/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 06:20:15 +0000</pubDate>
		<dc:creator>Anonymous Coward</dc:creator>
				<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://www.unixster.com/index.php/2010/06/broadcom-4312-in-bsd/</guid>
		<description><![CDATA[
			
				
			
		
Is there a way to configure Broadocom wifi 4312 in a bsd system, FreeBSD or OpenBSD. I will appreciate any kind of help.

Thanks in advance
]]></description>
		<wfw:commentRss>http://www.unixster.com/index.php/2010/06/broadcom-4312-in-bsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBSD on OLD laptop</title>
		<link>http://www.unixster.com/index.php/2010/06/netbsd-on-old-laptop/</link>
		<comments>http://www.unixster.com/index.php/2010/06/netbsd-on-old-laptop/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 23:20:10 +0000</pubDate>
		<dc:creator>Anonymous Coward</dc:creator>
				<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://www.unixster.com/index.php/2010/06/netbsd-on-old-laptop/</guid>
		<description><![CDATA[
			
				
			
		
I want to install NetBSD on the Compaq LTE 5000. (&#34;Of course it runs NetBSD!!&#34;) But the laptop does NOT have a CD-ROM drive.
How can I solve??
Thanks for any reply!  

PS: I hope i&#8217;m posting in the right item&#8230;
]]></description>
		<wfw:commentRss>http://www.unixster.com/index.php/2010/06/netbsd-on-old-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Novice seeking advice in getting started with FreeBSD</title>
		<link>http://www.unixster.com/index.php/2010/05/novice-seeking-advice-in-getting-started-with-freebsd/</link>
		<comments>http://www.unixster.com/index.php/2010/05/novice-seeking-advice-in-getting-started-with-freebsd/#comments</comments>
		<pubDate>Tue, 04 May 2010 19:01:34 +0000</pubDate>
		<dc:creator>Anonymous Coward</dc:creator>
				<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://www.unixster.com/index.php/2010/05/novice-seeking-advice-in-getting-started-with-freebsd/</guid>
		<description><![CDATA[
			
				
			
		
Hi there, I&#8217;m hoping someone can help me out.
I&#8217;ve just decided to teach myself Unix. (for fun!):confused: although I&#8217;ve never used Unix before so it&#8217;s a steep learning curve.
I have so far set up a virtual Machine (VirtualBox) on my PC and installed FreeBSD 8.0 (utilising the handbook wherever possible) 
I also installed Xorg and [...]]]></description>
		<wfw:commentRss>http://www.unixster.com/index.php/2010/05/novice-seeking-advice-in-getting-started-with-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default  I need help installing a Shell CenteriM</title>
		<link>http://www.unixster.com/index.php/2010/05/default-i-need-help-installing-a-shell-centerim/</link>
		<comments>http://www.unixster.com/index.php/2010/05/default-i-need-help-installing-a-shell-centerim/#comments</comments>
		<pubDate>Tue, 04 May 2010 19:01:31 +0000</pubDate>
		<dc:creator>Anonymous Coward</dc:creator>
				<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://www.unixster.com/index.php/2010/05/default-i-need-help-installing-a-shell-centerim/</guid>
		<description><![CDATA[
			
				
			
		
Hello, first of all, my name is Christian and I hope you are very  welcome.
Well, my problem is that I would install the instant messaging client  CenterIM in my shell, but it commands me or anything. Your operating  system is FreeBSD.
Thanks.
]]></description>
		<wfw:commentRss>http://www.unixster.com/index.php/2010/05/default-i-need-help-installing-a-shell-centerim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to process from lines (envelopes)</title>
		<link>http://www.unixster.com/index.php/2010/04/unable-to-process-from-lines-envelopes/</link>
		<comments>http://www.unixster.com/index.php/2010/04/unable-to-process-from-lines-envelopes/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 20:40:55 +0000</pubDate>
		<dc:creator>Anonymous Coward</dc:creator>
				<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://www.unixster.com/index.php/2010/04/unable-to-process-from-lines-envelopes/</guid>
		<description><![CDATA[
			
				
			
		
Hi,
Some of the users on my FreeBSD server are getting the &#34;unable to process from lines&#34; error when accessing their mailbox.
I&#8217;ve checked their mailbox and found that there was a blank line at the top of the mailbox.
Everytime i remove it, it appears again sometime later.
I&#8217;ve tried deleting the mailbox also, but that doesn&#8217;t fix [...]]]></description>
		<wfw:commentRss>http://www.unixster.com/index.php/2010/04/unable-to-process-from-lines-envelopes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
