<?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>eITWebguru &#187; Linux Tips</title>
	<atom:link href="http://eitwebguru.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://eitwebguru.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 04:27:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>FIX:- PRNG is not seeded</title>
		<link>http://eitwebguru.com/fix-prng-is-not-seeded/</link>
		<comments>http://eitwebguru.com/fix-prng-is-not-seeded/#comments</comments>
		<pubDate>Fri, 18 May 2012 04:27:18 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[/dev/random]]></category>
		<category><![CDATA[/dev/urandom]]></category>
		<category><![CDATA[Debian Error]]></category>
		<category><![CDATA[mknod /dev/random]]></category>
		<category><![CDATA[mknod /dev/urandom]]></category>
		<category><![CDATA[PRNG is not seeded]]></category>
		<category><![CDATA[sshd error]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=191</guid>
		<description><![CDATA[Recently working on a Debian server, which was not responding to SSH connection. I have checked and found that the SSH service was down and while restarting it it gives following error sh-3.1# /etc/init.d/ssh restart PRNG is not seeded sh-3.1# I have searched on Google and found that the problem occurs when /dev/random and /dev/urandom [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Recently working on a Debian server, which was not responding to SSH connection. I have checked and found that the SSH service was down and while restarting it it gives following error</span></p>
<p><span id="more-191"></span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 500px; height: 60px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr">sh-3.1# /etc/init.d/ssh restart
<strong>PRNG is not seeded</strong>
sh-3.1#</pre>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />
I have searched on Google and found that the problem occurs when /dev/random and /dev/urandom are missing from the server.</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 500px; height: 80px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr">sh-3.1# ls -al /dev/random
<strong>/bin/ls: /dev/random: No such file or directory</strong>
sh-3.1# ls -al /dev/urandom
<strong>/bin/ls: /dev/urandom: No such file or directory</strong></pre>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />
As it was a VPS I directly logged into it from the host server but in case of <a target="_blank" title="Dedicated/Physical Server" href="http://www.webhostingsearch.com/dedicated-server.php" target="_blank">Dedicated/Physical Server</a> you will have to use console. Once you logged into the server execute following commands to create /dev/random and /dev/urandom</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 500px; height: 60px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr">sh-3.1#<strong> mknod /dev/random c 1 9</strong>
sh-3.1# <strong>mknod /dev/urandom c 1 9</strong></pre>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/fix-prng-is-not-seeded/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Easy installation Steps to Install PHPBB3</title>
		<link>http://eitwebguru.com/easy-installation-steps-to-install-phpbb3/</link>
		<comments>http://eitwebguru.com/easy-installation-steps-to-install-phpbb3/#comments</comments>
		<pubDate>Wed, 16 May 2012 04:10:13 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[phpbb3]]></category>
		<category><![CDATA[steps]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=924</guid>
		<description><![CDATA[I have found a very nice Tutorial for installation of phpBB3 for any domain. phpBB is a free flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website. phpBB3 installation include two parts A) Database configuration. B) phpBB3 installation. A) Database [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><span style="font-family: Verdana; font-size: small;">I have found a very nice Tutorial for installation of phpBB3 for any domain.</span><span id="more-924"></span></p>
<blockquote><p><span style="font-family: Verdana; font-size: small;">phpBB is a free flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website.</span></p>
<p><span style="font-family: Verdana; font-size: small;">phpBB3 installation include two parts</span><br />
<span style="font-family: Verdana; font-size: small;">A) Database configuration.</span><br />
<span style="font-family: Verdana; font-size: small;">B) phpBB3 installation.</span></p>
<p><span style="font-family: Verdana; font-size: small;">A) Database configuration.</span><br />
<span style="font-family: Verdana; font-size: small;">Login to control panel like Cpanel, Plesk etc. (or any other mysql client) and perform following actions:</span></p>
<p><span style="font-family: Verdana; font-size: small;">1) Create Database</span><br />
<span style="font-family: Verdana; font-size: small;">2) Create Database username</span><br />
<span style="font-family: Verdana; font-size: small;">3) Database Password</span><br />
<span style="font-family: Verdana; font-size: small;">4) Grant Proper Permissions to the users</span></p></blockquote>
<p><a target="_blank" rel="nofollow" href="http://www.esds.co.in/forum/f5/easy-installation-steps-install-phpbb3-1334/"><strong><span style="font-family: Verdana; font-size: small;">Read more</span></strong></a></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/easy-installation-steps-to-install-phpbb3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Your Private Chromium OS Chromebook</title>
		<link>http://eitwebguru.com/build-your-private-chromium-os-chromebook/</link>
		<comments>http://eitwebguru.com/build-your-private-chromium-os-chromebook/#comments</comments>
		<pubDate>Sun, 13 May 2012 03:26:54 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Google Chromium OS]]></category>
		<category><![CDATA[Install]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=1166</guid>
		<description><![CDATA[Google Chromium OS has been a topic of discussion ever since its launch on July 7 2009. It is a Linux based operating system specially designed for web applications. I tried to search on the internet to get more information about it and came across a beautiful article. I want to share the same article [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Google Chromium OS has been a topic of discussion ever since its launch on July 7 2009. It is a Linux based operating system specially designed for web applications. I tried to search on the internet to get more information about it and came across a beautiful article. I want to share the same article with eITWebguru&#8217;s valuable readers, please check following URL:</span></p>
<p><span id="more-1166"></span></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;"><a target="_blank" rel="nofollow" href="http://blog.teamgrowth.net/index.php/open-source/build-your-private-chromium-os-chromebook" target="_blank"> http://blog.teamgrowth.net/index.php/open-source/build-your-private-chromium-os-chromebook</a></span></strong></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/build-your-private-chromium-os-chromebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configure Multiple IP for Squid Proxy Server &amp; hide Version and Hostname</title>
		<link>http://eitwebguru.com/configure-multiple-ip-for-squid-proxy-server-hide-version-and-hostname/</link>
		<comments>http://eitwebguru.com/configure-multiple-ip-for-squid-proxy-server-hide-version-and-hostname/#comments</comments>
		<pubDate>Fri, 11 May 2012 02:58:10 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[hide squid proxy hostname]]></category>
		<category><![CDATA[Hide Squid proxy version]]></category>
		<category><![CDATA[proxy on multiple IP]]></category>
		<category><![CDATA[Secure Squid Proxy Server]]></category>
		<category><![CDATA[squid on secondary Ip]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=1203</guid>
		<description><![CDATA[Proxy server is a computer system or application which is installed on computer system that works as a  acts as an agent or channel for requests from clients looking for resources from other servers. You can check see this post for more information about installation and configuration of Squid Proxy. Now after installation when you [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p style="text-align: justify;">Proxy server is a computer system or application which is installed on computer system that works as a  acts as an agent or channel for requests from clients looking for resources from other servers. You can check see<strong> <a target="_blank" href="http://blog.teamgrowth.net/index.php/proxy-server/install-and-configure-squid-proxy-server" rel="nofollow" target="_blank">this post</a></strong> for more information about installation and configuration of Squid Proxy.</p>
<p><span id="more-1203"></span></p>
<p style="text-align: justify;">Now after installation when you try to check your IP in any site like whatismyip.com it will show that you are using proxy along with the hostname and version of Squid proxy server which is a security concern.</p>
<p><span style="text-decoration: underline;"><strong>1) Hide Proxy version &amp; server hostname</strong></span></p>
<p><strong><br />
a) Hide Squid Version</strong></p>
<p style="text-align: justify;">open &#8220;<strong>/etc/squid/squid.conf</strong>&#8221; in a editor like vim and search for &#8220;<strong><span style="font-family: Courier New;">httpd_suppress_version_string</span></strong>&#8221; and enable it.</p>
<p style="text-align: justify;">Change <strong>FROM:</strong></p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000; text-align: justify;">#  TAG: httpd_suppress_version_string   on|off<br />
#       Suppress Squid version string info in HTTP headers and HTML error pages.<br />
#<br />
#Default:<br />
<strong>#httpd_suppress_version_string off</strong></div>
<p style="text-align: justify;"><strong>TO:</strong></p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000; text-align: justify;">#  TAG: httpd_suppress_version_string   on|off<br />
#       Suppress Squid version string info in HTTP headers and HTML error pages.<br />
#<br />
#Default:<br />
<strong>httpd_suppress_version_string on</strong></div>
<p style="text-align: justify;"><strong><br />
b) Hide Hostname</strong></p>
<p style="text-align: justify;">Search for &#8220;<strong><span style="font-family: Courier New;">visible_hostname</span></strong>&#8221; and change <strong>FROM</strong>:</p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000; text-align: justify;">#  TAG: visible_hostname<br />
#       If you want to present a special hostname in error messages, etc,<br />
#       define this.  Otherwise, the return value of gethostname()<br />
#       will be used. If you have multiple caches in a cluster and<br />
#       get errors about IP-forwarding you must set them to have individual<br />
#       names with this setting.<br />
#<br />
#Default:<br />
<strong># none</strong></div>
<p style="text-align: justify;">TO:</p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000; text-align: justify;">#  TAG: visible_hostname<br />
#       If you want to present a special hostname in error messages, etc,<br />
#       define this.  Otherwise, the return value of gethostname()<br />
#       will be used. If you have multiple caches in a cluster and<br />
#       get errors about IP-forwarding you must set them to have individual<br />
#       names with this setting.<br />
#<br />
#Default:<br />
<strong>visible_hostname &lt;your desired hostname&gt;</strong></div>
<p style="text-align: justify;"><strong>&lt;your desired hostname&gt;</strong> will be the name you want to show to world</p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong><br />
2) Configure Multiple IP for Squid</strong></span></p>
<p style="text-align: justify;">Sometime it happens that the Proxy server which you have setup have multiple IP address and you want to configure squid server to use multiple IP addresses (i.e. Systems will show the secondary IP of the server instead of primary). Open squid configuration file; search for &#8220;tcp_outgoing_address&#8221; and add following</p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000; text-align: justify;">acl ip1 myip &lt;IP Address 1&gt;<br />
acl ip2 myip &lt;IP Address 2&gt;<br />
tcp_outgoing_address &lt;IP Address 1&gt; ip1<br />
tcp_outgoing_address &lt;IP Address 2&gt; ip2</div>
<p style="text-align: justify;">Replace <strong>&lt;IP Address&gt;</strong> with the IP assigned to your Proxy Server.</p>
<p style="text-align: justify;"><strong>Restart Squid Server</strong> with command &#8220;<strong><span style="font-family: Courier New;">service squid restart</span></strong>&#8220;</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/configure-multiple-ip-for-squid-proxy-server-hide-version-and-hostname/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Plesk 9.3.0 Qmail BUG: Blank messages to Plesk admin email address</title>
		<link>http://eitwebguru.com/plesk-9-3-0-qmail-bug-blank-messages-to-plesk-admin-email-address/</link>
		<comments>http://eitwebguru.com/plesk-9-3-0-qmail-bug-blank-messages-to-plesk-admin-email-address/#comments</comments>
		<pubDate>Thu, 10 May 2012 02:56:25 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Plesk For Linux]]></category>
		<category><![CDATA[Plesk 9.3.0 email bug]]></category>
		<category><![CDATA[Plesk blank email]]></category>
		<category><![CDATA[Qmail BUG]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=588</guid>
		<description><![CDATA[Recently we have found that many of Plesk users are complaining about receiving Blank Email to the Plesk Admin address like below     As per Parallels this is the latest bug in Plesk which will be fixed in future releases. They have also provided a work around for the problem; as per them this [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Recently we have found that many of Plesk users are complaining about receiving <strong>Blank Email to the Plesk Admin address</strong> like below</span></p>
<p><span id="more-588"></span></p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"><a href="http://eitwebguru.com/wp-content/uploads/2010/03/blankemail.png"><img class="aligncenter size-full wp-image-587" src="http://eitwebguru.com/wp-content/uploads/2010/03/blankemail.png" alt="blankemail Plesk 9.3.0 Qmail BUG: Blank messages to Plesk admin email address" width="407" height="270" title="Plesk 9.3.0 Qmail BUG: Blank messages to Plesk admin email address" /></a></p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">As per <strong>Parallels</strong> this is the latest bug in Plesk which will be fixed in future releases. They have also provided a work around for the problem; as per them this issue can be temporary fixed by adjusting the permissions of mail handlers hooks. Execute following command from the Shell of your Server.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br /></span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">[root@server ~]# chmod o+x /usr/local/psa/handlers/hooks/*</div>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/plesk-9-3-0-qmail-bug-blank-messages-to-plesk-admin-email-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?</title>
		<link>http://eitwebguru.com/how-to-convertmigratemovecopy-mssql-database-to-mysql-database/</link>
		<comments>http://eitwebguru.com/how-to-convertmigratemovecopy-mssql-database-to-mysql-database/#comments</comments>
		<pubDate>Wed, 09 May 2012 02:26:47 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Convert]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Migration]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=1130</guid>
		<description><![CDATA[Scenario Your Company/Organization/Institute maintains certain data in MSSQL 2000 but now on suggestion of System Analyst or database administrator you want to move the data to MySQL 5.x. Questions? 1) How to migrate the data? 2) Do we need to recreate the complete database schema? 3) Can we use any third Party Application to convert [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p style="text-align: justify;"><span style="text-decoration: underline;"><span style="color: #ff0000;"><strong><span style="font-family: Verdana; font-size: medium;">Scenario</span></strong></span></span></p>
<p><span id="more-1130"></span></p>
<p><span style="font-family: Verdana; font-size: small;">Your Company/Organization/Institute maintains certain data in MSSQL 2000 but now on suggestion of System Analyst or database administrator you want to move the data to MySQL 5.x.</span></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">Questions?</span></strong><br />
<span style="font-family: Verdana; font-size: small;">1) How to migrate the data? </span><br />
<span style="font-family: Verdana; font-size: small;">2) Do we need to recreate the complete database schema? </span><br />
<span style="font-family: Verdana; font-size: small;">3) Can we use any third Party Application to convert it and how feasible it will be?</span><br />
<span style="font-family: Verdana; font-size: small;">etc.</span></p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="color: #339966;"><strong><span style="font-family: Verdana; font-size: medium;">Solution</span></strong></span></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Using following steps you can easily move/convert the data from MSSQL to MySql (Only data will be moved).</span></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">Downloads Required Tools</span></strong></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1) MySql ODBC connector:</strong> MySQL ODBC Connector will help Windows OS to configure MySQL as Database Source Name (DSN). It can be downloaded from http://dev.mysql.com/downloads/connector/odbc/5.1.htm </span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />
</span></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">Install MySql ODBC connector on the Server.</span></strong></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Installation of MySql ODBC connector is pretty easy. You will just have to run setup file and follow the instructions.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />
</span></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">Configure MySQL Database Source Name (DSN)</span></strong></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Database Source Name or DSN specifies a data structure that contains the information about a specific data source or database that an Open Database Connectivity (ODBC) driver needs in order to connect to that data source or database. To add new DSN follow the instructions given below</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1)</strong> Go to &#8220;<strong>Control Panel -&gt; Administrative Tools -&gt; Data Source</strong>&#8221; which will open following windows. </span></p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/1.jpg"><img class="size-medium wp-image-1131 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/1-300x244.jpg" alt="1 300x244 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="244" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Click on &#8220;Add&#8230;&#8221; to add new DSN</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>2)</strong> Select &#8220;<strong>MySQL ODBC 5.1 Driver</strong>&#8221; from the list and press &#8220;Finish&#8221;</span></p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/2.jpg"><img class="size-medium wp-image-1132 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/2-300x243.jpg" alt="2 300x243 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="243" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>3)</strong> Once you press Finish &#8220;<strong>MySQL Connector/ODBC Data Source Configuration</strong>&#8221; window will open. </span></p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/3.jpg"><img class="size-medium wp-image-1133 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/3-300x270.jpg" alt="3 300x270 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="270" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Here, provide the information about DSN, database, password etc. I have used Localhost as TCP/IP Server as I have the MySQL server installed locally and migrating it locally. Once the data is filled you can test the DSN connectivity with database. Then Press Ok to configure the DSN.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>4)</strong> Now ODBC Data Source Administrator will show the Datasource which you have created.</span></p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/4.jpg"><img class="size-medium wp-image-1134 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/4-300x245.jpg" alt="4 300x245 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="245" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">Export/Migrate Data from MSSQL to MySQL using DSN</span></strong></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1)</strong> Go to &#8220;<strong>MSSQL Enterprise Manager &gt;&gt; Databases &gt;&gt; Right Click the database you want to migrate or export &gt;&gt; All Tasks &gt;&gt; Export Data &#8230;</strong>&#8220;</span></p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/5.jpg"><img class="size-medium wp-image-1135 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/5-300x268.jpg" alt="5 300x268 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="268" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>2)</strong> You will get &#8220;<strong>Data Transformation Services Import/Export Wizard</strong>&#8221; Window. Press next.</span></p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/6.jpg"><img class="size-medium wp-image-1136 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/6-300x232.jpg" alt="6 300x232 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="232" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>3) Choose Source:</strong> You have to select the Data Source from where the data will be migrated. As we are going to migrated data from MSSQL to MySQL select &#8220;Microsoft OLE DB Provider for SQL Server&#8221;  and the name of database which you want to migrate.</span></p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/7.jpg"><img class="size-medium wp-image-1137 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/7-300x233.jpg" alt="7 300x233 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="233" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>4) Select Destination</strong>: Select &#8220;<strong>MySQL ODBC 5.1 Driver</strong>&#8221; from dropdown list which will show the list of DSN in drop-down under &#8220;<strong>User/System DSN</strong>&#8220;. Select the DSN you have created and enter the login details.</span></p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/8.jpg"><img class="size-medium wp-image-1138 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/8-300x234.jpg" alt="8 300x234 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="234" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Press <strong>Next</strong> to Continue.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>5)</strong> On &#8220;<strong>Specify Table Copy or Query</strong>&#8221; select &#8220;<strong>Copy table(s) and view(s) from the source database</strong>&#8221; and press next.</span></p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/9.jpg"><img class="size-medium wp-image-1139 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/9-300x233.jpg" alt="9 300x233 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="233" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>6)</strong> Select Source tables(s) and view(s): Select the tables which you want to migrate. I have pressed &#8220;<strong>Select All</strong>&#8221; for complete database migration.</span></p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/10.jpg"><img class="size-medium wp-image-1140 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/10-300x232.jpg" alt="10 300x232 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="232" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Press &#8220;<strong>Next</strong>&#8220;</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>7)</strong> Select &#8220;<strong>Run immediately</strong>&#8220;; press Next and on next screen press Finish to start Migration.</span></p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/11.jpg"><img class="size-medium wp-image-1141 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/11-300x233.jpg" alt="11 300x233 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="233" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/12.jpg"><img class="size-medium wp-image-1142 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/12-300x234.jpg" alt="12 300x234 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="234" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>Now its time to have a cup of coffee</strong> and depending upon size of database it will take 20-30 minutes to complete.</span></p>
<p style="text-align: center;"><a href="http://eitwebguru.com/wp-content/uploads/2011/05/13.jpg"><img class="size-medium wp-image-1143 aligncenter" src="http://eitwebguru.com/wp-content/uploads/2011/05/13-300x234.jpg" alt="13 300x234 How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" width="300" height="234" title="How to Convert/Migrate/Move/Copy MSSQL Database to MySQL Database?" /></a></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/how-to-convertmigratemovecopy-mssql-database-to-mysql-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Portmap Error: Unable to receive; errno = Connection reset by peer</title>
		<link>http://eitwebguru.com/portmap-error-unable-to-receive-errno-connection-reset-by-peer/</link>
		<comments>http://eitwebguru.com/portmap-error-unable-to-receive-errno-connection-reset-by-peer/#comments</comments>
		<pubDate>Tue, 08 May 2012 02:19:15 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Connection reset by peer]]></category>
		<category><![CDATA[NFS Error]]></category>
		<category><![CDATA[pmap_getmaps rpc problem]]></category>
		<category><![CDATA[Portmap Error]]></category>
		<category><![CDATA[Unable to receive; errno]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=1486</guid>
		<description><![CDATA[_ While setting and configuring NFS share on a server when you try to restart portmap service you get following error [root@server mounted]# service portmap restart pmap_getmaps rpc problem: RPC: Unable to receive; errno = Connection reset by peer Stopping portmap:                                          [FAILED] Starting portmap:                                          [  OK  ] [root@server mounted]# Logs (tail -f /var/log/message) shows that [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p style="text-align: justify;"><span style="color: #ffffff;">_</span></p>
<p style="text-align: justify;">While setting and configuring NFS share on a server when you try to restart portmap service you get following error</p>
<p><span id="more-1486"></span></p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;">[root@server mounted]# service portmap restart<br />
<strong>pmap_getmaps rpc problem: RPC: Unable to receive; errno = Connection reset by peer</strong><br />
Stopping portmap:                                          [FAILED]<br />
Starting portmap:                                          [  OK  ]<br />
[root@server mounted]#</div>
<p>Logs (<span style="font-family: Courier New; font-size: small;"><strong>tail -f /var/log/message</strong></span>) shows that portmap port is conflicting with some other service.</p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;">Dec 29 06:39:46 server portmap[32452]: cannot bind udp: Address already in use<br />
Dec 29 06:39:46 server portmap[32452]: cannot bind udp: Address already in use<br />
Dec 29 06:39:46 server portmap[32452]: cannot bind udp: Address already in use<br />
Dec 29 06:39:46 server portmap[32452]: cannot bind udp: Address already in use</div>
<p>&nbsp;</p>
<p>I have searched on internet and found following commands which fixed the issue.</p>
<p>1) Stop portsentry service</p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;">[root@server mounted]# /etc/init.d/portsentry stop</div>
<p>2) Restart portmap service</p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;">[root@server mounted]# /etc/init.d/portmap restart</div>
<p>3) Start portsentry service</p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;">[root@server mounted]# /etc/init.d/portsentry start</div>
<p>Try to configure NFS now :)</p>
<p><span style="color: #ffffff;">_</span></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/portmap-error-unable-to-receive-errno-connection-reset-by-peer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIX: cannot restore segment prot after reloc: Permission denied</title>
		<link>http://eitwebguru.com/fix-cannot-restore-segment-prot-after-reloc-permission-denied/</link>
		<comments>http://eitwebguru.com/fix-cannot-restore-segment-prot-after-reloc-permission-denied/#comments</comments>
		<pubDate>Mon, 07 May 2012 02:07:42 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[SELinux]]></category>
		<category><![CDATA[cannot restore segment prot after reloc]]></category>
		<category><![CDATA[disable SELinux]]></category>
		<category><![CDATA[disable SELinux temporary]]></category>
		<category><![CDATA[selinux configuration]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=656</guid>
		<description><![CDATA[While installation of any package or Starting any service on a RHEL or CentOS based Server you may receive following Error cannot restore segment prot after reloc: Permission denied   This Error comes when SELinux setting is enabled on the server. Security-Enhanced Linux (SELinux) is a Linux feature that provides a mechanism for supporting access [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">While installation of any package or Starting any service on a RHEL or CentOS based Server you may receive following Error</span></p>
<p><span id="more-656"></span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small;"><span style="color: #ffffff;">cannot restore segment prot after reloc: Permission denied</span></div>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">This Error comes when SELinux setting is enabled on the server. Security-Enhanced Linux (SELinux) is a Linux feature that provides a mechanism for supporting access control security policies through the use of Linux Security Modules (LSM) in the Linux kernel.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">By Default SELinux is set to &#8220;enforcing&#8221; in CentOS on boot, this can be disabled permanently. To disable it edit file &#8220;<strong>/etc/selinux/config</strong>&#8221; and change SELINUX</span></p>
<p style="text-align: justify;"> <strong><span style="font-family: Verdana; font-size: small;">From</span></strong></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small;"><span style="color: #ffffff;">SELINUX=enforcing</span></div>
<p> </p>
<p><strong><span style="font-family: Verdana; font-size: small;">TO</span></strong></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small;"><span style="color: #ffffff;">SELINUX=disabled</span></div>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">But to apply this setting the System or Server need to be rebooted. If you want to disable this feature temporary you can execute following command from the Shell of the System or Server</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small;"><span style="color: #ffffff;">/usr/sbin/setenforce 0</span></div>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/fix-cannot-restore-segment-prot-after-reloc-permission-denied/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setup VLC Stream Network (How to create Streaming VLC Server [Primary])</title>
		<link>http://eitwebguru.com/setup-vlc-stream-network-how-to-create-streaming-vlc-server-primary/</link>
		<comments>http://eitwebguru.com/setup-vlc-stream-network-how-to-create-streaming-vlc-server-primary/#comments</comments>
		<pubDate>Tue, 01 May 2012 00:27:46 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[VLC]]></category>
		<category><![CDATA[Share Video Network]]></category>
		<category><![CDATA[Stream Network]]></category>
		<category><![CDATA[VLC Stream]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=872</guid>
		<description><![CDATA[Recently I have worked on a project where I have to stream a video on Internet which will be then accessed by the Servers on different locations and those servers will then stream the same video to the sub-ordinate systems simultaneously. Using this we can reduce the Load on Main Streaming Server as well as [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Recently I have worked on a project where I have to stream a video on Internet which will be then accessed by the Servers on different locations and those servers will then stream the same video to the sub-ordinate systems simultaneously. Using this we can reduce the Load on Main Streaming Server as well as we can save lot of bandwidth as if all the server/systems connect to the Main server directly bandwidth usage of both the server and the client will be very high.</span></p>
<p><span id="more-872"></span></p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong><span style="font-family: Verdana; font-size: small;">Scenario:</span></strong></span><br /> <span style="font-family: Verdana; font-size: small;">1) Video will be streamed from a Server on Internet.</span><br /> <span style="font-family: Verdana; font-size: small;">2) Many other Servers will connect to the Server.</span><br /> <span style="font-family: Verdana; font-size: small;">3) These servers will then stream the same video on their network (e.g. on LAN).</span><br /> <span style="font-family: Verdana; font-size: small;">4) Users of local system will access the video from secondary servers.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Following image can explain the Scenario in a better way</span></p>
<p style="text-align: justify;"><a href="http://eitwebguru.com/wp-content/uploads/2010/07/VLC-Cluster.png"><img class="aligncenter size-medium wp-image-876" src="http://eitwebguru.com/wp-content/uploads/2010/07/VLC-Cluster-300x300.png" alt="VLC Cluster 300x300 Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" width="300" height="300" title="Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" /></a></p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong><span style="font-family: Verdana; font-size: small;">Step to Stream Video on Primary Server</span></strong></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Following are the steps to stream a video on Primary Server which can be located on remoter location.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1)</strong> Login to the Server and install VLC on it.</span><br /><span style="font-family: Verdana; font-size: small;"><strong>2)</strong> Open VLC Media Player<br /></span></p>
<p style="text-align: justify;"><a href="http://eitwebguru.com/wp-content/uploads/2010/07/VLC-1.png"><img class="aligncenter size-medium wp-image-883" src="http://eitwebguru.com/wp-content/uploads/2010/07/VLC-1-300x89.png" alt="VLC 1 300x89 Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" width="300" height="89" title="Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" /></p>
<p></a><span style="font-family: Verdana; font-size: small;"><strong>3)</strong> Go to <strong>Media &gt;&gt; Streaming</strong></span></p>
<p style="text-align: justify;"><a href="http://eitwebguru.com/wp-content/uploads/2010/07/VLC2.png"><img class="aligncenter size-medium wp-image-877" src="http://eitwebguru.com/wp-content/uploads/2010/07/VLC2-300x224.png" alt="VLC2 300x224 Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" width="300" height="224" title="Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" /></a></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>4)</strong> Now add the file which you want to stream and <strong>Press</strong> <strong>Stream</strong></span></p>
<p style="text-align: justify;"><a href="http://eitwebguru.com/wp-content/uploads/2010/07/VLC3.png"><img class="aligncenter size-medium wp-image-878" src="http://eitwebguru.com/wp-content/uploads/2010/07/VLC3-300x290.png" alt="VLC3 300x290 Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" width="300" height="290" title="Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" /></a></p>
<p style="text-align: justify;"> <span style="font-family: Verdana; font-size: small;"><strong>5) Source:</strong> On Stream Output screen it will show the Source file; <strong>press Next to continue</strong></span></p>
<p style="text-align: justify;"><a href="http://eitwebguru.com/wp-content/uploads/2010/07/VLC4.png"><img class="aligncenter size-medium wp-image-879" src="http://eitwebguru.com/wp-content/uploads/2010/07/VLC4-300x257.png" alt="VLC4 300x257 Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" width="300" height="257" title="Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" /></a></p>
<p style="text-align: justify;"> <span style="font-family: Verdana; font-size: small;"><strong>6) Destination:</strong> Add HTTP as new destination which will automatically run on port 8080 and you can activate trans-coding as well. <strong>Press Next to continue</strong>.</span></p>
<p style="text-align: justify;"><a href="http://eitwebguru.com/wp-content/uploads/2010/07/VLC5.png"><img class="aligncenter size-medium wp-image-880" src="http://eitwebguru.com/wp-content/uploads/2010/07/VLC5-300x256.png" alt="VLC5 300x256 Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" width="300" height="256" title="Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" /></a></p>
<p style="text-align: justify;"> <span style="font-family: Verdana; font-size: small;"><strong>7) Others:</strong> You will see miscellaneous options which you can select as per your requirement. Press Stream to start Streaming.</span></p>
<p style="text-align: justify;"><a href="http://eitwebguru.com/wp-content/uploads/2010/07/VLC6.png"><img class="aligncenter size-medium wp-image-881" src="http://eitwebguru.com/wp-content/uploads/2010/07/VLC6-300x257.png" alt="VLC6 300x257 Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" width="300" height="257" title="Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" /></a></p>
<p style="text-align: justify;"> <span style="font-family: Verdana; font-size: small;"><strong>8)</strong> VLC will start streaming the Video which you have mentioned.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><a href="http://eitwebguru.com/wp-content/uploads/2010/07/VLC7.png"><img class="aligncenter size-medium wp-image-882" src="http://eitwebguru.com/wp-content/uploads/2010/07/VLC7-300x87.png" alt="VLC7 300x87 Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" width="300" height="87" title="Setup VLC Stream Network (How to create Streaming VLC Server [Primary])" /></a></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />In Next Article I will explain <strong>How to setup Secondary Server and clients</strong> to watch live streaming</span></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/setup-vlc-stream-network-how-to-create-streaming-vlc-server-primary/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to change &amp; set Data and time on Citrix Xen VM</title>
		<link>http://eitwebguru.com/how-to-change-set-data-and-time-on-citrix-xen-vm/</link>
		<comments>http://eitwebguru.com/how-to-change-set-data-and-time-on-citrix-xen-vm/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 00:20:08 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=1174</guid>
		<description><![CDATA[Setting time on a Virtual Machine is always a painful tasks. Different virtualization platform have different techniques of setting time like in Virtuozzo you can change the Timezone of the VM but you can&#8217;t set time as it synchronize the time from the host server. On a Citrix Xen VM also the clocks synchronized to [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p></br></p>
<p style="text-align: justify;">
Setting time on a Virtual Machine is always a painful tasks. Different virtualization platform have different techniques of setting time like in Virtuozzo you can change the Timezone of the VM but you can&#8217;t set time as it synchronize the time from the host server.</p>
<p><span id="more-1174"></span></p>
<p style="text-align: justify;">On a Citrix Xen VM also the clocks synchronized to the time running on the host server, and cannot be independently changed. So, when you try to set time (using date -s command) on a Xen VM it will show that the command is executed but it won&#8217;t change the time. You can see that in following</p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;">root@user [/home]#<strong> date -s &#8220;Mon Jun 13 15:33:40 IST 2011&#8243;</strong><br />
Mon Jun 13 15:33:40 IST 2011<br />
root@user [/home]# date<br />
<span style="color: #ff0000;"><strong>Tue Jun 28 15:39:01 IST 2011</strong></span></div>
<p>To change the time on a VM you need to enable independent clock settings of the VM which is disabled by default which you can see using following command.</p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;">root@user [/home]# <strong>cat /proc/sys/xen/independent_wallclock</strong><br />
0<br />
root@user [/home]#</div>
<p>Output of the above command is &#8220;0&#8243; which shows that independent clock settings for the VM is disabled. Now use following command to enable it</p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;">root@user [/home]#<strong>echo 1 &gt;&gt; /proc/sys/xen/independent_wallclock</strong></div>
<p>and verify if its enabled or not</p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;">root@user [/home]# <strong>cat /proc/sys/xen/independent_wallclock</strong><br />
1<br />
root@user [/home]#</div>
<p>Now try to set the date and time using date &#8211;set  or date -s command.</p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;">root@user [/home]# <strong>date &#8211;set=&#8221;13 June  2011 15:33:00&#8243;</strong><br />
Mon Jun 13 15:33:00 IST 2011<br />
root@user [/home]# date<br />
<strong>Mon Jun 13 15:33:03 IST 2011</strong><br />
root@user [/home]#</div>
<p>&nbsp;</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/how-to-change-set-data-and-time-on-citrix-xen-vm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

