<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>BorisBrodsky.com</title>
    <link rel="alternate" type="text/html" href="http://borisbrodsky.com/" />
    <link rel="self" type="application/atom+xml" href="http://borisbrodsky.com/atom.xml" />
    <id>tag:borisbrodsky.com,2007-10-01://3</id>
    <updated>2010-02-05T21:35:40Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Publishing Platform 4.01</generator>

<entry>
    <title>Useful Windows XP Run Commands  for Developer</title>
    <link rel="alternate" type="text/html" href="http://borisbrodsky.com/2010/02/useful-windows-xp-run-commands.html" />
    <id>tag:borisbrodsky.com,2010://3.32</id>

    <published>2010-02-05T21:28:39Z</published>
    <updated>2010-02-05T21:35:40Z</updated>

    <summary>Calc - Calculator Explorer - Windows Explorer Ftp - ftp.exe program Hostname - Returns Computer&apos;s name Ipconfig - Displays IP configuration for all network adapters MMC - Microsoft Management Console Nslookup- Returns your local DNS server Winipcfg - Displays IP...</summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://borisbrodsky.com/">
        <![CDATA[<p><font size="2" face="Courier New">Calc - Calculator <br />Explorer - Windows Explorer <br />Ftp - <a href="ftp://ftp.exe">ftp.exe</a> program <br />Hostname - Returns Computer's name <br />Ipconfig - Displays IP configuration for all network adapters <br />MMC - Microsoft Management Console <br />Nslookup- Returns your local DNS server <br />Winipcfg - Displays IP configuration <br />regedit - Registry Editor <br />inetmgr - IIS administration </font></p>
<p><font size="2" face="Courier New"></font>&nbsp;</p>
<p><br />&nbsp;</p>]]>
        
    </content>
</entry>

