<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>FreeBSD Forum RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest threads from the 'FreeBSD' forum at Programmer's Heaven, excluding replies.</description>
    <language>en</language>
    <copyright>Copyright 2009 Programmers Heaven</copyright>
    <pubDate>Fri, 20 Nov 2009 20:26:13 -0700</pubDate>
    <lastBuildDate>Fri, 20 Nov 2009 20:26:13 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>IPF, NAT or NIC problem</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/398186/398186/ipf-nat-or-nic-problem/</link>
      <description>I'm new in BSD, I installed FreeBSD 7.2 and want to use as gateway with IPF and NAT. I have 2 NIC's fxp0 and rl0. When i booted up my pc i got a message "gateway kernel: arp xxx.xxx.88.17 is on fxp0 but got reply from rl0". My configuration files looks like this:&lt;br /&gt;
&lt;br /&gt;
----rc.conf----&lt;br /&gt;
clear_tmp_enable="YES"&lt;br /&gt;
hostname="gateway.fbsdfreeco.com"&lt;br /&gt;
ifconfig_fxp0=" inet xxx.xxx.88.20 netmask 255.255.255.240"&lt;br /&gt;
gateway_enable="YES"&lt;br /&gt;
ipfilter_enable="YES"&lt;br /&gt;
ipmon_enable="YES"&lt;br /&gt;
ipmon_flags="-Ds"&lt;br /&gt;
ipnat_enable="YES"&lt;br /&gt;
ipnat_rules="/etc/ipnat.rules"&lt;br /&gt;
ifconfig_rl0="inet 192.168.1.2 netmask 255.255.255.0"&lt;br /&gt;
defaultrouter="xxx.xxx.88.17"&lt;br /&gt;
----resolv.conf----&lt;br /&gt;
search xxx.xxx.88.17&lt;br /&gt;
nameserver xxx.xxx.88.17&lt;br /&gt;
nameserver xxx.xxx.xxx.xxx&lt;br /&gt;
----ipf.loadrules.sh----&lt;br /&gt;
oif="fxp0"&lt;br /&gt;
odns="xxx.xxx.88.17"&lt;br /&gt;
myip="xxx.xxx.88.20"&lt;br /&gt;
ks="keep state"&lt;br /&gt;
fks="flags S keep state"&lt;br /&gt;
&lt;br /&gt;
/sbin/ipf -Fa -f - &amp;lt;&amp;lt; EOF&lt;br /&gt;
&lt;br /&gt;
pass out quick on $oif proto tcp from any to $odns port = 53 $fks&lt;br /&gt;
pass out quick on $oif proto udp from any to $odns port = 53 $ks&lt;br /&gt;
pass out quick on $oif proto tcp from xxx.xxx.88.20 to any port = 80 $fks&lt;br /&gt;
pass out quick on $oif proto tcp from xxx.xxx.88.20 to any port = 443 $fks&lt;br /&gt;
EOF&lt;br /&gt;
----ipnat.rules----&lt;br /&gt;
map fxp0 192.168.1.0/16 -&amp;gt; xxx.xxx.88.20/32&lt;br /&gt;
rdr fxp0 0.0.0.0/0 -&amp;gt; xxx.xxx.88.20&lt;br /&gt;
map fxp0 192.168.0.0/16 -&amp;gt; 0/32 proxy port 21 ftp/tcp&lt;br /&gt;
map fxp0 0.0.0.0/0 -&amp;gt; 0/32&lt;br /&gt;
map fxp0 192.168.0.0/16 -&amp;gt; 0/32&lt;br /&gt;
-----------------------------------&lt;br /&gt;
&lt;br /&gt;
ISP Gateway&amp;lt;-fxp0--ping-ok---&amp;gt;My Gateway&amp;lt;-rl0-LAN--&amp;gt;Switch&amp;lt;---ping-ok&amp;gt;---pc&lt;br /&gt;
&lt;br /&gt;
ISP IP - xxx.xxx.88.17 (static)&lt;br /&gt;
My IP - xxx.xxx.88.20 (fxp0 static)&lt;br /&gt;
My IP - 192.168.1.2 (rl0 private)&lt;br /&gt;
pc IP - 192.168.1.x (private)&lt;br /&gt;
&lt;br /&gt;
Ican't open web pages&lt;br /&gt;
where's the problem?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/398186/398186/ipf-nat-or-nic-problem/</guid>
      <pubDate>Thu, 17 Sep 2009 09:13:22 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Bordeaux for FreeBSD coming soon</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/374280/374280/bordeaux-for-freebsd-coming-soon/</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Over the last couple day's I have been working on the Bordeaux for FreeBSD 7 port. We now have everything compiling and running but a lot more testing needs to be done before it's ready for a final release. Internet Explorer, Steam and Office 2003 are the only applications ive gotten around to testing thus far. The good news is everything that I have tested works fairly well on FreeBSD.&lt;br /&gt;
