<?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>Learning is an Art &#187; Linux</title>
	<atom:link href="http://www.singhvishwajeet.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.singhvishwajeet.com</link>
	<description>My experiences</description>
	<lastBuildDate>Thu, 10 Jun 2010 22:19:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing latest version of Subversion on Centos/Redhat Linux</title>
		<link>http://www.singhvishwajeet.com/2010/04/15/installing-latest-version-of-subversion-on-centosredhat-linux/</link>
		<comments>http://www.singhvishwajeet.com/2010/04/15/installing-latest-version-of-subversion-on-centosredhat-linux/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 19:24:39 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[SVN 1.6.9]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=323</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-3616637514641870";
/* 728x90, created 4/30/10 */
google_ad_slot = "2350940629";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p><p>I recently setup Subversion on Centos as well as RHEL, so thought will share the steps followed though it&#8217;s pretty straight forward it will help people looking for it and will be available to me for future references as well <img src='http://www.singhvishwajeet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Step1 Install rpmforge repository</strong><strong> </strong></p>
<div class="codesnip-container" >
<p>$ sudo rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm</p>
</div>
<p><strong>Step2 Install Subversion</strong></p>
<div class="codesnip-container" >
<p>$ sudo yum install subversion</p>
</div>
<p><strong>Step3 Install mod_dav_svn (Only required if you planning Apache Integration)</strong></p>
<div class="codesnip-container" >
<p>$ sudo yum install mod_dav_svn</p>
</div>
<p>Voila and you are done, go to command prompt and type following</p>
<div class="codesnip-container" >
<p>$ svn &#8211;version</p>
</div>
<p>You should see output as below</p>
<div class="codesnip-container" >
<p>svn, version 1.6.9 (r901367)<br /> compiled Mar 22 2010, 00:59:50</p>
<p>Copyright (C) 2000-2009 CollabNet.<br />Subversion is open source software, see http://subversion.tigris.org/<br />This product includes software developed by CollabNet (http://www.Collab.Net/).</p>
<p>The following repository access (RA) modules are available:</p>
<p>* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.<br /> &#8211; handles &#8216;http&#8217; scheme<br /> &#8211; handles &#8216;https&#8217; scheme<br />* ra_svn : Module for accessing a repository using the svn network protocol.<br /> &#8211; with Cyrus SASL authentication<br /> &#8211; handles &#8216;svn&#8217; scheme<br />* ra_local : Module for accessing a repository on local disk.<br /> &#8211; handles &#8216;file&#8217; scheme</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/04/15/installing-latest-version-of-subversion-on-centosredhat-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Apache httpd sever On Ubuntu and FAQ&#8217;s</title>
		<link>http://www.singhvishwajeet.com/2009/10/01/installing-apache-httpd-sever-on-ubuntu-and-faqs/</link>
		<comments>http://www.singhvishwajeet.com/2009/10/01/installing-apache-httpd-sever-on-ubuntu-and-faqs/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:15:31 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[ubunt]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=185</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>I have been fiddling around with Apache for quite sometime now on Ubuntu and there were few questions which used to come to my mind as novice user initially like how do i install apache on first place, where are Apache logs, where are Apache conf files located, how do I add new site to Apache server, stopping and restarting the server so I thought that I would some up answer to all these question at a single place for my own future reference and for the help of my readers.</p>
<p>So first things first I will start with how to install apache here apt-get comes to your rescue and thanks to Ubuntu archives all you need to give simple on liner as shown below</p>
<div class="codesnip-container" >sudo apt-get install apache2</div>
<p>So now that we are done with installation lets move on other things like for troubleshooting you need to know where are apache logs, apache logs can be found at below mentioned path here you can find access logs as well as error logs</p>
<div class="codesnip-container" >/var/log/apache2/</div>
<p>we also need to know where are configuration related files to our web server for that we need to look at path mentioned below here you will find apache2.conf, httpd.conf, ports.conf and other configuration related files how to modify and update them is beyond the scope of this nifty article</p>
<div class="codesnip-container" >/etc/apache2/</div>
<p>Moving on to next FAQ this one is my favourite now that I have setup apache how do I go about hosting my site thats the whole purpose for you following along this article, all you need to do is follow the sequence mentioned below</p>
<p>Create a file mysite or what ever name you want to give and add configuration related to your site in this file</p>
<div class="codesnip-container" >gedit /etc/apache2/sites-available/mysite</div>
<div class="codesnip-container" >cd /etc/apache2/sites-available</div>
<div class="codesnip-container" >sudo a2ensite mysite</div>
<p>you are done with setting up your site.</p>
<p>Last of these faq&#8217;s is how do I start and stop the server for doing this all you need to know about is apache2ctl utility and you can start stop using it pretty easily</p>
<div class="codesnip-container" >apache2ctl start</div>
<div class="codesnip-container" >apache2ctl stop</div>
<div class="codesnip-container" >apache2ctl restart</div>
<p>We are done with the faq&#8217;s which were in mind and I will keep on updating this list in future as and when things come to my mind. In next article I would covering how to use apache to host Subversion repositories along with domain authentication so stay tuned.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 165px; width: 1px; height: 1px;">
<pre>/etc/apache2/conf.d/</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2009/10/01/installing-apache-httpd-sever-on-ubuntu-and-faqs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Eclipse Galileo (3.5) on Ubuntu</title>
		<link>http://www.singhvishwajeet.com/2009/09/04/install-eclipse-galileo-3-5-on-ubuntu/</link>
		<comments>http://www.singhvishwajeet.com/2009/09/04/install-eclipse-galileo-3-5-on-ubuntu/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 19:20:53 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Galileo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=145</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Eclipse latest version is Galileo and its not available from ubuntu archive I just finished installing it on my machine i thought I will share instructions with my readers.<br />
So here we have a step by step instruction to install Eclipse Galileo (3.5) on Ubuntu mine is Hardy</p>
<p>Lets start with creating a directory where we want to install</p>
<div class="codesnip-container" >mkdir /bin/ide</p>
<p>cd  /bin/ide</p></div>
<p>you can manually download the installable from one of the available mirrors or you can use wget for same I prefer using wget</p>
<div class="codesnip-container" >wget http://d2u376ub0heus3.cloudfront.net/galileo/eclipse-java-galileo-linux-gtk.tar.gz</div>
<p>than we need to unzip the contents of the zip file and we are almost done</p>
<p style="font-family: monospace;"><span style="color: #000000;"><span style="font-weight: bold;"> </span></span></p>
<div class="codesnip-container" >tar xzvf eclipse-java-galileo-linux-gtk<span style="font-weight: bold;"> </span>.tar.gz</div>
<p>You can set the eclipse executable to your path</p>
<div class="codesnip-container" >PATH=$PATH:/bin/ide/eclipse</div>
<p>This is not the best way to do it but still does the job alternatively you can create a simple shell file and keep it in bin directory whcih just calls eclipse and you are good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2009/09/04/install-eclipse-galileo-3-5-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
