<?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>Techsoar &#187; Windows</title> <atom:link href="http://www.techsoar.com/category/windows/feed/" rel="self" type="application/rss+xml" /><link>http://www.techsoar.com</link> <description>Daily updated online technology blog</description> <lastBuildDate>Mon, 05 Dec 2011 03:19:43 +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>OpenSSH Windows Known_hosts Problem and SSH-Keygen work around</title><link>http://www.techsoar.com/openssh-windows-known_hosts-problem-and-ssh-keygen-work-around/</link> <comments>http://www.techsoar.com/openssh-windows-known_hosts-problem-and-ssh-keygen-work-around/#comments</comments> <pubDate>Mon, 10 Oct 2011 02:58:35 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.techsoar.com/?p=43680</guid> <description><![CDATA[I have been trying to fix this error: Could not create directory &#8216;/home/xxx/.ssh&#8217;. The authenticity of host can&#8217;t be established. Failed to add the host to the list of known hosts (/home/xxx/.ssh/known_hosts) It is very annoying to type in Yes everytime trying to connect to a server so I decided to do some research but [...]]]></description> <content:encoded><![CDATA[<p>I have been trying to fix this error:</p><p>Could not create directory &#8216;/home/xxx/.ssh&#8217;.<br
/> The authenticity of host can&#8217;t be established.<br
/> Failed to add the host to the list of known hosts (/home/xxx/.ssh/known_hosts)</p><p>It is very annoying to type in Yes everytime trying to connect to a server so I decided to do some research but couldn&#8217;t find solution.</p><p>I found my solution this way:</p><p>-Create  a file in your hard drive (wherever you feel like), I have created mine under: c:\users\myusername\known_hosts (ex: c:\users\john\known_hosts)<br
/> -find ssh_config under OpenSSH\etc\ folder and add this line</p><blockquote><p>UserKnownHostsFile c:/users/john/known_hosts</p></blockquote><p> After you add this line, try to connect and you won&#8217;t have to type in &#8220;Yes&#8221; anymore. If you would like to disable known_hosts file check completely, you can also change this line:<br
/> StrictHostKeyChecking yes</p><p>to</p><blockquote><p>StrictHostKeyChecking no</p></blockquote><p> That will allow you avoid known_hosts from get go.</p><p>If you want to do public key authentication but you are not able to use ssh-keygen to create because you are getting:</p><blockquote><p>Generating public/private rsa key pair.<br
/> Enter file in which to save the key (/home/xxx/.ssh/id_rsa):<br
/> Could not create directory &#8216;/home/xxx/.ssh&#8217;.<br
/> Enter passphrase (empty for no passphrase):<br
/> Enter same passphrase again:<br
/> open /home/xxx/.ssh/id_rsa failed: No such file or directory.<br
/> Saving the key failed: /home/xxx/.ssh/id_rsa.</p></blockquote><p>You can run ssh-keygen uder c:\program files\openssh\bin\ folder  with this:</p><blockquote><p>ssh-keygen -t rsa -f id_rsa</p></blockquote><p>-f switch would allow you to add a filename. Once you create the public and private key (for this example: id_rsa and id_rsa.pub) go back to your c:\program files\openssh\etc\ssh_config file and remove # from<br
/> #IdentityFile ~/.ssh/id_rsa</p><p>and point it to your new file:</p><blockquote><p>IdentityFile c:/program files/openssh/bin/id_rsa</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://www.techsoar.com/openssh-windows-known_hosts-problem-and-ssh-keygen-work-around/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>OpenSSH Error 1067:The process terminated unexpectedly</title><link>http://www.techsoar.com/openssh-error-1067the-process-terminated-unexpectedly/</link> <comments>http://www.techsoar.com/openssh-error-1067the-process-terminated-unexpectedly/#comments</comments> <pubDate>Mon, 25 Oct 2010 03:53:11 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[openssh]]></category> <guid
isPermaLink="false">http://www.techsoar.com/?p=43667</guid> <description><![CDATA[After awhile I tried to start OpenSSH service on my laptop and I ended up getting these errors each time I tried to start the service: &#8220;Could not start the OpenSSH Server service on Local Computer. Error 1067: The process terminated unexpectedly.&#8221; I added the details of the errors I experienced. Solution: The main problem [...]]]></description> <content:encoded><![CDATA[<p>After awhile I tried to start OpenSSH service on my laptop and I ended up getting these errors each time I tried to start the service:</p><p>&#8220;<strong>Could not start the OpenSSH Server service on Local Computer. Error 1067: The process terminated unexpectedly.</strong>&#8221;</p><p>I added the details of the errors I experienced.</p><p><strong>Solution</strong>: The main problem to this issue is having multiple cygwin1.dll on your computer and have one of them on the PATH variable.</p><p>1- In order to fix this issue, you first need to find out which folders/applications might have cygwin1.dll file under it.<br
/> 2- Check the PATH variable via right click on My Computer -&gt; Properties -&gt; Advanced System Settings -&gt; Environment Variables<br
/> Under this section, you will find two PATH variables. First one if for the user level (your login) and the second one is for System level (for all users on that machine). You should make sure both PATH variables do not include any folder that you found in the first step.</p><p><strong>Error 1067: The process terminated unexpectedly</strong><br
/> Faulting application name: cygrunsrv.exe, version: 0.0.0.0, time stamp: 0&#215;40826252<br
/> Faulting module name: ntdll.dll, version: 6.1.7600.16559, time stamp: 0x4ba9b21e<br
/> Exception code: 0xc0000005<br
/> Fault offset: 0x00055c11<br
/> Faulting process id: 0xd10<br
/> Faulting application path: C:\Program Files\OpenSSH\bin\cygrunsrv.exe<br
/> Faulting module path: C:\Windows\SYSTEM32\ntdll.dll</p><p><strong>Windows 7 Detailed message:</strong></p><p>Fault bucket , type 0<br
/> Event Name: APPCRASH<br
/> Response: Not available<br
/> Cab Id: 0</p><p>Problem signature:<br
/> P1: cygrunsrv.exe<br
/> P2: 0.0.0.0<br
/> P3: 40826252<br
/> P4: ntdll.dll<br
/> P5: 6.1.7600.16559<br
/> P6: 4ba9b21e<br
/> P7: c0000005<br
/> P8: 00055c11<br
/> P9:<br
/> P10:</p><p>Attached files:<br
/> C:\Windows\Temp\WER4B72.tmp.appcompat.txt<br
/> C:\Windows\Temp\WER4BA1.tmp.WERInternalMetadata.xml<br
/> C:\Windows\Temp\WER4C02.tmp.WERDataCollectionFailure.txt</p><p>These files may be available here:<br
/> C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_cygrunsrv.exe_22de35eb95b016db589883555d246a6efe89f540_cab_15c74bfe</p> ]]></content:encoded> <wfw:commentRss>http://www.techsoar.com/openssh-error-1067the-process-terminated-unexpectedly/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Brother BrLog Printer Service Errors/Warnings</title><link>http://www.techsoar.com/brother-brlog-printer-service-errorswarnings/</link> <comments>http://www.techsoar.com/brother-brlog-printer-service-errorswarnings/#comments</comments> <pubDate>Sat, 23 Oct 2010 02:36:06 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.techsoar.com/?p=43662</guid> <description><![CDATA[I have been seeing tons of these Errors and Warnings in Event Viewer logs under Application section. I assumed this was a result of remote desktop connections with &#8220;printer sharing&#8221; enabled and I didn&#8217;t bother to look at around. Once I did some research about this issue, I realized the issue was related to &#8220;Windows [...]]]></description> <content:encoded><![CDATA[<p>I have been seeing tons of these Errors and Warnings in Event Viewer logs under Application section. I assumed this was a result of remote desktop connections with &#8220;printer sharing&#8221; enabled and I didn&#8217;t bother to look at around. Once I did some research about this issue, I realized the issue was related to &#8220;<a
rel=nofollow target=_blank title="Windows Image Acquisition WIA" href="http://en.wikipedia.org/wiki/Windows_Image_Acquisition" target="_blank">Windows Image Acquisition (WIA) service</a>&#8220;. Once I stopped this service, the errors and warnings went away.</p><p><strong>The Error / Warning Logs</strong>:</p><p>STI BrtSTI: [2010/10/22 21:28:20.778]: [00008156]: <strong>SendSkeySettingToDevice Device IpAddress Unknown</strong> []<br
/> STI BrtSTI: [2010/10/22 21:28:20.769]: [00008156]: <strong>GetDeviceIpAddress: GetAddressByName</strong> [] Error<br
/> STI BrtSTI: [2010/10/22 21:28:20.768]: [00008156]: <strong>GetAddressByName: gethostbyname</strong>[] Error[11001] </p><p>Event Type: Warning<br
/> Event Source: Brother BrLog<br
/> Event Category: None<br
/> Event ID: 1001<br
/> Description:<br
/> STI BrtSTI: [2010/10/22 21:28:20.769]: [00008156]: GetDeviceIpAddress: GetAddressByName [] Error</p><p>Event Type: Warning<br
/> Event Source: Brother BrLog<br
/> Event Category: None<br
/> Event ID: 1002<br
/> Description:<br
/> STI BrtSTI: [2010/10/22 21:28:20.768]: [00008156]: <strong>GetAddressByName: gethostbyname</strong>[] Error[11001]</p> ]]></content:encoded> <wfw:commentRss>http://www.techsoar.com/brother-brlog-printer-service-errorswarnings/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Convert A record to PTR via UE Studio Regular Expression</title><link>http://www.techsoar.com/convert-a-record-to-ptr-via-ue-studio-regular-expression/</link> <comments>http://www.techsoar.com/convert-a-record-to-ptr-via-ue-studio-regular-expression/#comments</comments> <pubDate>Wed, 14 Oct 2009 22:46:16 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.techsoar.com/convert-a-record-to-ptr-via-ue-studio-regular-expression/</guid> <description><![CDATA[It is a very simple but very useful example. You can use UE Studio&#8217;s Regular Expressions to catch and change anything very easily. In order to capture an IP Adress you can use this regular expression: ^([0-9]+^).^([0-9]+^).^([0-9]+^).^([0-9]+^) Once you capture the date, you can use ^x1 ^x2 to replace the changes so for this example [...]]]></description> <content:encoded><![CDATA[<p>It is a very simple but very useful example. You can use UE Studio&#8217;s Regular Expressions to catch and change anything very easily.</p><p>In order to capture an IP Adress you can use this regular expression: ^([0-9]+^).^([0-9]+^).^([0-9]+^).^([0-9]+^)</p><p>Once you capture the date, you can use ^x1 ^x2 to replace the changes so for this example in order to convert A record to PTR record, you can follow this:</p><p>Find What: ^([0-9]+^).^([0-9]+^).^([0-9]+^).^([0-9]+^)<br
/> Replace With: ^3.^2.^1.in-addr.arpa ^4</p><p>This will give change this <em>172.22.101.10</em> into this <em>101.22.172.in-addr.arpa 10</em></p> ]]></content:encoded> <wfw:commentRss>http://www.techsoar.com/convert-a-record-to-ptr-via-ue-studio-regular-expression/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Exchange 2007 VHD Default Password</title><link>http://www.techsoar.com/exchange-2007-vhd-default-password/</link> <comments>http://www.techsoar.com/exchange-2007-vhd-default-password/#comments</comments> <pubDate>Mon, 27 Apr 2009 23:28:04 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.techsoar.com/exchange-2007-vhd-default-password/</guid> <description><![CDATA[I looked everywhere to find Exchange 2007 VHD default password but no luck. If you had downloaded Exchange 2007 with Windows 2003 and you are trying to login, you will get a screen with following inputs, fill out the way I have givenbelow: Username: Administrator Password:  Evaluation1 Log on to: LITWAREINC Package details for Exchange [...]]]></description> <content:encoded><![CDATA[<p>I looked everywhere to find Exchange 2007 VHD default password but no luck. If you had downloaded <a
rel=nofollow target=_blank href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E99F2A96-FFBC-4323-9676-9657607C4A52&amp;displaylang=en" title="Windows 2003 Exchange 2007 VHD" target="_blank">Exchange 2007 with Windows 2003</a> and you are trying to login, you will get a screen with following inputs, fill out the way I have givenbelow:</p><p>Username: Administrator<br
/> Password:  <strong>Evaluation1</strong><br
/> Log on to: LITWAREINC</p><p>Package details for Exchange 2007 VHD:</p><p>Microsoft Exchange Server 2007 SP1 VHD<br
/> This download comes as a pre-configured VHD. It enables you evaluate Microsoft Exchange Server 2007 SP1.</p> ]]></content:encoded> <wfw:commentRss>http://www.techsoar.com/exchange-2007-vhd-default-password/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
