View | Details | Raw Unified | Return to bug 53674 | Differences between
and this patch

Collapse All | Expand All

(-)en/index.html (+15 lines)
Lines 780-785 Link Here
780
                      href="news/newsflash.html">More...</a></font></p>
780
                      href="news/newsflash.html">More...</a></font></p>
781
781
782
                      <p><font size="+1" color="#990000"><b>FreeBSD
782
                      <p><font size="+1" color="#990000"><b>FreeBSD
783
                      Events</b></font><br />
784
                       <font size="-1">Latest update: September
785
                      2003<br />
786
                       · <a
787
                      href="news/events.html#2003September:0">BSDCon
788
                      '03, San Mateo, California</a><br />
789
                       · <a
790
                      href="news/events.html#2003July:0">Linuxtag
791
                      2003, Karlsruhe, Germany</a><br />
792
                       · <a href="news/events.html#2003May:0">BSDay
793
                      2003, Warszawa, Poland</a><br />
794
                      <a
795
                      href="news/events.html">More...</a></font></p>
796
797
                      <p><font size="+1" color="#990000"><b>FreeBSD
783
                      Press</b></font><br />
798
                      Press</b></font><br />
784
                       <font size="-1">Latest update: June
799
                       <font size="-1">Latest update: June
785
                      2003<br />
800
                      2003<br />
(-)en/index.xsl (-2 / +26 lines)
Lines 444-451 Link Here
444
			      </xsl:for-each>
444
			      </xsl:for-each>
445
			      <a href="news/newsflash.html">More...</a>
445
			      <a href="news/newsflash.html">More...</a>
446
			    </font></p>
446
			    </font></p>
447
			  
447
			
448
			  <p><font size="+1" color="#990000"><b>FreeBSD Press</b></font><br/>
448
			<p><font size="+1" color="#990000"><b>FreeBSD Events</b></font><br/>			  
449
				<font size="-1">
450
				Latest update:
451
				<xsl:value-of 
452
				  select="document('news/events.xml')/descendant::month[position() = 1]/name"/>
453
				<xsl:text> </xsl:text>
454
				<xsl:value-of
455
				select="document('news/events.xml')/descendant::year[position() = 1]/name"/>
456
                              <br/>
457
                              <!-- Pull in the 10 most recent press items -->
458
                              <xsl:for-each
459
				select="document('news/events.xml')/descendant::story[position() &lt;10]">
460
				&#183; <a>
461
                                  <xsl:attribute name="href">
462
                                    news/events.html#<xsl:call-template name="generate-story-anchor"/>
463
                                  </xsl:attribute>
464
                                  <xsl:value-of select="name"/>
465
                                </a><br/>
466
                              </xsl:for-each>
467
                              <a href="news/events.html">More...</a>
468
                            </font>
469
                          </p>  
470
			
471
472
			<p><font size="+1" color="#990000"><b>FreeBSD Press</b></font><br/>
449
473
450
			    <font size="-1">
474
			    <font size="-1">
451
			      Latest update: 
475
			      Latest update: 
(-)en/news/1999/index.html (-4 / +4 lines)
Lines 498-507 Link Here
498
    <hr noshade="noshade" />
498
    <hr noshade="noshade" />
499
499
500
    <address>
500
    <address>
501
      <a href="../../index.html">home</a> &nbsp; | &nbsp; <a
501
      <a
502
      href="../../mailto.html">contact</a> &nbsp; | &nbsp; <a
502
      href="../../mailto.html">freebsd-questions@FreeBSD.ORG</a><br />
503
      href="../../copyright/index.html">legal</a> &nbsp; | &nbsp;
503
504
      &copy; 1995-2003 The FreeBSD Project. All rights
504
       Copyright &copy; 1995-2003 The FreeBSD Project. All rights
505
      reserved.<br />
505
      reserved.<br />
506
      Last modified: 2002/03/16 08:09:21
506
      Last modified: 2002/03/16 08:09:21
507
    </address>
507
    </address>
(-)en/news/Makefile (-2 / +7 lines)
Lines 35-42 Link Here
35
SUBDIR+= 	2001
35
SUBDIR+= 	2001
36
SUBDIR+=	status
36
SUBDIR+=	status
37
37
38
DATA=		newsflash.html news.rdf press.html
38
DATA=		newsflash.html news.rdf press.html events.html
39
CLEANFILES+=	newsflash.html news.rdf press.html
39
CLEANFILES+=	newsflash.html news.rdf press.html evnets.html
40
40
41
newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl
41
newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl
42
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
42
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
Lines 52-57 Link Here
52
press.html: press.xsl press.xml includes.xsl ../includes.xsl
52
press.html: press.xsl press.xml includes.xsl ../includes.xsl
53
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
53
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
54
		${.CURDIR}/press.xsl ${.CURDIR}/press.xml
54
		${.CURDIR}/press.xsl ${.CURDIR}/press.xml
55
56
events.html: events.xsl events.xml includes.xsl ../includes.xsl
57
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
58
		${.CURDIR}/events.xsl ${.CURDIR}/events.xml
59
55
.if !defined(NO_TIDY)
60
.if !defined(NO_TIDY)
56
	-${TIDY} ${TIDYOPTS} ${.TARGET}
61
	-${TIDY} ${TIDYOPTS} ${.TARGET}
57
.endif
62
.endif
(-)en/news/press.html (-2991 / +1341 lines)
Lines 1-2994 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
1
<html xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<head>
3
<html xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
3
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4
xmlns="http://www.w3.org/1999/xhtml">
4
<title>FreeBSD in the Press</title>
5
  <head>
5
<meta name="MSSmartTagsPreventParsing" content="TRUE">
6
    <meta name="generator" content="HTML Tidy, see www.w3.org" />
6
</head>
7
    <meta http-equiv="Content-Type"
7
<body text="#000000" bgcolor="#FFFFFF" alink="#FFCC33">
8
    content="text/html; charset=iso-8859-1" />
8
<img src="../gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar"><h1 align="left"><font color="#660000">FreeBSD in the Press</font></h1>
9
9
<br clear="all"><map name="bar"><area shape="rect" coords="1,1,111,31" href="../index.html" alt="Top">
10
    <title>FreeBSD in the Press</title>
10
<area shape="rect" coords="112,11,196,31" href="../ports/index.html" alt="Applications">
11
    <meta name="MSSmartTagsPreventParsing" content="TRUE" />
11
<area shape="rect" coords="196,12,257,33" href="../support.html" alt="Support">
12
  </head>
12
<area shape="rect" coords="256,12,365,33" href="../docs.html" alt="Documentation">
13
13
<area shape="rect" coords="366,13,424,32" href="../commercial/commercial.html" alt="Vendors">
14
  <body text="#000000" bgcolor="#FFFFFF" alink="#FFCC33">
14
<area shape="rect" coords="425,16,475,32" href="../search/search.html" alt="Search">
15
    <img src="../gifs/bar.gif" alt="Navigation Bar" width="565"
15
<area shape="rect" coords="477,16,516,33" href="../search/index-site.html" alt="Index">
16
    height="33" border="0" usemap="#bar" />
16
<area shape="rect" coords="516,15,562,33" href="../index.html" alt="Top">
17
17
<area shape="rect" coords="0,0,564,32" href="../index.html" alt="Top"></map><p>If you know of any news stories featuring FreeBSD that we have not
18
    <h1 align="left"><font color="#660000">FreeBSD in the
18
	  listed here, please send details to 
19
    Press</font></h1>
19
	  <a href="mailto:doc@freebsd.org">doc@FreeBSD.org</a> so that we can
20
    <br clear="all" />
20
	  include them.</p>
21
    <map id="bar" name="bar">
21
<p>You also can visit <a href="../java/press.html">FreeBSD/Java
22
      <area shape="rect" coords="1,1,111,31" href="../index.html"
22
	    Press</a> page for information about FreeBSD Java Project's Press
23
      alt="Top" />
23
	    News</p>
24
      <area shape="rect" coords="112,11,196,31"
24
<h1>June 2003</h1>
25
      href="../ports/index.html" alt="Applications" />
25
<ul>
26
      <area shape="rect" coords="196,12,257,33"
26
<li>
27
      href="../support.html" alt="Support" />
27
<a name="2003June:2"></a><p>
28
      <area shape="rect" coords="256,12,365,33" href="../docs.html"
28
<a href="http://www.net-security.org/article.php?id=511"><b>Basic Security Measures for FreeBSD</b></a><br><a href="http://www.net-security.org/">Net Security</a>, Szekely Ervin<br>Describes the basic security measures that should be
29
      alt="Documentation" />
29
          applied to a FreeBSD 4.X workstation.</p>
30
      <area shape="rect" coords="366,13,424,32"
30
</li>
31
      href="../commercial/commercial.html" alt="Vendors" />
31
<li>
32
      <area shape="rect" coords="425,16,475,32"
32
<a name="2003June:1"></a><p>
33
      href="../search/search.html" alt="Search" />
33
<a href="http://www.theage.com.au/articles/2003/06/19/1055828413910.html"><b>New distribution point for FreeBSD</b></a><br><a href="http://www.theage.com.au/">The Age</a>, their online staff<br>Three companies pool together to operate a new mirror
34
      <area shape="rect" coords="477,16,516,33"
34
          of the FreeBSD website and CVSup services.</p>
35
      href="../search/index-site.html" alt="Index" />
35
</li>
36
      <area shape="rect" coords="516,15,562,33"
36
<li>
37
      href="../index.html" alt="Top" />
37
<a name="2003June:0"></a><p>
38
      <area shape="rect" coords="0,0,564,32" href="../index.html"
38
<a href="http://www.internetnews.com/dev-news/article.php/2218991"><b>FreeBSD Foundation Unleashes 5.1</b></a><br><a href="http://www.internetnews.com/">Internetnews</a>, Thor Olavsrud<br>An article briefly covering the FreeBSD 5.1 release.</p>
39
      alt="Top" />
39
</li>
40
    </map>
40
</ul>
41
41
<h1>May 2003</h1>
42
    <p>If you know of any news stories featuring FreeBSD that we
42
<ul>
43
    have not listed here, please send details to <a
43
<li>
44
    href="mailto:doc@freebsd.org">doc@FreeBSD.org</a> so that we
44
<a name="2003May:1"></a><p>
45
    can include them.</p>
45
<a href="http://www.theinquirer.net/?article=9383"><b>FreeBSD support for AMD64 on the way</b></a><br><a href="http://www.theinquirer.net">The Inquirer</a>, Arron Rouse<br>A short article about upcoming support for the AMD64
46
46
	 platform in FreeBSD 5.x.</p>
47
    <p>You also can visit <a href="../java/press.html">FreeBSD/Java
47
</li>
48
    Press</a> page for information about FreeBSD Java Project's
48
<li>
49
    Press News</p>
49
<a name="2003May:0"></a><p>
50
50
<a href="http://www.infoworld.com/article/03/05/23/21OPconnection_1.html"><b>Beyond Linux</b></a><br><a href="http://www.infoworld.com">InfoWorld</a>, Chad Dickerson<br>The author recommends FreeBSD, praising its TCP/IP stack and
51
    <h1>June 2003</h1>
51
          its liberal license.</p>
52
52
</li>
53
    <ul>
53
</ul>
54
      <li>
54
<h1>April 2003</h1>
55
        <a id="2003June:2" name="2003June:2"></a>
55
<ul><li>
56
56
<a name="2003April:0"></a><p>
57
        <p><a
57
<a href="http://www.osnews.com/story.php?news_id=3415"><b>Focus on FreeBSD: Interview with the Core Team</b></a><br><a href="http://www.osnews.com/">OS News</a>, Eugenia Loli-Queru<br>OS News features an in-depth interview with Wes Peters,
58
        href="http://www.net-security.org/article.php?id=511"><b>Basic
58
	 Greg Lehey, Warner M. Losh of the FreeBSD core team
59
        Security Measures for FreeBSD</b></a><br />
59
	 and developer Scott Long. Topics include Java support,
60
        <a href="http://www.net-security.org/">Net Security</a>,
60
	 the Linux competition, and the FreeBSD 5.x branch.</p>
61
        Szekely Ervin<br />
61
</li></ul>
62
        Describes the basic security measures that should be
62
<h1>March 2003</h1>
63
        applied to a FreeBSD 4.X workstation.</p>
63
<ul><li>
64
      </li>
64
<a name="2003March:0"></a><p>
65
65
<a href="http://www.offmyserver.com/cgi-bin/oms/news/techtv_031403.html"><b>FreeBSD featured on TechTV</b></a><br><a href="http://www.techtv.com/">offmyserver.com</a>, Offmyserver Press Release<br>FreeBSD core-team member Murray Stokely appeared on TechTV
66
      <li>
66
	 with Matt Olander from Offmyserver to talk about FreeBSD and
67
        <a id="2003June:1" name="2003June:1"></a>
67
	 perform an installation on live television.  The press
68
68
	 release includes a link to a RealVideo stream of the
69
        <p><a
69
	 episode.</p>
70
        href="http://www.theage.com.au/articles/2003/06/19/1055828413910.html">
70
</li></ul>
71
        <b>New distribution point for FreeBSD</b></a><br />
71
<h1>February 2003</h1>
72
        <a href="http://www.theage.com.au/">The Age</a>, their
72
<ul><li>
73
        online staff<br />
73
<a name="2003February:0"></a><p>
74
        Three companies pool together to operate a new mirror of
74
<a href="http://linuxworld.com.au/news.php3?nid=2187&amp;tid=1"><b>FreeBSD 5.0 looks to the enterprise</b></a><br><a href="http://linuxworld.com.au/">linuxworld.com.au</a>, Howard Dahdah<br>Linuxworld looks at the capabilities of FreeBSD 5.0 as an
75
        the FreeBSD website and CVSup services.</p>
75
	 enterprise operating system and interviews FreeBSD developer
76
      </li>
76
	 Scott Long.</p>
77
77
</li></ul>
78
      <li>
78
<h1>January 2003</h1>
79
        <a id="2003June:0" name="2003June:0"></a>
79
<ul>
80
80
<li>
81
        <p><a
81
<a name="2003January:1"></a><p>
82
        href="http://www.internetnews.com/dev-news/article.php/2218991">
82
<a href="http://www.onlamp.com/pub/a/bsd/2003/01/23/FreeBSD_Basics.html"><b>Odds and Ends</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Dru Lavigne<br>Dru Lavigne on easy ways for a new user to get familiar with FreeBSD.
83
        <b>FreeBSD Foundation Unleashes 5.1</b></a><br />
83
       </p>
84
        <a href="http://www.internetnews.com/">Internetnews</a>,
84
</li>
85
        Thor Olavsrud<br />
85
<li>
86
        An article briefly covering the FreeBSD 5.1 release.</p>
86
<a name="2003January:0"></a><p>
87
      </li>
87
<a href="http://www.internetnews.com/dev-news/article.php/1571431"><b>FreeBSD 5.0 Unleashed</b></a><br><a href="http://www.internetnews.com/">InternetNews</a>, Michael Singer<br>Internetnews.com reviews FreeBSD 5.0 and interviews
88
    </ul>
88
	 FreeBSD's release engineering team member, Murray Stokely.</p>
89
89
</li>
90
    <h1>May 2003</h1>
90
</ul>
91
91
<h1>October 2002</h1>
92
    <ul>
92
<ul>
93
      <li>
93
<li>
94
        <a id="2003May:1" name="2003May:1"></a>
94
<a name="2002October:1"></a><p>
95
95
<a href="http://www.opera.com/pressreleases/en/2002/10/31/b/"><b>Opera Software Releases Version for FreeBSD</b></a><br><a href="http://www.opera.com/">Opera Software</a>, Opera Software Press Release<br>Opera Software proudly announces the first golden release
96
        <p><a
96
          of a new port of its software to FreeBSD.</p>
97
        href="http://www.theinquirer.net/?article=9383"><b>FreeBSD
97
</li>
98
        support for AMD64 on the way</b></a><br />
98
<li>
99
        <a href="http://www.theinquirer.net">The Inquirer</a>,
99
<a name="2002October:0"></a><p>
100
        Arron Rouse<br />
100
<a href="http://www.onlamp.com/pub/a/bsd/2002/10/03/FreeBSD_Basics.html"><b>DVD Playback on FreeBSD</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Dru Lavigne<br>Dru Lavigne delves into the world of DVD playback on FreeBSD.</p>
101
        A short article about upcoming support for the AMD64
101
</li>
102
        platform in FreeBSD 5.x.</p>
102
</ul>
103
      </li>
103
<h1>September 2002</h1>
104
104
<ul>
105
      <li>
105
<li>
106
        <a id="2003May:0" name="2003May:0"></a>
106
<a name="2002September:3"></a><p>
107
107
<a href="http://www.extremetech.com/article2/0,3973,555451,00.asp"><b>The BSDs: Sophisticated, Powerful and (Mostly)
108
        <p><a
108
          Free</b></a><br><a href="http://www.extremetech.com/">Extreme Tech</a>, Brett Glass<br>An article on the history and culture of the BSD projects.</p>
109
        href="http://www.infoworld.com/article/03/05/23/21OPconnection_1.html">
109
</li>
110
        <b>Beyond Linux</b></a><br />
110
<li>
111
        <a href="http://www.infoworld.com">InfoWorld</a>, Chad
111
<a name="2002September:2"></a><p>
112
        Dickerson<br />
112
<a href="http://www.onlamp.com/pub/a/bsd/2002/09/19/FreeBSD_Basics.html"><b>Using Sound on FreeBSD</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Dru Lavigne<br>Dru Lavigne describes the process of configuring sound on a
113
        The author recommends FreeBSD, praising its TCP/IP stack
113
          FreeBSD multimedia workstation.</p>
114
        and its liberal license.</p>
114
</li>
115
      </li>
115
<li>
116
    </ul>
116
<a name="2002September:1"></a><p>
117
117
<a href="http://www.itworld.com/nl/unix_insider/09172002/"><b>BSD, An Enterprise OS?  Well, Yes</b></a><br><a href="http://www.itworld.com/">ITworld.com</a>, UNIX in the Enterprise<br>A short interview with committer Michael Lucas, on using BSD in enterprise environments.</p>
118
    <h1>April 2003</h1>
118
</li>
119
119
<li>
120
    <ul>
120
<a name="2002September:0"></a><p>
121
      <li>
121
<a href="http://www.onlamp.com/pub/a/bsd/2002/09/05/FreeBSD_Basics.html"><b>Turn FreeBSD into a Multimedia Workstation</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Dru Lavigne<br>Dru Lavigne explains how to create a multimedia workstation with FreeBSD.</p>
122
        <a id="2003April:0" name="2003April:0"></a>
122
</li>
123
123
</ul>
124
        <p><a
124
<h1>August 2002</h1>
125
        href="http://www.osnews.com/story.php?news_id=3415"><b>Focus
125
<ul><li>
126
        on FreeBSD: Interview with the Core Team</b></a><br />
126
<a name="2002August:0"></a><p>
127
        <a href="http://www.osnews.com/">OS News</a>, Eugenia
127
<a href="http://www.infoworld.com/articles/fe/xml/02/08/12/020812fefreebsd.xml"><b>Chasing Linux</b></a><br><a href="http://www.infoworld.com/">InfoWorld</a>, Maggie Biggs<br>Maggie Biggs takes a look at the upcoming FreeBSD 5.0, and
128
        Loli-Queru<br />
128
           discovers that this open-source OS shows significant gains
129
        OS News features an in-depth interview with Wes Peters,
129
           in available applications and tools along with beefed-up
130
        Greg Lehey, Warner M. Losh of the FreeBSD core team and
130
           security.</p>
131
        developer Scott Long. Topics include Java support, the
131
</li></ul>
132
        Linux competition, and the FreeBSD 5.x branch.</p>
132
<h1>June 2002</h1>
133
      </li>
133
<ul><li>
134
    </ul>
134
<a name="2002June:0"></a><p>
135
135
<a href="http://kerneltrap.org/node.php?id=278"><b>Interview with Jordan Hubbard</b></a><br><a href="http://kerneltrap.org/">Kerneltrap</a>, Jeremy Andrews<br>Kerneltrap speaks with Jordan Hubbard, one of the creators
136
    <h1>March 2003</h1>
136
          of FreeBSD, and currently manager of Apple's Darwin project.</p>
137
137
</li></ul>
138
    <ul>
138
<h1>May 2002</h1>
139
      <li>
139
<ul><li>
140
        <a id="2003March:0" name="2003March:0"></a>
140
<a name="2002May:0"></a><p>
141
141
<a href="http://www.onlamp.com/pub/a/bsd/2002/05/09/Big_Scary_Daemons.html"><b>Dual-Booting FreeBSD and FreeBSD</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Michael Lucas explains how a machine can be made to dual-boot
142
        <p><a
142
          FreeBSD -CURRENT and -STABLE.</p>
143
        href="http://www.offmyserver.com/cgi-bin/oms/news/techtv_031403.html">
143
</li></ul>
144
        <b>FreeBSD featured on TechTV</b></a><br />
144
<h1>April 2002</h1>
145
        <a href="http://www.techtv.com/">offmyserver.com</a>,
145
<ul>
146
        Offmyserver Press Release<br />
146
<li>
147
        FreeBSD core-team member Murray Stokely appeared on TechTV
147
<a name="2002April:6"></a><p>
148
        with Matt Olander from Offmyserver to talk about FreeBSD
148
<a href="http://daily.daemonnews.org/view_story.php3?story_id=2837"><b>Jordan Hubbard resigns from FreeBSD core</b></a><br><a href="http://www.daemonnews.org/">Daemon News</a>, Gregory Sutter<br>FreeBSD co-founder Jordan Hubbard leaves the core team.</p>
149
        and perform an installation on live television. The press
149
</li>
150
        release includes a link to a RealVideo stream of the
150
<li>
151
        episode.</p>
151
<a name="2002April:5"></a><p>
152
      </li>
152
<a href="http://www.byte.com/documents/s=7145/byt1019082849618/"><b>Technology a la Carte</b></a><br><a href="http://www.byte.com/">Byte</a>, Bill Nicholls<br>A review of FreeBSD 4.5 with mention of the FreeBSD
153
    </ul>
153
          5.0 &quot;Developer Preview&quot; release.</p>
154
154
</li>
155
    <h1>February 2003</h1>
155
<li>
156
156
<a name="2002April:4"></a><p>
157
    <ul>
157
<a href="http://www.onlamp.com/pub/a/bsd/2002/04/18/Big_Scary_Daemons.html"><b>Testing FreeBSD-Current</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Committer Michael Lucas takes a look at the FreeBSD 5.0 Developers'
158
      <li>
158
	 Preview 1.</p>
159
        <a id="2003February:0" name="2003February:0"></a>
159
</li>
160
160
<li>
161
        <p><a
161
<a name="2002April:3"></a><p>
162
        href="http://linuxworld.com.au/news.php3?nid=2187&amp;tid=1">
162
<a href="http://www.linuxorbit.com/modules.php?op=modload&amp;name=Sections&amp;file=index&amp;req=viewarticle&amp;artid=524"><b>Connecting to IPv6 with FreeBSD</b></a><br><a href="http://www.linuxorbit.com/">Linux Orbit</a>, David LeCount<br>This tells how to use freenet6 from the ports collection to tunnel IPv6 over IPv4.
163
        <b>FreeBSD 5.0 looks to the enterprise</b></a><br />
164
        <a href="http://linuxworld.com.au/">linuxworld.com.au</a>,
165
        Howard Dahdah<br />
166
        Linuxworld looks at the capabilities of FreeBSD 5.0 as an
167
        enterprise operating system and interviews FreeBSD
168
        developer Scott Long.</p>
169
      </li>
170
    </ul>
171
172
    <h1>January 2003</h1>
173
174
    <ul>
175
      <li>
176
        <a id="2003January:1" name="2003January:1"></a>
177
178
        <p><a
179
        href="http://www.onlamp.com/pub/a/bsd/2003/01/23/FreeBSD_Basics.html">
180
        <b>Odds and Ends</b></a><br />
181
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Dru
182
        Lavigne<br />
183
        Dru Lavigne on easy ways for a new user to get familiar
184
        with FreeBSD.</p>
185
      </li>
186
187
      <li>
188
        <a id="2003January:0" name="2003January:0"></a>
189
190
        <p><a
191
        href="http://www.internetnews.com/dev-news/article.php/1571431">
192
        <b>FreeBSD 5.0 Unleashed</b></a><br />
193
        <a href="http://www.internetnews.com/">InternetNews</a>,
194
        Michael Singer<br />
195
        Internetnews.com reviews FreeBSD 5.0 and interviews
196
        FreeBSD's release engineering team member, Murray
197
        Stokely.</p>
198
      </li>
199
    </ul>
200
201
    <h1>October 2002</h1>
202
203
    <ul>
204
      <li>
205
        <a id="2002October:1" name="2002October:1"></a>
206
207
        <p><a
208
        href="http://www.opera.com/pressreleases/en/2002/10/31/b/"><b>
209
        Opera Software Releases Version for FreeBSD</b></a><br />
210
        <a href="http://www.opera.com/">Opera Software</a>, Opera
211
        Software Press Release<br />
212
        Opera Software proudly announces the first golden release
213
        of a new port of its software to FreeBSD.</p>
214
      </li>
215
216
      <li>
217
        <a id="2002October:0" name="2002October:0"></a>
218
219
        <p><a
220
        href="http://www.onlamp.com/pub/a/bsd/2002/10/03/FreeBSD_Basics.html">
221
        <b>DVD Playback on FreeBSD</b></a><br />
222
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Dru
223
        Lavigne<br />
224
        Dru Lavigne delves into the world of DVD playback on
225
        FreeBSD.</p>
226
      </li>
227
    </ul>
228
229
    <h1>September 2002</h1>
230
231
    <ul>
232
      <li>
233
        <a id="2002September:3" name="2002September:3"></a>
234
235
        <p><a
236
        href="http://www.extremetech.com/article2/0,3973,555451,00.asp">
237
        <b>The BSDs: Sophisticated, Powerful and (Mostly)
238
        Free</b></a><br />
239
        <a href="http://www.extremetech.com/">Extreme Tech</a>,
240
        Brett Glass<br />
241
        An article on the history and culture of the BSD
242
        projects.</p>
243
      </li>
244
245
      <li>
246
        <a id="2002September:2" name="2002September:2"></a>
247
248
        <p><a
249
        href="http://www.onlamp.com/pub/a/bsd/2002/09/19/FreeBSD_Basics.html">
250
        <b>Using Sound on FreeBSD</b></a><br />
251
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Dru
252
        Lavigne<br />
253
        Dru Lavigne describes the process of configuring sound on a
254
        FreeBSD multimedia workstation.</p>
255
      </li>
256
257
      <li>
258
        <a id="2002September:1" name="2002September:1"></a>
259
260
        <p><a
261
        href="http://www.itworld.com/nl/unix_insider/09172002/"><b>BSD,
262
        An Enterprise OS? Well, Yes</b></a><br />
263
        <a href="http://www.itworld.com/">ITworld.com</a>, UNIX in
264
        the Enterprise<br />
265
        A short interview with committer Michael Lucas, on using
266
        BSD in enterprise environments.</p>
267
      </li>
268
269
      <li>
270
        <a id="2002September:0" name="2002September:0"></a>
271
272
        <p><a
273
        href="http://www.onlamp.com/pub/a/bsd/2002/09/05/FreeBSD_Basics.html">
274
        <b>Turn FreeBSD into a Multimedia Workstation</b></a><br />
275
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Dru
276
        Lavigne<br />
277
        Dru Lavigne explains how to create a multimedia workstation
278
        with FreeBSD.</p>
279
      </li>
280
    </ul>
281
282
    <h1>August 2002</h1>
283
284
    <ul>
285
      <li>
286
        <a id="2002August:0" name="2002August:0"></a>
287
288
        <p><a
289
        href="http://www.infoworld.com/articles/fe/xml/02/08/12/020812fefreebsd.xml">
290
        <b>Chasing Linux</b></a><br />
291
        <a href="http://www.infoworld.com/">InfoWorld</a>, Maggie
292
        Biggs<br />
