<?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>Vigyan on Technology</title>
	<link>http://techblogspace.com</link>
	<description>Let's talk about Technology Linux, Oracle, PHP, Mac, Open Source</description>
	<pubDate>Tue, 08 Dec 2009 13:19:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>How to Change Screenshot Format in Mac OS X</title>
		<link>http://techblogspace.com/archives/22</link>
		<comments>http://techblogspace.com/archives/22#comments</comments>
		<pubDate>Tue, 08 Dec 2009 13:17:35 +0000</pubDate>
		<dc:creator>VK</dc:creator>
		
		<category><![CDATA[Mac World]]></category>

		<guid isPermaLink="false">http://techblogspace.com/archives/22</guid>
		<description><![CDATA[Run the following command from the terminal.# defaults write com.apple.screencapture type image_formate.g. for JPG, use the following.# defaults write com.apple.screencapture type jpg# killall SystemUIServerThis is it..-Vigyan
]]></description>
			<content:encoded><![CDATA[<p>Run the following command from the terminal.# defaults write com.apple.screencapture type image_formate.g. for JPG, use the following.# defaults write com.apple.screencapture type jpg# killall SystemUIServerThis is it..-Vigyan</p>
]]></content:encoded>
			<wfw:commentRss>http://techblogspace.com/archives/22/feed</wfw:commentRss>
		</item>
		<item>
		<title>Replace A String In The File Using Perl</title>
		<link>http://techblogspace.com/archives/21</link>
		<comments>http://techblogspace.com/archives/21#comments</comments>
		<pubDate>Wed, 02 Sep 2009 14:20:49 +0000</pubDate>
		<dc:creator>VK</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://techblogspace.com/archives/21</guid>
		<description><![CDATA[It is easier to use perl than sed to replace a string using perl.Try this.perl -pi -e &#8217;s/existing_string/new_string/g&#8217; file_name-Vigyan
]]></description>
			<content:encoded><![CDATA[<p>It is easier to use perl than sed to replace a string using perl.Try this.<span style="font-family: monospace, Helvetica, sans-serif; font-size: small; line-height: 16px; white-space: pre" class="Apple-style-span">perl -pi -e &#8217;s/existing_string/new_string/g&#8217; file_name</span><span style="font-family: monospace, Helvetica, sans-serif; font-size: small; line-height: 16px; white-space: pre" class="Apple-style-span"></span>-Vigyan</p>
]]></content:encoded>
			<wfw:commentRss>http://techblogspace.com/archives/21/feed</wfw:commentRss>
		</item>
		<item>
		<title>TNS-03505: Failed to resolve name</title>
		<link>http://techblogspace.com/archives/20</link>
		<comments>http://techblogspace.com/archives/20#comments</comments>
		<pubDate>Mon, 31 Aug 2009 19:52:47 +0000</pubDate>
		<dc:creator>VK</dc:creator>
		
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://techblogspace.com/archives/20</guid>
		<description><![CDATA[If you are getting this error &#8220;TNS-03505: Failed to resolve name&#8221; in the Windows environment and you have checked sqlnet.ora and tnsnames.ora files then most likely it is becuase of the wrong environment variable settings.The best way to find which tnsping.exe you are running is &#8220;where&#8221; command.c:&#62; where tnspingIt will show you if you are [...]]]></description>
			<content:encoded><![CDATA[<p>If you are getting this error &#8220;TNS-03505: Failed to resolve name&#8221; in the Windows environment and you have checked sqlnet.ora and tnsnames.ora files then most likely it is becuase of the wrong environment variable settings.The best way to find which tnsping.exe you are running is &#8220;where&#8221; command.c:&gt; where tnspingIt will show you if you are using a wrong tnsping.-Vigyan</p>
]]></content:encoded>
			<wfw:commentRss>http://techblogspace.com/archives/20/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to login to VMware ESX Server 3i with SSH?</title>
		<link>http://techblogspace.com/archives/19</link>
		<comments>http://techblogspace.com/archives/19#comments</comments>
		<pubDate>Tue, 04 Aug 2009 16:39:28 +0000</pubDate>
		<dc:creator>VK</dc:creator>
		
		<category><![CDATA[ESX Server]]></category>

		<guid isPermaLink="false">http://techblogspace.com/archives/19</guid>
		<description><![CDATA[Below are the steps, in order to login to VMware ESX Server as root from remote network.
Below are the steps, in order to login to VMware ESX Server as root from remote network.
1. Open the service control and type &#8220;unsupported&#8221;.
2. Login as root password.
3. Edit the file /etc/inetd.conf and uncomment like which start with SSH [...]]]></description>
			<content:encoded><![CDATA[<p>Below are the steps, in order to login to VMware ESX Server as root from remote network.</p>
<p>Below are the steps, in order to login to VMware ESX Server as root from remote network.</p>
<p>1. Open the service control and type &#8220;unsupported&#8221;.<br />
2. Login as root password.<br />
3. Edit the file /etc/inetd.conf and uncomment like which start with SSH in standard service section.<br />
4. Restart the service SSH using &#8220;service sshd restart&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblogspace.com/archives/19/feed</wfw:commentRss>
		</item>
		<item>
		<title>My unqualified host name - Sendmail is slow</title>
		<link>http://techblogspace.com/archives/18</link>
		<comments>http://techblogspace.com/archives/18#comments</comments>
		<pubDate>Fri, 31 Jul 2009 02:09:13 +0000</pubDate>
		<dc:creator>VK</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://techblogspace.com/archives/18</guid>
		<description><![CDATA[If you are getting this error, most likely it is due to your /etc/hosts entry.
Make sure you have:
127.0.0.1       localhost.localdomain   localhost
127.0.1.1       TESTSRV01.localdomain   TESTSRV01
The TESTSRV01 is my test machine name.
]]></description>
			<content:encoded><![CDATA[<p>If you are getting this error, most likely it is due to your /etc/hosts entry.</p>
<p>Make sure you have:</p>
<p>127.0.0.1       localhost.localdomain   localhost<br />
127.0.1.1       TESTSRV01.localdomain   TESTSRV01<br />
The TESTSRV01 is my test machine name.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblogspace.com/archives/18/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to install linux-header in Ubuntu</title>
		<link>http://techblogspace.com/archives/17</link>
		<comments>http://techblogspace.com/archives/17#comments</comments>
		<pubDate>Wed, 29 Jul 2009 16:46:49 +0000</pubDate>
		<dc:creator>VK</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://techblogspace.com/archives/17</guid>
		<description><![CDATA[Use:
$ sudo apt-get install linux-headers-$(uname -r)
]]></description>
			<content:encoded><![CDATA[<p>Use:</p>
<p>$ sudo apt-get install linux-headers-$(uname -r)</p>
]]></content:encoded>
			<wfw:commentRss>http://techblogspace.com/archives/17/feed</wfw:commentRss>
		</item>
		<item>
		<title>Watch TV does not work - ERROR when trying to delete file</title>
		<link>http://techblogspace.com/archives/16</link>
		<comments>http://techblogspace.com/archives/16#comments</comments>
		<pubDate>Wed, 24 Jun 2009 02:22:03 +0000</pubDate>
		<dc:creator>VK</dc:creator>
		
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://techblogspace.com/archives/16</guid>
		<description><![CDATA[Just want to share..I noticed in one of my Mythtv box, I can not watch TV and mythtvbackend log shows following error.
ERROR when trying to delete file: myth://127.0.0.1:6543/1031_20090308215852.mpg
This error indicates that the metadata in the database exists for a non-existing recording. Well, the solution is to remove the data. There is a cool perl script [...]]]></description>
			<content:encoded><![CDATA[<p>Just want to share..I noticed in one of my Mythtv box, I can not watch TV and mythtvbackend log shows following error.<span class="Apple-style-span" style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 16px; line-height: normal; white-space: pre"></span></p>
<p><span class="Apple-style-span" style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 16px; line-height: normal; white-space: pre">ERROR when trying to delete file: myth://127.0.0.1:6543/1031_20090308215852.mpg</span></p>
<p><span class="Apple-style-span" style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 16px; line-height: normal; white-space: pre"></span><span class="Apple-style-span" style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 16px; line-height: normal; white-space: pre"></span><span class="Apple-style-span" style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 16px; line-height: normal; white-space: pre"></span><span class="Apple-style-span" style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10px; line-height: normal; white-space: pre"></span>This error indicates that the metadata in the database exists for a non-existing recording. Well, the solution is to remove the data. There is a cool perl script myth.find_orphans.pl that can fix this problem for you. I use MythDora so for me, this file is /usr/share/doc/mythtv-docs-0.21/contrib/ location.</p>
<p>Try it if have similar issue.</p>
<p>-Vigyan</p>
]]></content:encoded>
			<wfw:commentRss>http://techblogspace.com/archives/16/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to enable error reporting in PHP?</title>
		<link>http://techblogspace.com/archives/15</link>
		<comments>http://techblogspace.com/archives/15#comments</comments>
		<pubDate>Sun, 07 Jun 2009 13:20:08 +0000</pubDate>
		<dc:creator>VK</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://techblogspace.com/archives/15</guid>
		<description><![CDATA[You can turn it on in the by including following in the file.
error_reporting(E_ALL);
Vigyan
]]></description>
			<content:encoded><![CDATA[<p>You can turn it on in the by including following in the file.</p>
<p>error_reporting(E_ALL);</p>
<p>Vigyan</p>
]]></content:encoded>
			<wfw:commentRss>http://techblogspace.com/archives/15/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to Flush DNS Cache in Mac OSX 10.5 Leopard?</title>
		<link>http://techblogspace.com/archives/14</link>
		<comments>http://techblogspace.com/archives/14#comments</comments>
		<pubDate>Wed, 07 Jan 2009 14:18:22 +0000</pubDate>
		<dc:creator>VK</dc:creator>
		
		<category><![CDATA[Mac World]]></category>

		<guid isPermaLink="false">http://techblogspace.com/archives/14</guid>
		<description><![CDATA[It is easy. Just type following command from your terminal.
dscacheutil -flushcache
-Vigyan
]]></description>
			<content:encoded><![CDATA[<p>It is easy. Just type following command from your terminal.</p>
<p>dscacheutil -flushcache</p>
<p>-Vigyan</p>
]]></content:encoded>
			<wfw:commentRss>http://techblogspace.com/archives/14/feed</wfw:commentRss>
		</item>
		<item>
		<title>Software to Burn CD/DVD for Mac</title>
		<link>http://techblogspace.com/archives/13</link>
		<comments>http://techblogspace.com/archives/13#comments</comments>
		<pubDate>Wed, 08 Oct 2008 08:06:39 +0000</pubDate>
		<dc:creator>VK</dc:creator>
		
		<category><![CDATA[Mac World]]></category>

		<guid isPermaLink="false">http://techblogspace.com/archives/13</guid>
		<description><![CDATA[I miss my favorite software Nero to burn CD/DVD but no worries, I found another cool software that works pretty well.
Here is what I found.
http://burn-osx.sourceforge.net/
It is very easy.
-VK
]]></description>
			<content:encoded><![CDATA[<p>I miss my favorite software Nero to burn CD/DVD but no worries, I found another cool software that works pretty well.</p>
<p>Here is what I found.</p>
<p>http://burn-osx.sourceforge.net/</p>
<p>It is very easy.</p>
<p>-VK</p>
]]></content:encoded>
			<wfw:commentRss>http://techblogspace.com/archives/13/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