&lt;br /&gt;
More info here:&lt;br /&gt;
&lt;a href="http://www.wine-reviews.net/wine-reviews/bordeaux/bordeaux-for-freebsd-coming-soon.html"&gt;http://www.wine-reviews.net/wine-reviews/bordeaux/bordeaux-for-freebsd-coming-soon.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Tom</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/374280/374280/bordeaux-for-freebsd-coming-soon/</guid>
      <pubDate>Tue, 19 Aug 2008 06:24:00 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Shared Linux Library converted to FreeBSD one</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/374124/374124/shared-linux-library-converted-to-freebsd-one/</link>
      <description>Hi there,&lt;br /&gt;
I was wondering if one could do the following. I have some shared library mylib.so compiled natively in 64bit Linux with the gfortran compiler. I new this was not going to work but I took that library and try to write a simple code which calls it in FreeBSD. Then compile the main.cpp natively in FreeBSD and tried to link the main.o with the mylib.so which was compiled in Linux and it is a native Linux library. I could not link. I got errors.&lt;br /&gt;
&lt;br /&gt;
Do not please tell me to compile the executable in Linux and run it in FreeBSD through the Linux compatibility ABI. I do not want to run a Linux executable in FreeBSD. I do not care. I want to be able to compile code in FreeBSD and link it with this Linux library. In order to do this I should be able to remove any code related to Linux  and replace it with the corresponding code (from the object file) a freebsd library should have.&lt;br /&gt;
&lt;br /&gt;
Anyways I could achieve that?&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/374124/374124/shared-linux-library-converted-to-freebsd-one/</guid>
      <pubDate>Wed, 13 Aug 2008 06:24:17 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>ABout Faithd Daemon And Access Control</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/372195/372195/about-faithd-daemon-and-access-control/</link>
      <description>Does anybody know how to setup access control for faithd daemon...&lt;br /&gt;
&lt;br /&gt;
It is a Transport Relay Translation method for IPv6 to IPv4...&lt;br /&gt;
&lt;br /&gt;
Thanks...&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/372195/372195/about-faithd-daemon-and-access-control/</guid>
      <pubDate>Mon, 26 May 2008 22:52:34 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>PPP oe trick</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/371278/371278/ppp-oe-trick/</link>
      <description>Dear All&lt;br /&gt;
&lt;br /&gt;
We(An ISP) have already established PPPoe internet connection and have many users. &lt;br /&gt;
I want my users to view our web site very first time of their web cruzing progress.&lt;br /&gt;
Is there any possibility of it?&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Thanx for your concern&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/371278/371278/ppp-oe-trick/</guid>
      <pubDate>Wed, 16 Apr 2008 20:40:34 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Free bsd network stack</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/354524/354524/free-bsd-network-stack/</link>
      <description>hi,&lt;br /&gt;
i'm curious to know the network stack implementation in free bsd.&lt;br /&gt;
can somebody help me in finding some good docs on it?&lt;br /&gt;
Thanks,&lt;br /&gt;
Adityaa&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/354524/354524/free-bsd-network-stack/</guid>
      <pubDate>Fri, 23 Feb 2007 11:40:40 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>one doubt</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/351036/351036/one-doubt/</link>
      <description>can anybody tell me..&lt;br /&gt;
how can we append a line at the end of file thru unix shell script..&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/351036/351036/one-doubt/</guid>
      <pubDate>Wed, 20 Dec 2006 05:36:17 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Equivalent of Linux's sysctl</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/310533/310533/equivalent-of-linuxs-sysctl/</link>
      <description>hi,&lt;br /&gt;
&lt;br /&gt;
  Is there an equivalent command of /sbin/sysctl in linux on solaris 10. If it's "ndd" then please answer the next question below.&lt;br /&gt;
