<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/blog/templates/default/atom.css" type="text/css" ?>
<feed version="0.3"
   xmlns="http://purl.org/atom/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.khanh.net/blog/rss.php?version=atom0.3" rel="service.feed" title="RND(tech)" type="application/x.atom+xml" />
    <link href="http://www.khanh.net/blog/"                        rel="alternate"    title="RND(tech)" type="text/html" />
    <link href="http://www.khanh.net/blog/rss.php?version=2.0"     rel="alternate"    title="RND(tech)" type="application/rss+xml" />
    <title mode="escaped" type="text/html">RND(tech)</title>
    <tagline mode="escaped" type="text/html">My random co-existence with technology...</tagline>
    <id>http://www.khanh.net/blog/</id>
    <modified>2010-05-27T15:43:22Z</modified>
    <generator url="http://www.s9y.org/" version="0.8.2">Serendipity 0.8.2 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:" />
    <info mode="xml" type="text/html">
        <div xmlns="http://www.w3.org/1999/xhtml">You are viewing an ATOM formatted XML site feed. Usually this file is inteded to be viewed in an aggregator or syndication software. If you want to know more about ATOM, please visist <a href="http://atomenabled.org/">Atomenabled.org</a></div>
    </info>
<entry>
    <link href="http://www.khanh.net/blog/archives/59-disabling-NetBIOS-over-TCPIP-in-Windows-via-DHCPD.html" rel="alternate" title="disabling NetBIOS over TCP/IP in Windows via DHCPD" type="text/html" />
    <author>
        <name>Khanh</name>
        <email>khanh@khanh.net</email>
    </author>

    <issued>2010-05-27T15:31:40Z</issued>
    <created>2010-05-27T15:31:40Z</created>
    <modified>2010-05-27T15:43:22Z</modified>
    <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=atom0.3&amp;type=comments&amp;cid=59</wfw:commentRss>

    <id>http://www.khanh.net/blog/archives/59-guid.html</id>
    <title mode="escaped" type="text/html">disabling NetBIOS over TCP/IP in Windows via DHCPD</title>
    <content type="application/xhtml+xml" xml:base="http://www.khanh.net/blog/">
        <div xmlns="http://www.w3.org/1999/xhtml">
This is scarce information on the Internet, so I'm reposting!<br />
<br />
NetBIOS can be disabled now that it's fairly ancient networking.  You're using TCP/IP and DNS right?<br />
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:<br />
<br />
option vendor-encapsulated-options 01:04:00:00:00:02;<br />
<br />
It's that easy!<br />
        </div>
    </content>
</entry>
<entry>
    <link href="http://www.khanh.net/blog/archives/58-enabling-OS-X-screen-sharing-remotely-in-Terminal.html" rel="alternate" title="enabling OS X screen sharing remotely in Terminal" type="text/html" />
    <author>
        <name>Khanh</name>
        <email>khanh@khanh.net</email>
    </author>

    <issued>2009-10-09T02:40:56Z</issued>
    <created>2009-10-09T02:40:56Z</created>
    <modified>2009-10-09T02:47:11Z</modified>
    <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=atom0.3&amp;type=comments&amp;cid=58</wfw:commentRss>

    <id>http://www.khanh.net/blog/archives/58-guid.html</id>
    <title mode="escaped" type="text/html">enabling OS X screen sharing remotely in Terminal</title>
    <content type="application/xhtml+xml" xml:base="http://www.khanh.net/blog/">
        <div xmlns="http://www.w3.org/1999/xhtml">
short and simple for 10.5 (Leopard)<br />
<br />
sudo sh -c "/bin/echo -n enabled > /Library/Preferences/com.apple.ScreenSharing.launchd"<br />
<br />
slightly different for 10.6 (Snow Leopard)<br />
<br />
sudo sh -c "/bin/echo -n enabled > /private/etc/ScreenSharing.launchd"<br />
<br />
rm the file to disable it.  launchd polls regularyly, so after you "enable" the service, it'll be loaded by the time you check for the open port with netstat -an        </div>
    </content>
</entry>
</feed>