<?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; terminal</title>
	<atom:link href="http://www.v-teq.com/tag/terminal/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>DDD (gdb): No source: ../sysdeps/x86_64/elf/start.S: No such file bug; Missing XKeysymDB file bug</title>
		<link>http://www.v-teq.com/2009-05-07/ddd-gdb-start-s-no-such-file-bug-missing-xkeysymdb/</link>
		<comments>http://www.v-teq.com/2009-05-07/ddd-gdb-start-s-no-such-file-bug-missing-xkeysymdb/#comments</comments>
		<pubDate>Thu, 07 May 2009 02:58:16 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[ddd]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[konsole]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=400</guid>
		<description><![CDATA[I came across a strange bug, or better said, strange behavior of ddd today. I have tried to debug my program and I have got this error dialogue:
DDD: No source
/home/v-teq/&#8230;/sysdeps/x86_64/elf/start.S: No such file or directory
Missing XKeysymDB file
I have tried to find out where was the problem:

v-teq@v-teq-laptop:~$ ddd --check-configuration
Checking for XKeysymDB... &#40;none&#41;
Warning: The `XKeysymDB' file is [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2009-05-07/ddd-gdb-start-s-no-such-file-bug-missing-xkeysymdb/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>
		<item>
		<title>Screen</title>
		<link>http://www.v-teq.com/2008-10-19/screen/</link>
		<comments>http://www.v-teq.com/2008-10-19/screen/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 19:33:08 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Linux Notes]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[remote host]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/blog/?p=17</guid>
		<description><![CDATA[screen &#8211; screen manager with VT100/ANSI terminal emulation
Create new screen window

  $ screen # open screen manager with new window


  ^A c # create new window

Kill screen window

  ^A k // kill current window
  ^A :quit // kill all the session (also ^A ^\)

Detach screen session

  $ screen -d


  [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2008-10-19/screen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