&lt;br /&gt;
  Also what are the equivalents parms for linux's tcp_rmem and tcp_wmen&lt;br /&gt;
  in Solaris 10.&lt;br /&gt;
&lt;br /&gt;
  Thanks for you time and response.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Chakra&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/310533/310533/equivalent-of-linuxs-sysctl/</guid>
      <pubDate>Fri, 29 Jul 2005 08:01:28 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>PID of kernel</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/282860/282860/pid-of-kernel/</link>
      <description>Hello,&lt;br /&gt;
I am appreciater of UNIX.I love UNIX.&lt;br /&gt;
I want to know the process ID of kernel.&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
Regards&lt;br /&gt;
Omveer&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/282860/282860/pid-of-kernel/</guid>
      <pubDate>Fri, 26 Nov 2004 23:18:52 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>three main components of the SunOS[tm] operating system</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/282133/282133/three-main-components-of-the-sunostm-operating-system/</link>
      <description>i m intending to take a training on sun solaris.in the course contents&lt;br /&gt;
i found the following question.can any one answer the question?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Describe the three main components of the SunOS[tm] operating system.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/282133/282133/three-main-components-of-the-sunostm-operating-system/</guid>
      <pubDate>Sun, 21 Nov 2004 00:12:48 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>user's terminal's last on modification time</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/277489/277489/users-terminals-last-on-modification-time/</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
I would like to know if somebody can help me with a small program.&lt;br /&gt;
I'm writing a program that displays logged on users.  Instead of displaying the entry time, I want to display the last modification time of the user's terminal.  For example, when i type something on the keyboard and it is displayed on the terminal, the terminals modification time is immediately updated.  I want to diplay that time.&lt;br /&gt;
how do i do it? which libraries i use.&lt;br /&gt;
&lt;br /&gt;
Thanks you.  please reply soon&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/277489/277489/users-terminals-last-on-modification-time/</guid>
      <pubDate>Wed, 13 Oct 2004 08:59:39 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Crazy Idea</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/271233/271233/crazy-idea/</link>
      <description>Well, looky here every once and awhile someone get's a crazy idea. Heh, Well let's see if we can get a responce here. I am an advid programmer still in his developing stage with very little idea on how to program large skill projects. Well I'm going to try to start one now, My 2 passions are A) In developing items in Operating Systems (running on the i386 structure)and B) Artifical Intellegence... Well I have decided to intertwine my two passions together, crazy eh? I don't know where I should post this so I'm going to post it in multiple forums. Anyways I need a team of people who would be wanting to work on this, I'm think the skelton for the OS will be FreeBSD And the idea of the AI is to make it self sufficent to say. Too decide if you made a correct choice or not. To grow with the user. To help the user in programming. To learn like a human. To be able to repair itself if must be. To naitively pull high numbers from "The Great Gig in the Sky". Just I like the idea of an operating system to be unique in development.&lt;br /&gt;
&lt;br /&gt;
Here's a good term for the idea a computer that can self develop and update itself with no silly downloading just when it finds a vunerabillity in it's self it fixes it. The ultimate hacker proof computer. Now, everyone can see the flaws in a computer like that, it'll ban root right off and downloading. We can make anything follow a set of laws. We'll just give it rules that it can not by pass.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/271233/271233/crazy-idea/</guid>
      <pubDate>Sun, 22 Aug 2004 18:23:28 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>programming in freebsd</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/269456/269456/programming-in-freebsd/</link>
      <description>helo im new here.. i just wanna ask, where can i find good resources about C programming in BSD.. im using freebsd 5.2.1 ... thanks in advance&lt;br /&gt;
can you please mail me the site..&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/269456/269456/programming-in-freebsd/</guid>
      <pubDate>Sat, 07 Aug 2004 10:25:34 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>how to set my ip address</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/267143/267143/how-to-set-my-ip-address/</link>
      <description>Maybe this is a stupid question, but I really do not know how to do it.&lt;br /&gt;
Should I edit /etc/hosts?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/267143/267143/how-to-set-my-ip-address/</guid>
      <pubDate>Mon, 19 Jul 2004 20:49:13 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>i want download the freebsd's sourcecode</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/266651/266651/i-want-download-the-freebsds-sourcecode/</link>
      <description>i am using windows 2000,who could told me where and how to download the sourcecode without binary code.&lt;br /&gt;
