<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<rss version="2.0">
<channel>
<title>GetTheAnswer - Ask Questions, Get Answers about everything - The five questions posted most recently:</title>
<description>Ask questions and get the answer!</description>
<link>http://www.get-the-answer.info</link>	<item>
		<title><![CDATA[How can i setup svnserve as autostart in debian?]]></title>
		<description><![CDATA[<p>
The subversion server svnserve doesnt have an default script in /etc/init.d for easy starting the server so we have to create our own one which is very easy.
</p>
<p>
 Go to the script directory
</p>
<pre>
<strong>cd /etc/init.d</strong>
</pre>
<p>
create a new script file
</p>
<p>
<strong>nano svnserve</strong>
</p>
<p>
input the following single line of code in the file
</p>
<p>
<strong>svnserve -d</strong>
</p>
<p>
set the right permissions to make it executable
</p>
<p>
<strong>chmod +x svnserve</strong>
</p>
<p>
add the script to autostart
</p>
<p>
<strong>update-rc.d svnserve defaults</strong>
</p>
<p>
 finished! you can start svnserve with
</p>
<p>
<strong>/etc/init.d/svnserve</strong>
</p>
<p>
and it should be started automatically after server restart! 
</p>
<p>
 
</p>
]]></description>
		<link>http://www.get-the-answer.info/index.php?action=artikel&amp;cat=45&amp;id=83&amp;artlang=en</link>
		<pubDate>Mon, 28 Sep 2009 18:46:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[How can i set my computer to hibernate with a batch script?]]></title>
		<description><![CDATA[<p>
Make a new .bat file and type in the following command:
</p>
<p>
<strong>rundll32.exe powrprof.dll,SetSuspendState</strong> 
</p>
]]></description>
		<link>http://www.get-the-answer.info/index.php?action=artikel&amp;cat=25&amp;id=82&amp;artlang=en</link>
		<pubDate>Tue, 02 Dec 2008 20:10:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[if i only don't eat after 7(5 hrs before bed) no diet will i lose weight? and why?]]></title>
		<description><![CDATA[Its not only about not eating to much. You also have to do workout!
]]></description>
		<link>http://www.get-the-answer.info/index.php?action=artikel&amp;cat=3&amp;id=81&amp;artlang=en</link>
		<pubDate>Tue, 02 Dec 2008 20:08:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[why it is important to try continuously imrove your work]]></title>
		<description><![CDATA[This is very important. When you give up you never get your goals! Set goals and achieve them! Never give up!
]]></description>
		<link>http://www.get-the-answer.info/index.php?action=artikel&amp;cat=2&amp;id=80&amp;artlang=en</link>
		<pubDate>Tue, 02 Dec 2008 20:06:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[where to find information that you need for your work]]></title>
		<description><![CDATA[You can use the internet with search engines, for example google, use books, daily papers, people you know and trust like friends which know something about the thing you want to know!
]]></description>
		<link>http://www.get-the-answer.info/index.php?action=artikel&amp;cat=2&amp;id=79&amp;artlang=en</link>
		<pubDate>Tue, 02 Dec 2008 20:05:00 GMT</pubDate>
	</item>
</channel>
</rss>