<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Sakha - Techie Gyaaan</title>
	<link>http://techie.gyaaan.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 15 May 2009 15:19:40 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Setup a SVN server in minutes</title>
		<description><![CDATA[Here are the steps
1. Create a repository
# mkdir /svn_repos
# cd /svn_repos
# mkdir -p / //trunk //branch //tags
# svnadmin create /svn_repos/

# svn import -m &#8220;Repo Creation&#8221; / file:///svn_repos/

2. Securing the SVN repository
# vim /svn_repos/
/conf/svnserve.conf
Append the lines to the end of the file,
anon-access = none
auth-access = write
password-db = passwd
Setting up Authentication
# vim /svn_repos/
/conf/passwd
# add users in the [...]]]></description>
		<link>http://techie.gyaaan.com/setup-a-svn-server-in-minutes/</link>
			</item>
	<item>
		<title>How to use the screen command</title>
		<description><![CDATA[

To start a new sub session (Virtual Session) type
((ctrl+a) c)

To switch between sessions&#8230;
((ctrl+a) )

To switch between your previous session and the current one..
((ctrl+a) a)

To kill a frozen session&#8230;
((ctrl+a) k)

To see a list of available commands&#8230;
((ctrl+a) ?)

To see a list of virtual terminals you have open..
((ctrl+a) &#8220;)

To Detach from a screen session and not lose any [...]]]></description>
		<link>http://techie.gyaaan.com/how-to-use-the-screen-command/</link>
			</item>
	<item>
		<title>Transparent Iframes</title>
		<description><![CDATA[How to Setup an Iframe to be transparent
Step 1
Insert your iframe code between body tags.
&#60;iframe src=&#8221;yourpage.html&#8221; name=&#8221;myframe&#8221; width=&#8221;250&#8243; height=&#8221;250&#8243; frameborder=&#8221;0&#8243; allowtransparency=&#8221;true&#8221;&#62;&#60;/iframe&#62;
Step 2
Now copy the code below, and paste it between  tags of the page you are linking to.
In this example this page is yourpage.html
&#60;style type=&#8221;text/css&#8221;&#62;
Body { Background: transparent; }
&#60;/style&#62;
]]></description>
		<link>http://techie.gyaaan.com/transparent-iframes/</link>
			</item>
	<item>
		<title>Install Windows XP on Asus EEE PC</title>
		<description><![CDATA[Installing Windows XP on the Asus EEE pc using a single USB flash drive.

Please note this tutorial works on all computers not just the Asus EEE PC.
To complete this tutorial you need a 32bit version of Windows XP or Windows Vista installed on your home PC.
What you&#8217;ll need:

USB_PREP8
PeToUSB
Bootsect.exe

Steps:

Extract the files in Bootsect.zip
The next step is [...]]]></description>
		<link>http://techie.gyaaan.com/install-windows-xp-on-asus-eee-pc/</link>
			</item>
	<item>
		<title>Creating a new sub-domain in IIS6</title>
		<description><![CDATA[Subdomain Configuration
A subdomain configuration is very similar to a domain name configuration. The only difference is that the subdomain entry is tied to the corresponding domain name lookup. A request for the subdomain (e.g. http://subdomain.mydomain.com) will be routed to a DNS server containing the DNS information for the parent domain (mydomain.com). Once the DNS record [...]]]></description>
		<link>http://techie.gyaaan.com/creating-a-new-sub-domain-in-iis6/</link>
			</item>
	<item>
		<title>How to prompt &#8216;Save as&#8217; for a known MIME type in C#</title>
		<description><![CDATA[Thanks to Ratheesh PK &#8211; Technical Lead &#8211; Sakhatech Information Systems Pvt Ltd,
Code snippet in ASP.NET/C# to prompt browser ‘Save as’ for known MIME types.
  Response.Clear();
  Response.ContentType = &#8220;application/x-unknown&#8221;;
        string fileName = &#8220;file.jpg&#8221;;
        string filePath = &#8220;d:\\&#8221; + fileName;
 [...]]]></description>
		<link>http://techie.gyaaan.com/how-to-prompt-save-as-for-a-known-mime-type-in-c/</link>
			</item>
	<item>
		<title>Export Query resultset to Excel Using Interop</title>
		<description><![CDATA[Just a well documented Code  
Program to Export the result set to Excel
]]></description>
		<link>http://techie.gyaaan.com/export-query-resultset-to-excel-using-interop/</link>
			</item>
	<item>
		<title>Sure fire way to kill Dipak Bhattrai Virus/Worm from your machine</title>
		<description><![CDATA[This virus mostly affects internet explorer and believe me its very very annoying to see some freak of nature&#8217;s name on your internet explorer title window. So here is the fix,
The problem is due to a file called WScript.exe which is a program that runs in the background silently modifying the title of the IE [...]]]></description>
		<link>http://techie.gyaaan.com/sure-fire-way-to-kill-dipak-bhattrai-virusworm-from-your-machine/</link>
			</item>
	<item>
		<title>Installing and configuring Microsoft Visual SourceSafe for Internet (Remote) access</title>
		<description><![CDATA[Visual SourceSafe Internet is a source control MSSCCI plugin for Visual Studio that allows remote access to VSS databases. Configuring VSS for Internet access may require in the best case only enabling 2 checkboxes in admin interface, but in the worst case may require granting permissions or instaling and accepting certificates. I believe that someone [...]]]></description>
		<link>http://techie.gyaaan.com/installing-and-configuring-microsoft-visual-sourcesafe-for-internet-remote-access/</link>
			</item>
	<item>
		<title>Connect PHP with Jasper Reports</title>
		<description><![CDATA[This is an interesting piece of code that I found on the web. I&#8217;ve not yet tested this but it sure does look promising.

compileReport($reportsPath .$reportFileName.&#8221;.jrxml&#8221;);
               // Remplir le modèle avec les données
          [...]]]></description>
		<link>http://techie.gyaaan.com/connect-php-with-jasper-reports/</link>
			</item>
</channel>
</rss>