&lt;br /&gt;
thanks a lot.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/266651/266651/i-want-download-the-freebsds-sourcecode/</guid>
      <pubDate>Thu, 15 Jul 2004 01:19:57 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Introduction to FreeBSD</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/261247/261247/introduction-to-freebsd/</link>
      <description>Hallo!!&lt;br /&gt;
I wanted to ask whether i could be helped with introduction notes to FreeBSD. I recently installed the system and wanted to learn more about using the OS to edit programs and so on.&lt;br /&gt;
&lt;br /&gt;
I will appreciate any replies&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/261247/261247/introduction-to-freebsd/</guid>
      <pubDate>Mon, 31 May 2004 05:10:04 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>fping question</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/253024/253024/fping-question/</link>
      <description>I'm trying to write a script that will fping several hundred hosts at a time to get packet loss statistics.  I'm using the -q argument to run the command in quiet mode and only get the overall packet loss on 100 packets sent to each host.&lt;br /&gt;
&lt;br /&gt;
The problem I'm running into is that I'm piping to output to a file, and the summary information doesn't get sent.  Even running the following produces only an empty file:  fping -e -c 5 -q www.yahoo.com www.lycos.com www.google.com &amp;gt; test.txt.  Omitting the -q tag does output the individual packet information to the text file, but not the summary information.&lt;br /&gt;
&lt;br /&gt;
Anyone have any ideas on how I can capture the summary data in a file?  This was attempted with a shell script.  I also tried writing a perl script with &lt;br /&gt;
&lt;br /&gt;
`fping -e -c 5 -q www.yahoo.com`;&lt;br /&gt;
&lt;br /&gt;
and even&lt;br /&gt;
&lt;br /&gt;
print `fping -e -c 5 -q www.yahoo.com`;&lt;br /&gt;
&lt;br /&gt;
and piped the output of the perl script to a file, to no avail.&lt;br /&gt;
&lt;br /&gt;
Help!&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/253024/253024/fping-question/</guid>
      <pubDate>Sun, 04 Apr 2004 21:09:52 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>i386?</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/252648/252648/i386/</link>
      <description>what processor is the i386? is it pentium 3 or 4 or is it even a processor?&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/252648/252648/i386/</guid>
      <pubDate>Fri, 02 Apr 2004 07:05:38 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Installing svgalib</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/251570/251570/installing-svgalib/</link>
      <description>I tried installing svgalib by going to the /usr/ports/graphics/svgalib directory by entering this:&lt;br /&gt;
&lt;br /&gt;
make install clean&lt;br /&gt;
&lt;br /&gt;
the installer said I need the files svgalib-1.4.3.tar.gz, make-3.80.tar.bz and gettext-0.12.1.tar.gz in the /usr/ports/distfiles directory. I put all 3 files in here. and I still get erros with it "depending on gmake - not found", and it cannot find the gettext-0.12.1.tar.gz file even though it IS in the /usr/ports/distfiles directory.&lt;br /&gt;
&lt;br /&gt;
What do I need to do here? Can anyone help?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
jarmiss&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/251570/251570/installing-svgalib/</guid>
      <pubDate>Sun, 28 Mar 2004 17:23:31 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>SystemCall</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/246463/246463/systemcall/</link>
      <description>Hi&lt;br /&gt;
What is the exat difference between Select() &amp;amp; Poll() system calls?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/246463/246463/systemcall/</guid>
      <pubDate>Thu, 04 Mar 2004 02:19:26 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>interteting programmes</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/233814/233814/interteting-programmes/</link>
      <description>i am programming in linux can i get some interesting prograqmmes or you can give just give me the title of the programme.&lt;br /&gt;
thank you&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/233814/233814/interteting-programmes/</guid>
      <pubDate>Sun, 28 Dec 2003 22:12:52 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>newbie using PPP</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/219647/219647/newbie-using-ppp/</link>
      <description>Im trying to conect my notebook to the net (a dial up) with FBSD4.8 using PPP.&lt;br /&gt;
Ive set the device card0 seeing that Im using pccard modem. When I open the term it opens and flips back to PPP. &lt;br /&gt;
Is this cause the card is not compatible?&lt;br /&gt;
Or am I not configuring the device corectly?&lt;br /&gt;
I havent touched pppd configuration as Ive understood this is not nescesary if using ppp this way?&lt;br /&gt;
Has anyone got path to a tutorial about devfs naming.&lt;br /&gt;
thanks&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/219647/219647/newbie-using-ppp/</guid>
      <pubDate>Wed, 22 Oct 2003 19:30:57 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>resolve conflict</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/216564/216564/resolve-conflict/</link>
      <description>hi all,&lt;br /&gt;
