<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>RND(tech)</title>
    <link>http://www.khanh.net/blog/</link>
    <description>My random co-existence with technology...</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:" />
    <generator>Serendipity 0.8.2 - http://www.s9y.org/</generator>
    <pubDate>Thu, 27 May 2010 15:43:22 GMT</pubDate>

    <image>
        <url>http://www.khanh.net/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: RND(tech) - My random co-existence with technology...</title>
        <link>http://www.khanh.net/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>
<item>
    <title>disabling NetBIOS over TCP/IP in Windows via DHCPD</title>
    <link>http://www.khanh.net/blog/archives/59-disabling-NetBIOS-over-TCPIP-in-Windows-via-DHCPD.html</link>
<category>Linux</category><category>Internet/Networking</category><category>Windows</category>    <comments>http://www.khanh.net/blog/archives/59-disabling-NetBIOS-over-TCPIP-in-Windows-via-DHCPD.html#comments</comments>
    <wfw:comment>http://www.khanh.net/blog/wfwcomment.php?cid=59</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.khanh.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=59</wfw:commentRss>
    <author>khanh@khanh.net (Khanh)</author>
    <content:encoded>
This is scarce information on the Internet, so I'm reposting!&lt;br /&gt;
&lt;br /&gt;
NetBIOS can be disabled now that it's fairly ancient networking.  You're using TCP/IP and DNS right?&lt;br /&gt;
I don't use Microsoft DHCP or DNS servers, so finding the information to set this is hard to come by.  To disable NetBIOS over TCP/IP in an ISC DHCP server, add the following to your dhcpd.conf:&lt;br /&gt;
&lt;br /&gt;
option vendor-encapsulated-options 01:04:00:00:00:02;&lt;br /&gt;
&lt;br /&gt;
It's that easy!&lt;br /&gt;
    </content:encoded>
    <pubDate>Thu, 27 May 2010 08:31:40 -0700</pubDate>
    <guid isPermaLink="false">http://www.khanh.net/blog/archives/59-guid.html</guid>
    </item>
<item>
    <title>enabling OS X screen sharing remotely in Terminal</title>
    <link>http://www.khanh.net/blog/archives/58-enabling-OS-X-screen-sharing-remotely-in-Terminal.html</link>
<category>Apple/Mac</category><category>Softwarez</category>    <comments>http://www.khanh.net/blog/archives/58-enabling-OS-X-screen-sharing-remotely-in-Terminal.html#comments</comments>
    <wfw:comment>http://www.khanh.net/blog/wfwcomment.php?cid=58</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.khanh.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=58</wfw:commentRss>
    <author>khanh@khanh.net (Khanh)</author>
    <content:encoded>
short and simple for 10.5 (Leopard)&lt;br /&gt;
&lt;br /&gt;
sudo sh -c &quot;/bin/echo -n enabled &gt; /Library/Preferences/com.apple.ScreenSharing.launchd&quot;&lt;br /&gt;
&lt;br /&gt;
slightly different for 10.6 (Snow Leopard)&lt;br /&gt;
&lt;br /&gt;
sudo sh -c &quot;/bin/echo -n enabled &gt; /private/etc/ScreenSharing.launchd&quot;&lt;br /&gt;
&lt;br /&gt;
rm the file to disable it.  launchd polls regularyly, so after you &quot;enable&quot; the service, it'll be loaded by the time you check for the open port with netstat -an    </content:encoded>
    <pubDate>Thu, 08 Oct 2009 19:40:56 -0700</pubDate>
    <guid isPermaLink="false">http://www.khanh.net/blog/archives/58-guid.html</guid>
    </item>
</channel>
</rss>