293
        Maggie Biggs takes a look at the upcoming FreeBSD 5.0, and
294
        discovers that this open-source OS shows significant gains
295
        in available applications and tools along with beefed-up
296
        security.</p>
297
      </li>
298
    </ul>
299
300
    <h1>June 2002</h1>
301
302
    <ul>
303
      <li>
304
        <a id="2002June:0" name="2002June:0"></a>
305
306
        <p><a
307
        href="http://kerneltrap.org/node.php?id=278"><b>Interview
308
        with Jordan Hubbard</b></a><br />
309
        <a href="http://kerneltrap.org/">Kerneltrap</a>, Jeremy
310
        Andrews<br />
311
        Kerneltrap speaks with Jordan Hubbard, one of the creators
312
        of FreeBSD, and currently manager of Apple's Darwin
313
        project.</p>
314
      </li>
315
    </ul>
316
317
    <h1>May 2002</h1>
318
319
    <ul>
320
      <li>
321
        <a id="2002May:0" name="2002May:0"></a>
322
323
        <p><a
324
        href="http://www.onlamp.com/pub/a/bsd/2002/05/09/Big_Scary_Daemons.html">
325
        <b>Dual-Booting FreeBSD and FreeBSD</b></a><br />
326
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
327
        Lucas<br />
328
        Michael Lucas explains how a machine can be made to
329
        dual-boot FreeBSD -CURRENT and -STABLE.</p>
330
      </li>
331
    </ul>
332
333
    <h1>April 2002</h1>
334
335
    <ul>
336
      <li>
337
        <a id="2002April:6" name="2002April:6"></a>
338
339
        <p><a
340
        href="http://daily.daemonnews.org/view_story.php3?story_id=2837">
341
        <b>Jordan Hubbard resigns from FreeBSD core</b></a><br />
342
        <a href="http://www.daemonnews.org/">Daemon News</a>,
343
        Gregory Sutter<br />
344
        FreeBSD co-founder Jordan Hubbard leaves the core team.</p>
345
      </li>
346
347
      <li>
348
        <a id="2002April:5" name="2002April:5"></a>
349
350
        <p><a
351
        href="http://www.byte.com/documents/s=7145/byt1019082849618/">
352
        <b>Technology a la Carte</b></a><br />
353
        <a href="http://www.byte.com/">Byte</a>, Bill
354
        Nicholls<br />
355
        A review of FreeBSD 4.5 with mention of the FreeBSD 5.0
356
        &quot;Developer Preview&quot; release.</p>
357
      </li>
358
359
      <li>
360
        <a id="2002April:4" name="2002April:4"></a>
361
362
        <p><a
363
        href="http://www.onlamp.com/pub/a/bsd/2002/04/18/Big_Scary_Daemons.html">
364
        <b>Testing FreeBSD-Current</b></a><br />
365
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
366
        Lucas<br />
367
        Committer Michael Lucas takes a look at the FreeBSD 5.0
368
        Developers' Preview 1.</p>
369
      </li>
370
371
      <li>
372
        <a id="2002April:3" name="2002April:3"></a>
373
374
        <p><a
375
        href="http://www.linuxorbit.com/modules.php?op=modload&amp;name=Sections&amp;file=index&amp;req=viewarticle&amp;artid=524">
376
        <b>Connecting to IPv6 with FreeBSD</b></a><br />
377
        <a href="http://www.linuxorbit.com/">Linux Orbit</a>, David
378
        LeCount<br />
379
        This tells how to use freenet6 from the ports collection to
380
        tunnel IPv6 over IPv4.</p>
381
      </li>
382
383
      <li>
384
        <a id="2002April:2" name="2002April:2"></a>
385
386
        <p><a
387
        href="http://www.onlamp.com/pub/a/bsd/2002/04/04/Big_Scary_Daemons.html">
388
        <b>System Panics, Part 2: Recovering and
389
        Debugging</b></a><br />
390
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
391
        Lucas<br />
392
        Michael Lucas talks about what to do when a system panic
393
        does happen. This is the second part of a two part article;
394
        <a
395
        href="http://www.onlamp.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html">
396
        part 1</a> dealt with preparing a FreeBSD system to deal
397
        with panics.</p>
398
      </li>
399
400
      <li>
401
        <a id="2002April:1" name="2002April:1"></a>
402
403
        <p><a
404
        href="http://www.samag.com/documents/s=7121/sam0205a/sam0205a.htm">
405
        <b>Configuring a FreeBSD Access Point for your Wireless
406
        Network</b></a><br />
407
        <a href="http://www.samag.com/">Sys Admin Magazine</a>,
408
        Michael S. DeGraw-Bertsch<br />
409
        This has instructions for securely configuring a PC running
410
        FreeBSD as a gateway between an 802.11b network and a
411
        traditional wired network.</p>
412
      </li>
413
414
      <li>
415
        <a id="2002April:0" name="2002April:0"></a>
416
417
        <p><a
418
        href="http://www.infoworld.com/articles/hn/xml/02/04/01/020401hnunixcamp.xml">
419
        <b>Anti-Unix campaign falters</b></a><br />
420
        <a href="http://www.infoworld.com/">InfoWorld</a>, Matt
421
        Berger<br />
422
        InfoWorld reports on the use of FreeBSD to power a website
423
        built for a prominent advertising campaign.</p>
424
      </li>
425
    </ul>
426
427
    <h1>March 2002</h1>
428
429
    <ul>
430
      <li>
431
        <a id="2002March:5" name="2002March:5"></a>
432
433
        <p><a
434
        href="http://www.examnotes.net/forums/default.php?ind=122"><b>
435
        A Multimedia Tutorial For FreeBSD</b></a><br />
436
        <a href="http://www.examnotes.net/">ExamNotes.net</a>,
437
        Tracey J. Rosenblath<br />
438
        This tells how to set up and use the audio support in
439
        FreeBSD.</p>
440
      </li>
441
442
      <li>
443
        <a id="2002March:4" name="2002March:4"></a>
444
445
        <p><a
446
        href="http://www.onlamp.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html">
447
        <b>System Panics, Part 1: Preparing for the
448
        Worst</b></a><br />
449
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
450
        Lucas<br />
451
        Preparing a FreeBSD system to handle a panic.</p>
452
      </li>
453
454
      <li>
455
        <a id="2002March:3" name="2002March:3"></a>
456
457
        <p><a
458
        href="http://www.osnews.com/story.php?news_id=818"><b>Understanding
459
        CVSup, Mounting, Ports and Init on FreeBSD</b></a><br />
460
        <a href="http://www.osnews.com/">OS News</a>, Nathan
461
        Mace<br />
462
        An article on configuring and maintaining a FreeBSD
463
        install.</p>
464
      </li>
465
466
      <li>
467
        <a id="2002March:2" name="2002March:2"></a>
468
469
        <p><a
470
        href="http://zdnet.com.com/2100-1107-863169.html"><b>Want a
471
        Windows alternative? Try BSD</b></a><br />
472
        <a href="http://www.zdnet.com/">ZDNet</a>, Stephan
473
        Somogyi<br />
474
        This is a non-technical introduction to the BSD family
475
        (except BSD/OS).</p>
476
      </li>
477
478
      <li>
479
        <a id="2002March:1" name="2002March:1"></a>
480
481
        <p><a
482
        href="http://www.onlamp.com/pub/a/bsd/2002/03/14/FreeBSD_Basics.html">
483
        <b>Find: Part Two</b></a><br />
484
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Dru
485
        Lavigne<br />
486
        Looking for your files with <tt>find</tt>.</p>
487
      </li>
488
489
      <li>
490
        <a id="2002March:0" name="2002March:0"></a>
491
492
        <p><a
493
        href="http://www.bsdtoday.com/2002/March/Features646.html"><b>
494
        Building a CD Bootable Firewall</b></a><br />
495
        <a href="http://www.bsdtoday.com/">BSD Today</a>, Etienne
496
        de Bruin<br />
497
        This article has instructions for making a FreeBSD system
498
        which boots from CD-ROM. Its use as a firewall is
499
        mentioned.</p>
500
      </li>
501
    </ul>
502
503
    <h1>February 2002</h1>
504
505
    <ul>
506
      <li>
507
        <a id="2002February:2" name="2002February:2"></a>
508
509
        <p><a
510
        href="http://www.onlamp.com/pub/a/bsd/2002/02/22/ipv6.html">
511
        <b>IPv6, Meet FreeBSD</b></a><br />
512
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Mike
513
        DeGraw-Bertsch<br />
514
        A walk-through on configuring IPv6 on FreeBSD.</p>
515
      </li>
516
517
      <li>
518
        <a id="2002February:1" name="2002February:1"></a>
519
520
        <p><a
521
        href="http://www.onlamp.com/pub/a/bsd/2002/02/21/FreeBSD_Basics.html">
522
        <b>Finding Things in Unix</b></a><br />
523
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Dru
524
        Lavigne<br />
525
        Getting acquainted with <tt>find</tt>.</p>
526
      </li>
527
528
      <li>
529
        <a id="2002February:0" name="2002February:0"></a>
530
531
        <p><a
532
        href="http://www.onlamp.com/pub/a/bsd/2002/02/14/Big_Scary_Daemons.html">
533
        <b>Understanding NFS</b></a><br />
534
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
535
        Lucas<br />
536
        Using NFS in FreeBSD.</p>
537
      </li>
538
    </ul>
539
540
    <h1>January 2002</h1>
541
542
    <ul>
543
      <li>
544
        <a id="2002January:7" name="2002January:7"></a>
545
546
        <p><a
547
        href="http://www.onlamp.com/pub/a/bsd/2002/01/31/Big_Scary_Daemons.html">
548
        <b>How to Become a FreeBSD Committer</b></a><br />
549
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
550
        Lucas<br />
551
        Michael documents the process of becoming a FreeBSD
552
        committer.</p>
553
      </li>
554
555
      <li>
556
        <a id="2002January:6" name="2002January:6"></a>
557
558
        <p><a
559
        href="http://www.osnews.com/story.php?news_id=580"><b>FreeBSD
560
        Week: Migrating from Linux to FreeBSD</b></a><br />
561
        <a href="http://www.osnews.com/">OS News</a>, Nathan
562
        Mace<br />
563
        A guide for users migrating from Linux to FreeBSD.</p>
564
      </li>
565
566
      <li>
567
        <a id="2002January:5" name="2002January:5"></a>
568
569
        <p><a
570
        href="http://www.osnews.com/story.php?news_id=572"><b>FreeBSD
571
        Week: Interview with Robert Watson</b></a><br />
572
        <a href="http://www.osnews.com/">OS News</a>, Eugenia
573
        Loli-Queru<br />
574
        An interview with Robert Watson, member of FreeBSD's core
575
        and security on the upcoming FreeBSD 4.5 and FreeBSD 5.0
576
        releases.</p>
577
      </li>
578
579
      <li>
580
        <a id="2002January:4" name="2002January:4"></a>
581
582
        <p><a
583
        href="http://biz.yahoo.com/bw/020123/232287_1.html"><b>American
584
        Megatrends Inc. Releases Latest Version of StorTrends NAS
585
        Software</b></a><br />
586
        <a href="http://biz.yahoo.com/">Yahoo! Finance</a>, AMI
587
        Press Release<br />
588
        <a href="http://www.ami.com/">American Megatrends</a> Inc.
589
        announced the release of StoreTrends(tm) NAS software
590
        version 1.1, which is based on FreeBSD.</p>
591
      </li>
592
593
      <li>
594
        <a id="2002January:3" name="2002January:3"></a>
595
596
        <p><a
597
        href="http://www.onlamp.com/pub/a/bsd/2002/01/17/Big_Scary_Daemons.html">
598
        <b>Contributing to BSD</b></a><br />
599
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
600
        Lucas<br />
601
        Michael Lucas shows what it takes for non-coders to
602
        contribute to BSD.</p>
603
      </li>
604
605
      <li>
606
        <a id="2002January:2" name="2002January:2"></a>
607
608
        <p><a href="http://draenor.org/securebsd/secure.txt"><b>A
609
        basic guide to securing FreeBSD 4.x-STABLE</b></a><br />
610
        <a href="http://draenor.org/">draenor.org</a>, Marc
611
        Silver<br />
612
        This article is for system administrators. It explains how
613
        to configure and maintain a FreeBSD system for high
614
        security.</p>
615
      </li>
616
617
      <li>
618
        <a id="2002January:1" name="2002January:1"></a>
619
620
        <p><a
621
        href="http://dailynews.yahoo.com/h/cn/20020114/tc/freebsd_to_change_hands_1.html">
622
        <b>FreeBSD to change hands</b></a><br />
623
        <a href="http://dailynews.yahoo.com/">Yahoo News</a>,
624
        Stephen Shankland CNET<br />
625
        <a href="http://www.windriver.com/">Wind River Systems</a>
626
        announces the transfer of its FreeBSD assets to the <a
627
        href="http://www.freebsdmall.com/">FreeBSD Mall</a>.</p>
628
      </li>
629
630
      <li>
631
        <a id="2002January:0" name="2002January:0"></a>
632
633
        <p><a
634
        href="http://kerneltrap.com/article.php?sid=459"><b>Kerneltrap
635
        Interview with Matt Dillon</b></a><br />
636
        <a href="http://kerneltrap.com/">Kerneltrap</a>, Jeremy
637
        Andrews<br />
638
        Kerneltrap interviews Matt Dillon, one of FreeBSD's key
639
        developers.</p>
640
      </li>
641
    </ul>
642
643
    <h1>December 2001</h1>
644
645
    <ul>
646
      <li>
647
        <a id="2001December:1" name="2001December:1"></a>
648
649
        <p><a
650
        href="http://www.theregister.co.uk/content/28/23348.html"><b>
651
        Microsoft Hotmail still runs on U**x</b></a><br />
652
        <a href="http://www.theregister.co.uk/">The Register</a>,
653
        Andrew Orlowski<br />
654
        Nearly four years after it was acquired by Microsoft, and
655
        in spite of a well-publicized effort to migrate it to
656
        Windows and IIS, <a href="http://hotmail.com/">Hotmail</a>
657
        is still partly based on FreeBSD and Apache.</p>
658
      </li>
659
660
      <li>
661
        <a id="2001December:0" name="2001December:0"></a>
662
663
        <p><a
664
        href="http://www.osnews.com/printer.php?news_id=392"><b>Keeping
665
        Your Options Open: FreeBSD as a Workstation for UNIX
666
        Newbies</b></a><br />
667
        <a href="http://www.osnews.com/">OS News</a>, Eugenia
668
        Loli-Queru<br />
669
        An article discussing FreeBSD as an workstation OS for new
670
        Unix users.</p>
671
      </li>
672
    </ul>
673
674
    <h1>November 2001</h1>
675
676
    <ul>
677
      <li>
678
        <a id="2001November:2" name="2001November:2"></a>
679
680
        <p><a
681
        href="http://www.onlamp.com/pub/a/bsd/2001/11/29/Big_Scary_Daemons.html">
682
        <b>Cleaning Up Ports</b></a><br />
683
        <a href="http://www.onlamp.com/">OnLamp</a>, Michael
684
        Lucas<br />
685
        A brief introduction to <tt>portupgrade</tt>.</p>
686
      </li>
687
688
      <li>
689
        <a id="2001November:1" name="2001November:1"></a>
690
691
        <p><a
692
        href="http://www.onlamp.com/pub/a/bsd/2001/11/15/Big_Scary_Daemons.html">
693
        <b>Stable SMB</b></a><br />
694
        <a href="http://www.onlamp.com/">OnLamp</a>, Michael
695
        Lucas<br />
696
        A short article on accessing a Windows(R) share from a
697
        FreeBSD workstation.</p>
698
      </li>
699
700
      <li>
701
        <a id="2001November:0" name="2001November:0"></a>
702
703
        <p><a
704
        href="http://www.byte.com/documents/s=1794/byt20011107s0001/1112_moshe.html">
705
        <b>FreeBSD Versus Linux Revisited</b></a><br />
706
        <a href="http://www.byte.com/">Byte</a>, Moshe Bar<br />
707
        Byte's Moshe Bar does a comparison, through informal
708
        benchmarks, of FreeBSD 4.3 to Linux 2.4.10 running
709
        sendmail, procmail, MySQL, and Apache. The emphasis of the
710
        article is examination of the newly rewritten VM system in
711
        Linux, so the tests are conducted with only 512 MB of
712
        RAM.</p>
713
      </li>
714
    </ul>
715
716
    <h1>October 2001</h1>
717
718
    <ul>
719
      <li>
720
        <a id="2001October:0" name="2001October:0"></a>
721
722
        <p><a
723
        href="http://www.osnews.com/printer.php?news_id=153"><b>The
724
        Big *BSD Interview</b></a><br />
725
        <a href="http://www.osnews.com/">OS News</a>, Eugenia
726
        Loli-Queru<br />
727
        An interview with Matt Dillon, a key developer in FreeBSD
728
        on the upcoming features in FreeBSD 5.0.</p>
729
      </li>
730
    </ul>
731
732
    <h1>September 2001</h1>
733
734
    <ul>
735
      <li>
736
        <a id="2001September:2" name="2001September:2"></a>
737
738
        <p><a
739
        href="http://www.onlamp.com/pub/a/bsd/2001/09/21/FreeBSD_Basics.html">
740
        <b>Running Windows applications on FreeBSD</b></a><br />
741
        <a href="http://www.onlamp.com/">OnLamp</a>, Dru
742
        Lavigne<br />
743
        A short article on running Windows(R) applications under
744
        WINE in FreeBSD.</p>
745
      </li>
746
747
      <li>
748
        <a id="2001September:1" name="2001September:1"></a>
749
750
        <p><a
751
        href="http://www.onlamp.com/pub/a/bsd/2001/09/27/Big_Scary_Daemons.html">
752
        <b>Dealing with Full Disks</b></a><br />
753
        <a href="http://www.onlamp.com/">OnLamp</a>, Michael
754
        Lucas<br />
755
        A short article on dealing with the all too common full
756
        disk.</p>
757
      </li>
758
759
      <li>
760
        <a id="2001September:0" name="2001September:0"></a>
761
762
        <p><a
763
        href="http://www.onlamp.com/pub/a/bsd/2001/09/13/Big_Scary_Daemons.html">
764
        <b>Ripping MP3s</b></a><br />
765
        <a href="http://www.onlamp.com/">OnLamp</a>, Michael
766
        Lucas<br />
767
        A short article on ripping CDs on FreeBSD.</p>
768
      </li>
769
    </ul>
770
771
    <h1>August 2001</h1>
772
773
    <ul>
774
      <li>
775
        <a id="2001August:3" name="2001August:3"></a>
776
777
        <p><a
778
        href="http://bsdatwork.com/reviews.php?op=showcontent&amp;id=1">
779
        <b>FreeBSD Anti-Virus Protection - A Commercial
780
        Alternative</b></a><br />
781
        <a href="http://www.bsdatwork.com/">BSDatwork.com</a>,
782
        Jeremiah Gowdy<br />
783
        This is a review of Kaspersky Anti-Virus for FreeBSD, a
784
        product which can protect a network of Microsoft Windows
785
        hosts by scanning e-mail and SMB file shares.</p>
786
      </li>
787
788
      <li>
789
        <a id="2001August:2" name="2001August:2"></a>
790
791
        <p><a
792
        href="http://www.onlamp.com/pub/a/bsd/2001/08/30/Big_Scary_Daemons.html">
793
        <b>CVS Mirror</b></a><br />
794
        <a href="http://www.onlamp.com/">Onlamp</a>, Michael
795
        Lucas<br />
796
        How to mirror the FreeBSD CVS repository.</p>
797
      </li>
798
799
      <li>
800
        <a id="2001August:1" name="2001August:1"></a>
801
802
        <p><a
803
        href="http://www.onlamp.com/pub/a/bsd/2001/08/16/Big_Scary_Daemons.html">
804
        <b>CVSup Infrastructure</b></a><br />
805
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
806
        Lucas<br />
807
        An article on FreeBSD's CVSup infrastructure used to
808
        distribute its source code worldwide.</p>
809
      </li>
810
811
      <li>
812
        <a id="2001August:0" name="2001August:0"></a>
813
814
        <p><a href="http://www.workingmac.com/article/32.wm"><b>An
815
        Interview with Jordan Hubbard</b></a><br />
816
        <a href="http://www.workingmac.com/">Working Mac</a>,
817
        pairNetworks<br />
818
        An short interview with Jordan Hubbard, one of the founders
819
        of the FreeBSD project.</p>
820
      </li>
821
    </ul>
822
823
    <h1>July 2001</h1>
824
825
    <ul>
826
      <li>
827
        <a id="2001July:2" name="2001July:2"></a>
828
829
        <p><a
830
        href="http://www.onlamp.com/pub/a/bsd/2001/07/26/Big_Scary_Daemons.html%0A%20%20%20%20%20%20%20%20">
831
        <b>Controlling Bandwidth</b></a><br />
832
        <a href="http://www.onlamp.com/">OnLamp</a>, Michael
833
        Lucas<br />
834
        Using <tt>DUMMYNET</tt> to control bandwidth allocation</p>
835
      </li>
836
837
      <li>
838
        <a id="2001July:1" name="2001July:1"></a>
839
840
        <p><a
841
        href="http://www.samag.com/documents/s=1148/sam0107a/0107a.htm">
842
        <b>Which OS is Fastest for High-Performance Network
843
        Applications?</b></a><br />
844
        <a href="http://www.samag.com">Sys Admin</a>, Jeffrey B.
845
        Rothman and John Buckman<br />
846
        Linux, Solaris, FreeBSD and Windows 2000 are benchmarked
847
        for network applications. This article has a <a
848
        href="http://www.samag.com/documents/s=1147/sam0108q/0108q.htm">
849
        sequel</a> where the tests were redone after tuning
850
        FreeBSD.</p>
851
      </li>
852
853
      <li>
854
        <a id="2001July:0" name="2001July:0"></a>
855
856
        <p><a
857
        href="http://opensource.nailabs.com/news/20010709-cboss.html">
858
        <b>NAI Labs Announces DARPA-Funded FreeBSD Security
859
        Initiative</b></a><br />
860
        <a href="http://www.nailabs.com/">NAI Labs</a>, NAI Labs
861
        Press Release<br />
862
        NAI Labs, a division of Network Associates, Inc., announced
863
        a $1.2 million contract awarded by the U.S. Navy's Space
864
        and Warfare Systems Command to develop security extensions
865
        to the Open Source FreeBSD operating system.</p>
866
      </li>
867
    </ul>
868
869
    <h1>June 2001</h1>
870
871
    <ul>
872
      <li>
873
        <a id="2001June:5" name="2001June:5"></a>
874
875
        <p><a
876
        href="http://www.onlamp.com/pub/a/bsd/2001/06/28/Big_Scary_Daemons.html">
877
        <b>Controlling User Logins</b></a><br />
878
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
879
        Lucas<br />
880
        An article describing the ways to control user access to
881
        your FreeBSD system.</p>
882
      </li>
883
884
      <li>
885
        <a id="2001June:4" name="2001June:4"></a>
886
887
        <p><a
888
        href="http://www.onlamp.com/pub/a/bsd/2001/06/14/Big_Scary_Daemons.html">
889
        <b>Rotating Log Files</b></a><br />
890
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
891
        Lucas<br />
892
        Using the functionality of <tt>newsyslog</tt> in
893
        FreeBSD.</p>
894
      </li>
895
896
      <li>
897
        <a id="2001June:3" name="2001June:3"></a>
898
899
        <p><a
900
        href="http://www.crn.com/sections/BreakingNews/breakingnews.asp?ArticleID=27727">
901
        <b>Microsoft's FreeBSD Move Aimed At Next Generation Of
902
        Developers</b></a><br />
903
        <a href="http://www.crn.com/">CRN</a>, Paula Rooney<br />
904
        A report on Microsoft's venture to port its C# programming
905
        language to FreeBSD.</p>
906
      </li>
907
908
      <li>
909
        <a id="2001June:2" name="2001June:2"></a>
910
911
        <p><a
912
        href="http://www.macworld.co.uk/news/main_news.cfm?NewsID=3092">
913
        <b>BSD guru to guide Apple on Unix</b></a><br />
914
        <a href="http://www.macworld.co.uk/">Mac World</a>,
915
        Macworld (UK) staff<br />