I am new to Freebsd and can't get ppp to work.  have an isp that uses pap and dynamic addresses and my ppp.conf looks the much the same as the samples supplied. After I "ppp -ddial myisp" the modem lights come on but nothing else happens, do I need a /etc/resolv.conf file and what do I put in it?Each tutorial/instruction seems a little different and I'm not sure what to do next?&lt;br /&gt;
hope you can help,many thanks&lt;br /&gt;
&lt;br /&gt;
nevle&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/216564/216564/resolve-conflict/</guid>
      <pubDate>Tue, 07 Oct 2003 05:33:07 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>Linux Vs Freebsd Is there really any comparison</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/210637/210637/linux-vs-freebsd-is-there-really-any-comparison/</link>
      <description>&lt;strong&gt;&lt;span style="color: Red;"&gt;This message was edited by jakerivers at  2003-9-4 1:41:35&lt;/span&gt;&lt;/strong&gt;&lt;hr /&gt;&lt;br /&gt;
The cyber duo Matt Olander and Murray Stokely, appeared yesterday on Tech TVs Show the Screen Savers. The pair appeared with Don Marti, an editor of Linux Journal for a head to head comparison of FreeBSD vs. Linux.  While I was most impressed with the demonstrated advances both operating systems have reached, I was not impressed with the brevity of the segment. There is just too much to cover in one short 60 sec clip. There are endless issues that remain to be covered, hardware compatibility, drivers, kernel loadable modules, ports, etc, if we are ever going to enlighten business institutions as to the advantages, and viability of open source OS such as FreeBSD, and Linux.  Just the same I wish to pay tribute, and tip my hat to these young lads, for their contributions to the Cause.&lt;br /&gt;
Cheers,&lt;br /&gt;
Jake Rivers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
El do del ciber Matt Olander y Murray Stokely, aparecido ayer en televisin Tcnicas Muestra a los Salvadores de Pantalla. El par apareci con Don Marti, un redactor de Diario de Linux para una cabeza para dirigir la comparacin de FreeBSD vs. Linux. Mientras era muy impresionado con los avances demostrados ambos sistemas operativos han alcanzado, yo no fui impresionado con la brevedad del segmento. All apenas deber cubrir demasiado en uno corto 60 clip de la sec. Hay los asuntos interminables que permanece para ser cubierto, la compatibilidad de hardware, los conductores, mdulos de loadable de meollo, los puertos, etc, si aclararemos jams las instituciones del negocio en cuanto a las ventajas, y la viabilidad de la fuente O abierta tal como FreeBSD, y de Linux. Apenas el mismo deseo pagar el tributo, e inclinar mi sombrero a estos muchachos jvenes, para sus contribuciones a la Causa.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
J@keR1ver5&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/210637/210637/linux-vs-freebsd-is-there-really-any-comparison/</guid>
      <pubDate>Thu, 04 Sep 2003 01:39:05 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
    <item>
      <title>NetBSD</title>
      <link>http://www.programmersheaven.com/mb/freeBSD/206972/206972/netbsd/</link>
      <description>Some time ago I had downloaded NetBSD. I was able to install it, but the configuration was horrible. Are there any docs or tuts that I can read to help me get NetBSD configured next time I decide to install it? BTW, the docs that I found on the NetBSD site were very little help. They took me step by step, but I think a few steps were missing. I couldn't even set up a user account because the adduser program the install docs mentioned did not work the way they said. I did manage to get X configured, but none of the window managers (blackbox, qvwm, waimea) I compiled for it would work because they couldn't find the libraries they were linked to. I know the libraries were there because I found them exactly where they were suppose to be. I know NetBSD can be a great system if configured properly, the problem i had was configuring it. I was looking forward to building a great system from mostly sources on top of NetBSD. I would appreciate any pointers and advice. TY&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/freeBSD/206972/206972/netbsd/</guid>
      <pubDate>Thu, 14 Aug 2003 19:27:58 -0700</pubDate>
      <category>FreeBSD</category>
    </item>
  </channel>
</rss>