<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Bddc&#039;s Blog</title>
	<atom:link href="http://bddcarlima.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bddcarlima.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 15 Oct 2009 06:49:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bddcarlima.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Bddc&#039;s Blog</title>
		<link>http://bddcarlima.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bddcarlima.wordpress.com/osd.xml" title="Bddc&#039;s Blog" />
	<atom:link rel='hub' href='http://bddcarlima.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Some useful Linux commands</title>
		<link>http://bddcarlima.wordpress.com/2009/10/15/some-useful-linux-commands/</link>
		<comments>http://bddcarlima.wordpress.com/2009/10/15/some-useful-linux-commands/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 06:08:31 +0000</pubDate>
		<dc:creator>bddc</dc:creator>
				<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://bddcarlima.wordpress.com/?p=9</guid>
		<description><![CDATA[1. How to copy full folder content to another place cp -r &#60;destination dir&#62;/* &#60;where to copy&#62; cp -r /apps/share/jdk1.5.0_21/* /opt/JAVA -r : copy recursively 2. How to get sudo access user@myserver:~$ sudo su - sudo: unable to resolve host myserver [sudo] password for user:&#60;type pw&#62; root@ myserver:~# ls 3. How to set environment variables [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bddcarlima.wordpress.com&amp;blog=8113373&amp;post=9&amp;subd=bddcarlima&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>1. </strong><strong>How to copy full folder      content to another place</strong></p>
<p>cp -r &lt;destination dir&gt;/* &lt;where to copy&gt;</p>
<p>cp -r /apps/share/jdk1.5.0_21/* /opt/JAVA</p>
<p>-r : copy recursively</p>
<p><strong>2. How to get sudo access</strong></p>
<p>user@myserver:~$ sudo su -</p>
<p>sudo: unable to resolve host myserver</p>
<p>[sudo] password for user:&lt;type pw&gt;</p>
<p>root@ myserver:~# ls</p>
<p><strong>3. </strong><strong>How to set environment variables</strong></p>
<p>Edit following lines to ‘profile’ file in ‘etc’ folder. (Also can edit these lines in bash.bashrc file in the same folder)</p>
<p>export JAVA_HOME=/opt/JAVA/jdk1.5.0_21</p>
<p>export PATH=$PATH:$JAVA_HOME/bin</p>
<p>export JBOSS_HOME=/apps/share/jboss/jboss-5.1.0.GA</p>
<p>We can check the environment variables with following command</p>
<p>echo $JAVA_HOME</p>
<p>echo $PATH</p>
<p>echo $JBOSS_HOME<strong> </strong></p>
<p><strong>4. To copy files/folders from one server to another –      both servers are linux</strong></p>
<p>scp &lt;user&gt;@&lt;server name or ip&gt;:/&lt;path with files to be copy&gt; .</p>
<p>scp jboss@app31:/app/jboss .</p>
<p>scp -r miguel@10.1.2.2:/home/miguel/ miguel@10.1.2.3:/home/miguel/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bddcarlima.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bddcarlima.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bddcarlima.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bddcarlima.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bddcarlima.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bddcarlima.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bddcarlima.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bddcarlima.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bddcarlima.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bddcarlima.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bddcarlima.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bddcarlima.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bddcarlima.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bddcarlima.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bddcarlima.wordpress.com&amp;blog=8113373&amp;post=9&amp;subd=bddcarlima&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bddcarlima.wordpress.com/2009/10/15/some-useful-linux-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edb07f7d90cc84a39c37c53dfd16431e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bddc</media:title>
		</media:content>
	</item>
		<item>
		<title>The begining &#8230;</title>
		<link>http://bddcarlima.wordpress.com/2009/10/09/the-begining/</link>
		<comments>http://bddcarlima.wordpress.com/2009/10/09/the-begining/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 12:23:49 +0000</pubDate>
		<dc:creator>bddc</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://bddcarlima.wordpress.com/?p=3</guid>
		<description><![CDATA[Hi, I am trying to start something &#8230; But still I dont know what. But trying to do something good &#8230;. I hope &#8230;..<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bddcarlima.wordpress.com&amp;blog=8113373&amp;post=3&amp;subd=bddcarlima&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to start something &#8230; But still I dont know what.</p>
<p>But trying to do something good &#8230;. I hope &#8230;..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bddcarlima.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bddcarlima.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bddcarlima.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bddcarlima.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bddcarlima.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bddcarlima.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bddcarlima.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bddcarlima.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bddcarlima.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bddcarlima.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bddcarlima.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bddcarlima.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bddcarlima.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bddcarlima.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bddcarlima.wordpress.com&amp;blog=8113373&amp;post=3&amp;subd=bddcarlima&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bddcarlima.wordpress.com/2009/10/09/the-begining/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edb07f7d90cc84a39c37c53dfd16431e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bddc</media:title>
		</media:content>
	</item>
	</channel>
</rss>
