<?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>V-Teq's site - The IT blog &#187; console</title>
	<atom:link href="http://www.v-teq.com/tag/console/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.v-teq.com</link>
	<description>Computers, Programming, Web, Software, GNU/Linux, Open Source, Projects, etc.</description>
	<lastBuildDate>Thu, 08 Jul 2010 14:32:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Subversion commands (svn)</title>
		<link>http://www.v-teq.com/2008-11-12/subversion-commands-svn/</link>
		<comments>http://www.v-teq.com/2008-11-12/subversion-commands-svn/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 22:51:20 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Linux Notes]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Team work]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Version control system]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=37</guid>
		<description><![CDATA[SVN Update
svn update &#8211; Bring changes from the repository into your working copy.

$ svn update &#91;-r &#60;REV&#62;&#93; &#91;&#60;PATH&#62;&#93;

Usage examples:

$ svn update # update the whole working copy to the latest revision
$ svn update doc/ # update doc/ directory to the latest revision
$ svn update -r 128 # update (revert) the whole working copy to revision [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2008-11-12/subversion-commands-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transfer files using Secure Copy (scp)</title>
		<link>http://www.v-teq.com/2008-10-29/how-to-use-secure-copy-scp-to-transfer-files/</link>
		<comments>http://www.v-teq.com/2008-10-29/how-to-use-secure-copy-scp-to-transfer-files/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 21:45:26 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Linux Notes]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tranfer files]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/blog/?p=30</guid>
		<description><![CDATA[Transfer file/directory from remote host to localhost:

$ scp &#91;&#60;USER&#62;@&#93;&#60;HOST&#62;:&#60;REMOTE_PATH&#62; &#60;LOCAL_PATH&#62;

Usage example:

$ scp v-teq@v-teq.com:~/.vimrc ~/.vimrc # copy .vimrc file from remote host to the local one
$ scp user@example.com:/etc/resolv.conf /tmp/dns.txt

Transfer file from localhost to remote host:

$ scp &#60;file/directory&#62; user@example.com:~/remote/directory

Transfer file/directory from localhost to remote host:

$ scp file.txt user@example.com:~/remote/directory

]]></description>
		<wfw:commentRss>http://www.v-teq.com/2008-10-29/how-to-use-secure-copy-scp-to-transfer-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
