<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>A Sensitive Dealer</title>
	<link>http://www.linosays.co.cc</link>
	<description>My Personal Weblog</description>
	<pubDate>Fri, 15 Oct 2010 08:29:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>How to delete skype login history in Windows 7?</title>
		<link>http://www.linosays.co.cc/?p=39</link>
		<comments>http://www.linosays.co.cc/?p=39#comments</comments>
		<pubDate>Wed, 06 Oct 2010 19:38:56 +0000</pubDate>
		<dc:creator>SensitiveDealer</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.linosays.co.cc/?p=39</guid>
		<description><![CDATA[Ohh! It is interesting, but very simple&#8230;
1. Go to your installation drive, basically C: drive
2. View all hidden folders, (Press &#8216;ALT&#8217; Key&#8211;&#62;Select Tools Menu&#8211;&#62;Folder Options&#8211;&#62;View&#8211;&#62;&#8221;Show hidden files, folders and drives&#8221; select this option button) and apply
3. Open folders as follows &#8220;Users&#8211;&#62;[Your Profile Folder]&#8211;&#62;AppData&#8211;&#62;Roaming&#8211;&#62;Skype&#8221;
4. Delete the folders named with the skype user name(s) which you wanna [...]]]></description>
		<wfw:commentRss>http://www.linosays.co.cc/?feed=rss2&amp;p=39</wfw:commentRss>
		</item>
		<item>
		<title>Migration &#8216;does not bring happiness&#8217;</title>
		<link>http://www.linosays.co.cc/?p=38</link>
		<comments>http://www.linosays.co.cc/?p=38#comments</comments>
		<pubDate>Fri, 03 Sep 2010 04:42:01 +0000</pubDate>
		<dc:creator>SensitiveDealer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.linosays.co.cc/?p=38</guid>
		<description><![CDATA[A new study by a sociologist has suggested that economic migrants seeking a &#8216;better life&#8217; might end up being less happy.
The grass might not be greener on the other side of the border, the study from the University of Leicester has found.
Economic migrants traveling to different shores for greater income could be set for disappointment [...]]]></description>
		<wfw:commentRss>http://www.linosays.co.cc/?feed=rss2&amp;p=38</wfw:commentRss>
		</item>
		<item>
		<title>Colleagues with psychopathic &#8220;dark side&#8221; can create toxic workplaces</title>
		<link>http://www.linosays.co.cc/?p=37</link>
		<comments>http://www.linosays.co.cc/?p=37#comments</comments>
		<pubDate>Fri, 09 Oct 2009 21:06:49 +0000</pubDate>
		<dc:creator>SensitiveDealer</dc:creator>
		
		<category><![CDATA[Careers | Jobs]]></category>

		<category><![CDATA[Management]]></category>

		<category><![CDATA[Personality]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.linosays.co.cc/?p=37</guid>
		<description><![CDATA[Hi Guys!
Just come across an interesting article, go through it and take it very seriously! You may find such people at your work place&#8230;
People with a psychopathic “dark side” could create toxic workplaces “and could seriously traumatise workers to the point of suicide”, warns a new study.
Around one in ten New Zealand workplaces “harbour a [...]]]></description>
		<wfw:commentRss>http://www.linosays.co.cc/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>Python Script - Submit url and save response file using post method</title>
		<link>http://www.linosays.co.cc/?p=36</link>
		<comments>http://www.linosays.co.cc/?p=36#comments</comments>
		<pubDate>Mon, 31 Aug 2009 20:55:25 +0000</pubDate>
		<dc:creator>SensitiveDealer</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.linosays.co.cc/?p=36</guid>
		<description><![CDATA[


  
Python Script - This script is an example for url submission + method POST
&#62;&#62;&#62;
import urllib, urllib2, time
targeturl = &#8216;http://www.yourdomain.com/url&#8217;
values = {&#8217;variable1&#8242; : &#8216;value1&#8242;,
&#8216;variable2&#8242; : &#8216;value2&#8242;,
&#8216;variable3&#8242; : &#8216;value3&#8242;,
&#8216;variable4&#8242; : &#8216;value4&#8242;,
 }
try:
postdata = urllib.urlencode(values)
req = urllib2.Request(targeturl, postdata)
response = urllib2.urlopen(req)
mypage = open(&#8217;myfile.htm&#8217;, &#8216;w&#8217;)
]]></description>
		<wfw:commentRss>http://www.linosays.co.cc/?feed=rss2&amp;p=36</wfw:commentRss>
		</item>
		<item>
		<title>ASP.Net on Apache Web Server</title>
		<link>http://www.linosays.co.cc/?p=35</link>
		<comments>http://www.linosays.co.cc/?p=35#comments</comments>
		<pubDate>Mon, 22 Dec 2008 20:01:03 +0000</pubDate>
		<dc:creator>SensitiveDealer</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.linosays.co.cc/?p=35</guid>
		<description><![CDATA[Mount your ASP.Net on Apache Web Server:
It&#8217;s pretty easy to mount asp.net module on Apache web server. Check out the below configuration settings to enable it
1. Install asp.net module. Download Here
2. Make changes in the httpd.config file in your Apache folder. (c:\apache2\conf\httpd.conf)
3. Modify as follows.,
______________________________________
#### Start-ASP.Net Module####
#myasp is a sample folder name. Change it according [...]]]></description>
		<wfw:commentRss>http://www.linosays.co.cc/?feed=rss2&amp;p=35</wfw:commentRss>
		</item>
		<item>
		<title>Top SQL Server Questions - Relax !</title>
		<link>http://www.linosays.co.cc/?p=34</link>
		<comments>http://www.linosays.co.cc/?p=34#comments</comments>
		<pubDate>Thu, 11 Dec 2008 17:29:58 +0000</pubDate>
		<dc:creator>SensitiveDealer</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.linosays.co.cc/?p=34</guid>
		<description><![CDATA[

  
1. What is SQL Server Clustering? 
Clustering can be best described as a technology that automatically allows one physical server to take over the tasks and responsibilities of another physical server that has failed.
2. What are the system databases in SQL Server
Master, Model, Tempdb and Msdb
3. What is lock escalation?
Lock escalation is the [...]]]></description>
		<wfw:commentRss>http://www.linosays.co.cc/?feed=rss2&amp;p=34</wfw:commentRss>
		</item>
		<item>
		<title>Why Green Tea?</title>
		<link>http://www.linosays.co.cc/?p=32</link>
		<comments>http://www.linosays.co.cc/?p=32#comments</comments>
		<pubDate>Sun, 06 Jul 2008 19:11:18 +0000</pubDate>
		<dc:creator>SensitiveDealer</dc:creator>
		
		<category><![CDATA[Nature]]></category>

		<category><![CDATA[Ayurvedic]]></category>

		<category><![CDATA[Health &amp; Beauty]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.linosays.co.cc/?p=32</guid>
		<description><![CDATA[Green Tea – A natural beverage which is capable enough to keep you and your family away from health problems, it has got anti-oxidants which fight against many health related problems.
Green Tea has been widely used in India, China, Japan and Thailand for thousand of years now and over time it has become very popular [...]]]></description>
		<wfw:commentRss>http://www.linosays.co.cc/?feed=rss2&amp;p=32</wfw:commentRss>
		</item>
		<item>
		<title>Job Opportunity in Hospitality / Resort, Maldives (IT Administrator)</title>
		<link>http://www.linosays.co.cc/?p=31</link>
		<comments>http://www.linosays.co.cc/?p=31#comments</comments>
		<pubDate>Tue, 15 Apr 2008 12:13:38 +0000</pubDate>
		<dc:creator>SensitiveDealer</dc:creator>
		
		<category><![CDATA[Careers | Jobs]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.linosays.co.cc/?p=31</guid>
		<description><![CDATA[Company:
Sun Hotels and Resorts Pvt Ltd
www.sunholidays.com
Work Location:Irufushi Beach and Spa Resort
Job Description:
IT Administrator
Salary: US$ 750 - 1000 + Allowance
Managing Micros Opera and Sun Accounting
Requirements:
Bachelor Degree in IT (Prefer) / Diploma in IT with 3 years Experience
]]></description>
		<wfw:commentRss>http://www.linosays.co.cc/?feed=rss2&amp;p=31</wfw:commentRss>
		</item>
		<item>
		<title>AVAST! One of the Best Free Anti Virus Solution for Home Users</title>
		<link>http://www.linosays.co.cc/?p=30</link>
		<comments>http://www.linosays.co.cc/?p=30#comments</comments>
		<pubDate>Tue, 01 Apr 2008 21:48:49 +0000</pubDate>
		<dc:creator>SensitiveDealer</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.linosays.co.cc/?p=30</guid>
		<description><![CDATA[I’ve started using AVAST Anti Virus on my home system and it’s really worth for you to try out. One big advantage, it is free for home users. You don’t need to pay anything, but you have to do the yearly registration with them. It has got 7 scan engines including POP3, SMTP, IMAP, IM [...]]]></description>
		<wfw:commentRss>http://www.linosays.co.cc/?feed=rss2&amp;p=30</wfw:commentRss>
		</item>
		<item>
		<title>Global warming at the extremes of the earth&#8230;</title>
		<link>http://www.linosays.co.cc/?p=29</link>
		<comments>http://www.linosays.co.cc/?p=29#comments</comments>
		<pubDate>Mon, 31 Mar 2008 20:55:13 +0000</pubDate>
		<dc:creator>SensitiveDealer</dc:creator>
		
		<category><![CDATA[Nature]]></category>

		<guid isPermaLink="false">http://www.linosays.co.cc/?p=29</guid>
		<description><![CDATA[THE MALDIVES: The tiny island nation of the Maldives is sinking into the sea. By the end of this century it will go completely down along with its 1200 islands. The sea level is rising at an alarming rate of 3½ inches a year and the Maldives, comprising the lowest islands on Earth &#8212; highest point [...]]]></description>
		<wfw:commentRss>http://www.linosays.co.cc/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
	</channel>
</rss>

