<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Diary</title>
	<link>http://blog.objectpattern.net</link>
	<description>thoughtlets, notes, bookmarks,...</description>
	<lastBuildDate>Thu, 20 May 2010 05:58:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Windows authentication and run as</title>
		<description>We have multiple DCs in our organization for a reason, and we need to access SQL Server hosted on different DC several times. To login into SQL Server using windows authentication I use following:  C:\Windows\System32\runas.exe /netonly /user:&#60;different domain name&#62;\&#60;username of different domain name”&#62; &#34;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe&#34; </description>
		<link>http://blog.objectpattern.net/?p=73</link>
			</item>
	<item>
		<title>Cisco VPN throwing error as “Failed to enable Virtual Adapter”</title>
		<description>In Windows 7, I have see this error many times when trying to connect using Cisco VPN Software.



I could resolve the issue by

	Enable Cisco Network adapter
	Diagnose the adapter by option given in context menu
	Disable adapter
	Try connecting to the network again

Update: If above do not solve the problem and surprisingly it wouldn't sometime! ...</description>
		<link>http://blog.objectpattern.net/?p=66</link>
			</item>
	<item>
		<title>Linux, setting system wide variable</title>
		<description>&#160;my-box:~$ sudo su -
Password:
root:~# cat &#62;&#62; /etc/profile
JAVA_HOME=/usr/lib/jvm/java-6-sun
export JAVA_HOME
root:~# 
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode ...</description>
		<link>http://blog.objectpattern.net/?p=63</link>
			</item>
	<item>
		<title>refcardz.dzone</title>
		<description> http://refcardz.dzone.com/

I  like some of the cards, can really give a good quick start on sometime. </description>
		<link>http://blog.objectpattern.net/?p=61</link>
			</item>
	<item>
		<title>See also: db4o</title>
		<description>Should try out db4o. It's open source object oriented database. Has native support for Java and .NET both. Looks like also has something for Mono. </description>
		<link>http://blog.objectpattern.net/?p=59</link>
			</item>
	<item>
		<title>TedTalk session bookmarks</title>
		<description>Richard Dawkins on our &#34;queer&#34; universe  http://www.youtube.com/watch?v=1APOxsp1VFw  Elizabeth Gilbert: A new way to think about creativity   http://www.youtube.com/watch?v=86x-u-tz0MA  Stephen Hawking: Asking big questions about the universe   http://www.youtube.com/watch?v=xjBIsp8mS-c&#38;feature=channel  Tony Robbins: Why we do what we do, and how we can do it better  ...</description>
		<link>http://blog.objectpattern.net/?p=57</link>
			</item>
	<item>
		<title>SQL Server DB Diff and Sync</title>
		<description>Haven't tried it but, seems good, though if someone wants to pay, tryout this as well </description>
		<link>http://blog.objectpattern.net/?p=56</link>
			</item>
	<item>
		<title>mono issue: Standard output has not been redirected or process has not been started.</title>
		<description>Fix is found from http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html

   1:  
   2:  sudo find /usr/bin &#124; grep gmcs
   3:  
   4:  if result is NOT
   5:  /usr/bin/gmcs
   6:  /usr/bin/gmcs2
   7:  
   ...</description>
		<link>http://blog.objectpattern.net/?p=54</link>
			</item>
	<item>
		<title>Creating My SQL database and user</title>
		<description>I sent email from my hotmail a/c&#160; to my user at server where I had hosted postfix, let's see if it goes through. See my prior post for the context.   Anyway, this post is for Installed My SQL and PHP. Its pretty easy to install mysql and php ...</description>
		<link>http://blog.objectpattern.net/?p=53</link>
			</item>
	<item>
		<title>Setting up email server - 1</title>
		<description>I was going through ubuntu server edition, where I found that ubuntu comes with a utility called tasksel. That was not installed on my server, so went ahead and did apt-get install for it, and that resolved the issue of not having it.  I did select mail server from ...</description>
		<link>http://blog.objectpattern.net/?p=51</link>
			</item>
</channel>
</rss>
