<?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>TechGyaan</title>
	<atom:link href="http://www.techgyaan.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techgyaan.org</link>
	<description>Linux and Unix Blog</description>
	<lastBuildDate>Fri, 28 Oct 2011 05:18:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to upgrade Ubuntu 11.04 (Natty Narwhal) to Ubuntu 11.10 (Oneiric Ocelot)</title>
		<link>http://www.techgyaan.org/2011/10/how-to-upgrade-ubuntu-11-04-natty-narwhal-to-ubuntu-11-10-oneiric-ocelot/</link>
		<comments>http://www.techgyaan.org/2011/10/how-to-upgrade-ubuntu-11-04-natty-narwhal-to-ubuntu-11-10-oneiric-ocelot/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 05:18:49 +0000</pubDate>
		<dc:creator>Bala</dc:creator>
				<category><![CDATA[How to FAQs]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 11.04 (Natty Narwhal) to Ubuntu 11.10 (Oneiric Ocelot)]]></category>
		<category><![CDATA[Ubuntu 11.04 to Ubuntu 11.10]]></category>

		<guid isPermaLink="false">http://www.techgyaan.org/?p=623</guid>
		<description><![CDATA[Ubuntu provides serveral methods to upgrade your Ubuntu desktop or Ubuntu server from command-line interface best and recommended as follows Method 1: #sudo apt-get install update-manager-core #sudo do-release-upgrade Method 2: #sudo apt-get install update-manager #sudo update-manager -d Method 3: #sudo apt-get update #sudo apt-get upgrade #sudo apt-get dist-upgrade Feedbacks: We appreciate your feedbacks and suggestions [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ubuntu provides serveral methods to upgrade your Ubuntu desktop or Ubuntu server from command-line interface best and recommended as follows</p>
<p><strong>Method 1:</strong><br />
<code>#sudo apt-get install update-manager-core<br />
#sudo do-release-upgrade</code></p>
<p><strong>Method 2:</strong><br />
<code>#sudo apt-get install update-manager<br />
#sudo update-manager -d</code></p>
<p><strong>Method 3:</strong><br />
<code>#sudo apt-get update<br />
#sudo apt-get upgrade<br />
#sudo apt-get dist-upgrade</code></p>
<p><strong>Feedbacks</strong>: We appreciate your feedbacks and suggestions about our website <a href="mailo:bala@techgyaan.org?subject=TechGyaan%20Comment">bala@techgyaan.org</a><br />
Check out <a href="https://profiles.google.com/techgyaan/about" rel="author">Bala&#8217;s Google+ profile</a>. Follow <a href="http://www.twitter.com/techgyaan">@techgyaan</a> <a href="https://profiles.google.com/techgyaan/about" rel="me"><img src="//www.google.com/images/icons/ui/gprofile_button-16.png" alt="" width="16" height="15" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techgyaan.org/2011/10/how-to-upgrade-ubuntu-11-04-natty-narwhal-to-ubuntu-11-10-oneiric-ocelot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure network on ILOM</title>
		<link>http://www.techgyaan.org/2011/10/how-to-configure-network-on-ilom/</link>
		<comments>http://www.techgyaan.org/2011/10/how-to-configure-network-on-ilom/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 05:00:26 +0000</pubDate>
		<dc:creator>Bala</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[ILOM shells]]></category>
		<category><![CDATA[Solaris Sprac]]></category>
		<category><![CDATA[Solaris X86]]></category>
		<category><![CDATA[T5xx0 SPARC]]></category>

		<guid isPermaLink="false">http://www.techgyaan.org/?p=608</guid>
		<description><![CDATA[In my previous post I explained Switching between ALOM and ILOM shells. Here we will configure network interface on ILOM The following steps will configure the network settings for the ILOM. 1) Connect a terminal to the ILOM serial management port. 2) Power up the server. 3) When prompted, login into the ILOM as root: [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In my previous post I explained <a title="Switching between ALOM and ILOM shells" href="http://www.techgyaan.org/2011/10/how-to-switch-between-alom-and-ilom-shells-on-the-t5xx0-sparc-servers/" target="_blank">Switching between ALOM and ILOM shells</a>. Here we will configure network interface on ILOM</p>
<p>The following steps will configure the network settings for the ILOM.<br />
1) Connect a terminal to the ILOM serial management port.<br />
2) Power up the server.<br />
3) When prompted, login into the ILOM as root:<br />
<code>login: root<br />
password: *********** </code>(this should be the default password and can be confirmed by consulting the documentation shipped with the server).<br />
4) Set the network details for the ILOM:<br />
<code>&gt; set /SP/network pendingipaddress= 10.89.14.145<br />
&gt; set /SP/network pendingipdiscovery=static<br />
&gt; set /SP/network pendingipgateway= 10.89.14.1<br />
&gt; set /SP/network pendingipnetmask= 255.255.255.0<br />
&gt; set /SP/network commitpending=true</code><br />
<em>The above mentioned IP Address is example</em></p>
<p>5) Try opening an SSH connection to the ILOM in order to confirm that the setup was successful.</p>
<p><strong>Feedbacks</strong>: We appreciate your feedbacks and suggestions about our website <a href="mailo:bala@techgyaan.org?subject=TechGyaan%20Comment">bala@techgyaan.org</a><br />
Check out <a href="https://profiles.google.com/techgyaan/about" rel="author">Bala&#8217;s Google+ profile</a>. Follow <a href="http://www.twitter.com/techgyaan">@techgyaan</a> <a href="https://profiles.google.com/techgyaan/about" rel="me"><img src="//www.google.com/images/icons/ui/gprofile_button-16.png" alt="" width="16" height="15" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techgyaan.org/2011/10/how-to-configure-network-on-ilom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to switch between ALOM and ILOM shells on the T5xx0 SPARC servers</title>
		<link>http://www.techgyaan.org/2011/10/how-to-switch-between-alom-and-ilom-shells-on-the-t5xx0-sparc-servers/</link>
		<comments>http://www.techgyaan.org/2011/10/how-to-switch-between-alom-and-ilom-shells-on-the-t5xx0-sparc-servers/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 04:00:34 +0000</pubDate>
		<dc:creator>Bala</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[ALOM Shells]]></category>
		<category><![CDATA[ILOM shells]]></category>
		<category><![CDATA[T5xx0 SPARC]]></category>

		<guid isPermaLink="false">http://www.techgyaan.org/?p=601</guid>
		<description><![CDATA[Switching between ALOM and ILOM shells Here are the commands needed to switch between the ALOM and ILOM shells on the T5xx0 SPARC CMT servers. ALOM -&#62; ILOM  sc&#62; userclimode admin default sc&#62; logout ILOM -&#62; ALOM -&#62; set /SP/users/admin cli_mode=alom -&#62; exit And usually when I want to do this, it&#8217;s because I&#8217;m switching [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Switching between ALOM and ILOM shells<br />
Here are the commands needed to switch between the ALOM and ILOM shells on the T5xx0 SPARC CMT servers.</p>
<p><strong><code>ALOM -&gt; ILOM </code></strong><br />
<code>sc&gt; userclimode admin default sc&gt; logout</code></p>
<p><strong>ILOM -&gt; ALOM</strong><br />
<code>-&gt; set /SP/users/admin cli_mode=alom<br />
-&gt; exit</code></p>
<p>And usually when I want to do this, it&#8217;s because I&#8217;m switching on Power Management<br />
To set the policy property to elastic mode (enable PM):<br />
<code>-&gt; set /SP/powermgmt policy=elastic</code></p>
<p>To set the policy property to performance mode (disable PM):<br />
<code>-&gt; set /SP/powermgmt policy=performance</code></p>
<p><strong>Feedbacks</strong>: We appreciate your feedbacks and suggestions about our website <a href="mailo:bala@techgyaan.org?subject=TechGyaan%20Comment">bala@techgyaan.org</a><br />
Check out <a href="https://profiles.google.com/techgyaan/about" rel="author">Bala&#8217;s Google+ profile</a>. Follow <a href="http://www.twitter.com/techgyaan">@techgyaan</a> <a href="https://profiles.google.com/techgyaan/about" rel="me"><img src="//www.google.com/images/icons/ui/gprofile_button-16.png" alt="" width="16" height="15" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techgyaan.org/2011/10/how-to-switch-between-alom-and-ilom-shells-on-the-t5xx0-sparc-servers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to find Serial and Product Number from Command Line on Windows / Linux / Unix?</title>
		<link>http://www.techgyaan.org/2011/10/how-to-find-serial-and-product-number-from-command-line-on-windows-linux-unix/</link>
		<comments>http://www.techgyaan.org/2011/10/how-to-find-serial-and-product-number-from-command-line-on-windows-linux-unix/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 11:12:19 +0000</pubDate>
		<dc:creator>Bala</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[How to FAQs]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.techgyaan.org/?p=595</guid>
		<description><![CDATA[To get Serial and Product Number from command on Windows. Go to &#62; Start &#62; Run type &#62; cmd &#62; wmic bios get serialnumber wmic csproduct get name, identifyingnumber To get Serial from command in Ubuntu #sudo dmidecode -s system-serial-number To get Serial and Product Number from command in Linux(Redhat/CentOS/Fedora/SuSe) #sudo dmidecode -t 1 &#124; egrep -i [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>To get Serial and Product Number from command on Windows.<br />
<code>Go to &gt; Start &gt; Run type &gt; cmd &gt;<br />
wmic bios get serialnumber<br />
wmic csproduct get name, identifyingnumber</code></p>
<p>To get Serial from command in Ubuntu<br />
<code>#sudo dmidecode -s system-serial-number</code></p>
<p>To get Serial and Product Number from command in Linux(Redhat/CentOS/Fedora/SuSe)<br />
<code>#sudo dmidecode -t 1 | egrep -i "serial|product"</code></p>
<p>To get Serial from command in HP-UX:<br />
<code>#sudo echo "selclass qualifier system;info;wait;infolog" | /usr/sbin/cstm | grep -i "System serial" </code></p>
<p>To get Serial from command in Solaris 10 (SPARC or x86)<br />
<code>#sudo /usr/sbin/prtdiag -v | egrep "Chassis Serial Number"</code></p>
<p><strong>Feedbacks</strong>: We appreciate your feedbacks and suggestions about our website <a href="mailo:bala@techgyaan.org?subject=TechGyaan%20Comment">bala@techgyaan.org</a><br />
Check out <a href="https://profiles.google.com/techgyaan/about" rel="author">Bala&#8217;s Google+ profile</a>. Follow <a href="http://www.twitter.com/techgyaan">@techgyaan</a> <a href="https://profiles.google.com/techgyaan/about" rel="me"><img src="//www.google.com/images/icons/ui/gprofile_button-16.png" alt="" width="16" height="15" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techgyaan.org/2011/10/how-to-find-serial-and-product-number-from-command-line-on-windows-linux-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Kannel Open Souce SMS Gateway on Cent OS</title>
		<link>http://www.techgyaan.org/2011/09/how-to-install-kannel-open-souce-sms/</link>
		<comments>http://www.techgyaan.org/2011/09/how-to-install-kannel-open-souce-sms/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 01:17:00 +0000</pubDate>
		<dc:creator>Bala</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How to FAQs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Kannel]]></category>
		<category><![CDATA[SMS Gateway]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/2011/09/how-to-install-kannel-open-souce-sms-gateway-on-cent-os.html</guid>
		<description><![CDATA[Kannelis a compact and very powerful open source WAP and SMS gateway, usedwidely across the globe both for serving trillions of short messages (SMS), WAPPush service indications and mobile internet connectivity.Documentation Kannel User Guide For more troubleshoot gothrough Kannel User Guide  Download Kannel RPM or Source Code KannelSource Code DownloadKannel Source Code md5:54a71e14a681641f1b670bf9925decfa gateway-1.4.3.zip sha1:515a9aa1df52e3d14c753b95faba580a02c0787c [...]]]></description>
			<content:encoded><![CDATA[<p></p><div style="text-align: left;" dir="ltr">
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 12pt;"><span style="font-family: 'Candara','sans-serif'; font-size: 12pt;">Kannelis a compact and very powerful <strong>open source WAP and SMS gateway</strong>, usedwidely across the globe both for serving trillions of short messages (SMS), WAPPush service indications and mobile internet connectivity.</span></span><strong>Documentation Kannel User Guide</strong></div>
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;"><span style="font-family: 'Candara','sans-serif'; font-size: 12pt;">For more troubleshoot gothrough <a href="http://www.kannel.org/download/1.4.0/userguide-1.4.0/userguide.html"><span style="color: blue;">Kannel User Guide</span></a> </span></div>
<div class="separator" style="clear: both; text-align: center;"><a style="margin-left: 1em; margin-right: 1em;" href="http://www.techgyaan.org/2011/09/how-to-install-kannel-open-souce-sms.html"><img src="https://sites.google.com/site/techgyaan/tg_sms_gatway.jpg" alt="" border="0" /></a></div>
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 12pt;"><strong>Download Kannel RPM or Source Code</strong></span></div>
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in; mso-outline-level: 5;"><strong><span style="font-family: 'Candara','sans-serif'; font-size: 12pt;">KannelSource Code</span></strong><strong></strong></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">Download<a href="http://www.kannel.org/download/1.4.3/gateway-1.4.3.zip">Kannel Source Code</a></span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">md5:54a71e14a681641f1b670bf9925decfa gateway-1.4.3.zip</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">sha1:515a9aa1df52e3d14c753b95faba580a02c0787c gateway-1.4.3.zip</span></div>
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in; mso-outline-level: 5;"><span style="font-family: Candara, sans-serif; font-size: small;"><strong><strong>KannelRPM&#8217;s</strong><br />
</strong></span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">Downloadfrom RPM Repo</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">Searchyour Linux version from <a href="http://rpm.pbone.net/">Here</a></span></div>
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in; mso-outline-level: 4;"><span style="font-family: Candara, sans-serif; font-size: small;"><strong><strong>Howto install Kannel on Centos 5.4</strong><br />
</strong></span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">#rpm -ivh kannel-1.4.2-1.el5.rf.i386.rpm</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">#rpm -ivh kannel-devel-1.4.2-1.el5.rf.i386.rpm</span></div>
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in; mso-outline-level: 4;"><span style="font-family: Candara, sans-serif; font-size: small;"><strong><strong>Editthe default Kannel configuration</strong><br />
</strong></span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span class="Apple-style-span" style="font-family: 'Courier New';">#vim /etc/kannel.conf</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">#Default kannel configuration file without Database</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">group= core</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">admin-port= 13000</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">admin-password= abc</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">status-password= def</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">admin-deny-ip= &#8220;*.*.*.*&#8221;</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">admin-allow-ip= &#8220;127.0.0.1&#8243;</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">smsbox-port= 13001</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">#wapbox-port= 13002</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">box-deny-ip= &#8220;*.*.*.*&#8221;</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">box-allow-ip= &#8220;127.0.0.1&#8243;</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">wdp-interface-name= &#8220;*&#8221;</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">log-file= &#8220;/var/log/kannel/bearerbox.log&#8221;</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">log-level= 1 </span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">##################SMSC CONFIGURATION ##################</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; m argin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">group= smsc</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">smsc= smpp</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">smsc-id= smsc1</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">host= 10.27.23.12</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">port= 5839</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">#receive-port= 2775</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">transceiver-mode= 1</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">smsc-username= smsuser</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">smsc-password= smspass</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">system-type=</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">source-addr-ton= 1</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">dest-addr-ton= 1</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">throughput= 10</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">connect-allow-ip= &#8220;*.*.*.*&#8221;</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">keepalive= 50</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">################SMSBOX CONFIGURATION ##################</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">group= smsbox</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">bearerbox-host= 127.0.0.1</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">sendsms-port= 13013</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">global-sender= 13013</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">#sendsms-chars= &#8220;0123456789 +-&#8221;</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">##log-file= &#8220;/tmp/smsbox.log&#8221;</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">##log-level= 0</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">##access-log= &#8220;/tmp/access.log&#8221;</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">################SENDSMS CONFIGURATION ##################</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">group= sendsms-user</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">username= tester</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">password= foobar</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">concatenation=true</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">max-messages= 3</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">################RECEIVE SMS CONFIGURATION ################## </span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">#group= sms-service</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">#keyword=</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">#keyword-regex= .*</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">#catch-all= yes</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">#max-messages= 0</span></div>
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;"><span style="font-family: 'Courier New'; font-size: 10pt;"><span style="color: #38761d;">#get-url=</span> &#8220;<a href="http://localhost/sms?phone=%25p&amp;text=%25a"><span style="color: blue;">http://localhost/sms?phone=%p&amp;text;=%a</span></a>&#8220;</span></div>
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in; mso-outline-level: 4;"><span style="font-family: Candara, sans-serif; font-size: small;"><strong><strong>Howto start &amp; stop the bearerbox &amp; smsbox</strong><br />
</strong></span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Candara','sans-serif'; font-size: 12pt;">#/usr/sbin/smsbox /etc/kannel.conf &amp;</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Candara','sans-serif'; font-size: 12pt;">#/usr/sbin/bearerbox /etc/kannel.conf &amp;</span></div>
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in; mso-outline-level: 4;"><span style="font-family: Candara, sans-serif; font-size: small;"><strong><strong>Howto Stop the kannel service</strong><br />
</strong></span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Candara','sans-serif'; font-size: 12pt;">#/etc/init.d/kannel stop</span></div>
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in; mso-outline-level: 4;"><span style="font-family: Candara, sans-serif; font-size: small;"><strong><strong>Howto check logs for kannel</strong><br />
</strong></span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Candara','sans-serif'; font-size: 12pt;">#tail -20f /sdp/wap_push_promotion/bearerbox.log</span></div>
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in; mso-outline-level: 4;"><span style="font-family: Candara, sans-serif; font-size: small;"><strong><strong>Howto check the kannel process is running or not?</strong><br />
</strong></span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><strong><span style="font-family: 'Candara','sans-serif'; font-size: 12pt;">#  ps -ef | grep kannel</span></strong></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">root     11314 11281  0 14:05 pts/2    00:00:00 grep kannel</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">kannel   20609    1  0 Aug02 ?        00:00:00 /usr/sbin/bearerbox /etc/kannel.conf</span></div>
<div class="MsoNormal" style="color: #38761d; line-height: normal; margin-bottom: 0.0001pt;"><span style="font-family: 'Courier New'; font-size: 10pt;">kannel   20628    1  0 Aug02 ?        00:00:00 /usr/sbin/smsbox/etc/kannel.conf</span></div>
</div>
<div style="text-align: left;" dir="ltr">
<div dir="ltr">
<div dir="ltr"><strong>Feedbacks</strong>: We appreciate your feedbacks and suggestions about our website <a href="mailo:bala@techgyaan.org?subject=TechGyaan%20Comment">bala@techgyaan.org</a><br />
Check out <a href="https://profiles.google.com/techgyaan/about" rel="author">Bala&#8217;s Google+ profile</a>. Follow <a href="http://www.twitter.com/techgyaan">@techgyaan</a></div>
</div>
<p><img src="https://blogger.googleusercontent.com/tracker/7346459605930137805-3732124603007447256?l=techgyaanorg.blogspot.com" alt="" width="1" height="1" /></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.techgyaan.org/2011/09/how-to-install-kannel-open-souce-sms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install and configure sSMTP on CentOS / Fedora / Redhat</title>
		<link>http://www.techgyaan.org/2011/09/how-to-install-and-configure-ssmtp-on-html/</link>
		<comments>http://www.techgyaan.org/2011/09/how-to-install-and-configure-ssmtp-on-html/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 19:42:00 +0000</pubDate>
		<dc:creator>Bala</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[How to FAQs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[sSMTP]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/2011/09/how-to-install-and-configure-ssmtp-on-centos-fedora-redhat.html</guid>
		<description><![CDATA[sSMTP is alternative to Sendmail.  sSMTP is a send-only sendmail emulatorfor machines which normally pick their mail up from a centralized mailhub (viapop, imap, nfs mounts or other means). It provides the functionality requiredfor humans and programs to send mail via the standard or /usr/bin/mail useragents. It is used to send mail to externalemail address after [...]]]></description>
			<content:encoded><![CDATA[<p></p><div style="text-align: left;" dir="ltr">
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in;"><strong><em><span style="font-family: 'Candara','sans-serif'; font-size: 11pt; line-height: 115%;">sSMTP</span></em></strong><em><span style="font-family: 'Candara','sans-serif'; font-size: 11pt; line-height: 115%;"> is </span></em><span style="font-family: 'Candara','sans-serif'; font-size: 11pt; line-height: 115%;">alternative to Sendmail.  sSMTP is a send-only sendmail emulatorfor machines which normally pick their mail up from a centralized mailhub (viapop, imap, nfs mounts or other means). It provides the functionality requiredfor humans and programs to send mail via the standard or /usr/bin/mail useragents. <span style="color: black;">It is used to send mail to externalemail address after authentication with valid mail account.</span></span></div>
<div class="separator" style="clear: both; text-align: center;"><a style="margin-left: 1em; margin-right: 1em;" href="http://www.techgyaan.org/2011/09/how-to-install-and-configure-ssmtp-on.html"><img src="https://sites.google.com/site/techgyaan/athu-email.jpg" alt="" width="320" height="318" border="0" /></a></div>
<div class="MsoNormal" style="line-height: normal; margin-bottom: 0in;">
<div style="margin-bottom: .0001pt; margin: 0in;"><strong><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">Download &amp; Install</span></strong></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;"># rpm -Uvhhttp://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm </span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;"># yum -y install ssmtp</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">  </span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">Now we will editthe ssmtp configuration file. </span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;"># cd /etc/ssmtp</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;"># vim /etc/ssmtp/ssmtp.conf</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">Here is the custom configuration  </span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;">MailHub=mail.techgyaan.org:25         # SMTP server hostname and port</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;">UseTLS=NO                             # Secure connection (SSL/TLS)</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;">FromLineOverride=YES                  # Force the From: line</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;">Hostname=mail.techgyaan.org           # The name of this host</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;">RewriteDomain=mail.techgyaan.org      # The host the mail appears to be coming from</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;">Root=Bala                             # Redirect mail for root@ to postmaster@</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;">AuthUser=bala@techgyaan.org           # Your DreamHost mailaccount</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;">AuthPass=myemailpassword              # The password for the mail account</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">Now let’sconfigure the Aliases</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;"># vim /etc/ssmtp/revaliases </span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;">root:alerts@techgyaan.org:mail.techgyaan.org:25<br />
Postmaster:alerts@techgyaan.org:mail.techgyaan.org:25<br />
Bala:bala@techgyaan.org:mail.techgyaan.org:25</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">If you would like to change the &#8220;<strong>From</strong>&#8220;<strong>Display Name</strong>, edit the </span><strong style="mso-bidi-font-weight: normal;"><span style="color: #005500; font-family: 'Courier New'; font-size: 11pt;">/etc/passwd</span></strong><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;"> and modify theuser alias</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;"># vim /etc/passwd </span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;">alerts:<strong>Alerts</strong>:507:507::/home/alerts:/bin/bash<br />
bala:<strong>BALA</strong>:505:506::/home/bala:/bin/bash</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;">postmaster:<strong>POSTMASTER</strong>:505:506::/home/postmaster:/bin/bash</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">Before we start using sSMTP lets stop thesendmail which is default installed on all Linux distribution.Stop sendmailservice to start after reboot </span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;"># service sendmail stop<br />
# sudo chkconfig &#8211;levels 2345 sendmail off</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">Move or replace the sendmail and thencreate<br />
a symbolic link for sSMTP to sendmail with authentication </span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;"># mv /usr/sbin/sendmail/usr/sbin/sendmail.orig</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt;"># ln -s /usr/sbin/ssmtp/usr/sbin/sendmail</span></div>
<div style="margin-bottom: .0001pt; margin: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">We all done with the installation andconfiguration let’s send a test mail to internal &amp; external email addressusing sSMTP. </span></div>
<p><span style="color: #38761d; font-family: 'Courier New'; font-size: 10pt; line-height: 115%;">echo&#8221;Sending Test mail to external &amp; Internal email address&#8221;| mail -s&#8221;This is the test message using sSMTP&#8221; bala@techgyaan.orgbala@gmail.com</span></p>
</div>
<p><strong> </strong><br />
<strong>Feedbacks</strong>: We appreciate your feedbacks and suggestions about our website <a href="mailo:bala@techgyaan.org?subject=TechGyaan%20Comment">bala@techgyaan.org</a><br />
Check out <a href="https://profiles.google.com/techgyaan/about" rel="author">Bala&#8217;s Google+ profile</a>. Follow <a href="http://www.twitter.com/techgyaan">@techgyaan</a> <a href="https://profiles.google.com/techgyaan/about" rel="me"> <img src="//www.google.com/images/icons/ui/gprofile_button-16.png" alt="" width="16" height="15" /> </a></p>
</div>
<div class="blogger-post-footer"><script type="text/javascript">// <![CDATA[
google_ad_client = "pub-7774483597266290";
/* 468x60, created 9/6/08 */
google_ad_slot = "6083381775";
google_ad_width = 468;
google_ad_height = 60;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script><img src="https://blogger.googleusercontent.com/tracker/7346459605930137805-1881768937396697160?l=techgyaanorg.blogspot.com" alt="" width="1" height="1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.techgyaan.org/2011/09/how-to-install-and-configure-ssmtp-on-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download of the Day: Synergy</title>
		<link>http://www.techgyaan.org/2011/09/download-of-day-synergy/</link>
		<comments>http://www.techgyaan.org/2011/09/download-of-day-synergy/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 18:41:00 +0000</pubDate>
		<dc:creator>Bala</dc:creator>
				<category><![CDATA[Download of the Day]]></category>
		<category><![CDATA[Mutli Computers Share]]></category>
		<category><![CDATA[Synergy]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/2011/09/download-of-the-day-synergy.html</guid>
		<description><![CDATA[Synergyis Free and Open Source Software that lets you easily share your mouse and keyboard between multiple computers, where each computer has its own display. No special hardware is required, just a network connection. Synergy is supported on Windows, Mac OS X and Linux. Usage is as simple as moving the mouse off the edge [...]]]></description>
			<content:encoded><![CDATA[<p></p><div style="text-align: left;" dir="ltr"><strong>Synergy</strong>is Free and Open Source Software that lets you easily share your mouse and keyboard between multiple computers, where each computer has its own display. No special hardware is required, just a network connection. Synergy is supported on Windows, Mac OS X and Linux. Usage is as simple as moving the mouse off the edge of your screen. You can even share your clipboard.</p>
<div class="separator" style="clear: both; text-align: center;"><a style="margin-left: 1em; margin-right: 1em;" href="http://www.techgyaan.org/2011/09/download-of-day-synergy.html"><img src="http://synergy-foss.org/img/splash.jpg" alt="" width="400" height="185" border="0" /></a></div>
<p><strong><a href="http://draft.blogger.com/goog_2039511156">Download</a></strong>Synergy for Windows, Mac OS X and Linux</p>
<p><strong> </strong><br />
How to setup Synergy <strong><a href="http://synergy-foss.org/docs/">Documentation</a></strong></p>
<p>Synergy lets you share a mouse and keyboard between several computers over a network.<strong> </strong><br />
<strong><br />
</strong><br />
<strong>Feedbacks</strong>: We appreciate your feedbacks and suggestions about our website <a href="mailo:bala@techgyaan.org?subject=TechGyaan%20Comment">bala@techgyaan.org</a><br />
Check out <a href="https://profiles.google.com/102509806228096079948/" rel="author">Bala&#8217;s Google+ profile</a>. Follow <a href="http://www.twitter.com/techgyaan">@techgyaan</a> <a href="https://plus.google.com/116179205837870226340/" rel="me"> <img src="//www.google.com/images/icons/ui/gprofile_button-16.png" alt="" /> </a></p>
</div>
<div class="blogger-post-footer"><script type="text/javascript">// <![CDATA[
google_ad_client = "pub-7774483597266290";
/* 468x60, created 9/6/08 */
google_ad_slot = "6083381775";
google_ad_width = 468;
google_ad_height = 60;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script><img src="https://blogger.googleusercontent.com/tracker/7346459605930137805-4426293053614450477?l=techgyaanorg.blogspot.com" alt="" width="1" height="1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.techgyaan.org/2011/09/download-of-day-synergy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STANDARD COLOR CODE RJ45 CABLE</title>
		<link>http://www.techgyaan.org/2011/09/standard-color-code-rj45-cable/</link>
		<comments>http://www.techgyaan.org/2011/09/standard-color-code-rj45-cable/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 13:32:00 +0000</pubDate>
		<dc:creator>Bala</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[RJ45 CABLE]]></category>
		<category><![CDATA[RJ45 COLOR CODE]]></category>
		<category><![CDATA[RJ45 STANDARD COLOR CODE]]></category>
		<category><![CDATA[STANDARD COLOR CODE]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/2011/09/standard-color-code-rj45-cable.html</guid>
		<description><![CDATA[STANDARD COLOR CODE RJ45 CABLE  ORANGE WHITE ORANGE GREEN WHITE BLUE BLUE WHITE GREEN BROWN WHITE BROWN    &#160; &#160; &#160; &#160; &#160; &#160; &#160; Feedbacks: We appreciate your feedbacks and suggestions about our website bala@techgyaan.org Check out Bala&#8217;s Google+ profile. Follow @techgyaan]]></description>
			<content:encoded><![CDATA[<p></p><div style="text-align: left;" dir="ltr"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">STANDARD COLOR CODE RJ45 CABLE </span></strong></p>
<div style="margin-bottom: 0in; margin-left: .25in; margin-right: 0in; margin-top: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">ORANGE WHITE </span></div>
<div style="margin-bottom: 0in; margin-left: .25in; margin-right: 0in; margin-top: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">ORANGE</span></div>
<div style="margin-bottom: 0in; margin-left: .25in; margin-right: 0in; margin-top: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">GREEN WHITE</span></div>
<div style="margin-bottom: 0in; margin-left: .25in; margin-right: 0in; margin-top: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">BLUE</span></div>
<div style="margin-bottom: 0in; margin-left: .25in; margin-right: 0in; margin-top: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">BLUE WHITE</span></div>
<div style="margin-bottom: 0in; margin-left: .25in; margin-right: 0in; margin-top: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">GREEN</span></div>
<div style="margin-bottom: 0in; margin-left: .25in; margin-right: 0in; margin-top: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">BROWN WHITE</span></div>
<div style="margin-bottom: 0in; margin-left: .25in; margin-right: 0in; margin-top: 0in;"><span style="font-family: 'Candara','sans-serif'; font-size: 11pt;">BROWN </span></div>
<div class="separator" style="clear: both; text-align: center;"><a style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" href="http://www.techgyaan.org/2011/09/standard-color-code-rj45-cable.html"><img src="https://sites.google.com/site/techgyaan/rj45_straight_colorcoding1.png" alt="" border="0" /></a><strong><span style="font-size: 12pt;"> </span></strong></div>
<p><strong></strong><br />
<strong></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Feedbacks</strong>: We appreciate your feedbacks and suggestions about our website <a href="mailo:bala@techgyaan.org?subject=TechGyaan%20Comment">bala@techgyaan.org</a></p>
<p>Check out <a href="https://profiles.google.com/102509806228096079948/" rel="author">Bala&#8217;s Google+ profile</a>. Follow <a href="http://www.twitter.com/techgyaan">@techgyaan</a> <a href="https://plus.google.com/116179205837870226340/" rel="me"> <img src="//www.google.com/images/icons/ui/gprofile_button-16.png" alt="" /> </a></p>
</div>
<div class="blogger-post-footer"><script type="text/javascript">// <![CDATA[
google_ad_client = "pub-7774483597266290";
/* 468x60, created 9/6/08 */
google_ad_slot = "6083381775";
google_ad_width = 468;
google_ad_height = 60;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script><img src="https://blogger.googleusercontent.com/tracker/7346459605930137805-3867411923047579872?l=techgyaanorg.blogspot.com" alt="" width="1" height="1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.techgyaan.org/2011/09/standard-color-code-rj45-cable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to take the backup from Windows XP / 2003</title>
		<link>http://www.techgyaan.org/2011/09/how-to-take-backup-from-windows-xp-2003/</link>
		<comments>http://www.techgyaan.org/2011/09/how-to-take-backup-from-windows-xp-2003/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 12:42:00 +0000</pubDate>
		<dc:creator>Bala</dc:creator>
				<category><![CDATA[How to FAQs]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows Backup]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/2011/09/how-to-take-the-backup-from-windows-xp-2003.html</guid>
		<description><![CDATA[NTBackup is the built-in backup application introduced in Windows NT. NTBackup Utility used to backup files &#38; folders without using any third party software, you can also schedule your backup on daily, weekly &#38; monthly basis. Let me show you simple steps on how to take backup from Windows XP/2003 Start &#62; Run &#62; Ntbackup [...]]]></description>
			<content:encoded><![CDATA[<p></p><div style="text-align: left;" dir="ltr"><strong>NTBackup </strong>is the built-in backup application introduced in Windows NT. NTBackup Utility used to backup files &amp; folders without using any third party software, you can also schedule your backup on daily, weekly &amp; monthly basis.</p>
<div class="separator" style="clear: both; text-align: center;"><a style="margin-left: 1em; margin-right: 1em;" href="#"><img src="https://sites.google.com/site/techgyaan/microsoft-logo.png" alt="" border="0" /></a></div>
<p>Let me show you simple steps on how to take backup from Windows XP/2003<br />
Start &gt; Run &gt; Ntbackup &gt; select advanced mode<br />
Select backup wizard [<strong>advance</strong>]<br />
What you want to backup<br />
Backup everything’s on this computer<br />
Backup selected files, drives, or network data<br />
Only backup system state data<br />
Select any one and click on next<br />
Select the data and click on next<br />
Choose a place to save your backup<br />
Click on browse<br />
Type a name for this backup<br />
And click on save<strong><br />
</strong></p>
<p><strong>Feedbacks</strong>: We appreciate your feedbacks and suggestions about our website <a href="mailo:bala@techgyaan.org?subject=TechGyaan%20Comment">bala@techgyaan.org</a><br />
Check out <a href="https://profiles.google.com/techgyaan" rel="author">Bala&#8217;s Google+ profile</a>. Follow <a href="http://www.twitter.com/techgyaan">@techgyaan</a></p>
</div>
<div class="blogger-post-footer"><script type="text/javascript">// <![CDATA[
google_ad_client = "pub-7774483597266290";
/* 468x60, created 9/6/08 */
google_ad_slot = "6083381775";
google_ad_width = 468;
google_ad_height = 60;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script><img src="https://blogger.googleusercontent.com/tracker/7346459605930137805-942345909016064105?l=techgyaanorg.blogspot.com" alt="" width="1" height="1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.techgyaan.org/2011/09/how-to-take-backup-from-windows-xp-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install JDK on Cent OS</title>
		<link>http://www.techgyaan.org/2011/09/how-to-install-jdk-in-cent-os/</link>
		<comments>http://www.techgyaan.org/2011/09/how-to-install-jdk-in-cent-os/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 14:45:00 +0000</pubDate>
		<dc:creator>Bala</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[How to FAQs]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[JDK]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/2011/09/how-to-install-jdk-on-cent-os.html</guid>
		<description><![CDATA[Download Java SE SDK 6, just go to http://java.sun.com/javase/downloads/index.jsp,and follow the instructions to download a Linux Version called jdk-6-linux-i586-rpm.bin, and save it in /usr/java directory.You may have to create the java directory if it’s not there. To install Java SE SDK, just type following commands in /usr/java directory. # cd /usr/java # chmod 755 jdk-6-linux-i586-rpm.bin  [...]]]></description>
			<content:encoded><![CDATA[<p></p><div style="text-align: left;" dir="ltr">Download Java SE SDK 6, just go to <a class="external free" href="http://java.sun.com/javase/downloads/index.jsp" rel="nofollow">http://java.sun.com/javase/downloads/index.jsp</a>,and follow the instructions to download a Linux Version called <strong>jdk-6-linux-i586-rpm.bin</strong>, and save it in /usr/java directory.You may have to create the java directory if it’s not there.</p>
<div class="separator" style="clear: both; text-align: center;"><a style="margin-left: 1em; margin-right: 1em;" href="http://draft.blogger.com/blogger.g?blogID=7346459605930137805#"><img src="https://sites.google.com/site/techgyaan/java-techgyaan.jpg" alt="" width="240" height="320" border="0" /></a></div>
<p>To install Java SE SDK, just type following commands in <strong>/usr/java</strong> directory.</p>
<p><span style="font-size: small;"><code># cd /usr/java</code><code></code></span><br />
<span style="font-size: small;"><code># chmod 755 jdk-6-linux-i586-rpm.bin</code><code> </code></span><br />
<span style="font-size: small;"><code># ./jdk-6-linux-i586-rpm.bin</code></span></p>
<p>To verify that JDK6 is installed in <strong>/usr/java/jdk1.6.0_16 </strong>directory, type the following command to test:</p>
<dl>
<dt><span style="font-size: small;"><code># /usr/java/jdk1.6.0_16/bin/java -version</code></span></dt>
<dt><code> </code></dt>
</dl>
<div style="text-align: left;" dir="ltr"><strong>Feedbacks</strong>: We appreciate your feedbacks and suggestions about our website <a href="mailo:bala@techgyaan.org?subject=TechGyaan%20Comment">bala@techgyaan.org</a><br />
Check out <a href="https://profiles.google.com/techgyaan" rel="author">Bala&#8217;s Google+ profile</a>. Follow <a href="http://www.twitter.com/techgyaan">@techgyaan</a></div>
</div>
<div class="blogger-post-footer"><script type="text/javascript">// <![CDATA[
google_ad_client = "pub-7774483597266290";
/* 468x60, created 9/6/08 */
google_ad_slot = "6083381775";
google_ad_width = 468;
google_ad_height = 60;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script><img src="https://blogger.googleusercontent.com/tracker/7346459605930137805-4351035073852924730?l=techgyaanorg.blogspot.com" alt="" width="1" height="1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.techgyaan.org/2011/09/how-to-install-jdk-in-cent-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.techgyaan.org @ 2012-05-20 11:39:27 -->