<entry>
    <title>Ubuntu relay email server through ISPs SMTP</title>
    <link rel="alternate" type="text/html" href="http://borisbrodsky.com/2007/12/ubuntu-relay-email-server-thro-11.html" />
    <id>tag:borisbrodsky.com,2007://3.25</id>

    <published>2007-12-14T17:59:37Z</published>
    <updated>2007-12-14T18:33:53Z</updated>

    <summary><![CDATA[ Easy &nbsp;way to set-up fast, simple &nbsp;and reliable email relay server which will work with ISPs smtp server. &nbsp; 1. Install EXIM4&nbsp;&nbsp;server: apt-get install exim4&nbsp; exim4-config 2. run : dpkg-reconfigure exim4-config; choose following config: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a: mail sent by...]]></summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="UNIX" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://borisbrodsky.com/">
        <![CDATA[<span style="FONT-SIZE: 10pt; COLOR: #333333; FONT-FAMILY: Arial">
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="FONT-SIZE: 10pt; COLOR: #333333; FONT-FAMILY: Arial">Easy <span style="mso-spacerun: yes">&nbsp;</span>way to set-up fast, simple <span style="mso-spacerun: yes">&nbsp;</span>and reliable email relay server which will work with ISPs smtp server.</span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"></span>&nbsp;</p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt">1. Install <a href="http://www.exim.org/">EXIM4&nbsp;</a>&nbsp;server: <strong>apt-get install exim4&nbsp; exim4-config</strong></p>
<p>2. run : <strong>dpkg-reconfigure exim4-config; </strong>choose following config:</p>
<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>&nbsp;&nbsp; a: mail sent by smarthost; no local mail </p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; b: you domain name (example.com)</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c:&nbsp; loopback address&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; d: nothing</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e: domain name (example.com)</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; f: ISP's&nbsp;host name&nbsp;- smtp.comcast.net</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; g: No</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; h: Yes</p>
<p>3. Test, using php, perl or install mail utils: <strong>apt-get install mailutils :</strong></p>
<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a. </strong>type:<strong> mail </strong><a href="mailto:your@email.com"><strong>your@email.com</strong></a></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; b. cc:</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c: subject</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;d: body</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e&nbsp; type&nbsp;single period (.) to send&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]>
        
    </content>
</entry>

<entry>
    <title>Some Useful UNIX Commands</title>
    <link rel="alternate" type="text/html" href="http://borisbrodsky.com/2007/10/some-useful-unix-commands.html" />
    <id>tag:borisbrodsky.com,2007://3.10</id>

    <published>2007-10-09T20:24:06Z</published>
    <updated>2007-10-09T21:02:56Z</updated>

    <summary><![CDATA[find all text files on the server, sort by year and then export resultset to a file: find / -name "*.txt" -exec ls -lrt {} \; |sort -k8 | more &gt; name.txt...]]></summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="UNIX" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://borisbrodsky.com/">
        <![CDATA[<p>find all text files on the server, sort by year and then export  resultset to a file:</p>
<div style="BORDER-RIGHT: 1px; BORDER-TOP: 1px; BORDER-LEFT: 1px; BORDER-BOTTOM: 1px">find / -name "*.txt" -exec ls -lrt {} \; |sort -k8 | more &gt; name.txt </div>]]>
        
    </content>
</entry>

<entry>
    <title>Axel - A light download accelerator for Linux.</title>
    <link rel="alternate" type="text/html" href="http://borisbrodsky.com/2007/10/axel-a-light-download-accelera.html" />
    <id>tag:borisbrodsky.com,2007://3.9</id>

    <published>2007-10-03T13:11:26Z</published>
    <updated>2007-10-03T13:35:47Z</updated>

    <summary>Axel does the same thing any other accelerator does: it opens more than one HTTP/FTP connection per download and each connection transfers its own, separate, part of the file. It may sound weird, but it works very well in practice...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="UNIX" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://borisbrodsky.com/">
        <![CDATA[<p>Axel does the same thing any other accelerator does: it opens more than one HTTP/FTP connection per download and each connection transfers its own, separate, part of the file. It may sound weird, but it works very well in practice <a href="http://www.cyberciti.biz/tips/download-accelerator-for-linux-command-line-tools.html">......&nbsp;</a></p>
<p>&nbsp;</p>
<p><strong>Install on ubuntu</strong></p>
<p># On Ubuntu.<br />sudo apt-get install axel</p>
<p><br />&nbsp;</p>
<p><strong>Example:</strong></p>
<p><strong>axel&nbsp; <a href="http://www.maxmind.com/download/geoip/api/perl/Geo-IP-1.28.tar.gz">http://www.maxmind.com/download/geoip/api/perl/Geo-IP-1.28.tar.gz</a></strong></p>
<p>&nbsp;</p>
<p>MAN:</p>
<p>&nbsp;</p>
<p>AXEL(1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AXEL(1)</p>
<p>NAME<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Axel - A light download accelerator for Linux.</p>
<p>SYNOPSIS<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; axel [OPTIONS] url1 [url2] [url...]</p>
<p>DESCRIPTION<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Axel&nbsp; is a program that downloads a file from a FTP or HTTP server through multiple connection, each connection downloads<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; its own part of the file.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Unlike most other programs, Axel downloads all the data directly to the destination file, using&nbsp; one&nbsp; single&nbsp; thread.&nbsp; It<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; just saves some time at the end because the program doesnâ€™t have to concatenate all the downloaded parts.</p>
<p>OPTIONS<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; One&nbsp; argument&nbsp; is required, the URL to the file you want to download. When downloading from FTP, the filename may contain<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wildcards and the program will try to resolve the full filename. Multiple URLâ€™s can be specified as well and the&nbsp; program<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; will use all those URLâ€™s for the download. Please note that the program does not check whether the files are equal.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Other options:</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --max-speed=x, -s x<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You&nbsp; can&nbsp; specify&nbsp; a&nbsp; speed (bytes per second) here and Axel will try to keep the average speed around this speed.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Useful if you donâ€™t want the program to suck up all of your bandwidth.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --num-connections=x, -n x<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You can specify an alternative number of connections here.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --output=x, -o x<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Downloaded data will be put in a local file with the same name, unless you specify a&nbsp; different&nbsp; name&nbsp; using&nbsp; this<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; option. You can specify a directory as well, the program will append the filename.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --search[=x], -S[x]<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Axel&nbsp; can&nbsp; do&nbsp; a search for mirrors using the filesearching.com search engine. This search will be done if you use<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this option. You can specify how many different mirrors should be used for the download as well.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The search for mirrors can be time-consuming because the program tests every serverâ€™s speed, and it checks whether<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the fileâ€™s still available.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --no-proxy, -N<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Donâ€™t&nbsp; use&nbsp; any&nbsp; proxy&nbsp; server to download the file. Not possible when a transparent proxy is active somewhere, of<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; course.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --verbose<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If you want to see more status messages, you can use this option. Use it more than once if you want to see more.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --quiet, -q<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No output to stdout.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --alternate, -a<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This will show an alternate progress indicator. A bar displays the progress and status of the&nbsp; different&nbsp; threads,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; along with current speed and an estimate for the remaining download time.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --help, -h<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A brief summary of all the options.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --version, -V<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get version information.</p>
<p>NOTE<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Long&nbsp; (double&nbsp; dash)&nbsp; options&nbsp; are supported only if your platform knows about the getopt_long call. If it does not (like<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *BSD), only the short options can be used.</p>
<p>RETURN VALUE<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The program returns 0 when the download was succesful, 1 if something really went wrong and 2 if the download was&nbsp; interâ€<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rupted. If something else comes back, it must be a bug..</p>
<p>EXAMPLES<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; axel <a href="ftp://ftp.%7bbe,nl,uk,de%7d.kernel.org/pub/linux/kernel/">ftp://ftp.{be,nl,uk,de}.kernel.org/pub/linux/kernel/</a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; v2.4/linux-2.4.17.tar.bz2</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This will use the Belgian, Dutch, English and German kernel.org mirrors to download a Linux 2.4.17 kernel image.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; axel -S4 <a href="ftp://ftp.kernel.org/pub/linux/kernel/v2.4/">ftp://ftp.kernel.org/pub/linux/kernel/v2.4/</a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; linux-2.4.17.tar.bz2</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This will do a search for the linux-2.4.17.tar.bz2 file on filesearching.com and itâ€™ll use the four (if possible) fastest<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mirrors for the download.&nbsp; (Possibly including <a href="ftp://ftp.kernel.org/">ftp.kernel.org</a>)</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Of course, the commands are a single line, but theyâ€™re too long to fit on one line in this page.)</p>
<p>FILES<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/axelrc System-wide configuration file</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ~/.axelrc Personal configuration file</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; These files are not documented in a man-page, but the example file which comes with the program contains enough&nbsp; informaâ€<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tion, I hope. The position of the system-wide configuration file might be different.</p>
<p>COPYRIGHT<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Axel is Copyright 2001-2002 Wilmer van der Gaast.</p>
<p>BUGS<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Iâ€™m sure there are some bugs left somewhere, please tell me about them and I will try to fix them.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A&nbsp; known&nbsp; bug&nbsp; is&nbsp; that the program does weird things when downloading using hundreds of connections. Well, just donâ€™t do<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; that.</p>
<p>AUTHORS<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Wilmer van der Gaast. (<a href="mailto:lintux@lintux.cx">lintux@lintux.cx</a>)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]>
        
    </content>
</entry>

<entry>
    <title>Regular Expressions</title>
    <link rel="alternate" type="text/html" href="http://borisbrodsky.com/2007/09/regular-expressions.html" />
    <id>tag:borisbrodsky.com,2007://3.8</id>

    <published>2007-09-21T13:55:39Z</published>
    <updated>2007-10-01T17:31:18Z</updated>

    <summary>Strip HTML tags from a string $string =~ s/]|\n)*&gt;//g ; Strip leading spaces from a string $string =~ s/^\s+// ; Strip trailing spaces from a string $string =~ s/\s+$// ;...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="PERL" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://borisbrodsky.com/">
        <![CDATA[<p>Strip HTML tags from a string $string =~ s/<([^>]|\n)*>//g ;<br><br />
Strip leading spaces from a string $string =~ s/^\s+// ;<br><br />
Strip trailing spaces from a string $string =~ s/\s+$// ;<br></p>]]>
        
    </content>
</entry>

<entry>
    <title>useful UNIX/UBUNTU tools</title>
    <link rel="alternate" type="text/html" href="http://borisbrodsky.com/2007/09/useful-unixubuntu-tools.html" />
    <id>tag:borisbrodsky.com,2007://3.6</id>

    <published>2007-09-20T15:26:10Z</published>
    <updated>2007-10-01T16:12:16Z</updated>

    <summary>WinSCP is an open source SFTP client and FTP client for Windows. Its main function is the secure file transfer between a local and a remote computer. Beyond this, WinSCP offers basic file manager functionality. It uses Secure Shell (SSH)...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="UNIX" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://borisbrodsky.com/">
        <![CDATA[<p><b>WinSCP</b> is an open source SFTP client and FTP client for Windows. Its main function is the secure file transfer between a local and a remote computer. Beyond this, WinSCP offers basic file manager functionality. It uses Secure Shell (SSH) and supports, in addition to Secure FTP, also legacy SCP protocol<br><br />
<a href="http://winscp.net/eng/index.php">WinScp</a><br />
<hr><br />
<a href="http://en.wikipedia.org/wiki/Iptables">iptables</a> - the name of the user space tool by which administrators create rules for the packet filtering and NAT modules.<br><br />
<a href="http://www.ethereal.com/docs/man-pages/tethereal.1.html">tethereal</a> - Dump and analyze network traffic<br><br />
<a href="http://www.hping.org/">hping</a>- command-line oriented TCP/IP packet assembler/analyzer. <br><br />
<a href="http://en.wikipedia.org/wiki/Snort_(software)">Snort</a> - open source network intrusion detection and prevention system capable of performing packet logging and real-time traffic analysis, on IP networks. <br><br />
<a href="http://en.wikipedia.org/wiki/Nessus_(software)">Nessus</a> - comprehensive vulnerability scanning program. Its goal is to detect potential or confirmed weaknesses on the tested machines. <br><br />
<a href="http://en.wikipedia.org/wiki/Tripwire">tripwire</a> - passive triggering mechanism<br><br />
<a href="http://insecure.org/nmap/">Nmap ("Network Mapper")</a> - free and open source (license) utility for network exploration or security auditing</p>]]>
        
    </content>
</entry>

<entry>
    <title>t-mobile Dash: Enable Voice Command with a Bluetooth Headset</title>
    <link rel="alternate" type="text/html" href="http://borisbrodsky.com/2007/07/tmobile-dash-enable-voice-comm.html" />
    <id>tag:borisbrodsky.com,2007://3.5</id>

    <published>2007-07-17T14:59:07Z</published>
    <updated>2007-10-01T16:12:15Z</updated>

    <summary>1. download regestry editor 2. Navigate to: HKLM\SOFTWARE\Microsoft\Bluetooth\AudioGateway\BTAGExtModule 3. The string value needs to be changed from OEMAGW.dll to \Windows\vcbthag.dll....</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="wm 6" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://borisbrodsky.com/">
        <![CDATA[<p>1. download regestry <a href="http://www.ghisler.com/smartphone.htm">editor</a><br />
2. Navigate to: <i><b>HKLM\SOFTWARE\Microsoft\Bluetooth\AudioGateway\BTAGExtModule</b></i><br />
3. The string value needs to be changed from <i><b>OEMAGW.dll</b></i> to <i><b>\Windows\vcbthag.dll</b></i>.</p>]]>
        
    </content>
</entry>

</feed>
