<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Binbert</title>
	
	<link>http://www.binbert.com/blog</link>
	<description>Technology | Computer | Security | Networking | Mobile</description>
	<lastBuildDate>Sun, 05 Sep 2010 12:42:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/binbert" /><feedburner:info uri="binbert" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>binbert</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Default Environment variable Values of Windows 7 / xp</title>
		<link>http://feedproxy.google.com/~r/binbert/~3/RRx7MmbxPf0/</link>
		<comments>http://www.binbert.com/blog/2010/09/default-environment-variable-values-of-windows-7-xp/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 12:08:47 +0000</pubDate>
		<dc:creator>Albin Sebastian</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Batch-File]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://www.binbert.com/blog/?p=860</guid>
		<description><![CDATA[Windows XP  Environment variables



Variable
Windows XP


%ALLUSERSPROFILE% (%PROGRAMDATA%)
C:\Documents and Settings\All Users


%APPDATA%
C:\Documents and Settings\{username}\Application Data


%COMPUTERNAME%
{computername}


%COMMONPROGRAMFILES%
C:\Program Files\Common Files


%COMMONPROGRAMFILES(x86)%
C:\Program Files (x86)\Common Files


%COMSPEC%
C:\Windows\System32\cmd.exe


%HOMEDRIVE%
C:


%HOMEPATH%
\Documents and Settings\{username}


%LOCALAPPDATA%
Not available



%LOGONSERVER%
\\{domain_logon_server}


%PATH%
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;{plus program paths}


%PATHEXT%
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.WSF;.WSH


%PROGRAMFILES%
C:\Program Files


%PROGRAMFILES(X86)%
C:\Program Files (x86) (only in 64-bit version)


%PROMPT%
Code for current command prompt format. Code is usually $P$G


%SystemDrive%
C:


%SystemRoot%
The Windows directory, usually C:\Windows, formerly C:\WINNT


%TEMP% and %TMP%
C:\Documents and Settings\{username}\Local Settings\Temp


%USERDOMAIN%
{userdomain}


%USERNAME%
{username}


%USERPROFILE%
C:\Documents and Settings\{username}


%WINDIR%
C:\Windows


%PUBLIC%



%PROGRAMDATA%
Only available in Windows Vista [...]]]></description>
			<content:encoded><![CDATA[<h2>Windows XP  Environment variables<span id="more-860"></span></h2>
<table border="1" cellspacing="0" cellpadding="0" width="530">
<tbody>
<tr>
<td width="163"><strong>Variable</strong></td>
<td width="365"><strong>Windows XP</strong></td>
</tr>
<tr>
<td width="163" valign="bottom">%ALLUSERSPROFILE% (%PROGRAMDATA%)</td>
<td width="365" valign="bottom">C:\Documents and Settings\All Users</td>
</tr>
<tr>
<td width="163" valign="bottom">%APPDATA%</td>
<td width="365" valign="bottom">C:\Documents and Settings\{username}\Application Data</td>
</tr>
<tr>
<td width="163" valign="bottom">%COMPUTERNAME%</td>
<td width="365" valign="bottom">{computername}</td>
</tr>
<tr>
<td width="163" valign="bottom">%COMMONPROGRAMFILES%</td>
<td width="365" valign="bottom">C:\Program Files\Common Files</td>
</tr>
<tr>
<td width="163" valign="bottom">%COMMONPROGRAMFILES(x86)%</td>
<td width="365" valign="bottom">C:\Program Files (x86)\Common Files</td>
</tr>
<tr>
<td width="163" valign="bottom">%COMSPEC%</td>
<td width="365" valign="bottom">C:\Windows\System32\cmd.exe</td>
</tr>
<tr>
<td width="163" valign="bottom">%HOMEDRIVE%</td>
<td width="365" valign="bottom">C:</td>
</tr>
<tr>
<td width="163" valign="bottom">%HOMEPATH%</td>
<td width="365" valign="bottom">\Documents and Settings\{username}</td>
</tr>
<tr>
<td width="163" valign="bottom">%LOCALAPPDATA%</td>
<td width="365" valign="bottom"><span style="text-decoration: underline;">Not available<a href="http://www.winhelponline.com/blog/add-localappdata-environment-variable-in-windows-xp/"><br />
</a></span></td>
</tr>
<tr>
<td width="163" valign="bottom">%LOGONSERVER%</td>
<td width="365" valign="bottom">\\{domain_logon_server}</td>
</tr>
<tr>
<td width="163" valign="bottom">%PATH%</td>
<td width="365" valign="bottom">C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;{plus program paths}</td>
</tr>
<tr>
<td width="163" valign="bottom">%PATHEXT%</td>
<td width="365" valign="bottom">.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.WSF;.WSH</td>
</tr>
<tr>
<td width="163" valign="bottom">%PROGRAMFILES%</td>
<td width="365" valign="bottom">C:\Program Files</td>
</tr>
<tr>
<td width="163" valign="bottom">%PROGRAMFILES(X86)%</td>
<td width="365" valign="bottom">C:\Program Files (x86) (only in 64-bit version)</td>
</tr>
<tr>
<td width="163" valign="bottom">%PROMPT%</td>
<td width="365" valign="bottom">Code for current command prompt format. Code is usually $P$G</td>
</tr>
<tr>
<td width="163" valign="bottom">%SystemDrive%</td>
<td width="365" valign="bottom">C:</td>
</tr>
<tr>
<td width="163" valign="bottom">%SystemRoot%</td>
<td width="365" valign="bottom">The Windows directory, usually C:\Windows, formerly C:\WINNT</td>
</tr>
<tr>
<td width="163" valign="bottom">%TEMP% and %TMP%</td>
<td width="365" valign="bottom">C:\Documents and Settings\{username}\Local Settings\Temp</td>
</tr>
<tr>
<td width="163" valign="bottom">%USERDOMAIN%</td>
<td width="365" valign="bottom">{userdomain}</td>
</tr>
<tr>
<td width="163" valign="bottom">%USERNAME%</td>
<td width="365" valign="bottom">{username}</td>
</tr>
<tr>
<td width="163" valign="bottom">%USERPROFILE%</td>
<td width="365" valign="bottom">C:\Documents and Settings\{username}</td>
</tr>
<tr>
<td width="163" valign="bottom">%WINDIR%</td>
<td width="365" valign="bottom">C:\Windows</td>
</tr>
<tr>
<td width="163" valign="bottom">%PUBLIC%</td>
<td width="365" valign="bottom"></td>
</tr>
<tr>
<td width="163" valign="bottom">%PROGRAMDATA%</td>
<td width="365" valign="bottom">Only available in Windows Vista and newer versions</td>
</tr>
<tr>
<td width="163" valign="bottom">%PSModulePath%</td>
<td width="365" valign="bottom"></td>
</tr>
</tbody>
</table>
<h2>Windows 7 Environment variables</h2>
<table border="1" cellspacing="0" cellpadding="0" width="530">
<tbody>
<tr>
<td width="163"><strong>Variable</strong></td>
<td width="365"><strong>Windows Vista/7</strong></td>
</tr>
<tr>
<td width="163" valign="bottom">%ALLUSERSPROFILE% (%PROGRAMDATA%)</td>
<td width="365" valign="bottom">C:\ProgramData</td>
</tr>
<tr>
<td width="163" valign="bottom">%APPDATA%</td>
<td width="365" valign="bottom">C:\Users\{username}\AppData\Roaming</td>
</tr>
<tr>
<td width="163" valign="bottom">%COMPUTERNAME%</td>
<td width="365" valign="bottom">{computername}</td>
</tr>
<tr>
<td width="163" valign="bottom">%COMMONPROGRAMFILES%</td>
<td width="365" valign="bottom">C:\Program Files\Common Files</td>
</tr>
<tr>
<td width="163" valign="bottom">%COMMONPROGRAMFILES(x86)%</td>
<td width="365" valign="bottom">C:\Program Files (x86)\Common Files</td>
</tr>
<tr>
<td width="163" valign="bottom">%COMSPEC%</td>
<td width="365" valign="bottom">C:\Windows\System32\cmd.exe</td>
</tr>
<tr>
<td width="163" valign="bottom">%HOMEDRIVE%</td>
<td width="365" valign="bottom">C:</td>
</tr>
<tr>
<td width="163" valign="bottom">%HOMEPATH%</td>
<td width="365" valign="bottom">\Users\{username}</td>
</tr>
<tr>
<td width="163" valign="bottom">%LOCALAPPDATA%</td>
<td width="365" valign="bottom">C:\Users\{username}\AppData\Local</td>
</tr>
<tr>
<td width="163" valign="bottom">%LOGONSERVER%</td>
<td width="365" valign="bottom">\\{domain_logon_server}</td>
</tr>
<tr>
<td width="163" valign="bottom">%PATH%</td>
<td width="365" valign="bottom">C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;{plus program paths}</td>
</tr>
<tr>
<td width="163" valign="bottom">%PATHEXT%</td>
<td width="365" valign="bottom">.com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh;.msc</td>
</tr>
<tr>
<td width="163" valign="bottom">%PROGRAMFILES%</td>
<td width="365" valign="bottom">C:\Program Files</td>
</tr>
<tr>
<td width="163" valign="bottom">%PROGRAMFILES(X86)%</td>
<td width="365" valign="bottom">C:\Program Files (x86) (only in 64-bit version)</td>
</tr>
<tr>
<td width="163" valign="bottom">%PROMPT%</td>
<td width="365" valign="bottom">Code for current command prompt format. Code is usually $P$G</td>
</tr>
<tr>
<td width="163" valign="bottom">%SystemDrive%</td>
<td width="365" valign="bottom">C:</td>
</tr>
<tr>
<td width="163" valign="bottom">%SystemRoot%</td>
<td width="365" valign="bottom">C:\Windows</td>
</tr>
<tr>
<td width="163" valign="bottom">%TEMP% and %TMP%</td>
<td width="365" valign="bottom">C:\Users\{username}\AppData\Local\Temp</td>
</tr>
<tr>
<td width="163" valign="bottom">%USERDOMAIN%</td>
<td width="365" valign="bottom">{userdomain}</td>
</tr>
<tr>
<td width="163" valign="bottom">%USERNAME%</td>
<td width="365" valign="bottom">{username}</td>
</tr>
<tr>
<td width="163" valign="bottom">%USERPROFILE%</td>
<td width="365" valign="bottom">C:\Users\{username}</td>
</tr>
<tr>
<td width="163" valign="bottom">%WINDIR%</td>
<td width="365" valign="bottom">C:\Windows</td>
</tr>
<tr>
<td width="163" valign="bottom">%PUBLIC%</td>
<td width="365" valign="bottom">C:\Users\Public</td>
</tr>
<tr>
<td width="163" valign="bottom">%PROGRAMDATA%</td>
<td width="365" valign="bottom">C:\ProgramData</td>
</tr>
<tr>
<td width="163" valign="bottom">%PSModulePath%</td>
<td width="365" valign="bottom">%SystemRoot%\system32\WindowsPowerShell\v1.0\Modules\</td>
</tr>
</tbody>
</table>
<img src="http://feeds.feedburner.com/~r/binbert/~4/RRx7MmbxPf0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.binbert.com/blog/2010/09/default-environment-variable-values-of-windows-7-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.binbert.com/blog/2010/09/default-environment-variable-values-of-windows-7-xp/</feedburner:origLink></item>
		<item>
		<title>Emulating Cisco Routers – Using Dynamips and GNS3</title>
		<link>http://feedproxy.google.com/~r/binbert/~3/YIZQ9jmoElE/</link>
		<comments>http://www.binbert.com/blog/2010/08/emulating-cisco-routers-%e2%80%93-using-dynamics-and-gns3/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 08:58:09 +0000</pubDate>
		<dc:creator>Anbarasu Durai</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.binbert.com/blog/?p=840</guid>
		<description><![CDATA[Hi all, I want to share this think with you. Cisco crazy people I don know how they are practicing. Some one may still use lazy boson simulator and some one may use cisco packet tracer. When compared to them the “DYNAMIPS “emulator completely differs.
The cisco packet tracer or Boson is just simulators. I want [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all, I want to share this think with you. Cisco crazy people I don know how they are practicing. Some one may still use lazy boson simulator and some one may use cisco packet tracer. When compared to them the “DYNAMIPS “emulator completely differs.</p>
<p>The cisco packet tracer or Boson is just simulators. I want to introduce a new concept called “Emulation “. This is actually like running a virtual machine by using Vmware workstation or Sun V Box.</p>
<p style="text-align: center;"><img class="size-full wp-image-852 aligncenter" title="GNS3" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/GNS3.png" alt="" width="469" height="138" /></p>
<blockquote>
<p style="text-align: left;">GNS3 is an excellent complementary tool to real labs for network engineers, administrators and people wanting to pass certifications such as CCNA, CCNP, CCIP, CCIE, JNCIA, JNCIS, JNCIE.</p>
<p>It can also be used to experiment features of Cisco IOS, Juniper JunOS or to check configurations that need to be deployed later on real routers.</p></blockquote>
<p>Previously DYNAMIPS was introduced as a text line simulator; you cannot create topologies as like you are doing in Boson or packet tracer. You should have to edit topology files as you are doing in Linux configurations. Then <a href="http://www.gns3.net">GNS3</a> was introduced. Both dynamips and GNS3 are open source products and free for every one.</p>
<p>The GNS3 and DYNAMIPS combination gives as unique features such as you can run any service in your emulation based on the IOS you are using. For example if you are using 1841 IP base IOS then you can not configure IPSEC and other cryptographic services and if you are using 1841 advanced security IOS then you can configure IPSEC. So the real IOS is loaded in the dynamips Hypervisor and this makes your computer to run many virtual routers connected to each other based on how you design your topology.</p>
<h2>Installing GNS3</h2>
<p>Installing GNS3 is very easy. Download GNS3 with dynamips and QEMU from the below link for windows XP or windows 7.</p>
<p><strong><a href="http://sourceforge.net/projects/gns-3/files/GNS3/0.7.2/GNS3-0.7.2-win32-all-in-one.exe/download">Download GNS3</a></strong></p>
<p>Also Find the Download page  <a href="http://www.gns3.net/download">http://www.gns3.net/download</a></p>
<p>Once downloaded and Installed follow the below steps to configure.</p>
<h2>Configuring GNS3</h2>
<p>Once installed launch GNS3 from the desktop icon. Cancel initial configurations if any GNS3 asks. Follow the below steps to configure manually.</p>
<p><strong>Step 1 </strong>: Click Edit and select preferences</p>
<p><strong>Step 2 :</strong> In the newly opened window select ‘ Dynamips ‘ option and click test  button leaving other things default</p>
<p><strong>Step 3 : </strong>If you get a message like “ Dynamips Successfully started “ the there is no issue with your ports.</p>
<p><strong>Step 4 : </strong>Click Apply and OK</p>
<p><strong>Step 5 :</strong> Again Select Edit and take IOS images and Hypervisor Manager</p>
<p><strong>Step 6 : </strong>In the newly opened window select a plat form and select a router model (Eg: Platform : 3700, Model : 3725 and select appropriate IOS image file, I mean you should have IOS for 3700 plat form saved in a local folder and you should set path for it and click save button. Follow same method and add IOS for what ever platform and model you want.</p>
<p><strong>Step 7 :</strong> Now in the GUI, drag and drop routers connect their serial port start them and on each router right click and select console to take them in console.</p>
<p>There are many tricks and techniques are there to make dynamips to be available to the external computers. First practice this basically. I will be make posting on other advanced techniques of GNS3  in next posts. Please go through the below images how GNS3 actually look like.</p>
<p><strong>GUI Dash Board </strong></p>
<p style="text-align: center;"><img class="size-large wp-image-844    aligncenter" title="GUI Dash Board" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/GUI-Dash-Board-500x360.jpg" alt="GUI Dash Board" width="500" height="360" /></p>
<p><strong>Topology scenario – 3600 and 7200 connected using serial cable</strong></p>
<p style="text-align: center;"><img class="size-large wp-image-845 aligncenter" title="3600 and 7200 connected using serial cable" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/3600-and-7200-connected-using-serial-cable-500x361.jpg" alt="3600 and 7200 connected using serial cable" width="500" height="361" /></p>
<p><strong>How to start the Router </strong></p>
<p style="text-align: center;"><img class="size-large wp-image-846 aligncenter" title="How to start the Router" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/How-to-start-the-Router-500x360.jpg" alt="How to start the Router" width="500" height="360" /></p>
<p><strong>How to take the router console</strong></p>
<p style="text-align: center;"><img class="size-large wp-image-847       aligncenter" title="How to take the router console" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/How-to-take-the-router-console-500x361.jpg" alt="How to take the router console" width="500" height="361" /><br />
<strong> </strong></p>
<p><strong>Router Console Opened – Booting Now</strong></p>
<p style="text-align: center;"><img class="size-large wp-image-849 aligncenter" title="Router Console Opened  Booting Now" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/Router-Console-Opened-Booting-Now-500x361.jpg" alt="Router Console Opened  Booting Now" width="500" height="361" /></p>
<p><strong>3600 Router ready to work</strong></p>
<p style="text-align: center;"><img class="size-large wp-image-850 aligncenter" title="3600 Router ready to work" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/3600-Router-ready-to-work-500x375.jpg" alt="3600 Router ready to work" width="500" height="375" /></p>
<img src="http://feeds.feedburner.com/~r/binbert/~4/YIZQ9jmoElE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.binbert.com/blog/2010/08/emulating-cisco-routers-%e2%80%93-using-dynamics-and-gns3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.binbert.com/blog/2010/08/emulating-cisco-routers-%e2%80%93-using-dynamics-and-gns3/</feedburner:origLink></item>
		<item>
		<title>Download Foursquare Symbian client for Smart phones</title>
		<link>http://feedproxy.google.com/~r/binbert/~3/VGCQyU6fqb4/</link>
		<comments>http://www.binbert.com/blog/2010/08/download-foursquare-symbian-client-for-smart-phones/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:06:38 +0000</pubDate>
		<dc:creator>Albin Sebastian</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[NOKIA]]></category>
		<category><![CDATA[S60]]></category>
		<category><![CDATA[Symbian]]></category>

		<guid isPermaLink="false">http://www.binbert.com/blog/?p=830</guid>
		<description><![CDATA[foursquare.com have their own applications for iPhone, Blackberry, Android,palm Etc. But the application is not compactable with symbian Phones. Symbian users were using services like waze and gravity. Or update check in with http://m. foursquare.com. Symbian Foursquare is a mobile application for foursquare service. This application is developed by ThinkChange http://www.thinkchange.mobi/ . Sym4square is for [...]]]></description>
			<content:encoded><![CDATA[<p>foursquare.com have their own applications for iPhone, Blackberry, Android,palm Etc. But the application is not compactable with symbian Phones. Symbian users were using services like waze and gravity. Or update check in with http://m. foursquare.com. Symbian Foursquare is a mobile application for foursquare service. This application is developed by ThinkChange <a href="http://www.thinkchange.mobi">http://www.thinkchange.mobi/</a> . Sym4square is for Nokia symbian Smartphone devices. Its build with the official api of Foursqure.com . you can download it from <a href="http://www.symbianfoursquare.com">www.symbianfoursquare.com</a> ,  Follow @sym4square on twitter for more updations .  Now your check in can update from your phone. Supported phone list as follows</p>
<p><strong>Supported Phones </strong>(Symbian S60 V5)<br />
Nokia: 5230, 5233, 5235, 5530, 5800, C6, N97, N97 Mini, X6, N8<br />
Samsung: GT i8910 Omnia<br />
Sony-Ericsson: U1 Satio, U5 Vivaz, U8 Kanna</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="301" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/chdmipUcUH8?fs=1&amp;hl=en_GB" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="301" src="http://www.youtube.com/v/chdmipUcUH8?fs=1&amp;hl=en_GB" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2><strong>Download : <a href="http://www.symbianfoursquare.com">sym4square</a></strong></h2>
<p style="text-align: center;"><strong><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/sym4square-Nokia.jpg"><img class="size-full wp-image-834 alignnone" title="sym4square Nokia" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/sym4square-Nokia.jpg" alt="sym4square Nokia" width="162" height="288" /></a></strong><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/sym4square-Nokia.jpg"></a><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/sym4square-friends.jpg"><strong></strong></a><strong><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/Foursquare-on-symbian.jpg"> <img class="alignnone size-full wp-image-831" title="Foursquare on symbian" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/Foursquare-on-symbian.jpg" alt="Foursquare on symbian" width="162" height="288" /></a></strong><strong><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/sym4square-Nokia.jpg"></a><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/sym4square-friends.jpg"></a><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/Foursquare-smartphone.jpg"><img class="alignnone size-full wp-image-832" title="Foursquare smartphone" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/Foursquare-smartphone.jpg" alt="Foursquare smartphone" width="162" height="288" /></a><br />
</strong></p>
<img src="http://feeds.feedburner.com/~r/binbert/~4/VGCQyU6fqb4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.binbert.com/blog/2010/08/download-foursquare-symbian-client-for-smart-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.binbert.com/blog/2010/08/download-foursquare-symbian-client-for-smart-phones/</feedburner:origLink></item>
		<item>
		<title>Replace windows 7 notepad with notepad++ (Default text editor)</title>
		<link>http://feedproxy.google.com/~r/binbert/~3/9ziq08vpxe8/</link>
		<comments>http://www.binbert.com/blog/2010/08/replace-windows-7-notepad-with-notepad-default-text-editor/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 11:56:28 +0000</pubDate>
		<dc:creator>Albin Sebastian</dc:creator>
				<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.binbert.com/blog/?p=821</guid>
		<description><![CDATA[Notepad++ is an advanced text editor. There are lot of features in Notepad++. It support Multiple clipboard, Split screen editing and synchronized scrolling, Drag-and-drop, Tabbed document interface, Spell checker, File comparison, Macros, zooming, It also includes features for source code editing.  Advanced users always use this type of text editor. They also want to set [...]]]></description>
			<content:encoded><![CDATA[<p>Notepad++ is an advanced text editor. There are lot of features in Notepad++. It support Multiple clipboard, Split screen editing and synchronized scrolling, Drag-and-drop, Tabbed document interface, Spell checker, File comparison, Macros, zooming, It also includes features for source code editing.  Advanced users always use this type of text editor. They also want to set this as the default text editor. Here I explained about how to replace default windows text editor with Notepad plus plus.</p>
<p style="text-align: center;"><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/notepad-plus-plus.jpg"><img class="size-medium wp-image-823  aligncenter" title="notepad plus plus" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/notepad-plus-plus-300x184.jpg" alt="" width="300" height="184" /></a></p>
<h2><strong>Installation</strong></h2>
<p>Download Notepad ++ from  http://notepad-plus-plus.org/download<br />
Install Software for all users<br />
Find the installation folder<br />
Eg:  &#8220;C:\Program Files (x86)\Notepad++&#8221;</p>
<h2><strong>Notepad++ launcher </strong></h2>
<p>Now you have to download Notepad++ launcher (notepad.exe) from http://wiki.przemoc.net/projects/start#notepad_launcher<br />
Put it in to your installation folder</p>
<h2><strong>Replace default Notepade.exe</strong></h2>
<p>Disable UAC before replacing the windows file (reboot required )</p>
<p style="text-align: center;"><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/UAC-notepad++.jpg"><img class="size-medium wp-image-822    aligncenter" title="UAC notepad++" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/UAC-notepad++-269x300.jpg" alt="UAC notepad++" width="269" height="300" /></a></p>
<p>Now copy following script and save it as run.bat  in your installation folder</p>
<pre>@echo off
 takeown /f c:\windows\syswow64\notepad.exe
 cacls c:\windows\syswow64\notepad.exe /G Administrators:F

 takeown /f c:\windows\system32\notepad.exe
 cacls c:\windows\system32\notepad.exe /G Administrators:F

 takeown /f c:\windows\notepad.exe
 cacls c:\windows\notepad.exe /G Administrators:F

 copy c:\windows\syswow64\notepad.exe c:\windows\syswow64\notepad.exe.backup
 copy c:\windows\system32\notepad.exe c:\windows\system32\notepad.exe.backup
 copy c:\windows\notepad.exe c:\windows\notepad.exe.backup

 copy notepad.exe c:\windows\syswow64\notepad.exe
 copy notepad.exe c:\windows\system32\notepad.exe
 copy notepad.exe c:\windows\notepad.exe</pre>
<p>Right click on run.bat and click on <strong>“run as” </strong><br />
This script will backup your current Notepad.exe and replace it with the launcher we downloaded  ( notepad.exe )<br />
Now windows notepad is replaced with Notepad++</p>
<img src="http://feeds.feedburner.com/~r/binbert/~4/9ziq08vpxe8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.binbert.com/blog/2010/08/replace-windows-7-notepad-with-notepad-default-text-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.binbert.com/blog/2010/08/replace-windows-7-notepad-with-notepad-default-text-editor/</feedburner:origLink></item>
		<item>
		<title>Mobile DivX Player for Touch screen Phones released</title>
		<link>http://feedproxy.google.com/~r/binbert/~3/Qi8fChWyEH0/</link>
		<comments>http://www.binbert.com/blog/2010/08/mobile-divx-player-for-touch-screen-phones-released/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 11:46:17 +0000</pubDate>
		<dc:creator>Albin Sebastian</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Divx]]></category>
		<category><![CDATA[NOKIA]]></category>

		<guid isPermaLink="false">http://www.binbert.com/blog/?p=815</guid>
		<description><![CDATA[In our last post about the DivX player for Nokia 5800 we used a virtuall key application to use the functions. Now DivX released the Beta version of DivX mobile player 1.0 with touch screen support.  DivX Mobile Player 1.0 is beta software available for a limited time only and will expire. You can download [...]]]></description>
			<content:encoded><![CDATA[<p>In our last post about the <a href="http://www.binbert.com/blog/2010/03/divx-player-on-nokia-5800-touch-screen/">DivX player for Nokia 5800</a> we used a virtuall key application to use the functions. Now DivX released the Beta version of DivX mobile player 1.0 with touch screen support.  DivX Mobile Player 1.0 is beta software available for a limited time only and will expire. You can download it from DivX labs. You can use it without any additional software. Download your file and install using your PC Suite. Or you can directly download from mobile using <a href="http://m.divx.com/">http://m.divx.com/</a> .  It support Nokia 5800, 5230, 5233, N97, N97, X6, 5530 Etc ..</p>
<p style="text-align: center;"><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/Divx-Player-touch-screen.jpg"><img class="size-medium wp-image-817  aligncenter" title="Divx Player touch screen" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/Divx-Player-touch-screen-300x168.jpg" alt="Divx Player touch screen" width="300" height="168" /></a></p>
<p>Download  : <a href="http://labs.divx.com/MobileDownload">http://labs.divx.com/MobileDownload</a></p>
<p>Symbian OS 9 S60 3rd Edition : DivXPlayer_v1_S60_3rd_0.sisx</p>
<p>Symbian OS 9 S60 5th Edition : DivXPlayer_v1_S60_5th_0.sisx</p>
<img src="http://feeds.feedburner.com/~r/binbert/~4/Qi8fChWyEH0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.binbert.com/blog/2010/08/mobile-divx-player-for-touch-screen-phones-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.binbert.com/blog/2010/08/mobile-divx-player-for-touch-screen-phones-released/</feedburner:origLink></item>
		<item>
		<title>Manage Multiple Servers with “Remote Desktop Connection Manager”</title>
		<link>http://feedproxy.google.com/~r/binbert/~3/ICHi3iloif8/</link>
		<comments>http://www.binbert.com/blog/2010/08/remote-desktop-connection-manager-for-windows-7/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 11:08:12 +0000</pubDate>
		<dc:creator>Albin Sebastian</dc:creator>
				<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.binbert.com/blog/?p=806</guid>
		<description><![CDATA[RDCMan Is a Microsoft remote desktop connection manager.  This is a very helpful tool for IT administrator to manage multiple remote desktop connections (Terminal service). Connecting with MSTSC  (Microsoft Terminal Services Client) is simple and good if it is one or two concurrent connections. But switching between servers is a difficult process.


Here is the Advantages [...]]]></description>
			<content:encoded><![CDATA[<p>RDCMan Is a Microsoft remote desktop connection manager.  This is a very helpful tool for IT administrator to manage multiple remote desktop connections (Terminal service). Connecting with MSTSC  (Microsoft Terminal Services Client) is simple and good if it is one or two concurrent connections. But switching between servers is a difficult process.</p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/RDCMan-With-Servers.jpg"><br />
</a><a href="http://www.binbert.com/blog/2010/08/remote-desktop-connection-manager-for-windows-7/"><img class="aligncenter size-full wp-image-807" title="RDCMan With Servers" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/RDCMan-With-Servers.jpg" alt="" width="538" height="278" /></a></p>
<h2>Here is the Advantages of RDCMan</h2>
<p>We can configure n number of  Servers in RDCMan. And we can group the servers like Development Pre-production, Production, DataCenter 1 Etc. By grouping servers you can login to to a group of servers by single click. There is a n option called “Connect Group”. There is Options to set Login credentials, Display resolution, TS Gateway Server, Etc..  Another advantage of RDCMan is Thumbnail View of Servers. This is helpful to find what is happening inside a server (Desktop view). You can switch between servers by clicking on thumbnail or server name listed in the sidebar tree.<strong></strong></p>
<h3><strong>Download </strong><a href="http://go.microsoft.com/?LinkID=9733636">remote desktop connection manager</a><strong><a href="http://go.microsoft.com/?LinkID=9733636"> </a></strong></h3>
<p>After the installation Create a new file (Go to file&gt;new) and same the file to your friendly accessible area. Use that file to open the RDCMan.</p>
<p><strong>Supported Operating Systems</strong>: Windows 7; Windows Server 2003; Windows Server 2008; Windows Server 2008 R2; Windows Vista﻿</p>
<img src="http://feeds.feedburner.com/~r/binbert/~4/ICHi3iloif8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.binbert.com/blog/2010/08/remote-desktop-connection-manager-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.binbert.com/blog/2010/08/remote-desktop-connection-manager-for-windows-7/</feedburner:origLink></item>
		<item>
		<title>SSH login without password using RSA key authentication</title>
		<link>http://feedproxy.google.com/~r/binbert/~3/E7rgGkDYkHU/</link>
		<comments>http://www.binbert.com/blog/2010/08/ssh-login-without-password-using-rsa-key-authentication/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 10:59:09 +0000</pubDate>
		<dc:creator>Albin Sebastian</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.binbert.com/blog/2010/08/ssh-login-without-password-using-rsa-key-authentication/</guid>
		<description><![CDATA[With RAS key authenticating mechanism, you can login (using SSH ) to a server without providing the password. RSA is an algorithm for public-key cryptography. This process is most suitable for working automated process. For automating backups or run some jobs frequently in a trusted server this will contribute an important role. And the other [...]]]></description>
			<content:encoded><![CDATA[<p>With RAS key authenticating mechanism, you can login (using SSH ) to a server without providing the password. RSA is an algorithm for public-key cryptography. This process is most suitable for working automated process. For automating backups or run some jobs frequently in a trusted server this will contribute an important role. And the other advantage of RSA key authentication is, it is helpful to connect to the servers which change password frequently. Even if the User Password is changed in the server will not affect the paired computers.</p>
<h2>Configure server and client with RSA Key</h2>
<p><strong>Create Public and private key using ssh-keygen</strong></p>
<blockquote><p>#<strong>ssh-keygen</strong></p>
<p>It will ask for the location to save the key</p>
<p>Default location : /root/.ssh/id_rsa</p>
<p>Next It will ask passphrase. (u can do it without a password also, for that just enter )</p>
<p>It will create Private key and public key. See the out put</p>
<p><strong>Your identification has been saved in /root/.ssh/id_rsa.</strong></p>
<p><strong>Your public key has been saved in /root/.ssh/id_rsa.pub.</strong></p></blockquote>
<p><strong> </strong></p>
<p><strong>Upload public key to the server which you want to upload</strong></p>
<blockquote><p>#<strong>ssh-copy-id </strong>-i /root/.ssh/id_rsa.pub <a href="mailto:root@192.168.0.1">root@192.168.0.1</a></p>
<p>(Here 192.168.0.1 is a example ip address)</p>
<p>It will automatically copy your public key to .ssh/authorized_keys</p></blockquote>
<p><strong> </strong></p>
<p>You can upload the public key to multiple servers using same command ( ssh-copy-id ). Next time onwards the server will not ask the user ID and password</p>
<img src="http://feeds.feedburner.com/~r/binbert/~4/E7rgGkDYkHU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.binbert.com/blog/2010/08/ssh-login-without-password-using-rsa-key-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.binbert.com/blog/2010/08/ssh-login-without-password-using-rsa-key-authentication/</feedburner:origLink></item>
		<item>
		<title>New folder hiding trick for phones with S40 OS</title>
		<link>http://feedproxy.google.com/~r/binbert/~3/wbHaTEYUfeQ/</link>
		<comments>http://www.binbert.com/blog/2010/08/new-folder-hiding-trick-for-phones-with-s40-os/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 16:24:39 +0000</pubDate>
		<dc:creator>Shajan Jacob</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[NOKIA]]></category>
		<category><![CDATA[Symbian]]></category>

		<guid isPermaLink="false">http://www.binbert.com/blog/2010/08/new-folder-hiding-trick-for-phones-with-s40-os/</guid>
		<description><![CDATA[You all may know how to hide the folder icon in Nokia S40 series by the folder extension .otb. But exactly, that was not folder hiding, but just a its icon hiding.
Now, i have a new trick to hide the entire folder in Nokia S40 series.
Follow the steps to hide the folder in your mobile [...]]]></description>
			<content:encoded><![CDATA[<p>You all may know how to hide the folder icon in Nokia S40 series by the folder extension .otb. But exactly, that was not folder hiding, but just a its icon hiding.<br />
Now, i have a new trick to hide the entire folder in Nokia S40 series.<br />
Follow the steps to hide the folder in your mobile phone:</p>
<blockquote><p>Make a folder with any name but , the name should end with the extension &#8216;.jad&#8217;.<br />
Move all the files and folders that you want to hide to this folder.<br />
Then, make another folder with the same name , but it should end with the format &#8216;.jar&#8217;.<br />
when you create that folder with the extension .jar the first folder with the extension .jad will disappear from the phone.</p></blockquote>
<p>That&#8217;s all you want to hide a folder.</p>
<p>To unhide the folder just rename ore delete the .jar folder<br />
Check it out, and Comment this post.</p>
<img src="http://feeds.feedburner.com/~r/binbert/~4/wbHaTEYUfeQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.binbert.com/blog/2010/08/new-folder-hiding-trick-for-phones-with-s40-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.binbert.com/blog/2010/08/new-folder-hiding-trick-for-phones-with-s40-os/</feedburner:origLink></item>
		<item>
		<title>Install android on x86 Based desktop or laptop</title>
		<link>http://feedproxy.google.com/~r/binbert/~3/QngrkrAUMhY/</link>
		<comments>http://www.binbert.com/blog/2010/08/install-android-on-x86-based-desktop-or-laptop/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 10:36:14 +0000</pubDate>
		<dc:creator>Albin Sebastian</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.binbert.com/blog/2010/08/install-android-on-x86-based-desktop-or-laptop/</guid>
		<description><![CDATA[Now you can test android without an android supported phone, this will help you to review android OS.
Android is a Linux based Operating system for Mobile and tablet devices like netbooks.
Here I used Oracle VirtualBox (Virtualization platform ) to install Android. You can install to hard disk directly. X86 Based OS image is available for [...]]]></description>
			<content:encoded><![CDATA[<p>Now you can test android without an android supported phone, this will help you to review android OS.</p>
<p>Android is a Linux based Operating system for Mobile and tablet devices like netbooks.</p>
<p>Here I used Oracle VirtualBox (Virtualization platform ) to install Android. You can install to hard disk directly. X86 Based OS image is available for download.</p>
<p>Here I <a href="http://www.binbert.com/blog/tag/virtualization/">virtualized</a> with <a href="http://www.virtualbox.org">Oracle Virtual Box</a> , You can download the X86 version of Android from <strong><a href="http://www.android-x86.org">http://www.android-x86.org</a></strong></p>
<p>Or Download From <a href="http://code.google.com/p/android-x86/downloads/list">here</a></p>
<p><strong> </strong></p>
<h2>screenshots of Android Desktop installation</h2>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/MountISO.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Mount ISO" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/MountISO_thumb.jpg" border="0" alt="Mount ISO" width="469" height="208" /></a></p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/androiddesktopinstall1.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="android desktop install 1" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/androiddesktopinstall1_thumb.jpg" border="0" alt="android desktop install 1" width="654" height="570" /></a></p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/androiddesktopinstall2.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="android desktop install 2" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/androiddesktopinstall2_thumb.jpg" border="0" alt="android desktop install 2" width="743" height="487" /></a> <a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/androiddesktopinstall3.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="android desktop  install 3" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/androiddesktopinstall3_thumb.jpg" border="0" alt="android desktop  install 3" width="743" height="487" /></a></p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/androiddesktopinstall4.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="android desktop install 4" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/androiddesktopinstall4_thumb.jpg" border="0" alt="android desktop install 4" width="743" height="487" /></a></p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/androiddesktop.jpg"><img style="display: inline; border: 0px;" title="android desktop" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/androiddesktop_thumb.jpg" border="0" alt="android desktop" width="605" height="484" /></a><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/DesktopMenuAndroid.jpg"><img style="display: inline; border: 0px;" title="Desktop Menu Android" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/DesktopMenuAndroid_thumb.jpg" border="0" alt="Desktop Menu Android" width="603" height="484" /></a> <a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/Appstoreandroid.jpg"><img style="display: inline; border: 0px;" title="App store android" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/Appstoreandroid_thumb.jpg" border="0" alt="App store android" width="602" height="484" /></a> <a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/Browserandroiddesktop.jpg"><img style="display: inline; border: 0px;" title="Browser android desktop" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/Browserandroiddesktop_thumb.jpg" border="0" alt="Browser android desktop" width="605" height="484" /></a></p>
<img src="http://feeds.feedburner.com/~r/binbert/~4/QngrkrAUMhY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.binbert.com/blog/2010/08/install-android-on-x86-based-desktop-or-laptop/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.binbert.com/blog/2010/08/install-android-on-x86-based-desktop-or-laptop/</feedburner:origLink></item>
		<item>
		<title>Enable Night Vision Ability to your Digital Cam</title>
		<link>http://feedproxy.google.com/~r/binbert/~3/ONyG2MeheLk/</link>
		<comments>http://www.binbert.com/blog/2010/08/enable-night-vision-ability-to-your-digital-cam/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 05:38:42 +0000</pubDate>
		<dc:creator>Anbarasu Durai</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Camera]]></category>
		<category><![CDATA[Circuit]]></category>
		<category><![CDATA[LED]]></category>

		<guid isPermaLink="false">http://www.binbert.com/blog/?p=716</guid>
		<description><![CDATA[INTRODUCTION
A Surveillance Camera is widely used to monitor a particular location or a  part of a building, a camera will grasp the happenings that happens within the range of its focus and sends  them in the form of video to a server or a display. A Camera must need a light source to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>INTRODUCTION</strong></p>
<p>A Surveillance Camera is widely used to monitor a particular location or a  part of a building, a camera will grasp the happenings that happens within the range of its focus and sends  them in the form of video to a server or a display. A Camera must need a light source to clearly picture and send the data to the monitor or server, for normal purpose inside a building the camera will use normal light sources such as tube lights and other bulbs fixed for general lightening in nights and normal visible light from sun in day time .</p>
<p>A camera will use the visible light from sun in day time as light source in out door surveillance purpose and in night time we have to fix artificial light sources such as focus lights. for surveillance purpose we can use normal focus lights but if a focus light is fixed near camera the intruder may find the presence of a camera and he may use some techniques to avoid him from getting picturised in the camera. So we can use an invisible light  ( For normal human eyes ) such as Infra Red rays as light source for the camera, so that the camera will be hidden and the light emitted by the light source also invisible and so the intruder will not be aware of the presence of a surveillance system inside the campus. Whereas the camera can view the IR rays and use it as light source to picturise the happenings within its focus.</p>
<p><strong>THE CONCEPT OF NIGHT VISION</strong></p>
<p>The concept of night vision is on demand on the present world military and surveillance scenario; because all countries and organizations are aware of the proxy methods of intrusion and are in need of avoid those intrusions to reduce losses.</p>
<p>The night vision is a concept in which the light source of the camera that we are using should not be visible to the normal human eyes and must be visible to the camera.</p>
<p>There are many invisible electromagnetic rays as already described and they are given below for reference.</p>
<p>1.	Radio Waves<br />
2.	Micro Waves<br />
3.	Ultra Violet rays<br />
4.	Visible light spectrum ( bundle and not falls under invisible light source )<br />
5.	Infra red rays<br />
6.	X rays<br />
7.	Gamma Rays</p>
<p>In the above mentioned rays we should have to neglect the visible light spectrum as our basic concept is the light source should not be visible to the intruders who pass through the focus of the camera.</p>
<p>Radio waves and microwaves are merely waves and they follow the principles as visible light follows, but they can not reproduce images directly to a camera and so they can not be used as their energy level is very low to generate voltage in the camera image sensor<br />
The Ultra violet rays are also falls under the same category as the micro waves and radio waves does. So we cannot use UV too.<br />
X rays and Gamma rays are highly hazardous to human and living beings and so we cannot use that rays too and more over the artificial production of X rays and Gamma rays are very costly and hence forth the cheap and best method is using IR rays as they are cheap to generate artificially and will not create any hazardous to the living beings health.</p>
<p><strong><br />
HOW A  DIGITAL CAMERA  ACTUALLY WORKS</strong></p>
<p>A Digital camera has a Sensor called imaging sensor, that can be made of two types one is CCD and other is CMOS, the Light source falls on an object will be always reflected or refracted or observed, a camera pointed towards an object will be hit by the reflected light from the object.The light hit the camera will fall on the camera lense and the camera lense will converge the image and make the refracted converged image on the image sensor and the image sensor will produce analog signals based on the reflected light falls on it.</p>
<p>Each and every object has its own reflection property, if a material looks like blue color the original thing is the material will observe all colors from the white light and reflects only blue colour, each and every colour has its own wavelength, the variation in colour is nothing but the variotion in wavelength, the wavelength is related to frequency of the light wave and this frequency is related to voltage and current and so the image sensor can produce a voltage based on the color of the light.</p>
<p>The produced voltage by the image sensor will be converted in to digital signals by using a analog to digital convertor and given as input for digital signal processor, the digital signal processor will convert the digital signals in to Display and or Storage output and sent to the display and or storage systems correspondingly. The display system or the storage system will receive the signals provided by DSP and display or store it correspondingly.</p>
<p><strong>THEORY OF IR AIDED NIGHT VISION CAMERA<br />
</strong></p>
<p>A camera will record an abject as image only if a light from light source falls on an object and reflected to the camera lens, in Day Time as there is enormus sun light available indoor and outdoor, the objects will reflect the sun light fall on it and so the reflected light if falls on the camera lens the camera will record the object that reflects the light, but in Night time there will not be sunlight and so there is a need for an artificial light source, if we want the camera to be hidden and then we cannot able to use visible light to avoid the intruder to know about the presence of camera.</p>
<p>Infra red rays are invisible to human eyes due to the lack of sensitivity to human eye against IR but visible to a camera as the image sensor can sense IR, In our project we are about to use an IR light source as artificial light source when there is no sun light available , so that the IR light will be made to spread through the focus area of the camera and the object which reflects the IR rays will get recorded on camera, the main fact is without a light source a camera cannot record, also human eyes cannot view an object.<br />
<strong><br />
PROPERTIES OF INFRA RED RAYS<br />
</strong></p>
<p>The Infrared region of the spectrum lies beyond the red end of the visible range, wavelength of the IR rays will be above 750 nm Infrared rays will produce heat on the object on which it falls, Infrared rays follows the same principle in reflection, refraction and obserbtion, Infra red rays are invisible  to human eyes as the human eye can sense the rays with wavelength ranging from 380nm to 750 nm. A camera can sense Infra red rays as the imaging sensor can detect the wavelenths above 750 nm up to an extent. Instead of using UV rays which is also an invisible light ray we     are using IR for night vision as the wavelenth of the IR rays are very much higher than UV rays and so it can travel long distance when compared to UV rays.</p>
<p><strong><br />
IR SOURCE USED FOR OUR GADGET  &#8211; ARRAY OF   IR  LEDs</strong></p>
<p>As we are about to artificially generate IR radiations we have to assemble a IR source we are using an array of IR 10 mm IR LEDs which emmits IR radiations with wavelength of 950 nm, the IR LEDs are 3v and so we are connecting 4 LEDs in series with a 1 K resistor in series to avoid LED failure due to high current.</p>
<p>Totally 20 LEDs will be used arround the camera in 4 X 5 dimension which will emit IR radiations on the objects present  right opposite to the camera, If the object present opposite to the camera on which the iR radiation felt may or may not reflect          the radiation, if an object reflects the radiation, it will come back to the camera lens again,  as the direction of the camera and dirction of the IR LEDs are same. The camera lens will converge the radiations and make It to fall on image sensor, the image sensor      in turn produces analog waves that will be in turn converted as digitalsignals by the Anolog to digital coverter. The digital signals will be sent to DSP, which processes the signals and send signals to display and       or storage system where it will be shown / stored as video</p>
<p><strong>POWER SAVING MEASURES BY USING A LDR BASED CONTROLLER</strong></p>
<p>By default if a night vision camera is fixed on outoors to monitor intrusion, the camera will use the sun light as light source and there is no need for IR radiations. If the IR source ( LED array ) is on it will consume considerable amount of power which will reduce the battery backup. To avoid this we are using a LDR based controller which will sense the lack of visible light source in the environment and switch on the IR LED  array, the IR LED array will emmit IR radiations which is invisible to human eyes but visible to camera.</p>
<p>When the visible light ( sun light ) is available in the environment the LDR will sense the same and switch off the LED array.<br />
LDR is a Light Dependant Resistor whose resistance will get reduced when the visible light falls on it and allows current to pass through it. The 555 IC is the main controller which will switch the relay on, the relay passes the 12 v current to the LED array. The IR LED array in turn emmits IR rays.</p>
<p><strong>MAKING OF THE IR SOURCE :</strong></p>
<p>IR SOURCE</p>
<p>IR radiations are by default emitted by hot bodies such as Sun which is the major IR source for earth. To generate IR radiations artificially we have to depend on normal filament lamps with specialized visible light filters. But it will not be a correct solution for what we are looking. The visible light filters can not able to filter all visible lights and a small trace of visible light can be seen from the artificial light source which is not preferred for the purpose of Night vision surveillance.</p>
<p>To overcome this we have selected a pure IR source for the purpose of zero visible light traces form the light source. The solution is the IR LEDs which are used for IR based remote controllers. But a single IR LED can not produce much enough intensity of light</p>
<p>So we have to build an array of IR LEDs which are all joined together to produce sufficient intensity of IR light and the produced IR light is completely pure and there will be zero visible light traces from the source provided the LED array is build with proper voltage calculation by connecting a fixed number of LEDs in series with a calculated value of resistor.</p>
<p>A general purpose dotted PCB is cut with 1 CM width and 10.5 CM height, an array of 2 columns and 5 rows of LEDs are fixed with the board. The LEDs are connected in series column vice and the two columns are connected in parallel with each other as shown in the below block diagram.</p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/image1.jpg"><img class="aligncenter size-medium wp-image-741" title="image1" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/image1-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>The above mentioned diagram shows how an array of LEDs is connected with resistor and a power source with 2 columns and 5 rows. 4 such array comprised of 40 LEDs totally are used to form this artificial, pure and controlled IR source.</p>
<p>The normal power supply we are applying to the 5 boards and each board contains two columns with each columns contains 5 LEDs connected in series and all columns are connected in series totally 40 LEDs is 12 V and 1 A . Each IR LED will consume 2 V as the LEDs in the same column are connected in series with each other the effective voltage consumption will be 10 V and the remaining 2 voltage will be shared among all the 5 LEDs of the same column. So the total voltage supplied to each IR LED will be 2.4 V.<br />
To avoid damage to the LEDs we are connecting a resistor with each column that will be 3.33 K and this resistance value has been achieved by connecting 3 numbers of 10 K Ohm resistors in parallel.</p>
<p>To achieve this exact value of 3.33 K Ohm of resistance for each column of the LEDs we are using the below formula. The effective value of the resistance will get reduced if high value of resistors are connected in parallel and so the current value that passes through the IR LED in series will be also reduced to needed level and distributed to all the LEDs connected to the array.</p>
<p>The below formulas will explain how the resistance value is reached to the needed level of 3.3 K ohm.</p>
<p>1 / Re =   1/R1 + 1/R2 + 1/R3 + …… + …….. 1/Rn</p>
<p>We have used 3 numbers of 10 Kilo Ohm resistors connected in parallel and so the effective resistance will be given as follows.</p>
<p>1 / Re = (1/10 X 10 ^3 ) +  ( 1/10X10^3) + ( 1/10 X 10^3)</p>
<p>1/Re = 3/10 X 10^3</p>
<p>Re  = 10 X 10^3 / 3</p>
<p>Re = 3.3 X 10^3</p>
<p>Re = 3.3 K Ohm</p>
<p><strong>The below mentioned diagram shows how the entire array is connected to a 12 V Dc, 1 A power supply.</strong></p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/image2.jpg"><img class="aligncenter size-medium wp-image-742" title="image2" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/image2-300x260.jpg" alt="" width="300" height="260" /></a></p>
<p><strong>LEGEND</strong></p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/image3.jpg"><img class="aligncenter size-full wp-image-743" title="image3" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/image3.jpg" alt="" width="291" height="265" /></a></p>
<p><strong>The Original Picture of the IR source in arrayed manner fixed on an aluminum foil  with the camera is shown below</strong></p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/image-4.jpg"><img class="aligncenter size-medium wp-image-744" title="image 4" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/image-4-300x229.jpg" alt="" width="300" height="229" /></a></p>
<p><strong>PROBLEMS FACED IN BUILDING THE IR SOURCE</strong></p>
<p>We have faced many problems in designing and building the above shown IR source, they are listed below with explanations.</p>
<p>1.	The first problem we faced in building the artificial LED array for IR source is the design and placement of IR LEDs. Firstly we placed IR LEDs around the camera fixed on a general purpose dot board which created difficulties in the following areas.</p>
<p>A.	The IR LEDs placed around the camera created space congestion and so the LEDs are turning to different angles.</p>
<p>B.	The voltage distribution model for the LEDs will be divided in to 4 Parts, The top column, the Bottom, the left and the Right. But the model failed because of the deviations in voltage Vs number of LEDs connected in series in each column.</p>
<p>C.	Due to the voltage distribution deviation the first LED of each column started glow in red color due to high current as we have not able to find out the exact resistance to be connected in series with each column.</p>
<p>D.	The LEDs are then placed in 4 dotted boards, each board contains 2 columns of LEDs and each column contains 5 LEDs connected in series. All the columns are connected in parallel.</p>
<p>E.	The then issue is the correct resistance to be connected with each column.</p>
<p>2.	The value selection of resistance is very tough in our case. Because we have to distribute<br />
2 V and a Maximum of 2.5 V to each LED. For this we have to follow the below formula.The LEDs are working properly in our method of connection only if a 3.3 Kilo Ohm Resistor is connected in series with each LED column.</p>
<p>3.	But the major issue in this is we can not get the exact 3.3 Kilo ohm resistor, for this we used the effective resistance formula and connected 3 numbers of 10 Kilo ohm resistors in parallel to get the exact value of 3.3 k, the formula used is given in previously.</p>
<p><strong>IR FILTER ENEMY OF NIGHT VISION</strong></p>
<p>All the digital cameras and mobile phone cameras are by default equipped with an IR filter in the lens assembly. The IR filter is used to avoid red eye problem in image creation by using digital cameras.</p>
<p>In the presence of visible light if the IR rays interfere they will create a less quality and image and also will create red dots in reflecting surfaces. To avoid these camera manufacturers should have to filter the IR rays reflected from the objects to fall on the camera image sensor.</p>
<p>The camera manufacturers are using a specially made glass piece in between the lens and camera image sensor to block IR rays to fall on the image sensor. For night vision camera this filter is the biggest enemy and will make the entire system to not work.</p>
<p>While we have built the entire system we were not aware of this IR filter an our camera have given 0 % result in the absence of visible light. but while using a mobile phone camera and analyzed the IR LEDs they are found working properly. As the mobile phone camera was kept very closer to the LEDs the intensity of the IR rays will be very high and we can see the in visible IR rays through mobile camera.</p>
<p>But in the principle of reflection from the objects and image capturing, it is giving 0 % result.  After serious of analysis and references, we found that there is a glass piece called IR filter will be present in all cameras.</p>
<p>The IR filter will be present in between the Lens and image sensor. So to remove it we have to carefully operate the lens assembly and remove it.</p>
<p>We filed the lens assembly from one side and disassembled it. After disassembling, the IR filter was found and removed.</p>
<p>Once the IR filter was removed, the camera has given 100 % result in the absence of visible light.</p>
<p>Use the following steps to remove an IR filter from the camera lens array</p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/image5.jpg"><img class="aligncenter size-medium wp-image-745" title="image5" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/image5-300x268.jpg" alt="" width="300" height="268" /></a></p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/image6.jpg"><img class="aligncenter size-medium wp-image-746" title="image6" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/image6-281x300.jpg" alt="" width="281" height="300" /></a></p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/image-7.jpg"><img class="aligncenter size-medium wp-image-747" title="image 7" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/image-7-300x235.jpg" alt="" width="300" height="235" /></a></p>
<p><strong>The IR source Control</strong></p>
<p>By default if a night vision camera is fixed on outdoors to monitor intrusion, the camera will use the sun light as light source and there is no need for IR radiations.</p>
<p>2. If the IR source ( LED array ) is on it will consume considerable amount of power which will reduce the battery backup.</p>
<p>3. To avoid this we are using a LDR based controller which will sense the lack of visible light source in the environment and switch on the IR LED  array, the IR LED array will emits IR radiations which is invisible to human eyes but visible to camera.</p>
<p>4. When the visible light (sun light) is available in the environment the LDR will sense the same and switch off the LED array.</p>
<p>5. LDR is a Light Dependant Resistor whose resistance will get reduced when the visible Light falls on it and allows current to pass through it. The 555 IC is the main controller      which will switch the relay on, the relay passes the 12 v current to the LED array. The IR LED array in turn emits IR rays.</p>
<p>6. An electronic circuit is used to sense light and switch On or Off the IR source is. The circuit working is controlled by a 555 timer IC. The circuit diagram and explanation of  its working are given below</p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/IMAGE-8.jpg"><img class="aligncenter size-medium wp-image-748" title="IMAGE 8" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/IMAGE-8-300x144.jpg" alt="" width="300" height="144" /></a></p>
<p>The Circuit activates a relay upon detecting the absence of light on an Light Dependant Resistor (R3). We are using this circuit for Switching on or Off the IR – LED array for power saving purpose and image clarity in the presence of Visible light and image sensing in the absence of visible Light.</p>
<p>A 555 IC functions as heart of the circuit, normally the 555 IC will be operate as an astable multi vibrator or mono stable multi vibrator. But now we are using 555 IC as a Comparator.</p>
<p>The normal operation of the 555 IC can be described as, the output goes high upon receipt of a trigger ( Start ) pulse on input pin2. This pulse is a voltage whose level is lower than 1/3 of the supply voltage. The output goes low again when the voltage at the second input pin 6 has exceeded 2/3 of the supply level.</p>
<p>In principle the supply voltage for the circuit must equal to the Common input voltage of the Relay, the current consumption of the circuit is 4mA exclusive of the relay at a supply level of 12 V.</p>
<p>Components R2 and C1 ensure a delay of about 10 seconds before the relay is energized so that the circuit is insensitive to the rapid changes in the light intensity</p>
<p>Basically the circuit has no hysteresis effect. However when the supply is not regulated the actuation of the relay will lower the internal threshold of the IC since the trigger point is defined as 2/3 of the supply level (pin 2).</p>
<p>Therefore the hysteresis of the circuit can be dimensioned as required by fitting a resistor in series with the supply. It is also possible to fit a resistor between pins 5 and 7 of the IC 555 as shown in the circuit diagram.</p>
<p>The amount of hysteresis is inversely proportional to the value of the resistor and 100k is a reasonable starting point.</p>
<p>The sensitivity of the trigger circuit can be controlled if R1 is replaced with a 1 M Ohm Potentiometer or preset.</p>
<p>Note : You can purchase a kit and solder instead of struggling with making lay out and PCBs.</p>
<p><strong>A general Over all block diagram for this system<br />
</strong></p>
<p><a href="http://www.binbert.com/blog/wp-content/uploads/2010/08/image9.jpg"><img class="aligncenter size-medium wp-image-749" title="image9" src="http://www.binbert.com/blog/wp-content/uploads/2010/08/image9-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>By following the above mentioned concepts and Techniques , you can make all your cameras to be night vision enabled. Keep in mind, you need to remove your IR filter from the camera lens assembly instead the result will be the mighty &#8221; zero &#8220;.</p>
<img src="http://feeds.feedburner.com/~r/binbert/~4/ONyG2MeheLk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.binbert.com/blog/2010/08/enable-night-vision-ability-to-your-digital-cam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.binbert.com/blog/2010/08/enable-night-vision-ability-to-your-digital-cam/</feedburner:origLink></item>
	</channel>
</rss>
