<?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>Shai Perednik.com &#187; *NIX</title> <atom:link href="http://shaiperednik.com/category/nix/feed/" rel="self" type="application/rss+xml" /><link>http://shaiperednik.com</link> <description>IT Guru &#38; Developer</description> <lastBuildDate>Fri, 30 Dec 2011 13:52:36 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>man nbtscan</title><link>http://shaiperednik.com/2009/09/man-nbtsca/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=man-nbtsca</link> <comments>http://shaiperednik.com/2009/09/man-nbtsca/#comments</comments> <pubDate>Fri, 25 Sep 2009 15:21:26 +0000</pubDate> <dc:creator>Shai Perednik</dc:creator> <category><![CDATA[*NIX]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[man]]></category> <category><![CDATA[Manual page]]></category> <category><![CDATA[nbtscan]]></category> <category><![CDATA[windows networking]]></category><guid isPermaLink="false">http://shaiperednik.com/?p=1147</guid> <description><![CDATA[This is a great tool for quickly finding out the netbios names on the network.  Theres plenty of options, however I generally just run nbtscan 192.168.1.1-254 Read on to see the complete man page for nbtscan NBTSCAN(SECTION) NBTSCAN(SECTION) NAME nbtscan — program for scanning networks for NetBIOS name information SYNOPSIS nbtscan [-v] [-d] [-e] [-l] [...]]]></description> <content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 250px"><a href="http://farm1.static.flickr.com/89/263603666_02179f8074_m.jpg" rel="lightbox[1147]"><img title="Verbose Output" src="http://farm1.static.flickr.com/89/263603666_02179f8074_m.jpg" alt="Photo from Flickr" width="240" height="193" /></a><p class="wp-caption-text">Photo from Flickr</p></div><p>This is a great tool for quickly finding out the netbios names on the network.  Theres plenty of options, however I generally just run</p><blockquote><p><a href="http://shaiperednik.com/tag/nbtscan/" class="st_tag internal_tag" rel="tag" title="Posts tagged with nbtscan">nbtscan</a> 192.168.1.1-254</p></blockquote><p>Read on to see the complete <a href="http://shaiperednik.com/tag/man/" class="st_tag internal_tag" rel="tag" title="Posts tagged with man">man</a> page for nbtscan<br /> <span id="more-1147"></span><br /> <code>NBTSCAN(SECTION)                                              NBTSCAN(SECTION)</code></p><p><code> </code></p><p><code>NAME<br /> nbtscan —  program for scanning networks for NetBIOS name information</code></p><p><code> </code></p><p><code>SYNOPSIS<br /> nbtscan  [-v]   [-d]   [-e]   [-l]   [-t timeout]  [-b bandwidth]  [-r]<br /> [-q]   [-s  separator]   [-h]   [-m  retransmits]    [-f   filename   |<br /> scan_range]</code></p><p><code> </code></p><p><code>DESCRIPTION<br /> This <a href="http://shaiperednik.com/tag/manual-page/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Manual page">manual page</a> documents briefly the nbtscan command.</code></p><p><code> </code></p><p><code>This  manual  page  was  written  for the Debian GNU/<a href="http://shaiperednik.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a> distribution<br /> because the original program does not have a manual page.</code></p><p><code> </code></p><p><code>nbtscan is a program for scanning IP networks for NetBIOS name informa?<br /> tion.  It  sends NetBIOS status query to each address in supplied range<br /> and lists  received  information  in  human  readable  form.  For  each<br /> responded  host  it  lists IP address, NetBIOS computer name, logged-in<br /> user name and MAC address (such as Ethernet).</code></p><p><code> </code></p><p><code>OPTIONS<br /> A summary of options is included below.</code></p><p><code> </code></p><p><code>-v        Verbose output. Print all names received from each host.</code></p><p><code> </code></p><p><code>-d        Dump packets. Print whole packet  contents.  Cannot  be  used<br /> with -v, -s or -h options.</p><p>-e        Format output in /etc/hosts format.</p><p>-l        Format  output  in lmhosts format. Cannot be used with -v, -s<br /> or -h options.</p><p>-t timeout<br /> Wait timeout seconds for response. Default 1.</p><p>-b bandwidth<br /> Output throttling. Slow down output so that it uses  no  more<br /> that  bandwidth  bps.   Useful on slow links, so that ougoing<br /> queries don’t get dropped.</p><p>-r        Use local port 137 for scans. Win95  boxes  respond  to  this<br /> only.  You need to be root to use this option.</p><p>-q        Suppress banners and error messages.</p><p>-s separator<br /> Script-friendly  output.  Don’t print column and record head?<br /> ers, separate fields with separator.</p><p>-h        Print human-readble names for services.   Can  only  be  used<br /> with -v option.</p><p>-m retransmits<br /> Number of retransmits. Default 0.</p><p>-f filename<br /> Take IP addresses to scan from file "filename"</p><p>scan_range<br /> What  to  scan.  Can  either be single IP like 192.168.1.1 or<br /> range of addresses in one of two forms: xxx.xxx.xxx.xxx/xx or<br /> xxx.xxx.xxx.xxx-xxx.</p><p>BUGS<br /> Report  bugs  to  alla@sovlink.ru  (that’s  autor of nbtscan). I cannot<br /> promise to do anything but I might well want fix it. Remember: no  war?<br /> ranty.  At least it’s worth what you payed for it.</p><p>AUTHOR<br /> This  manual  page  was  written by Ryszard Lach rla@debian.org for the<br /> Debian GNU/Linux system (but may be used by others)  and  is  based  on<br /> nbtscan  author’s  README  file.   Permission  is granted to copy, dis?<br /> tribute and/or modify this document under the terms  of  the  GNU  Free<br /> Documentation  License,  Version  1.1 or any later version published by<br /> the Free Software Foundation.</p><p></code></p><p><code> NBTSCAN(SECTION)</code></p><p><a href="http://shaiperednik.com/2009/09/man-nbtsca/" rel="bookmark">man nbtscan</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on September 25, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/09/man-nbtsca/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mac Fonts on Ubuntu</title><link>http://shaiperednik.com/2009/08/mac-fonts-on-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mac-fonts-on-ubuntu</link> <comments>http://shaiperednik.com/2009/08/mac-fonts-on-ubuntu/#comments</comments> <pubDate>Mon, 17 Aug 2009 23:20:55 +0000</pubDate> <dc:creator>Shai Perednik</dc:creator> <category><![CDATA[*NIX]]></category> <category><![CDATA[ttf files]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/08/mac-fonts-on-ubuntu/</guid> <description><![CDATA[I&#8217;m wrting up some documentation in OpenOffice Writer, but I miss my MAC fonts in Pages. There&#8217;s a fix for that. sudo apt-get install fondu Thanks to das_syndrom for his post on ubuntuforums.org and this next part Copy the .dfont files to a temp-directory Convert them to *.ttf-files with fondu. Put the *.ttf files in [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;m wrting up some documentation in OpenOffice Writer, but I miss my MAC fonts in Pages.  There&#8217;s a fix for that.</p><blockquote><p>sudo apt-get install fondu</p></blockquote><p>Thanks to <a href="http://ubuntuforums.org/member.php?u=222760">das_syndrom</a> for his <a href="http://ubuntuforums.org/showpost.php?p=2225662&amp;postcount=5">post</a> on <a href="ubuntuforums.org">ubuntuforums.org</a> and this next part</p><blockquote><p><span style="background-color: #ffffff;">Copy the .dfont files to a temp-directory</span></p><p>Convert them to *.ttf-files with fondu.</p><p>Put the *.<a href="http://shaiperednik.com/tag/ttf-files/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ttf files">ttf files</a> in /usr/share/fonts/truetype/macfonts</p></blockquote><p>And finally thanks to <a href="http://ubuntu-unleashed.com/2008/05/howto-install-mac-fonts-on-ubuntu.html">ubuntu-unleashed.com</a> for the most important final part:</p><blockquote><p>sudo fc-cache -f -v</p></blockquote><p>Now you can use MAC fonts where you wish!</p><p><a href="http://shaiperednik.com/2009/08/mac-fonts-on-ubuntu/" rel="bookmark">Mac Fonts on Ubuntu</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on August 17, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/08/mac-fonts-on-ubuntu/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Open / view .chm file under Linux or FreeBSD</title><link>http://shaiperednik.com/2009/07/open-view-chm-file-under-linux-or-freebsd/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=open-view-chm-file-under-linux-or-freebsd</link> <comments>http://shaiperednik.com/2009/07/open-view-chm-file-under-linux-or-freebsd/#comments</comments> <pubDate>Wed, 01 Jul 2009 15:12:10 +0000</pubDate> <dc:creator>Shai Perednik</dc:creator> <category><![CDATA[*NIX]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[wind]]></category><guid isPermaLink="false">http://shaiperednik.com/?p=240</guid> <description><![CDATA[Chm file is a Microsoft Compressed HTML Help file in a proprietary format for online help files. Under Linux/FreeBSD or UNIX you can open .chm file using following three different programs which makes it possible to browse native Windows CHM files: Install chm viewer Use apt-get or yum command to install chm viewer: # apt-get [...]]]></description> <content:encoded><![CDATA[<div style="float:right;margin-top:0px;margin-left:5px;"><a title="See all GNU/Linux related FAQ" href="http://shaiperednik.com/faq/category/linux/"><img src="http://figs.cyberciti.biz/3rdparty/linux-logo.png" border="0" alt="" /></a></div><p>Chm file is a <a href="http://shaiperednik.com/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> Compressed HTML Help file in a proprietary format for online help files. Under <a href="http://shaiperednik.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a>/FreeBSD or UNIX you can open .chm file using following three different programs which makes it possible to browse native Windows CHM files:</p><h3>Install chm viewer</h3><p>Use apt-get or yum command to install chm viewer:</p><p># apt-get install gnochm</p><p>OR</p><p># apt-get install kchmviewer</p><h3>Gnome Desktop User</h3><p>Use gnochm program as follows</p><p><strong>$ gnochm file.chm</strong></p><h3>KDE Desktop User</h3><p>Use kchmviewer  (very nice and highly recommended) program as follows</p><p><strong>$ kchmviewer file.chm</strong></p><h3>Other tool</h3><p>xchm  program is quite outdated but works:</p><p><code>$ xchm file.chm</code></p><p>VIA <a href="http://www.cyberciti.biz/faq/open-chm-file-under-linuxfreebsd/">Open / view .chm file under Linux or FreeBSD </a>.</p><p><a href="http://shaiperednik.com/2009/07/open-view-chm-file-under-linux-or-freebsd/" rel="bookmark">Open / view .chm file under Linux or FreeBSD</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on July 1, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/07/open-view-chm-file-under-linux-or-freebsd/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>CHMOD Calculator</title><link>http://shaiperednik.com/2009/06/chmod-calculator/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=chmod-calculator</link> <comments>http://shaiperednik.com/2009/06/chmod-calculator/#comments</comments> <pubDate>Fri, 26 Jun 2009 00:21:41 +0000</pubDate> <dc:creator>Shai Perednik</dc:creator> <category><![CDATA[*NIX]]></category><guid isPermaLink="false">http://shaiperednik.com/?p=220</guid> <description><![CDATA[This is a great tool for calculating CHMOD values: CHMOD Calculator.]]></description> <content:encoded><![CDATA[<p>This is a great tool for calculating CHMOD values:</p><p><a href="http://mistupid.com/internet/chmod.htm">CHMOD Calculator</a>.</p><p><a href="http://shaiperednik.com/2009/06/chmod-calculator/" rel="bookmark">CHMOD Calculator</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on June 25, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/06/chmod-calculator/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/27 queries in 0.050 seconds using disk: basic
Object Caching 813/865 objects using disk: basic

Served from: shaiperednik.com @ 2012-02-08 04:58:09 -->