916
        Apple (<a
917
        href="http://www.apple.com/">http://www.apple.com/</a>) has
918
        recruited FreeBSD founder Jordan Hubbard to its team, in a
919
        bid to steer its Mac OS X BSD (Berkeley Software
920
        Distribution) efforts.</p>
921
      </li>
922
923
      <li>
924
        <a id="2001June:1" name="2001June:1"></a>
925
926
        <p><a href=""><b>Microsoft Uses Open-Source Code Despite
927
        Denying Use of Such Software</b></a><br />
928
        <a href="http://www.wsj.com/">Wall Street Journal</a>, Lee
929
        Gomes<br />
930
        An article which states that open-source software connected
931
        with the FreeBSD operating system is used in several places
932
        deep inside several versions of Microsoft's Windows
933
        software, and on numerous server computers that manage
934
        major functions at Microsoft's free e-mail service, <a
935
        href="http://www.hotmail.com/">Hotmail</a>.</p>
936
      </li>
937
938
      <li>
939
        <a id="2001June:0" name="2001June:0"></a>
940
941
        <p><a href="http://zdnet.com.com/2100-11-530056.html"><b>In
942
        your face! MS open source attacks backfire</b></a><br />
943
        <a href="http://www.zdnet.com/">ZDNet</a>, Lee Gomes<br />
944
        A report on the backfiring of the Microsoft effort to
945
        vilify open source software.</p>
946
      </li>
947
    </ul>
948
949
    <h1>May 2001</h1>
950
951
    <ul>
952
      <li>
953
        <a id="2001May:1" name="2001May:1"></a>
954
955
        <p><a
956
        href="http://www.onlamp.com/pub/a/bsd/2001/05/17/Big_Scary_Daemons.html">
957
        <b>System Logging</b></a><br />
958
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
959
        Lucas<br />
960
        System logging in FreeBSD using <tt>syslogd</tt>.</p>
961
      </li>
962
963
      <li>
964
        <a id="2001May:0" name="2001May:0"></a>
965
966
        <p><a
967
        href="http://www.onlamp.com/pub/a/bsd/2001/05/03/Big_Scary_Daemons.html">
968
        <b>BSD Tricks: CVS</b></a><br />
969
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
970
        Lucas<br />
971
        Using CVS in client-mode.</p>
972
      </li>
973
    </ul>
974
975
    <h1>April 2001</h1>
976
977
    <ul>
978
      <li>
979
        <a id="2001April:0" name="2001April:0"></a>
980
981
        <p><a
982
        href="http://www.onlamp.com/pub/a/bsd/2001/04/19/Big_Scary_Daemons.html">
983
        <b>Setting up Wireless Cards on FreeBSD</b></a><br />
984
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
985
        Lucas<br />
986
        Configuring FreeBSD for wireless operation.</p>
987
      </li>
988
    </ul>
989
990
    <h1>March 2001</h1>
991
992
    <ul>
993
      <li>
994
        <a id="2001March:1" name="2001March:1"></a>
995
996
        <p><a
997
        href="http://www.onlamp.com/pub/a/bsd/2001/03/22/Big_Scary_Daemons.html">
998
        <b>FreeBSD Gaming</b></a><br />
999
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1000
        Lucas<br />
1001
        A survey of the games available in the FreeBSD ports
1002
        collection.</p>
1003
      </li>
1004
1005
      <li>
1006
        <a id="2001March:0" name="2001March:0"></a>
1007
1008
        <p><a
1009
        href="http://www.onlamp.com/pub/a/bsd/2001/03/08/Big_Scary_Daemons.html">
1010
        <b>Submitting Changes</b></a><br />
1011
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1012
        Lucas<br />
1013
        Submitting change requests to the FreeBSD project using
1014
        <tt>send-pr</tt>.</p>
1015
      </li>
1016
    </ul>
1017
1018
    <h1>February 2001</h1>
1019
1020
    <ul>
1021
      <li>
1022
        <a id="2001February:2" name="2001February:2"></a>
1023
1024
        <p><a
1025
        href="http://www.onlamp.com/pub/a/bsd/2001/02/22/Big_Scary_Daemons.html">
1026
        <b>Changing FreeBSD Documentation</b></a><br />
1027
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1028
        Lucas<br />
1029
        A mini tutorial on DocBook and its use by the FreeBSD
1030
        Documentation Project.</p>
1031
      </li>
1032
1033
      <li>
1034
        <a id="2001February:1" name="2001February:1"></a>
1035
1036
        <p><a
1037
        href="http://www.onlamp.com/pub/a/bsd/2001/02/08/Big_Scary_Daemons.html">
1038
        <b>The FreeBSD Documentation Project</b></a><br />
1039
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1040
        Lucas<br />
1041
        An introduction to the FreeBSD project.</p>
1042
      </li>
1043
1044
      <li>
1045
        <a id="2001February:0" name="2001February:0"></a>
1046
1047
        <p><a
1048
        href="http://www.byte.com/documents/s=558/BYT20010130S0010/">
1049
        <b>For Servers: Linux 2.4 vs. FreeBSD 4.1.1</b></a><br />
1050
        <a href="http://www.byte.com/">Byte</a>, Moshe Bar<br />
1051
        BYTE's Linux guru finds himself wondering why he isn't
1052
        running FreeBSD --- a comparision (with informal
1053
        benchmarks) of FreeBSD 4.1.1 and a Linux based distribution
1054
        running the v2.4.0 Linux kernel.</p>
1055
      </li>
1056
    </ul>
1057
1058
    <h1>January 2001</h1>
1059
1060
    <ul>
1061
      <li>
1062
        <a id="2001January:3" name="2001January:3"></a>
1063
1064
        <p><a
1065
        href="http://www.onlamp.com/pub/a/bsd/2001/01/25/Big_Scary_Daemons.html">
1066
        <b>Modifying a Port</b></a><br />
1067
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1068
        Lucas<br />
1069
        Howto modify a FreeBSD port.</p>
1070
      </li>
1071
1072
      <li>
1073
        <a id="2001January:2" name="2001January:2"></a>
1074
1075
        <p><a
1076
        href="http://www.onlamp.com/pub/a/bsd/2001/01/04/Big_Scary_Daemons.html">
1077
        <b>Fine Control of Ports</b></a><br />
1078
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1079
        Lucas<br />
1080
        A system administrator's view of the Ports system.</p>
1081
      </li>
1082
1083
      <li>
1084
        <a id="2001January:1" name="2001January:1"></a>
1085
1086
        <p><a
1087
        href="http://www.webtechniques.com/archives/2001/01/infrrevu/">
1088
        <b>Is FreeBSD a Superior Server Platform to
1089
        Linux?</b></a><br />
1090
        <a href="http://www.webtechniques.com/">Web Techniques</a>,
1091
        Nathan Boeger<br />
1092
        A reviewer finds FreeBSD 4.1 to be better suited for web
1093
        serving than a Red Hat Linux distribution.</p>
1094
      </li>
1095
1096
      <li>
1097
        <a id="2001January:0" name="2001January:0"></a>
1098
1099
        <p><a
1100
        href="http://www.ddj.com/documents/s=865/ddj0165a/"><b>A
1101
        Roundtable on BSD, Security, and Quality</b></a><br />
1102
        <a href="http://www.ddj.com/">Dr Dobbs Journal</a>, Jack J.
1103
        Woehr<br />
1104
        A report from a roundtable at the recent USENIX Security
1105
        Symposium 2000, involving several prominent developers in
1106
        the BSD world.</p>
1107
      </li>
1108
    </ul>
1109
1110
    <h1>December 2000</h1>
1111
1112
    <ul>
1113
      <li>
1114
        <a id="2000December:1" name="2000December:1"></a>
1115
1116
        <p><a
1117
        href="http://www.onlamp.com/pub/a/bsd/2000/12/21/Big_Scary_Daemons.html">
1118
        <b>BSD Ports Collection Basics</b></a><br />
1119
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1120
        Lucas<br />
1121
        How the FreeBSD Ports collection works.</p>
1122
      </li>
1123
1124
      <li>
1125
        <a id="2000December:0" name="2000December:0"></a>
1126
1127
        <p><a
1128
        href="http://www.onlamp.com/pub/a/bsd/2000/12/07/Big_Scary_Daemons.html">
1129
        <b>BSD Tricks: Unprepared Disaster Recovery</b></a><br />
1130
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1131
        Lucas<br />
1132
        How to recover files off of FreeBSD system.</p>
1133
      </li>
1134
    </ul>
1135
1136
    <h1>November 2000</h1>
1137
1138
    <ul>
1139
      <li>
1140
        <a id="2000November:2" name="2000November:2"></a>
1141
1142
        <p><a
1143
        href="http://www.salon.com/tech/review/2000/11/17/hubbard_osx/index.html">
1144
        <b>Open-sourcing the Apple</b></a><br />
1145
        <a href="http://www.salon.com/">Salon Magazine</a>, Jordan
1146
        Hubbard<br />
1147
        A geek's appraisal of the Apple OS X from Jordan Hubbard,
1148
        one of the lead developers on the FreeBSD project.</p>
1149
      </li>
1150
1151
      <li>
1152
        <a id="2000November:1" name="2000November:1"></a>
1153
1154
        <p><a
1155
        href="http://www.onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html">
1156
        <b>BSD Tricks: Linux Compatibility, the Hard
1157
        Way</b></a><br />
1158
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1159
        Lucas<br />
1160
        Using a Linux install under FreeBSD's Linux compatibility
1161
        mode.</p>
1162
      </li>
1163
1164
      <li>
1165
        <a id="2000November:0" name="2000November:0"></a>
1166
1167
        <p><a
1168
        href="http://www.onlamp.com/pub/a/bsd/2000/11/02/Big_Scary_Daemons.html">
1169
        <b>Laptops, PC Cards and FreeBSD</b></a><br />
1170
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1171
        Lucas<br />
1172
        Using FreeBSD on a laptop.</p>
1173
      </li>
1174
    </ul>
1175
1176
    <h1>October 2000</h1>
1177
1178
    <ul>
1179
      <li>
1180
        <a id="2000October:1" name="2000October:1"></a>
1181
1182
        <p><a
1183
        href="http://www.onlamp.com/pub/a/bsd/2000/10/19/Big_Scary_Daemons.html">
1184
        <b>BSD Tricks: Introductory Revision Control</b></a><br />
1185
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1186
        Lucas<br />
1187
        Using RCS for file revision control.</p>
1188
      </li>
1189
1190
      <li>
1191
        <a id="2000October:0" name="2000October:0"></a>
1192
1193
        <p><a
1194
        href="http://www.byte.com/documents/BYT20000927S0001/"><b>BSD
1195
        OSs Offer Unix Alternatives to Linux</b></a><br />
1196
        <a href="http://www.byte.com/">BYTE</a>, Bill
1197
        Nicholls<br />
1198
        This column gives an overview of the different versions of
1199
        BSD, with links for more information.</p>
1200
      </li>
1201
    </ul>
1202
1203
    <h1>September 2000</h1>
1204
1205
    <ul>
1206
      <li>
1207
        <a id="2000September:2" name="2000September:2"></a>
1208
1209
        <p><a
1210
        href="http://www.terasolutions.com/pr092900.html"><b>INTERNET'S
1211
        BUSIEST OPENSOURCE SOFTWARE ARCHIVE SETS NEW DOWNLOAD
1212
        RECORD</b></a><br />
1213
        <a href="http://www.terasolutions.com/">TeraSolutions</a>,
1214
        TeraSolutions Press Release<br />
1215
        TeraSolutions, Inc. and Lightning Internet Services
1216
        announce that the OpenSource archive at <a
1217
        href="ftp://ftp.freesoftware.com/">ftp.freesoftware.com</a>
1218
        has surpassed the download milestone of two trillion bytes
1219
        per day from a single server machine.</p>
1220
      </li>
1221
1222
      <li>
1223
        <a id="2000September:1" name="2000September:1"></a>
1224
1225
        <p><a
1226
        href="http://www.onlamp.com/pub/a/bsd/2000/09/07/Big_Scary_Daemons.html">
1227
        <b>BSD Tricks: MFS</b></a><br />
1228
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1229
        Lucas<br />
1230
        A short article on using the FreeBSD Memory Filesystem.</p>
1231
      </li>
1232
1233
      <li>
1234
        <a id="2000September:0" name="2000September:0"></a>
1235
1236
        <p><a
1237
        href="http://www.ispworld.com/bw/sep/Unix_Flavor.htm"><b>TRUSTING
1238
        BSD - Ultra-High Security for FreeBSD</b></a><br />
1239
        <a href="http://www.ispworld.com/">ISPworld</a>, Jeffrey
1240
        Carl<br />
1241
        An interview with Robert Watson, one of the lead developers
1242
        in the <a href="http://www.trustedbsd.org/">TrustedBSD</a>
1243
        project.</p>
1244
      </li>
1245
    </ul>
1246
1247
    <h1>August 2000</h1>
1248
1249
    <ul>
1250
      <li>
1251
        <a id="2000August:0" name="2000August:0"></a>
1252
1253
        <p><a
1254
        href="http://ars.userfriendly.org/cartoons/?id=20000807&amp;mode=classic">
1255
        <b>More FreeBSD Comics</b></a><br />
1256
        <a href="http://www.userfriendly.org/">User Friendly the
1257
        Comic Strip</a>, Illiad<br />
1258
        See also the comics for the <a
1259
        href="http://ars.userfriendly.org/cartoons/?id=20000808&amp;mode=classic">
1260
        8th</a>, <a
1261
        href="http://ars.userfriendly.org/cartoons/?id=20000809&amp;mode=classic">
1262
        9th</a>, <a
1263
        href="http://ars.userfriendly.org/cartoons/?id=20000810&amp;mode=classic">
1264
        10th</a>, <a
1265
        href="http://ars.userfriendly.org/cartoons/?id=20000811&amp;mode=classic">
1266
        11th</a>, and <a
1267
        href="http://ars.userfriendly.org/cartoons/?id=20000812&amp;mode=classic">
1268
        12th</a>.</p>
1269
      </li>
1270
    </ul>
1271
1272
    <h1>July 2000</h1>
1273
1274
    <ul>
1275
      <li>
1276
        <a id="2000July:0" name="2000July:0"></a>
1277
1278
        <p><a
1279
        href="http://www.onlamp.com/pub/a/bsd/2000/07/13/Big_Scary_Daemons.html">
1280
        <b>Experiments in SMB</b></a><br />
1281
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1282
        Lucas<br />
1283
        An early review of FreeBSD's SMB support.</p>
1284
      </li>
1285
    </ul>
1286
1287
    <h1>June 2000</h1>
1288
1289
    <ul>
1290
      <li>
1291
        <a id="2000June:3" name="2000June:3"></a>
1292
1293
        <p><a
1294
        href="http://www.onlamp.com/pub/a/bsd/2000/06/15/Big_Scary_Daemons.html">
1295
        <b>Installing OCSweb on FreeBSD</b></a><br />
1296
        <a href="http://www.onlamp.com/">OnLamp.com</a>, Michael
1297
        Lucas<br />
1298
        An article on a developers experience porting software from
1299
        Linux to FreeBSD.</p>
1300
      </li>
1301
1302
      <li>
1303
        <a id="2000June:2" name="2000June:2"></a>
1304
1305
        <p><a
1306
        href="http://www.unixreview.com/documents/s=1247/urm0006c/">
1307
        <b>The State of the Daemon</b></a><br />
1308
        <a href="http://www.unixreview.com/">Unix Review</a>,
1309
        Michael Lucas<br />
1310
        An informative article on BSD, and where it is going.</p>
1311
      </li>
1312
1313
      <li>
1314
        <a id="2000June:1" name="2000June:1"></a>
1315
1316
        <p><a
1317
        href="http://sw.expert.com/news/SE.N1.JUN.00.pdf"><b>Server
1318
        Goliaths Turn to Appliance Servers</b></a><br />
1319
        <a href="http://sw.expert.com/">Server/Workstation
1320
        Expert</a>, Adam Darby<br />
1321
        An article evaluating various commercial OSes that contains
1322
        a blurb about BSDI and FreeBSD.</p>
1323
      </li>
1324
1325
      <li>
1326
        <a id="2000June:0" name="2000June:0"></a>
1327
1328
        <p><a
1329
        href="http://www.osopinion.com/Opinions/JamesHoward/JamesHoward1.html">
1330
        <b>FreeBSD: Serving the World</b></a><br />
1331
        <a href="http://www.osopinion.com/">osOpinion</a>, James
1332
        Howard<br />
1333
        With the recent hype surrounding open source software, an
1334
        important project has gone unnoticed in the media. This
1335
        project, FreeBSD, aims to create a rock-solid UNIX clone
1336
        based on the 4BSD work from the University of California at
1337
        Berkeley.</p>
1338
      </li>
1339
    </ul>
1340
1341
    <h1>May 2000</h1>
1342
1343
    <ul>
1344
      <li>
1345
        <a id="2000May:6" name="2000May:6"></a>
1346
1347
        <p><a
1348
        href="http://www.sfgate.com/cgi-bin/article.cgi?file=/chronicle/archive/2000/05/29/BU20648.DTL">
1349
        <b>Riding the Web Wave</b></a><br />
1350
        <a href="http://www.sfgate.com/">SFGate</a>, Henry
1351
        Norr<br />
1352
        FreeBSD, a relatively unknown operating system is playing a
1353
        big role on the Internet.</p>
1354
      </li>
1355
1356
      <li>
1357
        <a id="2000May:5" name="2000May:5"></a>
1358
1359
        <p><a
1360
        href="http://www.salon.com/tech/fsp/2000/05/16/chapter_2_part_one/index.html">
1361
        <b>BSD Unix: Power to the people, from the
1362
        code</b></a><br />
1363
        <a href="http://www.salon.com/">Salon</a>, Andrew
1364
        Leonard<br />
1365
        How Berkeley hackers built the Net's most fabled free
1366
        operating system on the ashes of the '60s---and then lost
1367
        the lead to Linux.</p>
1368
      </li>
1369
1370
      <li>
1371
        <a id="2000May:4" name="2000May:4"></a>
1372
1373
        <p><a
1374
        href="http://www.techrepublic.com/article.jhtml?id=r00220000516eje01.htm">
1375
        <b>Install FreeBSD 4.0 in seven easy steps</b></a><br />
1376
        <a href="http://www.techrepublic.com/">TechRepublic</a>,
1377
        Dru Lavigne<br />
1378
        A short guide to installing FreeBSD 4.0.</p>
1379
      </li>
1380
1381
      <li>
1382
        <a id="2000May:3" name="2000May:3"></a>
1383
1384
        <p><a
1385
        href="http://www.computerworld.com/home/print.nsf/all/000508DC8A">
1386
        <b>Partial Reunification May Give BSD New
1387
        Visibility</b></a><br />
1388
        <a href="http://www.computerworld.com/">ComputerWorld</a>,
1389
        Dominique Deckmyn<br />
1390
        Compares the merged Walnut Creek/BSDI OS offering to
1391
        Linux.</p>
1392
      </li>
1393
1394
      <li>
1395
        <a id="2000May:2" name="2000May:2"></a>
1396
1397
        <p><a
1398
        href="http://www.cnn.com/2000/TECH/computing/05/05/open.source.smugglers.idg/index.html">
1399
        <b>Developers using open-source software behind bosses'
1400
        backs</b></a><br />
1401
        <a href="http://www.cnn.com/">CNN</a>, Peter Wayner<br />
1402
        Open-source software sometimes provides a better solution
1403
        than expensive commerical, closed software.</p>
1404
      </li>
1405
1406
      <li>
1407
        <a id="2000May:1" name="2000May:1"></a>
1408
1409
        <p><a
1410
        href="http://biz.yahoo.com/bw/000501/ca_polyser_1.html"><b>FreeBSD
1411
        4.0 Now Includes PolyServe's High Availability Clustering
1412
        &amp; Load Balancing Software</b></a><br />
1413
        <a href="http://www.polyserve.com/">PolyServe</a>,
1414
        PolyServe Press Release<br />
1415
        PolyServe, a provider of software-based, distributed server
1416
        clustering technology, announced co-marketing agreement
1417
        with FreeBSD, Inc. to ship PolyServe's Understudy (TM)
1418
        software program with all new versions of FreeBSD 4.0
1419
        operating system software.</p>
1420
      </li>
1421
1422
      <li>
1423
        <a id="2000May:0" name="2000May:0"></a>
1424
1425
        <p><a
1426
        href="http://webserver.expert.com/news/5.5/n5.shtml"><b>BSDI
1427
        Getting the Word Out</b></a><br />
1428
        <a href="http://webserver.expert.com/">WebServer
1429
        Online</a>, Alexandra Barrett<br />
1430
        Talks of the lack of awareness in the market of the
1431
        strengths of the BSD operating system and of the plans
1432
        afoot to change this.</p>
1433
      </li>
1434
    </ul>
1435
1436
    <h1>April 2000</h1>
1437
1438
    <ul>
1439
      <li>
1440
        <a id="2000April:2" name="2000April:2"></a>
1441
1442
        <p><a
1443
        href="http://www.bsdi.com/press/20000418.mhtml"><b>The New
1444
        BSDI to Offer Technical Support for the FreeBSD Operating
1445
        System</b></a><br />
1446
        <a href="http://www.bsdi.com/">BSDi</a>, BSDi Press
1447
        Release<br />
1448
        BSDi will be offering technical support contracts for
1449
        FreeBSD beginning in May 2000.</p>
1450
      </li>
1451
1452
      <li>
1453
        <a id="2000April:1" name="2000April:1"></a>
1454
1455
        <p><a
1456
        href="http://www.zdnet.com/zdnn/stories/news/0,4586,2507538,00.html">
1457
        <b>Commentary: BSD sleight of hand</b></a><br />
1458
        <a href="http://www.zdnet.com/">ZD Net News</a>, Stephan
1459
        Somogyi<br />
1460
        Commentary on the BSDI/FreeBSD merger.</p>
1461
      </li>
1462
1463
      <li>
1464
        <a id="2000April:0" name="2000April:0"></a>
1465
1466
        <p><a
1467
        href="http://www.32bitsonline.com/article.php3?file=issues/200004/freebsd2e&amp;page=1">
1468
        <b>FreeBSD 3.4 Review, Part 2: Adopting the
1469
        Daemon</b></a><br />
1470
        <a
1471
        href="http://www.32bitsonline.com/">32BitsOnline.com</a>,
1472
        Clifford Smith<br />
1473
        The second part of a review of FreeBSD v3.4.</p>
1474
      </li>
1475
    </ul>
1476
1477
    <h1>March 2000</h1>
1478
1479
    <ul>
1480
      <li>
1481
        <a id="2000March:4" name="2000March:4"></a>
1482
1483
        <p><a
1484
        href="http://www.sfbg.com/SFLife/34/26/tech.html"><b>The
1485
        legend of BSD</b></a><br />
1486
        <a href="http://www.sfbg.com/">sf life</a>, Annalee
1487
        Newitz<br />
1488
        An interview with three BSD veterans on the past and future
1489
        of BSD.</p>
1490
      </li>
1491
1492
      <li>
1493
        <a id="2000March:3" name="2000March:3"></a>
1494
1495
        <p><a
1496
        href="http://www.oreillynet.com/pub/a/bsd/2000/03/24/bostic.html">
1497
        <b>Bostic on the BSD tradition</b></a><br />
1498
        <a href="http://www.oreillynet.com/">O'Reilly Network</a>,
1499
        Dale Dougherty<br />
1500
        An interview with BSD veteran Keith Bostic on the
1501
        BSDI/FreeBSD merger. ``BSD has always had the best
1502
        technology'', says Keith.</p>
1503
      </li>
1504
1505
      <li>
1506
        <a id="2000March:2" name="2000March:2"></a>
1507
1508
        <p><a
1509
        href="http://www.linuxworld.com/linuxworld/lw-2000-03/lw-03-freebsd_p.html">
1510
        <b>Customizing the FreeBSD Kernel</b></a><br />
1511
        <a href="http://www.linuxworld.com/">LinuxWorld</a>,
1512
        Michael Lucas<br />
1513
        Michael Lucas presents a guide to customizing the FreeBSD
1514
        kernel, written for the Linux oriented.</p>
1515
      </li>
1516
1517
      <li>
1518
        <a id="2000March:1" name="2000March:1"></a>
1519
1520
        <p><a
1521
        href="http://www.samag.com/archive/0903/feature.shtml"><b>FreeBSD
1522
        for the SVR4/Linux Administrator</b></a><br />
1523
        <a href="http://www.samag.com/">SysAdmin</a>, Michael
1524
        Lucas<br />
1525
        This article attempts to give a System V or Linux
1526
        administrator a basic grounding in FreeBSD configuration
1527
        and usage.</p>
1528
      </li>
1529
1530
      <li>
1531
        <a id="2000March:0" name="2000March:0"></a>
1532
1533
        <p><a
1534
        href="http://www.32bitsonline.com/article.php3?file=issues/200003/bsdports&amp;page=1">
1535
        <b>FreeBSD Ports and Packages System
1536
        Explained</b></a><br />
1537
        <a href="http://www.32bitsonline.com/">32BitsOnline</a>,
1538
        Bill Swingle<br />
1539
        A good description of the FreeBSD Ports collection.</p>
1540
      </li>
1541
    </ul>
1542
1543
    <h1>February 2000</h1>
1544
1545
    <ul>
1546
      <li>
1547
        <a id="2000February:5" name="2000February:5"></a>
1548
1549
        <p><a
1550
        href="http://www.upside.com/texis/mvm/print-it?id=38adbbff0&amp;t=/texis/mvm/news/news">
1551
        <b>Business Lessons From Online Porn</b></a><br />
1552
        <a href="http://www.upside.com/">Upside</a>, Richard A.
1553
        Glidewell<br />
1554
        Praise for FreeBSD from this article: ``FreeBSD is the
1555
        system of choice because it is fast, stable, and can handle
1556
        large volumes of traffic.''</p>
1557
      </li>
1558
1559
      <li>
1560
        <a id="2000February:4" name="2000February:4"></a>
1561
1562
        <p><a
1563
        href="http://www.linux.com/articles.phtml?aid=7125"><b>Crazed
1564
        Ferrets in a Berkeley Shower</b></a><br />
1565
        <a href="http://www.linux.com/">Linux.com</a>, Michael
1566
        Lucas<br />
1567
        An article on the BSD License.</p>
1568
      </li>
1569
1570
      <li>
1571
        <a id="2000February:3" name="2000February:3"></a>
1572
1573
        <p><a
1574
        href="http://www.computerworld.com/cwi/story/0,1199,NAV47_STO41147,00.html">
1575
        <b>Three Unixlike systems may be better than
1576
        Linux</b></a><br />
1577
        <a href="http://www.computerworld.com/">ComputerWorld</a>,
1578
        Simson L. Garfinkel<br />
1579
        Promotes the BSD OSes as better alternatives to Linux in
1580
        the areas of performance, reliability and security.</p>
1581
      </li>
1582
1583
      <li>
1584
        <a id="2000February:2" name="2000February:2"></a>
1585
1586
        <p><a
1587
        href="http://www.linux.com/featured_articles/20000208/275/">
1588
        <b>Buddying up to BSD: Part Five - FreeBSD
1589
        Continued</b></a><br />
1590
        <a href="http://www.linux.com/">Linux.com</a>, Matt
1591
        Michie<br />
1592
        A Linux user writes about his experiences with the FreeBSD
1593
        ports system.</p>
1594
      </li>
1595
1596
      <li>
1597
        <a id="2000February:1" name="2000February:1"></a>
1598
1599
        <p><a
1600
        href="http://www.32bitsonline.com/article.php3?file=issues/200002/fbsd34&amp;page=1">
1601
        <b>Review of FreeBSD 3.4</b></a><br />
1602
        <a
1603
        href="http://www.32bitsonline.com/">32BitsOnline.com</a>,
1604
        Clifford Smith<br />
1605
        A review of FreeBSD 3.4.</p>
1606
      </li>
1607
1608
      <li>
1609
        <a id="2000February:0" name="2000February:0"></a>
1610
1611
        <p><a
1612
        href="http://www.boardwatch.com/mag/2000/feb/bwm79.html"><b>
1613
        FreeBSD 4.0 And Beyond</b></a><br />
1614
        <a href="http://www.boardwatch.com/">Boardwatch</a>,
1615
        Jeffrey Carl<br />
1616
        A Jordan Hubbard Interview on Improvements, New Platforms
1617
        and What's to Come.</p>
1618
      </li>
1619
    </ul>
1620
1621
    <h1>January 2000</h1>
1622
1623
    <ul>
1624
      <li>
1625
        <a id="2000January:5" name="2000January:5"></a>
1626
1627
        <p><a
1628
        href="http://www.linux.com/featured_articles/20000126/270/">
1629
        <b>Buddying up to BSD: Part Four - FreeBSD</b></a><br />
1630
        <a href="http://www.linux.com/">Linux.com</a>, Matt
1631
        Michie<br />
1632
        A Linux user writes about his experiences with FreeBSD.</p>
1633
      </li>
1634
1635
      <li>
1636
        <a id="2000January:4" name="2000January:4"></a>
1637
1638
        <p><a
1639
        href="http://www.gartnerweb.com/public/static/hotc/hc00085832.html">
1640
        <b>Debunking Open-Source Myths: Origins and
1641
        Players</b></a><br />
1642
        <a href="http://www.gartnerweb.com/">Gartner Group</a>, N.
1643
        Drakos and M. Driver<br />
1644
        A report that looks at and debunks some of the myths
1645
        associated with Open Source development.</p>
1646
      </li>
1647
1648
      <li>
1649
        <a id="2000January:3" name="2000January:3"></a>
1650
1651
        <p><a
1652
        href="http://www.techweb.com/wire/story/TWB20000114S0013"><b>
1653
        Linux Scales Enterprise Wall</b></a><br />
1654
        <a href="http://www.techweb.com/">TechWeb</a>, Mitch
1655
        Wagner<br />
1656
        About 17 percent of enterprises plan to deploy FreeBSD or
1657
        Linux as a primary platform for e-commerce within two
1658
        years.</p>
1659
      </li>
1660
1661
      <li>
1662
        <a id="2000January:2" name="2000January:2"></a>
1663
1664
        <p><a
1665
        href="http://cnn.com/2000/TECH/computing/01/05/macworld.keynote/index.html">
1666
        <b>Jobs announces new MacOS, becomes 'iCEO'</b></a><br />
1667
        <a href="http://cnn.com/">CNN</a>, CNN news article<br />
1668
        Steve Jobs' Macworld Expo keynote speech mentions FreeBSD
1669
        as one of the components in the new Darwin OS from
1670
        Apple.</p>
1671
      </li>
1672
1673
      <li>
1674
        <a id="2000January:1" name="2000January:1"></a>
1675
1676
        <p><a href="http://www.apple.com/macosx/inside.html"><b>Mac
1677
        OS X</b></a><br />
1678
        <a href="http://www.apple.com/">Apple Inc.</a>, Apple
1679
        communication<br />
1680
        In an article on the next generation Darwin OS, Apple Inc.,
1681
        refers to FreeBSD as one of the ``most acclaimed OS
1682
        projects of the modern era.''</p>
1683
      </li>
1684
1685
      <li>
1686
        <a id="2000January:0" name="2000January:0"></a>
1687
1688
        <p><a
1689
        href="http://www.samag.com/documents/s=1169/sam0001b/"><b>Linux
1690
        under FreeBSD</b></a><br />
1691
        <a href="http://www.samag.com/">SysAdmin</a>, Michael
1692
        Lucas<br />
1693
        FreeBSD has several options for using software from other
1694
        platforms such as Linux. This article examines Linux
1695
        emulation under FreeBSD.</p>
1696
      </li>
1697
    </ul>
1698
1699
    <h1>December 1999</h1>
1700
1701
    <ul>
1702
      <li>
1703
        <a id="1999December:1" name="1999December:1"></a>
1704
1705
        <p><a
1706
        href="http://biz.yahoo.com/prnews/991215/wa_freei_d_1.html">
1707
        <b>Freei.Net Doubles Service Speed With Intel(R) Server
1708
        Platforms</b></a><br />
1709
        <a href="http://www.freei.net">Freei.Net</a>, Freei.Net
1710
        Press Release<br />
1711
        Freei.Net is purchasing hundreds of Intel's LB440GX 2U Rack
1712
        Server Platforms as the Internet service provider continues
1713
        to experience explosive growth in its subscriber base.
1714
        ``The LB440GX flawlessly supports our FreeBSD operating
1715
        system,'' said Steve Bourg, Freei.Net's Chief Technical
1716
        Officer.</p>
1717
      </li>
1718
1719
      <li>
1720
        <a id="1999December:0" name="1999December:0"></a>
1721
1722
        <p><a
1723
        href="http://www.data.com/features/1206a.html"><b>FreeBSD
1724
        3.3. Robust OS well suited for Internet/Intranet
1725
        Deployment</b></a><br />
1726
        <a href="http://www.data.com/">Data Communications
1727
        Online</a>, Juha Saarinen<br />
1728
        Linux administrator turns to FreeBSD and finds it
1729
        impressive.</p>
1730
      </li>
1731
    </ul>
1732
1733
    <h1>November 1999</h1>
1734
1735
    <ul>
1736
      <li>
1737
        <a id="1999November:6" name="1999November:6"></a>
1738
1739
        <p><a
1740
        href="http://slashdot.org/article.pl?sid=99/11/21/1430208&amp;mode=nocomment">
1741
        <b>FreeBSD at COMDEX</b></a><br />
1742
        <a href="http://slashdot.org/">Slashdot</a>, Brett
1743
        Glass<br />
1744
        Brett Glass sent this message to the FreeBSD -chat mailing
1745
        list, about his experiences and perceptions at COMDEX. Of
1746
        particular interest are the problems he had trying to get
1747
        vendors to support the BSDs and Linux.</p>
1748
      </li>
1749
1750
      <li>
1751
        <a id="1999November:5" name="1999November:5"></a>
1752
1753
        <p><a
1754
        href="http://www.salon.com/tech/feature/1999/11/18/red_hat/index.html">
1755
        <b>Who controls free software?</b></a><br />
1756
        <a href="http://www.salon.com/">Salon Magazine</a>, Andrew
1757
        Leonard<br />
1758
        Discusses <a href="http://www.redhat.com/">RedHat</a>'s
1759
        acquisition of <a href="http://www.cygnus.com/">Cygnus</a>,
1760
        quotes <a href="mailto:jkh@FreeBSD.org">Jordan Hubbard</a>
1761
        at length, and mentions FreeBSD.</p>
1762
      </li>
1763
1764
      <li>
1765
        <a id="1999November:4" name="1999November:4"></a>
1766
1767
        <p><a
1768
        href="http://macweek.zdnet.com/1999/11/14/darwinist.html"><b>
1769
        The Darwinist: Darwin for x86?</b></a><br />
1770
        <a href="http://macweek.zdnet.com/">MacWeek</a>, Stephan
1771
        Somogyi<br />
1772
        A report on Wilfredo Sanchez's session on FreeBSD and the
1773
        Apple Darwin project at the first FreeBSDCon.</p>
1774
      </li>
1775
1776
      <li>
1777
        <a id="1999November:3" name="1999November:3"></a>
1778
1779
        <p><a
1780
        href="http://cbs.marketwatch.com/archive/19991108/news/current/soapbox.htx?source=blq/yhoo&amp;dist=yhoo">
1781
        <b>Bob Frankenberg's breaking Windows</b></a><br />
1782
        <a href="http://cbs.marketwatch.com/">CBS MarketWatch</a>,
1783
        Michael Tarsala<br />
1784
        In an interview with CBS MarketWatch, Bob Frankenberg,
1785
        ex-CEO of <a href="http://www.novell.com/">Novell</a>,
1786
        praises FreeBSD for doing ``an exceptionally good job''.
1787
        FreeBSD is used in his current company, <a
1788
        href="http://www.encanto.com/">Encanto</a>.</p>
1789
      </li>
1790
1791
      <li>
1792
        <a id="1999November:2" name="1999November:2"></a>
1793
1794
        <p><a
1795
        href="http://www.applix.com/releases/99-11-03_applixware_office_for_freebsd_os.cfm">
1796
        <b>Applix and Walnut Creek Partner to Provide Applixware
1797
        Office for the FreeBSD Operating System</b></a><br />
1798
        <a href="http://www.applix.com/">Applix Inc.</a>, Applix
1799
        Inc. press release<br />
1800
        Walnut Creek will distribute Applixware Office v4.4.2 in
1801
        their FreeBSD 3.3 Power Desktop product. In addition,
1802
        Walnut Creek will bundle <a
1803
        href="http://www.applixware.org/">Applix'SHELF</a>, a
1804
        visual open-source application development toolset and
1805
        runtime environment with FreeBSD.</p>
1806
      </li>
1807
1808
      <li>
1809
        <a id="1999November:1" name="1999November:1"></a>
1810
1811
        <p><a
1812
        href="http://www.linuxworld.com/linuxworld/lw-1999-10/lw-10-bsd_p.html">
1813
        <b>LinuxWorld report on FreeBSDCon 99</b></a><br />
1814
        <a href="http://www.linuxworld.com/">LinuxWorld</a>, Vicki
1815
        Brown<br />
1816
        October 17, 1999 marked a milestone in the history of
1817
        FreeBSD -- the first FreeBSD conference was held in the
1818
        city where it all began.</p>
1819
      </li>
1820
1821
      <li>
1822
        <a id="1999November:0" name="1999November:0"></a>
1823
1824
        <p><a
1825
        href="http://cnn.com/TECH/computing/9911/01/freebsd.con99.idg/index.html">
1826
        <b>FreeBSDCon'99: Fans of Linux's lesser-known sibling
1827
        gather for the first time</b></a><br />
1828
        <a href="http://cnn.com/">CNN</a>, Vicki Brown<br />
1829
        Repost of IDG article about FreeBSDCon '99.</p>
1830
      </li>
1831
    </ul>
1832
1833
    <h1>October 1999</h1>
1834
1835
    <ul>
1836
      <li>
1837
        <a id="1999October:3" name="1999October:3"></a>
1838
1839
        <p><a
1840
        href="http://serverwatch.internet.com/reviews/platform-freebsd.html">
1841
        <b>ServerWatch's Review of FreeBSD</b></a><br />
1842
        <a href="http://serverwatch.internet.com/">ServerWatch</a>,
1843
        Kevin Reichard<br />
1844
        FreeBSD v3.2 is as close to the perfect Internet server
1845
        operating system as it comes.</p>
1846
      </li>
1847
1848
      <li>
1849
        <a id="1999October:2" name="1999October:2"></a>
1850
1851
        <p><a
1852
        href="http://www.upside.com/texis/mvm/story?id=380d3cf90&amp;src=yahoo">
1853
        <b>Grass Roots Daemocracy</b></a><br />
1854
        <a href="http://www.upside.com/">Upside</a>, Sam
1855
        Williams<br />
1856
        A report from the first annual FreeBSDCon held in Berkeley,
1857
        California.</p>
1858
      </li>
1859
1860
      <li>
1861
        <a id="1999October:1" name="1999October:1"></a>
1862
1863
        <p><a
1864
        href="http://www.entera.com/news/pressreleases/1004elsabsd.html">
1865
        <b>ENTERA DELIVERS FreeBSD STREAMING SERVER SUPPORTING
1866
        QUICKTIME</b></a><br />
1867
        <a href="http://www.entera.com/">Entera</a>, Entera Press
1868
        Release<br />
1869
        Entera announces a <a
1870
        href="http://www.streamingserver.org/">free,
1871
        standards-based RTSP/RTP server</a> to stream QuickTime
1872
        from a FreeBSD platform.</p>
1873
      </li>
1874
1875
      <li>
1876
        <a id="1999October:0" name="1999October:0"></a>
1877
1878
        <p><a
1879
        href="http://www.firstmonday.dk/issues/issue4_10/bezroukov/index.html">
1880
        <b>Open Source Software Development as a Special Type of
1881
        Academic Research</b></a><br />
1882
        <a href="http://www.firstmonday.dk/">First Monday</a>,
1883
        Nikolai Bezroukov<br />
1884
        This paper tries to explore links between open source
1885
        software development and academic research as a better
1886
        paradigm for OSS development.</p>
1887
      </li>
1888
    </ul>
1889
1890
    <h1>September 1999</h1>
1891
1892
    <ul>
1893
      <li>
1894
        <a id="1999September:2" name="1999September:2"></a>
1895
1896
        <p><a href=""></a><br />
1897
        <a href="http://www.boston.com/">The Boston
1898
        Globe</a>,<br />
1899
        Claims that the operating systems based on BSD are more
1900
        reliable and secure. <i>(requires registration with The
1901
        Boston Globe prior to viewing)</i></p>
1902
      </li>
1903
1904
      <li>
1905
        <a id="1999September:1" name="1999September:1"></a>
1906
1907
        <p><a
1908
        href="http://dowjones.wsj.com/n/SB936961814325017645-d-main-c1.html">
1909
        <b>Beyond Linux, Free Systems Help Build The
1910
        Web</b></a><br />
1911
        <a href="http://dowjones.wsj.com/">Wall Street Journal</a>,
1912
        Lee Gomes<br />
1913
        An introduction to the BSD family of free operating
1914
        systems.</p>
1915
      </li>
1916
1917
      <li>
1918
        <a id="1999September:0" name="1999September:0"></a>
1919
1920
        <p><a
1921
        href="http://www.samag.com/archive/0809/feature.shtml"><b>Maintaining
1922
        Patch Levels with Open Source BSDs</b></a><br />
1923
        <a href="http://www.samag.com/">SysAdmin</a>, Michael
1924
        Lucas<br />
1925
        Focusses on the BSD development model and the ease of
1926
        keeping upto-date with tools like sup and CVSup.</p>
1927
      </li>
1928
    </ul>
1929
1930
    <h1>August 1999</h1>
1931
1932
    <ul>
1933
      <li>
1934
        <a id="1999August:4" name="1999August:4"></a>
1935
1936
        <p><a
1937
        href="http://web.boston.com/technology/packages/opensource/linux_limelight.shtml">
1938
        <b>Out of Linux limelight, devil gets its due</b></a><br />
1939
        <a href="http://web.boston.com/">Boston Globe</a>, Hiawatha
1940
        Bray<br />
1941
        A short (but not very accurate) introduction to FreeBSD for
1942
        people who have heard about Linux.</p>
1943
      </li>
1944
1945
      <li>
1946
        <a id="1999August:3" name="1999August:3"></a>
1947
1948
        <p><a
1949
        href="http://www.cnn.com/TECH/computing/9908/11/hacker.hols.idg/index.html">
1950
        <b>Reporter's notebook: Hackers on holiday</b></a><br />
1951
        <a href="http://www.cnn.com/">CNN</a>, Ann Harrison<br />
1952
        CNN reports that the winner during the &quot;Linux Death
1953
        Match&quot; at the Chaos Computer Camp in Germany used
1954
        FreeBSD tools to win out over Linux attackers. More details
1955
        are available at <a
1956
        href="http://www.42.org/~sec/Berichte/199908Camp/index.en.html#match">
1957
        http://www.42.org/~sec/Berichte/199908Camp/index.en.html#match</a>.</p>
1958
      </li>
1959
1960
      <li>
1961
        <a id="1999August:2" name="1999August:2"></a>
1962
1963
        <p><a
1964
        href="http://www.userfriendly.org/cartoons/archives/99aug/19990803.html">
1965
        <b>More FreeBSD Comics</b></a><br />
1966
        <a href="http://www.userfriendly.org/">User Friendly the
1967
        Comic Strip</a>, Illiad<br />
1968
        See also the comics for the <a
1969
        href="http://www.userfriendly.org/cartoons/archives/99aug/19990804.html">
1970
        4th</a> and the <a
1971
        href="http://www.userfriendly.org/cartoons/archives/99aug/19990805.html">
1972
        5th</a>.</p>
1973
      </li>
1974
1975
      <li>
1976
        <a id="1999August:1" name="1999August:1"></a>
1977
1978
        <p><a
1979
        href="http://www.fast.no/company/press/twbs02081999.html"><b>
1980
        World's Biggest Internet Search Engine Goes
1981
        Online</b></a><br />
1982
        <a href="http://web.fast.no/">Fast Search &amp;
1983
        Transfer</a>, FAST Press Release<br />
1984
        Said to be the largest search engine on the Internet, <a
1985
        href="http://www.alltheweb.com/">FAST Web Search</a> <a
1986
        href="http://www-new.fast.no/faq/faqfastwebsearch.html#Hardware">
1987
        uses the FreeBSD operating system</a>.</p>
1988
      </li>
1989
1990
      <li>
1991
        <a id="1999August:0" name="1999August:0"></a>
1992
1993
        <p><a
1994
        href="http://www.sciencedaily.com/releases/1999/08/990802072727.htm">
1995
        <b>Duke Computer Scientists Exceed &quot;Gigabit&quot; Data
1996
        Processing Speeds With Internet Software</b></a><br />
1997
        <a href="http://www.sciencedaily.com/">Science Daily
1998
        Magazine</a>, Duke University press release<br />
1999
        Using FreeBSD, Duke University computer science researchers
2000
        have developed a system for communication at speeds higher
2001
        than one billion bits per second in a local area network of
2002
        personal computers. More details can be found at the <a
2003
        href="http://www.cs.duke.edu/ari/trapeze">Trapeze
2004
        project</a> web site.</p>
2005
      </li>
2006
    </ul>
2007
2008
    <h1>July 1999</h1>
2009
2010
    <ul>
2011
      <li>
2012
        <a id="1999July:4" name="1999July:4"></a>
2013
2014
        <p><a
2015
        href="http://www.pair.com/pair/press/19990727.html"><b>WORLDS
2016
        LARGEST INDEPENDENT IPP HITS NEW MILESTONE</b></a><br />
2017
        <a href="http://www.pair.com/">Pair Networks</a>, pair
2018
        Networks press release<br />
2019
        pair Networks, Inc., the World's largest independently
2020
        owned and operated paid hosting service, today announced
2021
        that it has surpassed the 60,000 Web site milestone. Their
2022
        web servers in their state-of-the-art data center house
2023
        more than 2 Terabytes of storage, and deliver up to 100
2024
        million hits per day to site visitors. pair uses FreeBSD in
2025
        order to ensure maximum uptime and reliability.</p>
2026
      </li>
2027
2028
      <li>
2029
        <a id="1999July:3" name="1999July:3"></a>
2030
2031
        <p><a
2032
        href="http://www.techwebuk.com/story/TUK19990726S0029"><b>Free
2033
        OS? It' s as easy as BSD</b></a><br />
2034
        <a href="http://www.techwebuk.com/">TechWeb UK</a>, Peter
2035
        McGarvey<br />
2036
        Network manager Peter McGarvey writes about his experience
2037
        with a number of varieties of Unix. He sums up: <i>FreeBSD
2038
        is the greatest</i>.</p>
2039
      </li>
2040
2041
      <li>
2042
        <a id="1999July:2" name="1999July:2"></a>
2043
2044
        <p><a
2045
        href="http://www.zdnet.com/zdnn/stories/news/0,4586,2299366,00.html">
2046
        <b>BSD a better OS than Linux?</b></a><br />
2047
        <a href="http://www.zdnet.com/">ZD Net News</a>, Bob
2048
        Sullivan<br />
2049
        BSD is the software behind the world's most popular Web
2050
        site and the world's most popular FTP site.</p>
2051
      </li>
2052
2053
      <li>
2054
        <a id="1999July:1" name="1999July:1"></a>
2055
2056
        <p><a href="http://www.msnbc.com/news/292376.asp"><b>The
2057
        Net's stealth operating system</b></a><br />
2058
        <a href="http://www.msnbc.com/">MSNBC</a>, Bob
2059
        Sullivan<br />
2060
        BSD powers some of the biggest sites, and its users are
2061
        among the most jealous of Linux.</p>
2062
      </li>
2063
2064
      <li>
2065
        <a id="1999July:0" name="1999July:0"></a>
2066
2067
        <p><a
2068
        href="http://www.performancecomputing.com/features/9906of2.shtml">
2069
        <b>Embed Together: The Case For BSD In Network
2070
        Appliances</b></a><br />
2071
        <a href="http://www.performancecomputing.com/">Performance
2072
        Computing</a>, Kevin Rose and Charles Davidson<br />
2073
        Underlines the advantages of BSD for the embedded device
2074
        market. Mentions <a
2075
        href="http://www.FreeBSD.org/~picobsd/">picoBSD</a>.</p>
2076
      </li>
2077
    </ul>
2078
2079
    <h1>June 1999</h1>
2080
2081
    <ul>
2082
      <li>
2083
        <a id="1999June:6" name="1999June:6"></a>
2084
2085
        <p><a
2086
        href="http://ebs.tamu.edu/kamu-fm/gig-24jun99.ram"><b>Radio
2087
        interview: Linux and FreeBSD</b></a><br />
2088
        <a
2089
        href="http://cis.tamu.edu/news/gigabytes/index.html">GigABytes
2090
        Radio Talk Show</a>, Chris DiBona and Jordan Hubbard<br />
2091
        Chris DiBona of VA Research and Jordan Hubbard of the
2092
        FreeBSD Project give their views on Linux and FreeBSD.</p>
2093
      </li>
2094
2095
      <li>
2096
        <a id="1999June:5" name="1999June:5"></a>
2097
2098
        <p><a
2099
        href="http://www.ntsystems.com/db_area/archive/1999/9906/306r1.shtml">
2100
        <b>Thin Servers</b></a><br />
2101
        <a href="http://www.ntsystems.com/">Windows NT Systems</a>,
2102
        Ted Drude<br />
2103
        A survey of thin servers, featuring products using FreeBSD
2104
        as their internal operating system.</p>
2105
      </li>
2106
2107
      <li>
2108
        <a id="1999June:4" name="1999June:4"></a>
2109
2110
        <p><a href="http://www.pcc.ie/net/ci.html"><b>Information
2111
        Technology and the Internet in Co-operation
2112
        Ireland</b></a><br />
2113
        <a href="http://www.pcc.ie/">Public Communications Centre,
2114
        Ireland</a>, Interview with Michael Doyle<br />
2115
        Michael Doyle, system administrator for <a
2116
        href="http://www.co-operation-ireland.ie">Co-operation
2117
        Ireland</a> roots for FreeBSD in this interview. Michael is
2118
        using FreeBSD and <a
2119
        href="http://www.postgresql.org">PostgreSQL</a> as a
2120
        cost-effective and ultra-reliable solution for his
2121
        organization's I.T. needs.</p>
2122
      </li>
2123
2124
      <li>
2125
        <a id="1999June:3" name="1999June:3"></a>
2126
2127
        <p><a
2128
        href="http://www.32bitsonline.com/article.php3?file=issues/199906/gplbsd&amp;page=1">
2129
        <b>GPL and BSD: explication and comparison</b></a><br />
2130
        <a href="http://www.32bitsonline.com/">32BitsOnline</a>,
2131
        Rob Bos<br />
2132
        An article comparing BSD and GPL style licenses.</p>
2133
      </li>
2134
2135
      <li>
2136
        <a id="1999June:2" name="1999June:2"></a>
2137
2138
        <p><a
2139
        href="http://www.wired.com/news/news/business/story/20483.html">
2140
        <b>CmdrTaco on Slashdot Sale</b></a><br />
2141
        <a href="http://www.wired.com/">Wired Business News</a>,
2142
        Leander Kahney<br />
2143
        In an interview with Wired News, Rob Malda, founder of <a
2144
        href="http://slashdot.org/">Slashdot</a>, says that he
2145
        would now like to spend some more time reporting on
2146
        FreeBSD.</p>
2147
      </li>
2148
2149
      <li>
2150
        <a id="1999June:1" name="1999June:1"></a>
2151
2152
        <p><a
2153
        href="http://serverwatch.internet.com/reviews/platform-freebsd.html">
2154
        <b>Server Platforms - FreeBSD Review</b></a><br />
2155
        <a href="http://serverwatch.internet.com/">ServerWatch</a>,
2156
        Kevin Reichard<br />
2157
        FreeBSD: Is it the perfect Internet server operating
2158
        system? As close as it comes.</p>
2159
      </li>
2160
2161
      <li>
2162
        <a id="1999June:0" name="1999June:0"></a>
2163
2164
        <p><a
2165
        href="http://www.networkweek.com/openwindow/story/NWW19990611S0005">
2166
        <b>Yes! There is intelligent life beyond
2167
        Linux</b></a><br />
2168
        <a href="http://www.networkweek.com/">Network Week
2169
        Online</a>, David Cartwright<br />
2170
        It looks like Unix, it tastes like Unix but it isn't Unix.
2171
        It's FreeBSD!</p>
2172
      </li>
2173
    </ul>
2174
2175
    <h1>May 1999</h1>
2176
2177
    <ul>
2178
      <li>
2179
        <a id="1999May:6" name="1999May:6"></a>
2180
2181
        <p><a
2182
        href="http://www.sunworld.com/sunworldonline/swol-05-1999/swol-05-silicon.html">
2183
        <b>Silicon Carny: Why I run FreeBSD</b></a><br />
2184
        <a href="http://www.sunworld.com/">SunWorld</a>, Rich
2185
        Morin<br />
2186
        Rich Morin explains why FreeBSD is the superior OS for
2187
        him.</p>
2188
      </li>
2189
2190
      <li>
2191
        <a id="1999May:5" name="1999May:5"></a>
2192
2193
        <p><a
2194
        href="http://www.wccdrom.com/press/wcarchive_milestone.phtml">
2195
        <b>INTERNET'S BUSIEST SOFTWARE ARCHIVE REACHES NEW DOWNLOAD
2196
        MILESTONE</b></a><br />
2197
        <a href="http://www.wccdrom.com/">Walnut Creek CDROM</a>,
2198
        David Greenman<br />
2199
        Walnut Creek CDROM, Inc. announces that their popular
2200
        software archive at ftp://ftp.cdrom.com has surpassed the
2201
        one trillion bytes (one terabyte) milestone of files
2202
        downloaded per day from a single server machine.</p>
2203
      </li>
2204
2205
      <li>
2206
        <a id="1999May:4" name="1999May:4"></a>
2207
2208
        <p><a
2209
        href="http://home.cnet.com/category/0-3709-7-284910.html"><b>
2210
        Bye-Bye, Windows</b></a><br />
2211
        <a href="http://home.cnet.com">CNet</a>, Christopher
2212
        Lindquist<br />
2213
        Reviews alternative PC operating systems. Includes a <a
2214
        href="http://home.cnet.com/category/topic/0,10000,0-3709-7-285083,00.html">
2215
        review of FreeBSD 3.2</a>.</p>
2216
      </li>
2217
2218
      <li>
2219
        <a id="1999May:3" name="1999May:3"></a>
2220
2221
        <p><a
2222
        href="http://news.bbc.co.uk/hi/english/sci/tech/newsid_321000/321433.stm">
2223
        <b>Gnome is no Windows dwarf</b></a><br />
2224
        <a href="http://bbc.co.uk/">BBC</a>, Chris Nuttall<br />
2225
        Article on Gnome and the Open Source movement. Mentions
2226
        FreeBSD.</p>
2227
      </li>
2228
2229
      <li>
2230
        <a id="1999May:2" name="1999May:2"></a>
2231
2232
        <p><a
2233
        href="http://www.pioneerplanet.com/reprints/051799tech.htm">
2234
        <b>OS Also-Rans</b></a><br />
2235
        <a href="http://www.pioneerplanet.com">Pioneer Planet</a>,
2236
        JULIO OJEDA-ZAPATA<br />
2237
        A short article introducing a few alternative OSes,
2238
        including FreeBSD and OpenBSD. Aimed at the general
2239
        public.</p>
2240
      </li>
2241
2242
      <li>
2243
        <a id="1999May:1" name="1999May:1"></a>
2244
2245
        <p><a
2246
        href="http://www.wccdrom.com/press/micron.phtml"><b>Micron
2247
        Electronics NetFRAME chosen for Internet's busiest
2248
        site</b></a><br />
2249
        <a href="http://www.wccdrom.com/">Walnut Creek CDROM</a>,
2250
        David Greenman<br />
2251
        During its first full day of operation, the new NetFRAME
2252
        9201 server set a new all-time one day download record of
2253
        969GB of files, surpassing the previous record set last
2254
        year of 873GB/day.</p>
2255
      </li>
2256
2257
      <li>
2258
        <a id="1999May:0" name="1999May:0"></a>
2259
2260
        <p><a
2261
        href="http://www.zdnet.com/pcweek/stories/news/0,4153,400844,00.html">
2262
        <b>The other open-source OS: FreeBSD</b></a><br />
2263
        <a href="http://www.zdnet.com/">ZD Net</a>, Anne Chen<br />
2264
        Examples of FreeBSD deployment in the real world and why
2265
        some technology officers find it attractive.</p>
2266
      </li>
2267
    </ul>
2268
2269
    <h1>April 1999</h1>
2270
2271
    <ul>
2272
      <li>
2273
        <a id="1999April:9" name="1999April:9"></a>
2274
2275
        <p><a
2276
        href="http://www.data.com/issue/990407/open.html"><b>Open-Source
2277
        Software: Power to the People</b></a><br />
2278
        <a href="http://www.data.com">Data Communications</a>, Lee
2279
        Bruno<br />
2280
        Linux and BSD Unix are starting to show up on more and more
2281
        corporate servers, running alongside or even replacing
2282
        Netware and Windows NT.</p>
2283
      </li>
2284
2285
      <li>
2286
        <a id="1999April:8" name="1999April:8"></a>
2287
2288
        <p><a
2289
        href="http://advocacy.FreeBSD.org/stories/pr_xml.html"><b>XML:
2290
        Complete XML Development System Integrated with
2291
        FreeBSD</b></a><br />
2292
        <a href="http://advocacy.FreeBSD.org/">FreeBSD
2293
        Advocacy</a>, Jordan Hubbard<br />
2294
        Included with FreeBSD 3.1 is a complete, integrated
2295
        SGML/XML development system that installs with a simple,
2296
        easy to use command sequence.</p>
2297
      </li>
2298
2299
      <li>
2300
        <a id="1999April:7" name="1999April:7"></a>
2301
2302
        <p><a
2303
        href="http://www.inktomi.com/new/press/ts3.html"><b>Inktomi
2304
        Announces Traffic Server 3.0</b></a><br />
2305
        <a href="http://www.inktomi.com">Inktomi</a>, Inktomi press
2306
        release<br />
2307
        FreeBSD is a supported operating system for a new version
2308
        of Inktomi's carrier-class network cache platform.</p>
2309
      </li>
2310
2311
      <li>
2312
        <a id="1999April:6" name="1999April:6"></a>
2313
2314
        <p><a
2315
        href="http://advocacy.FreeBSD.org/stories/pr_matrix.html"><b>
2316
        The Matrix: FreeBSD Used to Generate Special
2317
        Effects</b></a><br />
2318
        <a href="http://advocacy.FreeBSD.org/">FreeBSD
2319
        Advocacy</a>, Jordan Hubbard<br />
2320
        Dual-Processor FreeBSD systems were used to generate a
2321
        large number of special effects in the cutting edge Warner
2322
        Brothers film, <i>The Matrix</i>.</p>
2323
      </li>
2324
2325
      <li>
2326
        <a id="1999April:5" name="1999April:5"></a>
2327
2328
        <p><a
2329
        href="http://www.osopinion.com/Opinions/PrestonWiley/PrestonWiley1.html">
2330
        <b>Let's Get More Educated About FreeBSD</b></a><br />
2331
        <a href="http://www.osopinion.com/">osOpinion</a>, Preston
2332
        S. Wiley<br />
2333
        A system administrator shares his views on FreeBSD.</p>
2334
      </li>
2335
2336
      <li>
2337
        <a id="1999April:4" name="1999April:4"></a>
2338
2339
        <p><a
2340
        href="http://www.zdnet.com/sr/stories/column/0,4712,398025,00.html">
2341
        <b>The Oldest Free OS</b></a><br />
2342
        <a href="http://www.zdnet.com">ZD Net</a>, Steven J.
2343
        Vaughan-Nichols<br />
2344
        What are the oldest free operating systems around? The
2345
        answer is the Berkeley Software Distribution (BSD) Unix
2346
        variants.</p>
2347
      </li>
2348
2349
      <li>
2350
        <a id="1999April:3" name="1999April:3"></a>
2351
2352
        <p><a
2353
        href="http://www.upside.com/texis/mvm/down_the_toilet?id=3714d4820">
2354
        <b>FreeBSD wants a place in the sun</b></a><br />
2355
        <a href="http://www.upside.com">Upside</a>, Sam
2356
        Williams<br />
2357
        Introduces FreeBSD to Linux users.</p>
2358
      </li>
2359
2360
      <li>
2361
        <a id="1999April:2" name="1999April:2"></a>
2362
2363
        <p><a
2364
        href="http://www.internetworld.com/print/current/webdev/19990412-freebsd.html">
2365
        <b>FreeBSD Offers a Sound Open Source
2366
        Alternative</b></a><br />
2367
        <a href="http://www.internetworld.com">Internet World</a>,
2368
        James C. Luh<br />
2369
        Outside technical circles, many remain unaware of viable
2370
        choices for internet servers---like the FreeBSD operating
2371
        system that drives Web servers for such high-profile names
2372
        as Yahoo and Best Internet Communications (now part of
2373
        Verio).</p>
2374
      </li>
2375
2376
      <li>
2377
        <a id="1999April:1" name="1999April:1"></a>
2378
2379
        <p><a
2380
        href="http://cnn.com/TECH/computing/9904/08/cdrom.idg/index.html">
2381
        <b>Serious FTP: Behind the scenes of Walnut Creek
2382
        CDROM</b></a><br />
2383
        <a href="http://cnn.com">CNN</a>, Rich Morin<br />
2384
        A description of the Walnut Creek CDROM setup. The article
2385
        is also available from <a
2386
        href="http://www.sunworld.com/swol-04-1999/swol-04-silicon.html">
2387
        SunWorld</a>.</p>
2388
      </li>
2389
2390
      <li>
2391
        <a id="1999April:0" name="1999April:0"></a>
2392
2393
        <p><a
2394
        href="http://www.techweb.com/se/directlink.cgi?DAT19990407S0024">
2395
        <b>Thin Servers: Off-the-Shelf Internet Help</b></a><br />
2396
        <a href="http://www.techweb.com/">TechWeb</a>, Christine
2397
        Zimmerman<br />
2398
        Discusses thin-servers, including six built using an
2399
        embedded FreeBSD kernel.</p>
2400
      </li>
2401
    </ul>
2402
2403
    <h1>March 1999</h1>
2404
2405
    <ul>
2406
      <li>
2407
        <a id="1999March:2" name="1999March:2"></a>
2408
2409
        <p><a
2410
        href="http://www.userfriendly.org/cartoons/archives/99mar/19990320.html">
2411
        <b>A FreeBSD Comic Strip</b></a><br />
2412
        <a href="http://www.userfriendly.org/">User Friendly the
2413
        Comic Strip</a>, Illiad<br />
2414
        See also the serial from the <a
2415
        href="http://www.userfriendly.org/cartoons/archives/99mar/19990322.html">
2416
        22nd</a>, <a
2417
        href="http://www.userfriendly.org/cartoons/archives/99mar/19990323.html">
2418
        23rd</a>, <a
2419
        href="http://www.userfriendly.org/cartoons/archives/99mar/19990324.html">
2420
        24th</a>, <a
2421
        href="http://www.userfriendly.org/cartoons/archives/99mar/19990325.html">
2422
        25th</a>, <a
2423
        href="http://www.userfriendly.org/cartoons/archives/99mar/19990326.html">
2424
        26th</a>, and <a
2425
        href="http://www.userfriendly.org/cartoons/archives/99mar/19990327.html">
2426
        27th</a> of March, 1999.</p>
2427
      </li>
2428
2429
      <li>
2430
        <a id="1999March:1" name="1999March:1"></a>
2431
2432
        <p><a
2433
        href="http://www.it.fairfax.com.au/990316/openline1.html"><b>
2434
        Rising support for BSD</b></a><br />
2435
        <a href="http://www.it.fairfax.com.au">Fairfax IT News</a>,
2436
        Nathan Cochrane<br />
2437
        Columnist Nathan Cochrane talks about the BSD family of
2438
        open source operating systems.</p>
2439
      </li>
2440
2441
      <li>
2442
        <a id="1999March:0" name="1999March:0"></a>
2443
2444
        <p><a
2445
        href="http://opensource.oreilly.com/news/scoville_0399.html">
2446
        <b>Whence the Source: Untangling the Open Source/Free
2447
        Software Debate</b></a><br />
2448
        <a href="http://opensource.oreilly.com">O'Reilly Open
2449
        Source</a>, Thomas Scoville<br />
2450
        An article on the open-source / free-software debate.
2451
        Mentions Berkeley Unix as one of the early successes of
2452
        shared source code collaboration.</p>
2453
      </li>
2454
    </ul>
2455
2456
    <h1>February 1999</h1>
2457
2458
    <ul>
2459
      <li>
2460
        <a id="1999February:1" name="1999February:1"></a>
2461
2462
        <p><a
2463
        href="http://lwn.net/1999/features/ACInterview/"><b>LWN
2464
        interviews Alan Cox</b></a><br />
2465
        <a href="http://lwn.net/">Linux Weekly News</a>,<br />
2466
        There is a small but interesting FreeBSD mention in LWN in
2467
        an interview with Linux's Alan Cox.</p>
2468
      </li>
2469
2470
      <li>
2471
        <a id="1999February:0" name="1999February:0"></a>
2472
2473
        <p><a href=""></a><br />
2474
        <a href="http://www.economist.com">The Economist</a>,<br />
2475
        Software that has been developed by thousands of volunteers
2476
        and is given away is often better than the stuff for sale.
2477
        <i>Note</i>: The article is no longer available online
2478
        without registration.</p>
2479
      </li>
2480
    </ul>
2481
2482
    <h1>January 1999</h1>
2483
2484
    <ul>
2485
      <li>
2486
        <a id="1999January:4" name="1999January:4"></a>
2487
2488
        <p><a
2489
        href="http://www.oreilly.com/catalog/opensources/book/kirkmck.html">
2490
        <b>Twenty Years of Berkeley Unix</b></a><br />
2491
        <a href="http://www.oreilly.com">O'Reilly and
2492
        Associates</a>, Marshall Kirk McKusick<br />
2493
        A short history of Berkeley Unix.</p>
2494
      </li>
2495
2496
      <li>
2497
        <a id="1999January:3" name="1999January:3"></a>
2498
2499
        <p><a
2500
        href="http://www.linuxjournal.com/issue57/2515.html"><b>WWWsmith:
2501
        Installation and Configuration of FreeBSD</b></a><br />
2502
        <a href="http://www.linuxjournal.com/">LINUX JOURNAL</a>,
2503
        Sean Eric Fagan<br />
2504
        Here is how to set up a web server using another freely
2505
        available operating system, FreeBSD, a high performance,
2506
        mature, Unix-like system.</p>
2507
      </li>
2508
2509
      <li>
2510
        <a id="1999January:2" name="1999January:2"></a>
2511
2512
        <p><a
2513
        href="http://www.sunworld.com/swol-01-1999/swol-01-bsd.html">
2514
        <b>The return of BSD - What are the BSD flavors and why
2515
        might you use them?</b></a><br />
2516
        <a href="http://www.sunworld.com/">SunWorld</a>, Greg
2517
        Lehey<br />
2518
        Introduces the modern BSD OSes to the general public.</p>
2519
      </li>
2520
2521
      <li>
2522
        <a id="1999January:1" name="1999January:1"></a>
2523
2524
        <p><a href=""></a><br />
2525
        <a href="http://www.gartner.com/">GartnerGroup</a>,<br />
2526
        While finished thin servers should be optimized in both
2527
        hardware and software for the task at hand, who says the
2528
        software and hardware must come from the same developer?
2529
        This Perspective examines the emerging trend in the OEM
2530
        market of divorcing the software layer from the hardware
2531
        layer. Many operating systems are vying to be the OS of
2532
        choice for thin servers. This document examines this issue
2533
        in detail, particularly the differences between Linux and
2534
        FreeBSD, the current de facto leaders in the market.
2535
        <i>Note</i>: The article is no longer available online
2536
        without registration.</p>
2537
      </li>
2538
2539
      <li>
2540
        <a id="1999January:0" name="1999January:0"></a>
2541
2542
        <p><a
2543
        href="http://helix.nature.com/webmatters/tomog/tomog.html"><b>
2544
        Nature Web Matters: Internet tomography</b></a><br />
2545
        <a href="http://www.nature.com/">Nature</a>, K.C. Claffy,
2546
        Tracie Monk &amp; Daniel McRobb, UCSD/CAIDA, USA.<br />
2547
        The article describes a network management tool built on
2548
        FreeBSD that has even used network connections to
2549
        www.FreeBSD.org for performing network research.</p>
2550
      </li>
2551
    </ul>
2552
2553
    <h1>December 1998</h1>
2554
2555
    <ul>
2556
      <li>
2557
        <a id="1998December:0" name="1998December:0"></a>
2558
2559
        <p><a
2560
        href="http://www.linuxworld.com/linuxworld/lw-1998-12/lw-12-freebsd.html">
2561
        <b>The story on FreeBSD</b></a><br />
2562
        <a href="http://www.linuxworld.com/">LinuxWorld</a>,
2563
        Cameron Laird and Kathryn Soraiz<br />
2564
        This issue has a good article on FreeBSD and why it's worth
2565
        a look by Linux folks.</p>
2566
      </li>
2567
    </ul>
2568
2569
    <h1>November 1998</h1>
2570
2571
    <ul>
2572
      <li>
2573
        <a id="1998November:2" name="1998November:2"></a>
2574
2575
        <p><a
2576
        href="http://www.edventure.com/release1/1198.html"><b>The
2577
        Open-Source Revolution</b></a><br />
2578
        <a href="http://www.edventure.com/release1/">RELEASE
2579
        1.0</a>, Tim O'Reilly, with an introduction by Esther
2580
        Dyson<br />
2581
        A brief, business oriented introduction to the open source
2582
        community.</p>
2583
      </li>
2584
2585
      <li>
2586
        <a id="1998November:1" name="1998November:1"></a>
2587
2588
        <p><a
2589
        href="http://www.linuxtoday.com/stories/1005.html"><b>Report
2590
        from Comdex--Walnut Creek CDROM, FreeBSD and
2591
        Slackware</b></a><br />
2592
        <a href="http://www.linuxtoday.com/">Linux Today</a>,
2593
        Dwight Johnson<br />
2594
        There is a good report on the Walnut Creek booth and
2595
        FreeBSD at the Linux Today website. The first half of the
2596
        report is on Slackware Linux, the second half is on
2597
        FreeBSD.</p>
2598
      </li>
2599
2600
      <li>
2601
        <a id="1998November:0" name="1998November:0"></a>
2602
2603
        <p><a
2604
        href="http://www.news.com/News/Item/0,4,28816,00.html"><b>Ellison
2605
        plans hardware, bashes Bill</b></a><br />
2606
        <a href="http://www.news.com/">CNET News.com</a>, Tim
2607
        Clark<br />
2608
        Larry Ellison talking about their new dedicated Oracle
2609
        servers, mentions FreeBSD as one of a list of candidate
2610
        OSes for the platform.</p>
2611
      </li>
2612
    </ul>
2613
2614
    <h1>October 1998</h1>
2615
2616
    <ul>
2617
      <li>
2618
        <a id="1998October:5" name="1998October:5"></a>
2619
2620
        <p><a
2621
        href="http://www.computerbits.com/archive/19981000/lnx9810.htm">
2622
        <b>Linux/etc, The other free Unixes, part 2 of
2623
        2</b></a><br />
2624
        <a href="http://www.computerbits.com/">Computer Bits</a>,
2625
        Terry Griffin<br />
2626
        Continuation of an earlier column reviewing freely
2627
        available Unix like operating systems.</p>
2628
      </li>
2629
2630
      <li>
2631
        <a id="1998October:4" name="1998October:4"></a>
2632
2633
        <p><a
2634
        href="http://www.performance-computing.com/features/9810of1.shtml">
2635
        <b>What Is FreeBSD?</b></a><br />
2636
        <a href="http://www.performance-computing.com/">Performance
2637
        Computing</a>, Jordan K. Hubbard<br />
2638
        An introduction to FreeBSD, and where it stands with
2639
        respect to the other free OSes.</p>
2640
      </li>
2641
2642
      <li>
2643
        <a id="1998October:3" name="1998October:3"></a>
2644
2645
        <p><a
2646
        href="http://www.mercurycenter.com/business/center/unix102798.htm">
2647
        <b>Unix back in the fight with NT</b></a><br />
2648
        <a href="http://www.mercurycenter.com/">Mercury Center</a>,
2649
        Miguel Helft<br />
2650
        An article touting the stability and power of the Unix
2651
        platform over NT.</p>
2652
      </li>
2653
2654
      <li>
2655
        <a id="1998October:2" name="1998October:2"></a>
2656
2657
        <p><a
2658
        href="http://www.zdnet.com/pcmag/pclabs/nettools/1718/bench1.html">
2659
        <b>A No-Cost NOS</b></a><br />
2660
        <a href="http://www.zdnet.com/">ZDNet</a>, Ryan
2661
        Snedegar<br />
2662
        Ryan Snedegar reviews FreeBSD 2.2.7 and finds its
2663
        web-serving performance to be better than Windows NT.</p>
2664
      </li>
2665
2666
      <li>
2667
        <a id="1998October:1" name="1998October:1"></a>
2668
2669
        <p><a
2670
        href="http://www.zdnet.com/intweek/stories/prtarchivestory/0,4356,361668,00.HTML">
2671
        <b>Open Code Frees Up The Net</b></a><br />
2672
        <a href="http://www.zdnet.com/intweek/">Inter@ctive
2673
        Week</a>, Charles Babcock<br />
2674
        About why customers prefer open source software like Linux,
2675
        FreeBSD, Perl and TCL to proprietary alternatives.</p>
2676
      </li>
2677
2678
      <li>
2679
        <a id="1998October:0" name="1998October:0"></a>
2680
2681
        <p><a
2682
        href="http://www.ireland.com/newspaper/computimes/1998/1012/cmp2.htm">
2683
        <b>It's only free Unix - but I like it</b></a><br />
2684
        <a href="http://www.irish-times.com/">The Irish Times</a>,
2685
        David Malone<br />
2686
        </p>
163
        </p>
2687
      </li>
164
</li>
2688
    </ul>
165
<li>
2689
166
<a name="2002April:2"></a><p>
2690
    <h1>September 1998</h1>
167
<a href="http://www.onlamp.com/pub/a/bsd/2002/04/04/Big_Scary_Daemons.html"><b>System Panics, Part 2: Recovering and Debugging</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Michael Lucas talks about what to do when a system panic does 
2691
168
          happen.  This is the second part of a two part article; <a href="http://www.onlamp.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html">
2692
    <ul>
169
          part 1</a> dealt with preparing a FreeBSD system to deal with 
2693
      <li>
170
          panics.</p>
2694
        <a id="1998September:2" name="1998September:2"></a>
171
</li>
2695
172
<li>
2696
        <p><a
173
<a name="2002April:1"></a><p>
2697
        href="http://www.computerbits.com/archive/19980900/lnx9809.htm">
174
<a href="http://www.samag.com/documents/s=7121/sam0205a/sam0205a.htm"><b>Configuring a FreeBSD Access Point for your Wireless Network</b></a><br><a href="http://www.samag.com/">Sys Admin Magazine</a>, Michael S. DeGraw-Bertsch<br>This has instructions for securely configuring a PC running FreeBSD as a gateway
2698
        <b>Linux/etc, The other free Unixes, part 1 of
175
          between an 802.11b network and a traditional wired network.</p>
2699
        2</b></a><br />
176
</li>
2700
        <a href="http://www.computerbits.com/">Computer Bits</a>,
177
<li>
2701
        Terry Griffin<br />
178
<a name="2002April:0"></a><p>
2702
        Briefly reviews the BSD Unix heritage.</p>
179
<a href="http://www.infoworld.com/articles/hn/xml/02/04/01/020401hnunixcamp.xml"><b>Anti-Unix campaign falters</b></a><br><a href="http://www.infoworld.com/">InfoWorld</a>, Matt Berger<br>InfoWorld reports on the use of FreeBSD to power a website built 
2703
      </li>
180
          for a prominent advertising campaign.</p>
2704
181
</li>
2705
      <li>
182
</ul>
2706
        <a id="1998September:1" name="1998September:1"></a>
183
<h1>March 2002</h1>
2707
184
<ul>
2708
        <p><a
185
<li>
2709
        href="http://www.ddj.com/articles/1998/9809/9809e/9809e.htm">
186
<a name="2002March:5"></a><p>
2710
        <b>Communications &amp; Networking: Asynchronous
187
<a href="http://www.examnotes.net/forums/default.php?ind=122"><b>A Multimedia Tutorial For FreeBSD</b></a><br><a href="http://www.examnotes.net/">ExamNotes.net</a>, Tracey J. Rosenblath<br>This tells how to set up and use the audio support in FreeBSD.</p>
2711
        Communications Using select and poll</b></a><br />
188
</li>
2712
        <a href="http://www.ddj.com/">Dr. Dobb's Journal</a>, Sean
189
<li>
2713
        Eric Fagan<br />
190
<a name="2002March:4"></a><p>
2714
        On how to use FreeBSD's <tt><a
191
<a href="http://www.onlamp.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html"><b>System Panics, Part 1: Preparing for the Worst</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Preparing a FreeBSD system to handle a panic.</p>
2715
        href="http://www.FreeBSD.org/cgi/man.cgi?select">select(2)</a></tt>
192
</li>
2716
        and <tt><a
193
<li>
2717
        href="http://www.FreeBSD.org/cgi/man.cgi?poll">poll(2)</a></tt>
194
<a name="2002March:3"></a><p>
2718
        system calls.</p>
195
<a href="http://www.osnews.com/story.php?news_id=818"><b>Understanding CVSup, Mounting, Ports and Init on
2719
      </li>
196
          FreeBSD</b></a><br><a href="http://www.osnews.com/">OS News</a>, Nathan Mace<br>An article on configuring and maintaining a FreeBSD
2720
197
          install.</p>
2721
      <li>
198
</li>
2722
        <a id="1998September:0" name="1998September:0"></a>
199
<li>
2723
200
<a name="2002March:2"></a><p>
2724
        <p><a
201
<a href="http://zdnet.com.com/2100-1107-863169.html"><b>Want a Windows alternative? Try BSD</b></a><br><a href="http://www.zdnet.com/">ZDNet</a>, Stephan Somogyi<br>This is a non-technical introduction to the BSD family (except BSD/OS).</p>
2725
        href="http://www.zdnet.com/sr/stories/issue/0,4537,349576,00.html">
202
</li>
2726
        <b>Quality Unix for FREE</b></a><br />
203
<li>
2727
        <a href="http://www.zdnet.com/sr/">Sm@rt Reseller
204
<a name="2002March:1"></a><p>
2728
        Online</a>, Brett Glass<br />
205
<a href="http://www.onlamp.com/pub/a/bsd/2002/03/14/FreeBSD_Basics.html"><b>Find: Part Two</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Dru Lavigne<br>Looking for your files with <tt>find</tt>.</p>
2729
        A short introduction to FreeBSD 2.2.7.</p>
206
</li>
2730
      </li>
207
<li>
2731
    </ul>
208
<a name="2002March:0"></a><p>
2732
209
<a href="http://www.bsdtoday.com/2002/March/Features646.html"><b>Building a CD Bootable Firewall</b></a><br><a href="http://www.bsdtoday.com/">BSD Today</a>, Etienne de Bruin<br>This article has instructions for making a FreeBSD system which
2733
    <h1>August 1998</h1>
210
	  boots from CD-ROM.  Its use as a firewall is mentioned.</p>
2734
211
</li>
2735
    <ul>
212
</ul>
2736
      <li>
213
<h1>February 2002</h1>
2737
        <a id="1998August:0" name="1998August:0"></a>
214
<ul>
2738
215
<li>
2739
        <p><a
216
<a name="2002February:2"></a><p>
2740
        href="http://www.news.com/News/Item/0,4,25526,00.html"><b>Hack
217
<a href="http://www.onlamp.com/pub/a/bsd/2002/02/22/ipv6.html"><b>IPv6, Meet FreeBSD</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Mike DeGraw-Bertsch<br>A walk-through on configuring IPv6 on FreeBSD.</p>
2741
        raises flags about small ISPs</b></a><br />
218
</li>
2742
        <a href="http://www.news.com/">News.com: Tech News
219
<li>
2743
        First</a>, Jim Hu, Staff Writer, CNET NEWS.COM<br />
220
<a name="2002February:1"></a><p>
2744
        Desire for better security has led some ISPs to deploy
221
<a href="http://www.onlamp.com/pub/a/bsd/2002/02/21/FreeBSD_Basics.html"><b>Finding Things in Unix</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Dru Lavigne<br>Getting acquainted with <tt>find</tt>.</p>
2745
        FreeBSD on their servers.</p>
222
</li>
2746
      </li>
223
<li>
2747
    </ul>
224
<a name="2002February:0"></a><p>
2748
225
<a href="http://www.onlamp.com/pub/a/bsd/2002/02/14/Big_Scary_Daemons.html"><b>Understanding NFS</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Using NFS in FreeBSD.</p>
2749
    <h1>July 1998</h1>
226
</li>
2750
227
</ul>
2751
    <ul>
228
<h1>January 2002</h1>
2752
      <li>
229
<ul>
2753
        <a id="1998July:1" name="1998July:1"></a>
230
<li>
2754
231
<a name="2002January:7"></a><p>
2755
        <p><a href="http://www.crl.com/wccdromrcd.html"><b>Walnut
232
<a href="http://www.onlamp.com/pub/a/bsd/2002/01/31/Big_Scary_Daemons.html"><b>How to Become a FreeBSD Committer</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Michael documents the process of becoming a FreeBSD committer.</p>
2756
        Creek CDROM, One of the Largest Public FTP Archives in the
233
</li>
2757
        World, Sets Traffic Record Using FreeBSD and Colocating on
234
<li>
2758
        CRL's High-Speed Internet Network</b></a><br />
235
<a name="2002January:6"></a><p>
2759
        <a href="http://www.crl.com/">CRL Network Services</a>, CRL
236
<a href="http://www.osnews.com/story.php?news_id=580"><b>FreeBSD Week: Migrating from Linux to FreeBSD</b></a><br><a href="http://www.osnews.com/">OS News</a>, Nathan Mace<br>A guide for users migrating from Linux to FreeBSD.</p>
2760
        Press Release<br />
237
</li>
2761
        </p>
238
<li>
2762
      </li>
239
<a name="2002January:5"></a><p>
2763
240
<a href="http://www.osnews.com/story.php?news_id=572"><b>FreeBSD Week: Interview with Robert Watson</b></a><br><a href="http://www.osnews.com/">OS News</a>, Eugenia Loli-Queru<br>An interview with Robert Watson, member of FreeBSD's core
2764
      <li>
241
          and security on the upcoming FreeBSD 4.5 and FreeBSD 5.0
2765
        <a id="1998July:0" name="1998July:0"></a>
242
          releases.</p>
2766
243
</li>
2767
        <p><a href=""><b>Pulling on one end of the
244
<li>
2768
        rope</b></a><br />
245
<a name="2002January:4"></a><p>
2769
        <a href="http://www.freshmeat.net/">( freshmeat )</a>,
246
<a href="http://biz.yahoo.com/bw/020123/232287_1.html"><b>American Megatrends Inc. Releases Latest Version of StorTrends NAS Software</b></a><br><a href="http://biz.yahoo.com/">Yahoo! Finance</a>, AMI Press Release<br><a href="http://www.ami.com/">American Megatrends</a> Inc. announced the release of
2770
        Jordan K. Hubbard<br />
247
          StoreTrends(tm) NAS software version 1.1, which is based on
2771
        Jordan compares the past of Unix with the future of Linux,
248
          FreeBSD.</p>
2772
        outlining possible similarities and describing faults that
249
</li>
2773
        could be prevented.</p>
250
<li>
2774
      </li>
251
<a name="2002January:3"></a><p>
2775
    </ul>
252
<a href="http://www.onlamp.com/pub/a/bsd/2002/01/17/Big_Scary_Daemons.html"><b>Contributing to BSD</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Michael Lucas shows what it takes for non-coders to contribute to
2776
253
	  BSD.</p>
2777
    <h1>June 1998</h1>
254
</li>
2778
255
<li>
2779
    <ul>
256
<a name="2002January:2"></a><p>
2780
      <li>
257
<a href="http://draenor.org/securebsd/secure.txt"><b>A basic guide to securing FreeBSD 4.x-STABLE</b></a><br><a href="http://draenor.org/">draenor.org</a>, Marc Silver<br>This article is for system administrators. It explains
2781
        <a id="1998June:1" name="1998June:1"></a>
258
	  how to configure and maintain a FreeBSD system for high
2782
259
	  security.</p>
2783
        <p><a
260
</li>
2784
        href="http://www.news.com/News/Item/0,4,23145,00.html"><b>Nader
261
<li>
2785
        urges Windows probe</b></a><br />
262
<a name="2002January:1"></a><p>
2786
        <a href="http://www.news.com/">CNET News.com</a>, Jeff
263
<a href="http://dailynews.yahoo.com/h/cn/20020114/tc/freebsd_to_change_hands_1.html"><b>FreeBSD to change hands</b></a><br><a href="http://dailynews.yahoo.com/">Yahoo News</a>, Stephen Shankland CNET<br><a href="http://www.windriver.com/">Wind River Systems</a>
2787
        Pelline<br />
264
          announces the transfer of its FreeBSD assets to the
2788
        Consumer-rights advocate Ralph Nader mentions FreeBSD by
265
          <a href="http://www.freebsdmall.com/">FreeBSD Mall</a>.</p>
2789
        name.</p>
266
</li>
2790
      </li>
267
<li>
2791
268
<a name="2002January:0"></a><p>
2792
      <li>
269
<a href="http://kerneltrap.com/article.php?sid=459"><b>Kerneltrap Interview with Matt Dillon</b></a><br><a href="http://kerneltrap.com/">Kerneltrap</a>, Jeremy Andrews<br>Kerneltrap interviews Matt Dillon, one of FreeBSD's key
2793
        <a id="1998June:0" name="1998June:0"></a>
270
          developers.</p>
2794
271
</li>
2795
        <p><a
272
</ul>
2796
        href="http://RhapsodyOS.com/editorial/stone/ST00014.html"><b>
273
<h1>December 2001</h1>
2797
        Stone's Throw, Issue Fourteen: Home of the Brave, Land of
274
<ul>
2798
        the FreeBSD</b></a><br />
275
<li>
2799
        <a href="http://RhapsodyOS.com/">RhapsodyOS</a>, Andrew
276
<a name="2001December:1"></a><p>
2800
        Stone<br />
277
<a href="http://www.theregister.co.uk/content/28/23348.html"><b>Microsoft Hotmail still runs on U**x</b></a><br><a href="http://www.theregister.co.uk/">The Register</a>, Andrew Orlowski<br>Nearly four years after it was acquired by Microsoft,
2801
        </p>
278
	  and in spite of a well-publicized effort to migrate it to
2802
      </li>
279
	  Windows and IIS, <a href="http://hotmail.com/">Hotmail</a>
2803
    </ul>
280
	  is still partly based on FreeBSD and Apache.</p>
2804
281
</li>
2805
    <h1>May 1998</h1>
282
<li>
2806
283
<a name="2001December:0"></a><p>
2807
    <ul>
284
<a href="http://www.osnews.com/printer.php?news_id=392"><b>Keeping Your Options Open: FreeBSD as a Workstation for UNIX Newbies</b></a><br><a href="http://www.osnews.com/">OS News</a>, Eugenia Loli-Queru<br>An article discussing FreeBSD as an workstation OS for new Unix users.</p>
2808
      <li>
285
</li>
2809
        <a id="1998May:3" name="1998May:3"></a>
286
</ul>
2810
287
<h1>November 2001</h1>
2811
        <p><a
288
<ul>
2812
        href="http://www.WebTechniques.com/features/1998/05/engelschall/engelschall.shtml">
289
<li>
2813
        <b>Load Balancing Your Web Site</b></a><br />
290
<a name="2001November:2"></a><p>
2814
        <a href="http://www.WebTechniques.com/">Web Techniques
291
<a href="http://www.onlamp.com/pub/a/bsd/2001/11/29/Big_Scary_Daemons.html"><b>Cleaning Up Ports</b></a><br><a href="http://www.onlamp.com/">OnLamp</a>, Michael Lucas<br>A brief introduction to <tt>portupgrade</tt>.</p>
2815
        Magazine</a>, Ralf S.Engelschall<br />
292
</li>
2816
        Practical approaches to distributing HTTP traffic at your
293
<li>
2817
        site. Includes a section on performance tuning Apache under
294
<a name="2001November:1"></a><p>
2818
        FreeBSD.</p>
295
<a href="http://www.onlamp.com/pub/a/bsd/2001/11/15/Big_Scary_Daemons.html"><b>Stable SMB</b></a><br><a href="http://www.onlamp.com/">OnLamp</a>, Michael Lucas<br>A short article on accessing a Windows(R) share from a 
2819
      </li>
296
	  FreeBSD workstation.</p>
2820
297
</li>
2821
      <li>
298
<li>
2822
        <a id="1998May:2" name="1998May:2"></a>
299
<a name="2001November:0"></a><p>
2823
300
<a href="http://www.byte.com/documents/s=1794/byt20011107s0001/1112_moshe.html"><b>FreeBSD Versus Linux Revisited</b></a><br><a href="http://www.byte.com/">Byte</a>, Moshe Bar<br>Byte's Moshe Bar does a comparison, through informal
2824
        <p><a
301
	  benchmarks, of FreeBSD 4.3 to Linux 2.4.10 running
2825
        href="http://www.ncworldmag.com/ncworld/ncw-05-1998/ncw-05-nextten.html">
302
	  sendmail, procmail, MySQL, and Apache.  The emphasis of
2826
        <b>Is NT paranoid or is Unix out to get it?</b></a><br />
303
	  the article is examination of the newly rewritten VM
2827
        <a href="http://www.ncworldmag.com/">NC World</a>, Nicholas
304
	  system in Linux, so the tests are conducted with only
2828
        Petreley<br />
305
	  512 MB of RAM.
2829
        </p>
306
	</p>
2830
      </li>
307
</li>
2831
308
</ul>
2832
      <li>
309
<h1>October 2001</h1>
2833
        <a id="1998May:1" name="1998May:1"></a>
310
<ul><li>
2834
311
<a name="2001October:0"></a><p>
2835
        <p><a
312
<a href="http://www.osnews.com/printer.php?news_id=153"><b>The Big *BSD Interview</b></a><br><a href="http://www.osnews.com/">OS News</a>, Eugenia Loli-Queru<br>An interview with Matt Dillon, a key developer in 
2836
        href="http://www.samag.com/archive/0705/feature.shtml"><b>Security
313
	  FreeBSD on the upcoming features in FreeBSD 5.0.</p>
2837
        Tools in FreeBSD</b></a><br />
314
</li></ul>
2838
        <a href="http://www.samag.com/">SysAdmin</a>, Guy
315
<h1>September 2001</h1>
2839
        Helmer<br />
316
<ul>
2840
        </p>
317
<li>
2841
      </li>
318
<a name="2001September:2"></a><p>
2842
319
<a href="http://www.onlamp.com/pub/a/bsd/2001/09/21/FreeBSD_Basics.html"><b>Running Windows applications on FreeBSD</b></a><br><a href="http://www.onlamp.com/">OnLamp</a>, Dru Lavigne<br>A short article on running Windows(R) applications under WINE
2843
      <li>
320
	  in FreeBSD.</p>
2844
        <a id="1998May:0" name="1998May:0"></a>
321
</li>
2845
322
<li>
2846
        <p><a
323
<a name="2001September:1"></a><p>
2847
        href="http://advisor.gartner.com/inbox/articles/ihl2_6398.html">
324
<a href="http://www.onlamp.com/pub/a/bsd/2001/09/27/Big_Scary_Daemons.html"><b>Dealing with Full Disks</b></a><br><a href="http://www.onlamp.com/">OnLamp</a>, Michael Lucas<br>A short article on dealing with the all too common full
2848
        <b>Free Unix: Do You Get What You Pay For?</b></a><br />
325
          disk.</p>
2849
        <a href="http://www.gartner.com/">GartnerGroup</a>, G.
326
</li>
2850
        Weiss<br />
327
<li>
2851
        </p>
328
<a name="2001September:0"></a><p>
2852
      </li>
329
<a href="http://www.onlamp.com/pub/a/bsd/2001/09/13/Big_Scary_Daemons.html"><b>Ripping MP3s</b></a><br><a href="http://www.onlamp.com/">OnLamp</a>, Michael Lucas<br>A short article on ripping CDs on FreeBSD.</p>
2853
    </ul>
330
</li>
2854
331
</ul>
2855
    <h1>April 1998</h1>
332
<h1>August 2001</h1>
2856
333
<ul>
2857
    <ul>
334
<li>
2858
      <li>
335
<a name="2001August:3"></a><p>
2859
        <a id="1998April:1" name="1998April:1"></a>
336
<a href="http://bsdatwork.com/reviews.php?op=showcontent&amp;id=1"><b>FreeBSD Anti-Virus Protection - A Commercial Alternative</b></a><br><a href="http://www.bsdatwork.com/">BSDatwork.com</a>, Jeremiah Gowdy<br>This is a review of Kaspersky Anti-Virus for FreeBSD, a product which
2860
337
         can protect a network of Microsoft Windows hosts by scanning e-mail and
2861
        <p><a
338
         SMB file shares.</p>
2862
        href="http://www.ncworldmag.com/ncworld/ncw-04-1998/ncw-04-nextten.html">
339
</li>
2863
        <b>The new Unix alters NT's orbit</b></a><br />
340
<li>
2864
        <a href="http://www.ncworldmag.com/">NC World</a>, Nicholas
341
<a name="2001August:2"></a><p>
2865
        Petreley<br />
342
<a href="http://www.onlamp.com/pub/a/bsd/2001/08/30/Big_Scary_Daemons.html"><b>CVS Mirror</b></a><br><a href="http://www.onlamp.com/">Onlamp</a>, Michael Lucas<br>How to mirror the FreeBSD CVS repository.</p>
2866
        </p>
343
</li>
2867
      </li>
344
<li>
2868
345
<a name="2001August:1"></a><p>
2869
      <li>
346
<a href="http://www.onlamp.com/pub/a/bsd/2001/08/16/Big_Scary_Daemons.html"><b>CVSup Infrastructure</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>An article on FreeBSD's CVSup infrastructure used to distribute
2870
        <a id="1998April:0" name="1998April:0"></a>
347
	  its source code worldwide.</p>
2871
348
</li>
2872
        <p><a
349
<li>
2873
        href="http://www.dv.com/magazine/1998/0498/johnson0498.html">
350
<a name="2001August:0"></a><p>
2874
        <b>Who's Serving Who?</b></a><br />
351
<a href="http://www.workingmac.com/article/32.wm"><b>An Interview with Jordan Hubbard</b></a><br><a href="http://www.workingmac.com/">Working Mac</a>, pairNetworks<br>An short interview with Jordan Hubbard, one of the founders of the
2875
        <a href="http://www.dv.com/">DV Live Magazine</a>, Nels
352
	  FreeBSD project.</p>
2876
        Johnson<br />
353
</li>
2877
        For smaller companies and web sites, a FreeBSD and Apache
354
</ul>
2878
        on an Intel (PC) architecture machine is more than
355
<h1>July 2001</h1>
2879
        sufficient.</p>
356
<ul>
2880
      </li>
357
<li>
2881
    </ul>
358
<a name="2001July:2"></a><p>
2882
359
<a href="http://www.onlamp.com/pub/a/bsd/2001/07/26/Big_Scary_Daemons.html%0A%20%20%20%20%20%20%20%20"><b>Controlling Bandwidth</b></a><br><a href="http://www.onlamp.com/">OnLamp</a>, Michael Lucas<br>Using <tt>DUMMYNET</tt> to control bandwidth allocation</p>
2883
    <h1>March 1998</h1>
360
</li>
2884
361
<li>
2885
    <ul>
362
<a name="2001July:1"></a><p>
2886
      <li>
363
<a href="http://www.samag.com/documents/s=1148/sam0107a/0107a.htm"><b>Which OS is Fastest for High-Performance Network 
2887
        <a id="1998March:2" name="1998March:2"></a>
364
          Applications?</b></a><br><a href="http://www.samag.com">Sys Admin</a>, Jeffrey B. Rothman and John Buckman<br>Linux, Solaris, FreeBSD and Windows 2000 are benchmarked
2888
365
          for network applications.  This article has a <a href="http://www.samag.com/documents/s=1147/sam0108q/0108q.htm">
2889
        <p><a
366
          sequel</a> where the tests were redone after tuning
2890
        href="http://www.ncworldmag.com/ncworld/ncw-03-1998/ncw-03-nextten.html">
367
          FreeBSD.</p>
2891
        <b>Searching for the next Windows NT</b></a><br />
368
</li>
2892
        <a href="http://www.ncworldmag.com/">NC World</a>, Nicholas
369
<li>
2893
        Petreley<br />
370
<a name="2001July:0"></a><p>
2894
        </p>
371
<a href="http://opensource.nailabs.com/news/20010709-cboss.html"><b>NAI Labs Announces DARPA-Funded FreeBSD Security
2895
      </li>
372
	  Initiative</b></a><br><a href="http://www.nailabs.com/">NAI Labs</a>, NAI Labs Press Release<br>NAI Labs, a division of Network Associates, Inc., announced a $1.2
2896
373
	  million contract awarded by the U.S. Navy's Space and Warfare Systems
2897
      <li>
374
	  Command to develop security extensions to the Open Source FreeBSD
2898
        <a id="1998March:1" name="1998March:1"></a>
375
	  operating system.</p>
2899
376
</li>
2900
        <p><a
377
</ul>
2901
        href="http://www.ddj.com/ddj/1998/1998_03/index.htm"><b>Benchmarking
378
<h1>June 2001</h1>
2902
        and Software Testing: Tracing BSD System
379
<ul>
2903
        Calls</b></a><br />
380
<li>
2904
        <a href="http://www.ddj.com/">Dr. Dobb's Journal</a>, Sean
381
<a name="2001June:5"></a><p>
2905
        Eric Fagan<br />
382
<a href="http://www.onlamp.com/pub/a/bsd/2001/06/28/Big_Scary_Daemons.html"><b>Controlling User Logins</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>An article describing the ways to control user access to your
2906
        <i>Note</i>: the article is not available online.</p>
383
	  FreeBSD system.</p>
2907
      </li>
384
</li>
2908
385
<li>
2909
      <li>
386
<a name="2001June:4"></a><p>
2910
        <a id="1998March:0" name="1998March:0"></a>
387
<a href="http://www.onlamp.com/pub/a/bsd/2001/06/14/Big_Scary_Daemons.html"><b>Rotating Log Files</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Using the functionality of <tt>newsyslog</tt> in FreeBSD.</p>
2911
388
</li>
2912
        <p><a
389
<li>
2913
        href="http://www.cnet.com/Content/Reviews/Compare/AltOS/"><b>
390
<a name="2001June:3"></a><p>
2914
        Five alternative operating systems reviewed</b></a><br />
391
<a href="http://www.crn.com/sections/BreakingNews/breakingnews.asp?ArticleID=27727"><b>Microsoft's FreeBSD Move Aimed At Next Generation Of 
2915
        <a href="http://www.cnet.com/">CNET</a>, Cormac
392
	  Developers</b></a><br><a href="http://www.crn.com/">CRN</a>, Paula Rooney<br>A report on Microsoft's venture to port its C# programming language
2916
        Foster<br />
393
	  to FreeBSD.</p>
2917
        </p>
394
</li>
2918
      </li>
395
<li>
2919
    </ul>
396
<a name="2001June:2"></a><p>
2920
397
<a href="http://www.macworld.co.uk/news/main_news.cfm?NewsID=3092"><b>BSD guru to guide Apple on Unix</b></a><br><a href="http://www.macworld.co.uk/">Mac World</a>, Macworld (UK) staff<br>Apple (<a href="http://www.apple.com/">http://www.apple.com/</a>) 
2921
    <h1>February 1998</h1>
398
	  has recruited FreeBSD founder Jordan Hubbard to its team, in a bid 
2922
399
	  to steer its Mac OS X BSD (Berkeley Software Distribution)
2923
    <ul>
400
	  efforts.</p>
2924
      <li>
401
</li>
2925
        <a id="1998February:0" name="1998February:0"></a>
402
<li>
2926
403
<a name="2001June:1"></a><p>
2927
        <p><a
404
<a href=""><b>Microsoft Uses Open-Source Code Despite Denying Use of Such
2928
        href="http://www.news.com/SpecialFeatures/0,5,18652,00.html">
405
	Software</b></a><br><a href="http://www.wsj.com/">Wall Street Journal</a>, Lee Gomes<br>An article which states that open-source software connected with
2929
        <b>Source code for the masses</b></a><br />
406
	  the FreeBSD operating system is used in several places deep inside
2930
        <a href="http://www.news.com">News.com</a>, Alex Lash<br />
407
	  several versions of Microsoft's Windows software, and on numerous
2931
        </p>
408
	  server computers that manage major functions at Microsoft's free
2932
      </li>
409
	  e-mail service, <a href="http://www.hotmail.com/">Hotmail</a>.</p>
2933
    </ul>
410
</li>
2934
411
<li>
2935
    <h1>August 1997</h1>
412
<a name="2001June:0"></a><p>
2936
413
<a href="http://zdnet.com.com/2100-11-530056.html"><b>In your face! MS open source attacks backfire</b></a><br><a href="http://www.zdnet.com/">ZDNet</a>, Lee Gomes<br>A report on the backfiring of the Microsoft effort to vilify
2937
    <ul>
414
	 open source software.</p>
2938
      <li>
415
</li>
2939
        <a id="1997August:0" name="1997August:0"></a>
416
</ul>
2940
417
<h1>May 2001</h1>
2941
        <p><a
418
<ul>
2942
        href="http://www.computerbits.com/archive/9708/lan9708.htm">
419
<li>
2943
        <b>The Network Community</b></a><br />
420
<a name="2001May:1"></a><p>
2944
        <a href="http://www.computerbits.com/">Computer Bits
421
<a href="http://www.onlamp.com/pub/a/bsd/2001/05/17/Big_Scary_Daemons.html"><b>System Logging</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>System logging in FreeBSD using <tt>syslogd</tt>.</p>
2945
        Online</a>, Ted Mittelstaedt<br />
422
</li>
2946
        </p>
423
<li>
2947
      </li>
424
<a name="2001May:0"></a><p>
2948
    </ul>
425
<a href="http://www.onlamp.com/pub/a/bsd/2001/05/03/Big_Scary_Daemons.html"><b>BSD Tricks: CVS</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Using CVS in client-mode.</p>
2949
426
</li>
2950
    <h1>May 1997</h1>
427
</ul>
2951
428
<h1>April 2001</h1>
2952
    <ul>
429
<ul><li>
2953
      <li>
430
<a name="2001April:0"></a><p>
2954
        <a id="1997May:0" name="1997May:0"></a>
431
<a href="http://www.onlamp.com/pub/a/bsd/2001/04/19/Big_Scary_Daemons.html"><b>Setting up Wireless Cards on FreeBSD</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Configuring FreeBSD for wireless operation.</p>
2955
432
</li></ul>
2956
        <p><a
433
<h1>March 2001</h1>
2957
        href="http://www.ncworldmag.com/ncworld/ncw-05-1997/ncw-05-analysis.html">
434
<ul>
2958
        <b>The Politics of NC Computing According to
435
<li>
2959
        Oracle</b></a><br />
436
<a name="2001March:1"></a><p>
2960
        <a href="http://www.ncworldmag.com/">NC World</a>, Rawn
437
<a href="http://www.onlamp.com/pub/a/bsd/2001/03/22/Big_Scary_Daemons.html"><b>FreeBSD Gaming</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>A survey of the games available in the FreeBSD ports 
2961
        Shaw<br />
438
          collection.</p>
2962
        </p>
439
</li>
2963
      </li>
440
<li>
2964
    </ul>
441
<a name="2001March:0"></a><p>
2965
442
<a href="http://www.onlamp.com/pub/a/bsd/2001/03/08/Big_Scary_Daemons.html"><b>Submitting Changes</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Submitting change requests to the FreeBSD project using
2966
    <h1>November 1996</h1>
443
          <tt>send-pr</tt>.</p>
2967
444
</li>
2968
    <ul>
445
</ul>
2969
      <li>
446
<h1>February 2001</h1>
2970
        <a id="1996November:0" name="1996November:0"></a>
447
<ul>
2971
448
<li>
2972
        <p><a
449
<a name="2001February:2"></a><p>
2973
        href="http://www.samag.com/documents/s=1211/sam9611d/"><b>Assorted
450
<a href="http://www.onlamp.com/pub/a/bsd/2001/02/22/Big_Scary_Daemons.html"><b>Changing FreeBSD Documentation</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>A mini tutorial on DocBook and its use by the FreeBSD
2974
        Security Tips for UNIX</b></a><br />
451
          Documentation Project.</p>
2975
        <a href="http://www.samag.com/">SysAdmin</a>, Arthur
452
</li>
2976
        Donkers<br />
453
<li>
2977
        A collection of tips and tricks to secure your internal
454
<a name="2001February:1"></a><p>
2978
        network.</p>
455
<a href="http://www.onlamp.com/pub/a/bsd/2001/02/08/Big_Scary_Daemons.html"><b>The FreeBSD Documentation Project</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>An introduction to the FreeBSD project.</p>
2979
      </li>
456
</li>
2980
    </ul>
457
<li>
2981
    <a href="../news/news.html">News Home</a>
458
<a name="2001February:0"></a><p>
2982
    <hr noshade="noshade" />
459
<a href="http://www.byte.com/documents/s=558/BYT20010130S0010/"><b>For Servers: Linux 2.4 vs. FreeBSD 4.1.1</b></a><br><a href="http://www.byte.com/">Byte</a>, Moshe Bar<br>BYTE's Linux guru finds himself wondering why he isn't running
2983
460
	  FreeBSD --- a comparision (with informal benchmarks) of FreeBSD
2984
    <address>
461
	  4.1.1 and a Linux based distribution running the v2.4.0 Linux
2985
      <a
462
	  kernel.</p>
2986
      href="../mailto.html">freebsd-questions@FreeBSD.org</a><br />
463
</li>
2987
      <a href="../copyright/index.html">Copyright</a> © 1995-2003
464
</ul>
2988
      the FreeBSD Project. All rights reserved.<br />
465
<h1>January 2001</h1>
2989
       $FreeBSD: www/en/news/press.xml,v 1.72 2003/06/23 12:49:49
466
<ul>
2990
      jkoshy Exp $
467
<li>
468
<a name="2001January:3"></a><p>
469
<a href="http://www.onlamp.com/pub/a/bsd/2001/01/25/Big_Scary_Daemons.html"><b>Modifying a Port</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Howto modify a FreeBSD port.</p>
470
</li>
471
<li>
472
<a name="2001January:2"></a><p>
473
<a href="http://www.onlamp.com/pub/a/bsd/2001/01/04/Big_Scary_Daemons.html"><b>Fine Control of Ports</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>A system administrator's view of the Ports system.</p>
474
</li>
475
<li>
476
<a name="2001January:1"></a><p>
477
<a href="http://www.webtechniques.com/archives/2001/01/infrrevu/"><b>Is FreeBSD a Superior Server Platform to Linux?</b></a><br><a href="http://www.webtechniques.com/">Web Techniques</a>, Nathan Boeger<br>A reviewer finds FreeBSD 4.1 to be better suited for web
478
	  serving than a Red Hat Linux distribution.</p>
479
</li>
480
<li>
481
<a name="2001January:0"></a><p>
482
<a href="http://www.ddj.com/documents/s=865/ddj0165a/"><b>A Roundtable on BSD, Security, and Quality</b></a><br><a href="http://www.ddj.com/">Dr Dobbs Journal</a>, Jack J. Woehr<br>A report from a roundtable at the recent USENIX Security
483
	  Symposium 2000, involving several prominent developers in the
484
	  BSD world.</p>
485
</li>
486
</ul>
487
<h1>December 2000</h1>
488
<ul>
489
<li>
490
<a name="2000December:1"></a><p>
491
<a href="http://www.onlamp.com/pub/a/bsd/2000/12/21/Big_Scary_Daemons.html"><b>BSD Ports Collection Basics</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>How the FreeBSD Ports collection works.</p>
492
</li>
493
<li>
494
<a name="2000December:0"></a><p>
495
<a href="http://www.onlamp.com/pub/a/bsd/2000/12/07/Big_Scary_Daemons.html"><b>BSD Tricks: Unprepared Disaster Recovery</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>How to recover files off of FreeBSD system.</p>
496
</li>
497
</ul>
498
<h1>November 2000</h1>
499
<ul>
500
<li>
501
<a name="2000November:2"></a><p>
502
<a href="http://www.salon.com/tech/review/2000/11/17/hubbard_osx/index.html"><b>Open-sourcing the Apple</b></a><br><a href="http://www.salon.com/">Salon Magazine</a>, Jordan Hubbard<br>A geek's appraisal of the Apple OS X from Jordan Hubbard, one
503
	  of the lead developers on the FreeBSD project.</p>
504
</li>
505
<li>
506
<a name="2000November:1"></a><p>
507
<a href="http://www.onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html"><b>BSD Tricks: Linux Compatibility, the Hard Way</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Using a Linux install under FreeBSD's Linux compatibility mode.</p>
508
</li>
509
<li>
510
<a name="2000November:0"></a><p>
511
<a href="http://www.onlamp.com/pub/a/bsd/2000/11/02/Big_Scary_Daemons.html"><b>Laptops, PC Cards and FreeBSD</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Using FreeBSD on a laptop.</p>
512
</li>
513
</ul>
514
<h1>October 2000</h1>
515
<ul>
516
<li>
517
<a name="2000October:1"></a><p>
518
<a href="http://www.onlamp.com/pub/a/bsd/2000/10/19/Big_Scary_Daemons.html"><b>BSD Tricks: Introductory Revision Control</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>Using RCS for file revision control.</p>
519
</li>
520
<li>
521
<a name="2000October:0"></a><p>
522
<a href="http://www.byte.com/documents/BYT20000927S0001/"><b>BSD OSs Offer Unix Alternatives to Linux</b></a><br><a href="http://www.byte.com/">BYTE</a>, Bill Nicholls<br>This column gives an overview of the different versions of BSD,
523
	  with links for more information.</p>
524
</li>
525
</ul>
526
<h1>September 2000</h1>
527
<ul>
528
<li>
529
<a name="2000September:2"></a><p>
530
<a href="http://www.terasolutions.com/pr092900.html"><b>INTERNET'S BUSIEST OPENSOURCE SOFTWARE ARCHIVE SETS NEW DOWNLOAD
531
	  RECORD</b></a><br><a href="http://www.terasolutions.com/">TeraSolutions</a>, TeraSolutions Press Release<br>TeraSolutions, Inc. and Lightning Internet Services announce that
532
	  the OpenSource archive at <a href="ftp://ftp.freesoftware.com/">
533
	    ftp.freesoftware.com</a> has surpassed the download milestone of
534
	  two trillion bytes per day from a single server machine.</p>
535
</li>
536
<li>
537
<a name="2000September:1"></a><p>
538
<a href="http://www.onlamp.com/pub/a/bsd/2000/09/07/Big_Scary_Daemons.html"><b>BSD Tricks: MFS</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>A short article on using the FreeBSD Memory Filesystem.</p>
539
</li>
540
<li>
541
<a name="2000September:0"></a><p>
542
<a href="http://www.ispworld.com/bw/sep/Unix_Flavor.htm"><b>TRUSTING BSD - Ultra-High Security for FreeBSD</b></a><br><a href="http://www.ispworld.com/">ISPworld</a>, Jeffrey Carl<br>An interview with Robert Watson, one of the lead developers in the
543
	  <a href="http://www.trustedbsd.org/">TrustedBSD</a> project.</p>
544
</li>
545
</ul>
546
<h1>August 2000</h1>
547
<ul><li>
548
<a name="2000August:0"></a><p>
549
<a href="http://ars.userfriendly.org/cartoons/?id=20000807&amp;mode=classic"><b>More FreeBSD Comics</b></a><br><a href="http://www.userfriendly.org/">User Friendly the Comic Strip</a>, Illiad<br>See also the comics for the 
550
	  <a href="http://ars.userfriendly.org/cartoons/?id=20000808&amp;mode=classic">8th</a>,
551
	  <a href="http://ars.userfriendly.org/cartoons/?id=20000809&amp;mode=classic">9th</a>, 
552
	  <a href="http://ars.userfriendly.org/cartoons/?id=20000810&amp;mode=classic">10th</a>, 
553
	  <a href="http://ars.userfriendly.org/cartoons/?id=20000811&amp;mode=classic">11th</a>,
554
	  and <a href="http://ars.userfriendly.org/cartoons/?id=20000812&amp;mode=classic">12th</a>.</p>
555
</li></ul>
556
<h1>July 2000</h1>
557
<ul><li>
558
<a name="2000July:0"></a><p>
559
<a href="http://www.onlamp.com/pub/a/bsd/2000/07/13/Big_Scary_Daemons.html"><b>Experiments in SMB</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>An early review of FreeBSD's SMB support.</p>
560
</li></ul>
561
<h1>June 2000</h1>
562
<ul>
563
<li>
564
<a name="2000June:3"></a><p>
565
<a href="http://www.onlamp.com/pub/a/bsd/2000/06/15/Big_Scary_Daemons.html"><b>Installing OCSweb on FreeBSD</b></a><br><a href="http://www.onlamp.com/">OnLamp.com</a>, Michael Lucas<br>An article on a developers experience porting software from
566
          Linux to FreeBSD.</p>
567
</li>
568
<li>
569
<a name="2000June:2"></a><p>
570
<a href="http://www.unixreview.com/documents/s=1247/urm0006c/"><b>The State of the Daemon</b></a><br><a href="http://www.unixreview.com/">Unix Review</a>, Michael Lucas<br>An informative article on BSD, and where it is going.</p>
571
</li>
572
<li>
573
<a name="2000June:1"></a><p>
574
<a href="http://sw.expert.com/news/SE.N1.JUN.00.pdf"><b>Server Goliaths Turn to Appliance Servers</b></a><br><a href="http://sw.expert.com/">Server/Workstation Expert</a>, Adam Darby<br>An article evaluating various commercial OSes that contains a
575
	  blurb about BSDI and FreeBSD.</p>
576
</li>
577
<li>
578
<a name="2000June:0"></a><p>
579
<a href="http://www.osopinion.com/Opinions/JamesHoward/JamesHoward1.html"><b>FreeBSD: Serving the World</b></a><br><a href="http://www.osopinion.com/">osOpinion</a>, James Howard<br>With the recent hype surrounding open source software, an
580
	  important project has gone unnoticed in the media. This project,
581
	  FreeBSD, aims to create a rock-solid UNIX clone based on the 4BSD
582
	  work from the University of California at Berkeley.</p>
583
</li>
584
</ul>
585
<h1>May 2000</h1>
586
<ul>
587
<li>
588
<a name="2000May:6"></a><p>
589
<a href="http://www.sfgate.com/cgi-bin/article.cgi?file=/chronicle/archive/2000/05/29/BU20648.DTL"><b>Riding the Web Wave</b></a><br><a href="http://www.sfgate.com/">SFGate</a>, Henry Norr<br>FreeBSD, a relatively unknown operating system is playing a big
590
	  role on the Internet.</p>
591
</li>
592
<li>
593
<a name="2000May:5"></a><p>
594
<a href="http://www.salon.com/tech/fsp/2000/05/16/chapter_2_part_one/index.html"><b>BSD Unix: Power to the people, from the code</b></a><br><a href="http://www.salon.com/">Salon</a>, Andrew Leonard<br>How Berkeley hackers built the Net's most fabled free operating
595
	  system on the ashes of the '60s---and then lost the lead to
596
	  Linux.</p>
597
</li>
598
<li>
599
<a name="2000May:4"></a><p>
600
<a href="http://www.techrepublic.com/article.jhtml?id=r00220000516eje01.htm"><b>Install FreeBSD 4.0 in seven easy steps</b></a><br><a href="http://www.techrepublic.com/">TechRepublic</a>, Dru Lavigne<br>A short guide to installing FreeBSD 4.0.</p>
601
</li>
602
<li>
603
<a name="2000May:3"></a><p>
604
<a href="http://www.computerworld.com/home/print.nsf/all/000508DC8A"><b>Partial Reunification May Give BSD New Visibility</b></a><br><a href="http://www.computerworld.com/">ComputerWorld</a>, Dominique Deckmyn<br>Compares the merged Walnut Creek/BSDI OS offering to Linux.</p>
605
</li>
606
<li>
607
<a name="2000May:2"></a><p>
608
<a href="http://www.cnn.com/2000/TECH/computing/05/05/open.source.smugglers.idg/index.html"><b>Developers using open-source software behind bosses'
609
	  backs</b></a><br><a href="http://www.cnn.com/">CNN</a>, Peter Wayner<br>Open-source software sometimes provides a better solution than
610
	  expensive commerical, closed software.</p>
611
</li>
612
<li>
613
<a name="2000May:1"></a><p>
614
<a href="http://biz.yahoo.com/bw/000501/ca_polyser_1.html"><b>FreeBSD 4.0 Now Includes PolyServe's High Availability
615
	  Clustering &amp; Load Balancing Software</b></a><br><a href="http://www.polyserve.com/">PolyServe</a>, PolyServe Press Release<br>PolyServe, a provider of software-based, distributed server
616
	  clustering technology, announced co-marketing agreement with FreeBSD,
617
	  Inc. to ship PolyServe's Understudy (TM) software program with all
618
	  new versions of FreeBSD 4.0 operating system software.</p>
619
</li>
620
<li>
621
<a name="2000May:0"></a><p>
622
<a href="http://webserver.expert.com/news/5.5/n5.shtml"><b>BSDI Getting the Word Out</b></a><br><a href="http://webserver.expert.com/">WebServer Online</a>, Alexandra Barrett<br>Talks of the lack of awareness in the market of the strengths of
623
	  the BSD operating system and of the plans afoot to change this.</p>
624
</li>
625
</ul>
626
<h1>April 2000</h1>
627
<ul>
628
<li>
629
<a name="2000April:2"></a><p>
630
<a href="http://www.bsdi.com/press/20000418.mhtml"><b>The New BSDI to Offer Technical Support for the FreeBSD
631
	  Operating System</b></a><br><a href="http://www.bsdi.com/">BSDi</a>, BSDi Press Release<br>BSDi will be offering technical support contracts for FreeBSD 
632
	  beginning in May 2000.</p>
633
</li>
634
<li>
635
<a name="2000April:1"></a><p>
636
<a href="http://www.zdnet.com/zdnn/stories/news/0,4586,2507538,00.html"><b>Commentary: BSD sleight of hand</b></a><br><a href="http://www.zdnet.com/">ZD Net News</a>, Stephan Somogyi<br>Commentary on the BSDI/FreeBSD merger.</p>
637
</li>
638
<li>
639
<a name="2000April:0"></a><p>
640
<a href="http://www.32bitsonline.com/article.php3?file=issues/200004/freebsd2e&amp;page=1"><b>FreeBSD 3.4 Review, Part 2: Adopting the Daemon</b></a><br><a href="http://www.32bitsonline.com/">32BitsOnline.com</a>, Clifford Smith<br>The second part of a review of FreeBSD v3.4.</p>
641
</li>
642
</ul>
643
<h1>March 2000</h1>
644
<ul>
645
<li>
646
<a name="2000March:4"></a><p>
647
<a href="http://www.sfbg.com/SFLife/34/26/tech.html"><b>The legend of BSD</b></a><br><a href="http://www.sfbg.com/">sf life</a>, Annalee Newitz<br>An interview with three BSD veterans on the past and future of
648
	  BSD.</p>
649
</li>
650
<li>
651
<a name="2000March:3"></a><p>
652
<a href="http://www.oreillynet.com/pub/a/bsd/2000/03/24/bostic.html"><b>Bostic on the BSD tradition</b></a><br><a href="http://www.oreillynet.com/">O'Reilly Network</a>, Dale Dougherty<br>An interview with BSD veteran Keith Bostic on the BSDI/FreeBSD
653
	merger.  ``BSD has always had the best technology'', says Keith.</p>
654
</li>
655
<li>
656
<a name="2000March:2"></a><p>
657
<a href="http://www.linuxworld.com/linuxworld/lw-2000-03/lw-03-freebsd_p.html"><b>Customizing the FreeBSD Kernel</b></a><br><a href="http://www.linuxworld.com/">LinuxWorld</a>, Michael Lucas<br>Michael Lucas presents a guide to customizing the FreeBSD kernel, 
658
	  written for the Linux oriented.</p>
659
</li>
660
<li>
661
<a name="2000March:1"></a><p>
662
<a href="http://www.samag.com/archive/0903/feature.shtml"><b>FreeBSD for the SVR4/Linux Administrator</b></a><br><a href="http://www.samag.com/">SysAdmin</a>, Michael Lucas<br>This article attempts to give a System V or Linux administrator 
663
	  a basic grounding in FreeBSD configuration and usage.</p>
664
</li>
665
<li>
666
<a name="2000March:0"></a><p>
667
<a href="http://www.32bitsonline.com/article.php3?file=issues/200003/bsdports&amp;page=1"><b>FreeBSD Ports and Packages System Explained</b></a><br><a href="http://www.32bitsonline.com/">32BitsOnline</a>, Bill Swingle<br>A good description of the FreeBSD Ports collection.</p>
668
</li>
669
</ul>
670
<h1>February 2000</h1>
671
<ul>
672
<li>
673
<a name="2000February:5"></a><p>
674
<a href="http://www.upside.com/texis/mvm/print-it?id=38adbbff0&amp;t=/texis/mvm/news/news"><b>Business Lessons From Online Porn</b></a><br><a href="http://www.upside.com/">Upside</a>, Richard A. Glidewell<br>Praise for FreeBSD from this article: ``FreeBSD is the system of
675
	  choice because it is fast, stable, and can handle large volumes of
676
	  traffic.''</p>
677
</li>
678
<li>
679
<a name="2000February:4"></a><p>
680
<a href="http://www.linux.com/articles.phtml?aid=7125"><b>Crazed Ferrets in a Berkeley Shower</b></a><br><a href="http://www.linux.com/">Linux.com</a>, Michael Lucas<br>An article on the BSD License.</p>
681
</li>
682
<li>
683
<a name="2000February:3"></a><p>
684
<a href="http://www.computerworld.com/cwi/story/0,1199,NAV47_STO41147,00.html"><b>Three Unixlike systems may be better than Linux</b></a><br><a href="http://www.computerworld.com/">ComputerWorld</a>, Simson L. Garfinkel<br>Promotes the BSD OSes as better alternatives to Linux
685
	  in the areas of performance, reliability and security.</p>
686
</li>
687
<li>
688
<a name="2000February:2"></a><p>
689
<a href="http://www.linux.com/featured_articles/20000208/275/"><b>Buddying up to BSD: Part Five - FreeBSD Continued</b></a><br><a href="http://www.linux.com/">Linux.com</a>, Matt Michie<br>A Linux user writes about his experiences with the FreeBSD ports
690
	  system.</p>
691
</li>
692
<li>
693
<a name="2000February:1"></a><p>
694
<a href="http://www.32bitsonline.com/article.php3?file=issues/200002/fbsd34&amp;page=1"><b>Review of FreeBSD 3.4</b></a><br><a href="http://www.32bitsonline.com/">32BitsOnline.com</a>, Clifford Smith<br>A review of FreeBSD 3.4.</p>
695
</li>
696
<li>
697
<a name="2000February:0"></a><p>
698
<a href="http://www.boardwatch.com/mag/2000/feb/bwm79.html"><b>FreeBSD 4.0 And Beyond</b></a><br><a href="http://www.boardwatch.com/">Boardwatch</a>, Jeffrey Carl<br>A Jordan Hubbard Interview on Improvements, New Platforms and
699
	  What's to Come.</p>
700
</li>
701
</ul>
702
<h1>January 2000</h1>
703
<ul>
704
<li>
705
<a name="2000January:5"></a><p>
706
<a href="http://www.linux.com/featured_articles/20000126/270/"><b>Buddying up to BSD: Part Four - FreeBSD</b></a><br><a href="http://www.linux.com/">Linux.com</a>, Matt Michie<br>A Linux user writes about his experiences with FreeBSD.</p>
707
</li>
708
<li>
709
<a name="2000January:4"></a><p>
710
<a href="http://www.gartnerweb.com/public/static/hotc/hc00085832.html"><b>Debunking Open-Source Myths: Origins and Players</b></a><br><a href="http://www.gartnerweb.com/">Gartner Group</a>, N. Drakos and M. Driver<br>A report that looks at and debunks some of the myths associated with
711
	  Open Source development.</p>
712
</li>
713
<li>
714
<a name="2000January:3"></a><p>
715
<a href="http://www.techweb.com/wire/story/TWB20000114S0013"><b>Linux Scales Enterprise Wall</b></a><br><a href="http://www.techweb.com/">TechWeb</a>, Mitch Wagner<br>About 17 percent of enterprises plan to deploy FreeBSD or Linux
716
	  as a primary platform for e-commerce within two years.</p>
717
</li>
718
<li>
719
<a name="2000January:2"></a><p>
720
<a href="http://cnn.com/2000/TECH/computing/01/05/macworld.keynote/index.html"><b>Jobs announces new MacOS, becomes 'iCEO'</b></a><br><a href="http://cnn.com/">CNN</a>, CNN news article<br>Steve Jobs' Macworld Expo keynote speech mentions FreeBSD as one of
721
	  the components in the new Darwin OS from Apple.</p>
722
</li>
723
<li>
724
<a name="2000January:1"></a><p>
725
<a href="http://www.apple.com/macosx/inside.html"><b>Mac OS X</b></a><br><a href="http://www.apple.com/">Apple Inc.</a>, Apple communication<br>In an article on the next generation Darwin OS,  Apple Inc., refers
726
	  to FreeBSD as one of the ``most acclaimed OS projects of the modern
727
	  era.''</p>
728
</li>
729
<li>
730
<a name="2000January:0"></a><p>
731
<a href="http://www.samag.com/documents/s=1169/sam0001b/"><b>Linux under FreeBSD</b></a><br><a href="http://www.samag.com/">SysAdmin</a>, Michael Lucas<br>FreeBSD has several options for using software from other platforms
732
	  such as Linux.  This article examines Linux emulation under
733
	  FreeBSD.</p>
734
</li>
735
</ul>
736
<h1>December 1999</h1>
737
<ul>
738
<li>
739
<a name="1999December:1"></a><p>
740
<a href="http://biz.yahoo.com/prnews/991215/wa_freei_d_1.html"><b>Freei.Net Doubles Service Speed With Intel(R) Server
741
	  Platforms</b></a><br><a href="http://www.freei.net">Freei.Net</a>, Freei.Net Press Release<br>Freei.Net is purchasing hundreds of Intel's LB440GX 2U Rack Server 
742
	  Platforms as the Internet service provider continues to experience 
743
	  explosive growth in its subscriber base. ``The LB440GX flawlessly 
744
	  supports our FreeBSD operating system,'' said Steve Bourg,
745
	  Freei.Net's Chief Technical Officer.</p>
746
</li>
747
<li>
748
<a name="1999December:0"></a><p>
749
<a href="http://www.data.com/features/1206a.html"><b>FreeBSD 3.3. Robust OS well suited for Internet/Intranet
750
	  Deployment</b></a><br><a href="http://www.data.com/">Data Communications Online</a>, Juha Saarinen<br>Linux administrator turns to FreeBSD and finds it impressive.</p>
751
</li>
752
</ul>
753
<h1>November 1999</h1>
754
<ul>
755
<li>
756
<a name="1999November:6"></a><p>
757
<a href="http://slashdot.org/article.pl?sid=99/11/21/1430208&amp;mode=nocomment"><b>FreeBSD at COMDEX</b></a><br><a href="http://slashdot.org/">Slashdot</a>, Brett Glass<br>Brett Glass sent this message
758
	  to the FreeBSD -chat mailing list, about his experiences and
759
	  perceptions at COMDEX.  Of particular interest are the problems he
760
	  had trying to get vendors to support the BSDs and Linux.</p>
761
</li>
762
<li>
763
<a name="1999November:5"></a><p>
764
<a href="http://www.salon.com/tech/feature/1999/11/18/red_hat/index.html"><b>Who controls free software?</b></a><br><a href="http://www.salon.com/">Salon Magazine</a>, Andrew Leonard<br>Discusses <a href="http://www.redhat.com/">RedHat</a>'s acquisition
765
	  of <a href="http://www.cygnus.com/">Cygnus</a>, quotes 
766
	  <a href="mailto:jkh@FreeBSD.org">Jordan Hubbard</a> at length, and 
767
	  mentions FreeBSD.</p>
768
</li>
769
<li>
770
<a name="1999November:4"></a><p>
771
<a href="http://macweek.zdnet.com/1999/11/14/darwinist.html"><b>The Darwinist: Darwin for x86?</b></a><br><a href="http://macweek.zdnet.com/">MacWeek</a>, Stephan Somogyi<br>A report on Wilfredo Sanchez's session on FreeBSD and the Apple
772
	  Darwin project at the first FreeBSDCon.</p>
773
</li>
774
<li>
775
<a name="1999November:3"></a><p>
776
<a href="http://cbs.marketwatch.com/archive/19991108/news/current/soapbox.htx?source=blq/yhoo&amp;dist=yhoo"><b>Bob Frankenberg's breaking Windows</b></a><br><a href="http://cbs.marketwatch.com/">CBS MarketWatch</a>, Michael Tarsala<br>In an interview with CBS MarketWatch, Bob Frankenberg, ex-CEO of 
777
	  <a href="http://www.novell.com/">Novell</a>, praises
778
	  FreeBSD for doing ``an exceptionally good job''.   FreeBSD is 
779
	  used in his current company, 
780
	  <a href="http://www.encanto.com/">Encanto</a>.</p>
781
</li>
782
<li>
783
<a name="1999November:2"></a><p>
784
<a href="http://www.applix.com/releases/99-11-03_applixware_office_for_freebsd_os.cfm"><b>Applix and Walnut Creek Partner to Provide Applixware Office for
785
	  the FreeBSD Operating System</b></a><br><a href="http://www.applix.com/">Applix Inc.</a>, Applix Inc. press release<br>Walnut Creek will distribute Applixware Office v4.4.2 in their
786
	  FreeBSD 3.3 Power Desktop product.  In addition, Walnut Creek will
787
	  bundle <a href="http://www.applixware.org/">Applix'SHELF</a>, a
788
	  visual open-source application development toolset and runtime
789
	  environment with FreeBSD.</p>
790
</li>
791
<li>
792
<a name="1999November:1"></a><p>
793
<a href="http://www.linuxworld.com/linuxworld/lw-1999-10/lw-10-bsd_p.html"><b>LinuxWorld report on FreeBSDCon 99</b></a><br><a href="http://www.linuxworld.com/">LinuxWorld</a>, Vicki Brown<br>October 17, 1999 marked a milestone in the history of FreeBSD -- the
794
	  first FreeBSD conference was held in the city where it all began.</p>
795
</li>
796
<li>
797
<a name="1999November:0"></a><p>
798
<a href="http://cnn.com/TECH/computing/9911/01/freebsd.con99.idg/index.html"><b>FreeBSDCon'99: Fans of Linux's lesser-known sibling gather for
799
	  the first time</b></a><br><a href="http://cnn.com/">CNN</a>, Vicki Brown<br>Repost of IDG article about FreeBSDCon '99.</p>
800
</li>
801
</ul>
802
<h1>October 1999</h1>
803
<ul>
804
<li>
805
<a name="1999October:3"></a><p>
806
<a href="http://serverwatch.internet.com/reviews/platform-freebsd.html"><b>ServerWatch's Review of FreeBSD</b></a><br><a href="http://serverwatch.internet.com/">ServerWatch</a>, Kevin Reichard<br>FreeBSD v3.2 is as close to the perfect Internet server operating
807
	  system as it comes.</p>
808
</li>
809
<li>
810
<a name="1999October:2"></a><p>
811
<a href="http://www.upside.com/texis/mvm/story?id=380d3cf90&amp;src=yahoo"><b>Grass Roots Daemocracy</b></a><br><a href="http://www.upside.com/">Upside</a>, Sam Williams<br>A report from the first annual FreeBSDCon held in Berkeley,
812
	  California.</p>
813
</li>
814
<li>
815
<a name="1999October:1"></a><p>
816
<a href="http://www.entera.com/news/pressreleases/1004elsabsd.html"><b>ENTERA DELIVERS FreeBSD STREAMING SERVER SUPPORTING
817
	  QUICKTIME</b></a><br><a href="http://www.entera.com/">Entera</a>, Entera Press Release<br>Entera announces a <a href="http://www.streamingserver.org/">free, 
818
	    standards-based RTSP/RTP server</a> to stream QuickTime from a 
819
	  FreeBSD platform.</p>
820
</li>
821
<li>
822
<a name="1999October:0"></a><p>
823
<a href="http://www.firstmonday.dk/issues/issue4_10/bezroukov/index.html"><b>Open Source Software Development as a Special Type of Academic
824
	  Research</b></a><br><a href="http://www.firstmonday.dk/">First Monday</a>, Nikolai Bezroukov<br>This paper tries to explore links between open source software 
825
	  development and academic research as a better paradigm for OSS 
826
	  development.</p>
827
</li>
828
</ul>
829
<h1>September 1999</h1>
830
<ul>
831
<li>
832
<a name="1999September:2"></a><p>
833
<a href=""><b></b></a><br><a href="http://www.boston.com/">The Boston Globe</a>, <br>Claims that the operating systems based on BSD are more reliable
834
	  and secure. <i>(requires registration with The Boston Globe prior to
835
	    viewing)</i>
836
</p>
837
</li>
838
<li>
839
<a name="1999September:1"></a><p>
840
<a href="http://dowjones.wsj.com/n/SB936961814325017645-d-main-c1.html"><b>Beyond Linux, Free Systems Help Build The Web</b></a><br><a href="http://dowjones.wsj.com/">Wall Street Journal</a>, Lee Gomes<br>An introduction to the BSD family of free operating systems.</p>
841
</li>
842
<li>
843
<a name="1999September:0"></a><p>
844
<a href="http://www.samag.com/archive/0809/feature.shtml"><b>Maintaining Patch Levels with Open Source BSDs</b></a><br><a href="http://www.samag.com/">SysAdmin</a>, Michael Lucas<br>Focusses on the BSD development model and the ease of keeping
845
	  upto-date with tools like sup and CVSup.</p>
846
</li>
847
</ul>
848
<h1>August 1999</h1>
849
<ul>
850
<li>
851
<a name="1999August:4"></a><p>
852
<a href="http://web.boston.com/technology/packages/opensource/linux_limelight.shtml"><b>Out of Linux limelight, devil gets its due</b></a><br><a href="http://web.boston.com/">Boston Globe</a>, Hiawatha Bray<br>A short (but not very accurate) introduction to FreeBSD for people
853
	  who have heard about Linux.</p>
854
</li>
855
<li>
856
<a name="1999August:3"></a><p>
857
<a href="http://www.cnn.com/TECH/computing/9908/11/hacker.hols.idg/index.html"><b>Reporter's notebook: Hackers on holiday</b></a><br><a href="http://www.cnn.com/">CNN</a>, Ann Harrison<br>CNN reports that the winner during the &quot;Linux Death
858
	  Match&quot; at the Chaos Computer Camp in Germany used FreeBSD tools
859
	  to win out over Linux attackers.  More details are available at 
860
	  <a href="http://www.42.org/~sec/Berichte/199908Camp/index.en.html#match">http://www.42.org/~sec/Berichte/199908Camp/index.en.html#match</a>.</p>
861
</li>
862
<li>
863
<a name="1999August:2"></a><p>
864
<a href="http://www.userfriendly.org/cartoons/archives/99aug/19990803.html"><b>More FreeBSD Comics</b></a><br><a href="http://www.userfriendly.org/">User Friendly the
865
	  Comic Strip</a>, Illiad<br>See also the comics for the
866
	  <a href="http://www.userfriendly.org/cartoons/archives/99aug/19990804.html">
867
	    4th</a> and the 
868
	  <a href="http://www.userfriendly.org/cartoons/archives/99aug/19990805.html">
869
	    5th</a>.</p>
870
</li>
871
<li>
872
<a name="1999August:1"></a><p>
873
<a href="http://www.fast.no/company/press/twbs02081999.html"><b>World's Biggest Internet Search Engine Goes Online</b></a><br><a href="http://web.fast.no/">Fast Search &amp; Transfer</a>, FAST Press Release<br>Said to be the largest search engine on the Internet, 
874
	  <a href="http://www.alltheweb.com/">FAST Web Search</a>
875
	  <a href="http://www-new.fast.no/faq/faqfastwebsearch.html#Hardware">
876
	    uses the FreeBSD operating system</a>.</p>
877
</li>
878
<li>
879
<a name="1999August:0"></a><p>
880
<a href="http://www.sciencedaily.com/releases/1999/08/990802072727.htm"><b>Duke Computer Scientists Exceed &quot;Gigabit&quot; Data
881
	  Processing Speeds With Internet Software</b></a><br><a href="http://www.sciencedaily.com/">Science Daily Magazine</a>, Duke University press release<br>Using FreeBSD, Duke University computer science researchers have 
882
	  developed a system for communication at speeds higher than one 
883
	  billion bits per second in a local area network of personal
884
	  computers. More details can be found at the 
885
	  <a href="http://www.cs.duke.edu/ari/trapeze">Trapeze project</a> web 
886
	  site.</p>
887
</li>
888
</ul>
889
<h1>July 1999</h1>
890
<ul>
891
<li>
892
<a name="1999July:4"></a><p>
893
<a href="http://www.pair.com/pair/press/19990727.html"><b>WORLDS LARGEST INDEPENDENT IPP HITS NEW MILESTONE</b></a><br><a href="http://www.pair.com/">Pair Networks</a>, pair Networks press release<br>pair Networks, Inc., the World's largest independently owned and
894
	  operated paid hosting service, today announced that it has surpassed
895
	  the 60,000 Web site milestone.  Their web servers in their
896
	  state-of-the-art data center house more than 2 Terabytes of storage,
897
	  and deliver up to 100 million hits per day to site visitors.  pair
898
	  uses FreeBSD in order to ensure maximum uptime and reliability.</p>
899
</li>
900
<li>
901
<a name="1999July:3"></a><p>
902
<a href="http://www.techwebuk.com/story/TUK19990726S0029"><b>Free OS? It' s as easy as BSD</b></a><br><a href="http://www.techwebuk.com/">TechWeb UK</a>, Peter McGarvey<br>Network manager Peter McGarvey writes about his experience with
903
	  a number of varieties of Unix.  He sums up: <i>FreeBSD is the 
904
	    greatest</i>.</p>
905
</li>
906
<li>
907
<a name="1999July:2"></a><p>
908
<a href="http://www.zdnet.com/zdnn/stories/news/0,4586,2299366,00.html"><b>BSD a better OS than Linux?</b></a><br><a href="http://www.zdnet.com/">ZD Net News</a>, Bob Sullivan<br>BSD is the software behind the world's most popular Web site and the
909
	  world's most popular FTP site.</p>
910
</li>
911
<li>
912
<a name="1999July:1"></a><p>
913
<a href="http://www.msnbc.com/news/292376.asp"><b>The Net's stealth operating system</b></a><br><a href="http://www.msnbc.com/">MSNBC</a>, Bob Sullivan<br>BSD powers some of the biggest sites, and its users are among 
914
	  the most jealous of Linux.</p>
915
</li>
916
<li>
917
<a name="1999July:0"></a><p>
918
<a href="http://www.performancecomputing.com/features/9906of2.shtml"><b>Embed Together: The Case For BSD In Network Appliances</b></a><br><a href="http://www.performancecomputing.com/">Performance Computing</a>, Kevin Rose and Charles Davidson<br>Underlines the advantages of BSD for the embedded device market.
919
	  Mentions <a href="http://www.FreeBSD.org/~picobsd/">picoBSD</a>.</p>
920
</li>
921
</ul>
922
<h1>June 1999</h1>
923
<ul>
924
<li>
925
<a name="1999June:6"></a><p>
926
<a href="http://ebs.tamu.edu/kamu-fm/gig-24jun99.ram"><b>Radio interview: Linux and FreeBSD</b></a><br><a href="http://cis.tamu.edu/news/gigabytes/index.html">GigABytes Radio Talk Show</a>, Chris DiBona and Jordan Hubbard<br>Chris DiBona of VA Research and Jordan Hubbard of the FreeBSD
927
	Project give their views on Linux and FreeBSD.</p>
928
</li>
929
<li>
930
<a name="1999June:5"></a><p>
931
<a href="http://www.ntsystems.com/db_area/archive/1999/9906/306r1.shtml"><b>Thin Servers</b></a><br><a href="http://www.ntsystems.com/">Windows NT Systems</a>, Ted Drude<br>A survey of thin servers, featuring products using FreeBSD as
932
	  their internal operating system.</p>
933
</li>
934
<li>
935
<a name="1999June:4"></a><p>
936
<a href="http://www.pcc.ie/net/ci.html"><b>Information Technology and the Internet in Co-operation
937
	  Ireland</b></a><br><a href="http://www.pcc.ie/">Public Communications Centre, 
938
	  Ireland</a>, Interview with Michael Doyle<br>Michael Doyle, system administrator for 
939
	  <a href="http://www.co-operation-ireland.ie">Co-operation
940
	    Ireland</a> roots for FreeBSD in this interview.  Michael is using
941
	  FreeBSD and <a href="http://www.postgresql.org">PostgreSQL</a> as
942
	  a cost-effective and ultra-reliable solution for his
943
	  organization's I.T. needs.</p>
944
</li>
945
<li>
946
<a name="1999June:3"></a><p>
947
<a href="http://www.32bitsonline.com/article.php3?file=issues/199906/gplbsd&amp;page=1"><b>GPL and BSD: explication and comparison</b></a><br><a href="http://www.32bitsonline.com/">32BitsOnline</a>, Rob Bos<br>An article comparing BSD and GPL style licenses.</p>
948
</li>
949
<li>
950
<a name="1999June:2"></a><p>
951
<a href="http://www.wired.com/news/news/business/story/20483.html"><b>CmdrTaco on Slashdot Sale</b></a><br><a href="http://www.wired.com/">Wired Business News</a>, Leander Kahney<br>In an interview with Wired News, Rob Malda, founder of
952
	  <a href="http://slashdot.org/">Slashdot</a>, says that he would now
953
	  like to spend some more time reporting on FreeBSD.</p>
954
</li>
955
<li>
956
<a name="1999June:1"></a><p>
957
<a href="http://serverwatch.internet.com/reviews/platform-freebsd.html"><b>Server Platforms - FreeBSD Review</b></a><br><a href="http://serverwatch.internet.com/">ServerWatch</a>, Kevin Reichard<br>FreeBSD: Is it the perfect Internet server operating system? As
958
	  close as it comes.</p>
959
</li>
960
<li>
961
<a name="1999June:0"></a><p>
962
<a href="http://www.networkweek.com/openwindow/story/NWW19990611S0005"><b>Yes! There is intelligent life beyond Linux</b></a><br><a href="http://www.networkweek.com/">Network Week Online</a>, David Cartwright<br>It looks like Unix, it tastes like Unix but it isn't Unix. It's
963
	  FreeBSD!</p>
964
</li>
965
</ul>
966
<h1>May 1999</h1>
967
<ul>
968
<li>
969
<a name="1999May:6"></a><p>
970
<a href="http://www.sunworld.com/sunworldonline/swol-05-1999/swol-05-silicon.html"><b>Silicon Carny: Why I run FreeBSD</b></a><br><a href="http://www.sunworld.com/">SunWorld</a>, Rich Morin<br>Rich Morin explains why FreeBSD is the superior OS for him.</p>
971
</li>
972
<li>
973
<a name="1999May:5"></a><p>
974
<a href="http://www.wccdrom.com/press/wcarchive_milestone.phtml"><b>INTERNET'S BUSIEST SOFTWARE ARCHIVE REACHES NEW DOWNLOAD
975
	  MILESTONE</b></a><br><a href="http://www.wccdrom.com/">Walnut Creek CDROM</a>, David Greenman<br>Walnut Creek CDROM, Inc. announces that their popular software 
976
	  archive at ftp://ftp.cdrom.com has surpassed the one trillion bytes 
977
	  (one terabyte) milestone of files downloaded per day from a single 
978
	  server machine.</p>
979
</li>
980
<li>
981
<a name="1999May:4"></a><p>
982
<a href="http://home.cnet.com/category/0-3709-7-284910.html"><b>Bye-Bye, Windows</b></a><br><a href="http://home.cnet.com">CNet</a>, Christopher Lindquist<br>Reviews alternative PC operating systems.  Includes a 
983
	  <a href="http://home.cnet.com/category/topic/0,10000,0-3709-7-285083,00.html">review of FreeBSD 3.2</a>.</p>
984
</li>
985
<li>
986
<a name="1999May:3"></a><p>
987
<a href="http://news.bbc.co.uk/hi/english/sci/tech/newsid_321000/321433.stm"><b>Gnome is no Windows dwarf</b></a><br><a href="http://bbc.co.uk/">BBC</a>, Chris Nuttall<br>Article on Gnome and the Open Source movement.  Mentions
988
	  FreeBSD.</p>
989
</li>
990
<li>
991
<a name="1999May:2"></a><p>
992
<a href="http://www.pioneerplanet.com/reprints/051799tech.htm"><b>OS Also-Rans</b></a><br><a href="http://www.pioneerplanet.com">Pioneer Planet</a>, JULIO OJEDA-ZAPATA<br>A short article introducing a few alternative OSes, including
993
	  FreeBSD and OpenBSD.  Aimed at the general public.</p>
994
</li>
995
<li>
996
<a name="1999May:1"></a><p>
997
<a href="http://www.wccdrom.com/press/micron.phtml"><b>Micron Electronics NetFRAME chosen for Internet's busiest
998
	  site</b></a><br><a href="http://www.wccdrom.com/">Walnut Creek CDROM</a>, David Greenman<br>During its first full day of operation, the new NetFRAME 9201 server
999
	  set a new all-time one day download record of 969GB
1000
	  of files, surpassing the previous record set last year of
1001
	  873GB/day.</p>
1002
</li>
1003
<li>
1004
<a name="1999May:0"></a><p>
1005
<a href="http://www.zdnet.com/pcweek/stories/news/0,4153,400844,00.html"><b>The other open-source OS: FreeBSD</b></a><br><a href="http://www.zdnet.com/">ZD Net</a>, Anne Chen<br>Examples of FreeBSD deployment in the real world and why some 
1006
	  technology officers find it attractive.</p>
1007
</li>
1008
</ul>
1009
<h1>April 1999</h1>
1010
<ul>
1011
<li>
1012
<a name="1999April:9"></a><p>
1013
<a href="http://www.data.com/issue/990407/open.html"><b>Open-Source Software: Power to the People</b></a><br><a href="http://www.data.com">Data Communications</a>, Lee Bruno<br>Linux and BSD Unix are starting to show up on more and more 
1014
	  corporate servers, running alongside or even replacing Netware 
1015
	  and Windows NT.</p>
1016
</li>
1017
<li>
1018
<a name="1999April:8"></a><p>
1019
<a href="http://advocacy.FreeBSD.org/stories/pr_xml.html"><b>XML: Complete XML Development System Integrated with 
1020
	  FreeBSD</b></a><br><a href="http://advocacy.FreeBSD.org/">FreeBSD Advocacy</a>, Jordan Hubbard<br>Included with FreeBSD 3.1 is a complete, integrated SGML/XML 
1021
	  development system that installs with a simple, easy to use 
1022
	  command sequence.</p>
1023
</li>
1024
<li>
1025
<a name="1999April:7"></a><p>
1026
<a href="http://www.inktomi.com/new/press/ts3.html"><b>Inktomi Announces Traffic Server 3.0</b></a><br><a href="http://www.inktomi.com">Inktomi</a>, Inktomi press release<br>FreeBSD is a supported operating system for a new version of 
1027
	  Inktomi's carrier-class network cache platform.</p>
1028
</li>
1029
<li>
1030
<a name="1999April:6"></a><p>
1031
<a href="http://advocacy.FreeBSD.org/stories/pr_matrix.html"><b>The Matrix: FreeBSD Used to Generate Special Effects</b></a><br><a href="http://advocacy.FreeBSD.org/">FreeBSD Advocacy</a>, Jordan Hubbard<br>Dual-Processor FreeBSD systems were used to generate a large 
1032
	  number of special effects in the cutting edge Warner Brothers film, 
1033
	  <i>The Matrix</i>.</p>
1034
</li>
1035
<li>
1036
<a name="1999April:5"></a><p>
1037
<a href="http://www.osopinion.com/Opinions/PrestonWiley/PrestonWiley1.html"><b>Let's Get More Educated About FreeBSD</b></a><br><a href="http://www.osopinion.com/">osOpinion</a>, Preston S. Wiley<br>A system administrator shares his views on FreeBSD.</p>
1038
</li>
1039
<li>
1040
<a name="1999April:4"></a><p>
1041
<a href="http://www.zdnet.com/sr/stories/column/0,4712,398025,00.html"><b>The Oldest Free OS</b></a><br><a href="http://www.zdnet.com">ZD Net</a>, Steven J. Vaughan-Nichols<br>What are the oldest free operating systems around?  The answer is
1042
	  the Berkeley Software Distribution (BSD) Unix variants.</p>
1043
</li>
1044
<li>
1045
<a name="1999April:3"></a><p>
1046
<a href="http://www.upside.com/texis/mvm/down_the_toilet?id=3714d4820"><b>FreeBSD wants a place in the sun</b></a><br><a href="http://www.upside.com">Upside</a>, Sam Williams<br>Introduces FreeBSD to Linux users.</p>
1047
</li>
1048
<li>
1049
<a name="1999April:2"></a><p>
1050
<a href="http://www.internetworld.com/print/current/webdev/19990412-freebsd.html"><b>FreeBSD Offers a Sound Open Source Alternative</b></a><br><a href="http://www.internetworld.com">Internet World</a>, James C. Luh<br>Outside technical circles, many remain unaware of viable choices
1051
	  for internet servers---like the FreeBSD operating system that drives
1052
	  Web servers for such high-profile names as Yahoo and Best Internet
1053
	  Communications (now part of Verio).</p>
1054
</li>
1055
<li>
1056
<a name="1999April:1"></a><p>
1057
<a href="http://cnn.com/TECH/computing/9904/08/cdrom.idg/index.html"><b>Serious FTP: Behind the scenes of Walnut Creek CDROM</b></a><br><a href="http://cnn.com">CNN</a>, Rich Morin<br>A description of the Walnut Creek CDROM setup.
1058
	  The article is also available from
1059
	  <a href="http://www.sunworld.com/swol-04-1999/swol-04-silicon.html">
1060
	    SunWorld</a>.</p>
1061
</li>
1062
<li>
1063
<a name="1999April:0"></a><p>
1064
<a href="http://www.techweb.com/se/directlink.cgi?DAT19990407S0024"><b>Thin Servers: Off-the-Shelf Internet Help</b></a><br><a href="http://www.techweb.com/">TechWeb</a>, Christine Zimmerman<br>Discusses thin-servers, including six built using an embedded
1065
	  FreeBSD kernel.</p>
1066
</li>
1067
</ul>
1068
<h1>March 1999</h1>
1069
<ul>
1070
<li>
1071
<a name="1999March:2"></a><p>
1072
<a href="http://www.userfriendly.org/cartoons/archives/99mar/19990320.html"><b>A FreeBSD Comic Strip</b></a><br><a href="http://www.userfriendly.org/">User Friendly the Comic Strip</a>, Illiad<br>See also the serial from the 
1073
	  <a href="http://www.userfriendly.org/cartoons/archives/99mar/19990322.html">22nd</a>,
1074
	  <a href="http://www.userfriendly.org/cartoons/archives/99mar/19990323.html">23rd</a>,
1075
	  <a href="http://www.userfriendly.org/cartoons/archives/99mar/19990324.html">24th</a>,
1076
	  <a href="http://www.userfriendly.org/cartoons/archives/99mar/19990325.html">25th</a>,
1077
	  <a href="http://www.userfriendly.org/cartoons/archives/99mar/19990326.html">26th</a>, and
1078
	  <a href="http://www.userfriendly.org/cartoons/archives/99mar/19990327.html">27th</a> of March, 1999.</p>
1079
</li>
1080
<li>
1081
<a name="1999March:1"></a><p>
1082
<a href="http://www.it.fairfax.com.au/990316/openline1.html"><b>Rising support for BSD</b></a><br><a href="http://www.it.fairfax.com.au">Fairfax IT News</a>, Nathan Cochrane<br>Columnist Nathan Cochrane talks about the BSD family of open
1083
	  source operating systems.</p>
1084
</li>
1085
<li>
1086
<a name="1999March:0"></a><p>
1087
<a href="http://opensource.oreilly.com/news/scoville_0399.html"><b>Whence the Source: Untangling the Open Source/Free Software
1088
	  Debate</b></a><br><a href="http://opensource.oreilly.com">O'Reilly Open Source</a>, Thomas Scoville<br>An article on the open-source / free-software debate.  Mentions 
1089
	  Berkeley Unix as one of the early successes of shared source code 
1090
	  collaboration.</p>
1091
</li>
1092
</ul>
1093
<h1>February 1999</h1>
1094
<ul>
1095
<li>
1096
<a name="1999February:1"></a><p>
1097
<a href="http://lwn.net/1999/features/ACInterview/"><b>LWN interviews Alan Cox</b></a><br><a href="http://lwn.net/">Linux Weekly News</a>, <br>There is a small but interesting FreeBSD mention in LWN in an
1098
	  interview with Linux's Alan Cox.</p>
1099
</li>
1100
<li>
1101
<a name="1999February:0"></a><p>
1102
<a href=""><b></b></a><br><a href="http://www.economist.com">The Economist</a>, <br>Software that has been developed by thousands of volunteers and is
1103
	  given away is often better than the stuff for sale. <i>Note</i>: The
1104
	  article is no longer available online without registration.</p>
1105
</li>
1106
</ul>
1107
<h1>January 1999</h1>
1108
<ul>
1109
<li>
1110
<a name="1999January:4"></a><p>
1111
<a href="http://www.oreilly.com/catalog/opensources/book/kirkmck.html"><b>Twenty Years of Berkeley Unix</b></a><br><a href="http://www.oreilly.com">O'Reilly and Associates</a>, Marshall Kirk McKusick<br>A short history of Berkeley Unix.</p>
1112
</li>
1113
<li>
1114
<a name="1999January:3"></a><p>
1115
<a href="http://www.linuxjournal.com/issue57/2515.html"><b>WWWsmith: Installation and Configuration of FreeBSD</b></a><br><a href="http://www.linuxjournal.com/">LINUX JOURNAL</a>, Sean Eric Fagan<br>Here is how to set up a web server using another freely available
1116
	  operating system, FreeBSD, a high performance, mature, Unix-like
1117
	  system.</p>
1118
</li>
1119
<li>
1120
<a name="1999January:2"></a><p>
1121
<a href="http://www.sunworld.com/swol-01-1999/swol-01-bsd.html"><b>The return of BSD - What are the BSD flavors and why might you
1122
	  use them?</b></a><br><a href="http://www.sunworld.com/">SunWorld</a>, Greg Lehey<br>Introduces the modern BSD OSes to the general public.</p>
1123
</li>
1124
<li>
1125
<a name="1999January:1"></a><p>
1126
<a href=""><b></b></a><br><a href="http://www.gartner.com/">GartnerGroup</a>, <br>While finished thin servers should be optimized in both hardware
1127
	  and software for the task at hand, who says the software and hardware
1128
	  must come from the same developer? This Perspective examines the
1129
	  emerging trend in the OEM market of divorcing the software layer from
1130
	  the hardware layer. Many operating systems are vying to be the OS of
1131
	  choice for thin servers. This document examines this issue in detail,
1132
	  particularly the differences between Linux and FreeBSD, the current
1133
	  de facto leaders in the market. <i>Note</i>: The article is no
1134
	  longer available online without registration.</p>
1135
</li>
1136
<li>
1137
<a name="1999January:0"></a><p>
1138
<a href="http://helix.nature.com/webmatters/tomog/tomog.html"><b>Nature Web Matters: Internet tomography</b></a><br><a href="http://www.nature.com/">Nature</a>, K.C. Claffy, Tracie Monk &amp; Daniel McRobb, UCSD/CAIDA,
1139
	  USA.<br>The article describes a network management tool built on FreeBSD
1140
	  that has even used network connections to www.FreeBSD.org for
1141
	  performing network research.</p>
1142
</li>
1143
</ul>
1144
<h1>December 1998</h1>
1145
<ul><li>
1146
<a name="1998December:0"></a><p>
1147
<a href="http://www.linuxworld.com/linuxworld/lw-1998-12/lw-12-freebsd.html"><b>The story on FreeBSD</b></a><br><a href="http://www.linuxworld.com/">LinuxWorld</a>, Cameron Laird and Kathryn Soraiz<br>This issue has a good article on FreeBSD and why it's worth a look
1148
	  by Linux folks.</p>
1149
</li></ul>
1150
<h1>November 1998</h1>
1151
<ul>
1152
<li>
1153
<a name="1998November:2"></a><p>
1154
<a href="http://www.edventure.com/release1/1198.html"><b>The Open-Source Revolution</b></a><br><a href="http://www.edventure.com/release1/">RELEASE 1.0</a>, Tim O'Reilly, with an introduction by Esther Dyson<br>A brief, business oriented introduction to the open source
1155
	  community.</p>
1156
</li>
1157
<li>
1158
<a name="1998November:1"></a><p>
1159
<a href="http://www.linuxtoday.com/stories/1005.html"><b>Report from Comdex--Walnut Creek CDROM, FreeBSD and
1160
	  Slackware</b></a><br><a href="http://www.linuxtoday.com/">Linux Today</a>, Dwight Johnson<br>There is a good report on the Walnut Creek booth and FreeBSD at
1161
	  the Linux Today website.  The first half of the report is on
1162
	  Slackware Linux, the second half is on FreeBSD.</p>
1163
</li>
1164
<li>
1165
<a name="1998November:0"></a><p>
1166
<a href="http://www.news.com/News/Item/0,4,28816,00.html"><b>Ellison plans hardware, bashes Bill</b></a><br><a href="http://www.news.com/">CNET News.com</a>, Tim Clark<br>Larry Ellison talking about their new dedicated Oracle servers,
1167
	  mentions FreeBSD as one of a list of candidate OSes for the
1168
	  platform.</p>
1169
</li>
1170
</ul>
1171
<h1>October 1998</h1>
1172
<ul>
1173
<li>
1174
<a name="1998October:5"></a><p>
1175
<a href="http://www.computerbits.com/archive/19981000/lnx9810.htm"><b>Linux/etc, The other free Unixes, part 2 of 2</b></a><br><a href="http://www.computerbits.com/">Computer Bits</a>, Terry Griffin<br>Continuation of an earlier column reviewing freely available 
1176
	  Unix like operating systems.</p>
1177
</li>
1178
<li>
1179
<a name="1998October:4"></a><p>
1180
<a href="http://www.performance-computing.com/features/9810of1.shtml"><b>What Is FreeBSD?</b></a><br><a href="http://www.performance-computing.com/">Performance Computing</a>, Jordan K. Hubbard<br>An introduction to FreeBSD, and where it stands with respect to
1181
	  the other free OSes.</p>
1182
</li>
1183
<li>
1184
<a name="1998October:3"></a><p>
1185
<a href="http://www.mercurycenter.com/business/center/unix102798.htm"><b>Unix back in the fight with NT</b></a><br><a href="http://www.mercurycenter.com/">Mercury Center</a>, Miguel Helft<br>An article touting the stability and power of the Unix platform 
1186
	  over NT.</p>
1187
</li>
1188
<li>
1189
<a name="1998October:2"></a><p>
1190
<a href="http://www.zdnet.com/pcmag/pclabs/nettools/1718/bench1.html"><b>A No-Cost NOS</b></a><br><a href="http://www.zdnet.com/">ZDNet</a>, Ryan Snedegar<br>Ryan Snedegar reviews FreeBSD 2.2.7 and finds its web-serving
1191
	  performance to be better than Windows NT.</p>
1192
</li>
1193
<li>
1194
<a name="1998October:1"></a><p>
1195
<a href="http://www.zdnet.com/intweek/stories/prtarchivestory/0,4356,361668,00.HTML"><b>Open Code Frees Up The Net</b></a><br><a href="http://www.zdnet.com/intweek/">Inter@ctive Week</a>, Charles Babcock<br>About why customers prefer open source software like Linux, FreeBSD,
1196
	  Perl and TCL to proprietary alternatives.</p>
1197
</li>
1198
<li>
1199
<a name="1998October:0"></a><p>
1200
<a href="http://www.ireland.com/newspaper/computimes/1998/1012/cmp2.htm"><b>It's only free Unix - but I like it</b></a><br><a href="http://www.irish-times.com/">The Irish Times</a>, David Malone<br>
1201
</p>
1202
</li>
1203
</ul>
1204
<h1>September 1998</h1>
1205
<ul>
1206
<li>
1207
<a name="1998September:2"></a><p>
1208
<a href="http://www.computerbits.com/archive/19980900/lnx9809.htm"><b>Linux/etc, The other free Unixes, part 1 of 2</b></a><br><a href="http://www.computerbits.com/">Computer Bits</a>, Terry Griffin<br>Briefly reviews the BSD Unix heritage.</p>
1209
</li>
1210
<li>
1211
<a name="1998September:1"></a><p>
1212
<a href="http://www.ddj.com/articles/1998/9809/9809e/9809e.htm"><b>Communications &amp; Networking: Asynchronous Communications
1213
	  Using select and poll</b></a><br><a href="http://www.ddj.com/">Dr. Dobb's Journal</a>, Sean Eric Fagan<br>On how to use FreeBSD's
1214
	  <tt><a href="http://www.FreeBSD.org/cgi/man.cgi?select">select(2)</a></tt>
1215
	  and
1216
	  <tt><a href="http://www.FreeBSD.org/cgi/man.cgi?poll">poll(2)</a></tt>
1217
	  system calls.</p>
1218
</li>
1219
<li>
1220
<a name="1998September:0"></a><p>
1221
<a href="http://www.zdnet.com/sr/stories/issue/0,4537,349576,00.html"><b>Quality Unix for FREE</b></a><br><a href="http://www.zdnet.com/sr/">Sm@rt Reseller Online</a>, Brett Glass<br>A short introduction to FreeBSD 2.2.7.</p>
1222
</li>
1223
</ul>
1224
<h1>August 1998</h1>
1225
<ul><li>
1226
<a name="1998August:0"></a><p>
1227
<a href="http://www.news.com/News/Item/0,4,25526,00.html"><b>Hack raises flags about small ISPs</b></a><br><a href="http://www.news.com/">News.com: Tech News First</a>, Jim Hu, Staff Writer, CNET NEWS.COM<br>Desire for better security has led some ISPs to deploy FreeBSD on
1228
	  their servers.</p>
1229
</li></ul>
1230
<h1>July 1998</h1>
1231
<ul>
1232
<li>
1233
<a name="1998July:1"></a><p>
1234
<a href="http://www.crl.com/wccdromrcd.html"><b>Walnut Creek CDROM, One of the Largest Public FTP Archives in
1235
	  the World, Sets Traffic Record Using FreeBSD and Colocating on CRL's
1236
	  High-Speed Internet Network</b></a><br><a href="http://www.crl.com/">CRL Network Services</a>, CRL Press Release<br>
1237
</p>
1238
</li>
1239
<li>
1240
<a name="1998July:0"></a><p>
1241
<a href=""><b>Pulling on one end of the rope</b></a><br><a href="http://www.freshmeat.net/">( freshmeat )</a>, Jordan K. Hubbard<br>Jordan compares the past of Unix with the future of Linux, outlining
1242
	  possible similarities and describing faults that could be
1243
	  prevented.</p>
1244
</li>
1245
</ul>
1246
<h1>June 1998</h1>
1247
<ul>
1248
<li>
1249
<a name="1998June:1"></a><p>
1250
<a href="http://www.news.com/News/Item/0,4,23145,00.html"><b>Nader urges Windows probe</b></a><br><a href="http://www.news.com/">CNET News.com</a>, Jeff Pelline<br>Consumer-rights advocate Ralph Nader mentions FreeBSD by name.</p>
1251
</li>
1252
<li>
1253
<a name="1998June:0"></a><p>
1254
<a href="http://RhapsodyOS.com/editorial/stone/ST00014.html"><b>Stone's Throw, Issue Fourteen: Home of the Brave, Land of the
1255
	  FreeBSD</b></a><br><a href="http://RhapsodyOS.com/">RhapsodyOS</a>, Andrew Stone<br>
1256
</p>
1257
</li>
1258
</ul>
1259
<h1>May 1998</h1>
1260
<ul>
1261
<li>
1262
<a name="1998May:3"></a><p>
1263
<a href="http://www.WebTechniques.com/features/1998/05/engelschall/engelschall.shtml"><b>Load Balancing Your Web Site</b></a><br><a href="http://www.WebTechniques.com/">Web Techniques Magazine</a>, Ralf S.Engelschall<br>Practical approaches to distributing HTTP traffic at your site.  
1264
	  Includes a section on performance tuning Apache under FreeBSD.</p>
1265
</li>
1266
<li>
1267
<a name="1998May:2"></a><p>
1268
<a href="http://www.ncworldmag.com/ncworld/ncw-05-1998/ncw-05-nextten.html"><b>Is NT paranoid or is Unix out to get it?</b></a><br><a href="http://www.ncworldmag.com/">NC World</a>, Nicholas Petreley<br>
1269
</p>
1270
</li>
1271
<li>
1272
<a name="1998May:1"></a><p>
1273
<a href="http://www.samag.com/archive/0705/feature.shtml"><b>Security Tools in FreeBSD</b></a><br><a href="http://www.samag.com/">SysAdmin</a>, Guy Helmer<br>
1274
</p>
1275
</li>
1276
<li>
1277
<a name="1998May:0"></a><p>
1278
<a href="http://advisor.gartner.com/inbox/articles/ihl2_6398.html"><b>Free Unix: Do You Get What You Pay For?</b></a><br><a href="http://www.gartner.com/">GartnerGroup</a>, G. Weiss<br>
1279
</p>
1280
</li>
1281
</ul>
1282
<h1>April 1998</h1>
1283
<ul>
1284
<li>
1285
<a name="1998April:1"></a><p>
1286
<a href="http://www.ncworldmag.com/ncworld/ncw-04-1998/ncw-04-nextten.html"><b>The new Unix alters NT's orbit</b></a><br><a href="http://www.ncworldmag.com/">NC World</a>, Nicholas Petreley<br>
1287
</p>
1288
</li>
1289
<li>
1290
<a name="1998April:0"></a><p>
1291
<a href="http://www.dv.com/magazine/1998/0498/johnson0498.html"><b>Who's Serving Who?</b></a><br><a href="http://www.dv.com/">DV Live Magazine</a>, Nels Johnson<br>For smaller companies and web sites, a FreeBSD and Apache on an 
1292
	  Intel (PC) architecture machine is more than sufficient.</p>
1293
</li>
1294
</ul>
1295
<h1>March 1998</h1>
1296
<ul>
1297
<li>
1298
<a name="1998March:2"></a><p>
1299
<a href="http://www.ncworldmag.com/ncworld/ncw-03-1998/ncw-03-nextten.html"><b>Searching for the next Windows NT</b></a><br><a href="http://www.ncworldmag.com/">NC World</a>, Nicholas Petreley<br>
1300
</p>
1301
</li>
1302
<li>
1303
<a name="1998March:1"></a><p>
1304
<a href="http://www.ddj.com/ddj/1998/1998_03/index.htm"><b>Benchmarking and Software Testing: Tracing BSD System
1305
	  Calls</b></a><br><a href="http://www.ddj.com/">Dr. Dobb's Journal</a>, Sean Eric Fagan<br><i>Note</i>: the article is not available online.</p>
1306
</li>
1307
<li>
1308
<a name="1998March:0"></a><p>
1309
<a href="http://www.cnet.com/Content/Reviews/Compare/AltOS/"><b>Five alternative operating systems reviewed</b></a><br><a href="http://www.cnet.com/">CNET</a>, Cormac Foster<br>
1310
</p>
1311
</li>
1312
</ul>
1313
<h1>February 1998</h1>
1314
<ul><li>
1315
<a name="1998February:0"></a><p>
1316
<a href="http://www.news.com/SpecialFeatures/0,5,18652,00.html"><b>Source code for the masses</b></a><br><a href="http://www.news.com">News.com</a>, Alex Lash<br>
1317
</p>
1318
</li></ul>
1319
<h1>August 1997</h1>
1320
<ul><li>
1321
<a name="1997August:0"></a><p>
1322
<a href="http://www.computerbits.com/archive/9708/lan9708.htm"><b>The Network Community</b></a><br><a href="http://www.computerbits.com/">Computer Bits Online</a>, Ted Mittelstaedt<br>
1323
</p>
1324
</li></ul>
1325
<h1>May 1997</h1>
1326
<ul><li>
1327
<a name="1997May:0"></a><p>
1328
<a href="http://www.ncworldmag.com/ncworld/ncw-05-1997/ncw-05-analysis.html"><b>The Politics of NC Computing According to Oracle</b></a><br><a href="http://www.ncworldmag.com/">NC World</a>, Rawn Shaw<br>
1329
</p>
1330
</li></ul>
1331
<h1>November 1996</h1>
1332
<ul><li>
1333
<a name="1996November:0"></a><p>
1334
<a href="http://www.samag.com/documents/s=1211/sam9611d/"><b>Assorted Security Tips for UNIX</b></a><br><a href="http://www.samag.com/">SysAdmin</a>, Arthur Donkers<br>A collection of tips and tricks to secure your internal
1335
	  network.</p>
1336
</li></ul>
1337
<a href="../news/news.html">News Home</a><hr noshade>
1338
<address>
1339
<a href="../mailto.html">freebsd-questions@FreeBSD.org</a><br><a href="../copyright/index.html">Copyright</a> © 1995-2003 the FreeBSD Project.  All rights reserved.
1340
  <br>
1341
      $FreeBSD: www/en/news/press.xml,v 1.72 2003/06/23 12:49:49 jkoshy Exp $
2991
    </address>
1342
    </address>
2992
  </body>
1343
</body>
2993
</html>
1344
</html>
2994

Return to bug 53674