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

<channel>
	<title>link2caro &#187; egrep</title>
	<atom:link href="http://blog.link2caro.net/tag/egrep/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.link2caro.net</link>
	<description>I&#039;m just flesh &#039;n bones, but with you I feel I&#039;m flyin&#039; - Superman</description>
	<lastBuildDate>Thu, 24 Jun 2010 12:14:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>History of the name Samba</title>
		<link>http://blog.link2caro.net/read/history-of-the-name-samba/</link>
		<comments>http://blog.link2caro.net/read/history-of-the-name-samba/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 22:49:59 +0000</pubDate>
		<dc:creator>CA RO</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[egrep]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://link2caro.net/?p=658</guid>
		<description><![CDATA[Source: svn://svnanon.samba.org/samba/tags/release-2-2-12/docs/history It&#8217;s now October 1998. We just got back from the 3rd CIFS conference in SanJose. The Samba Team was the biggest contingent there. Samba 2.0 should be shipping in the next few weeks with much better domain controller support, GUI configuration, a new user space SMB filesystem and lots of other neat stuff. [...]]]></description>
			<content:encoded><![CDATA[<p>Source: svn://svnanon.samba.org/samba/tags/release-2-2-12/docs/history</p>
<blockquote><p>It&#8217;s now October 1998. We just got back from the 3rd CIFS conference<br />
in SanJose. The Samba Team was the biggest contingent there.</p>
<p>Samba 2.0 should be shipping in the next few weeks with much better<br />
domain controller support, GUI configuration, a new user space SMB<br />
filesystem and lots of other neat stuff. I&#8217;ve also noticed that a<br />
search of job ads in DejaNews turned up 3900 that mention Samba. Looks<br />
like we&#8217;ve created a small industry.</p>
<p>I&#8217;ve been asked again where the name Samba came from. I might as well<br />
put it down here for everyone to read. The code in Samba was first<br />
called just &#8220;server&#8221;, it then got renamed &#8220;smbserver&#8221; when I<br />
discovered that the protocol is called SMB. Then in April 1994 I got<br />
an email from Syntax, the makers of &#8220;TotalNet advanced Server&#8221;, a<br />
commercial SMB server. They told me that they had a trademark on the<br />
name SMBserver and I would have to change the name. I ran an egrep for<br />
words containing S, M, and B on /usr/dict/words and the name Samba<br />
looked like the best choice. Strangely enough when I repeat that now I<br />
notice that Samba isn&#8217;t in /usr/dict/words on my system anymore!</p></blockquote>
<p>As he did not mention the command he ran to get this word out of the built-in dictionary, I tried some regex and got this one which is most likely the command:</p>
<blockquote><p>egrep -i &#8220;^s[a-z]{0,1}m[a-z]{0,1}b[a-z]{0,1}$&#8221; /usr/share/dict/words</p>
<p>On CentOS:</p>
<p>samba<br />
Sambo<br />
sambo<br />
Simaba<br />
simba<br />
SMB<br />
Sumba</p>
<p>On Mac OS X 10.6.1</p>
<p>samba<br />
Sambo<br />
sambo<br />
Simaba</p></blockquote>
<p>( /usr/share/dict/words, because I ran this on CentOS, Mac )</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.link2caro.net/read/history-of-the-name-samba/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
