<?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>TuxArena &#187; telnet</title>
	<atom:link href="http://www.tuxarena.com/tag/telnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tuxarena.com</link>
	<description>Ubuntu/Debian/Mint news and tutorials &#124; Linux stuff</description>
	<lastBuildDate>Sat, 11 May 2013 13:35:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>10 More Great Tools for the Terminal</title>
		<link>http://www.tuxarena.com/2011/06/10-more-great-tools-for-the-terminal/</link>
		<comments>http://www.tuxarena.com/2011/06/10-more-great-tools-for-the-terminal/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 18:12:58 +0000</pubDate>
		<dc:creator>Craciun Dan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[rtorrent]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.tuxarena.com/?p=1299</guid>
		<description><![CDATA[First of all I&#8217;d like to thank TuxArena&#8217;s readers for giving good feedback in the first part of this series, which overviews 15 of the tools I consider particularly useful in a console. This article overviews 10 more such tools, and most of them were suggested by you. Screenshots included. telnet telnet is a well-known [...]]]></description>
				<content:encoded><![CDATA[<p>First of all I&#8217;d like to thank TuxArena&#8217;s readers for giving good feedback in the first part of this series, which <a href="http://www.tuxarena.com/?p=1084">overviews 15 of the tools</a> I consider particularly useful in a console. This article overviews 10 more such tools, and most of them were suggested by you. Screenshots included.</p>
<p><strong>telnet</strong><br />
telnet is a well-known command-line tool which uses sockets to open a TCP connection to the specified hostname and port. telnet can be primarily used for non-secure connections to connect to a HTTP server and get a file or to an IRC server for example. Escape character in telnet is <strong>^]</strong> (press <b>Ctrl+]</b>)<br />
<a href="http://www.telnet.org/">Homepage</a></p>
<p><span id="more-1299"></span><br />
<a href="http://www.tuxarena.com/?attachment_id=1381" rel="attachment wp-att-1381"><img src="http://www.tuxarena.com/wp-content/uploads/2011/06/telnet-640x347.png" alt="" title="telnet" width="640" height="347" class="aligncenter size-large wp-image-1381" /></a></p>
<p><strong>rtorrent</strong><br />
I&#8217;ve never used a BitTorrent client in command-line mode (KTorrent is my application of choice), so rtorrent was something new to me. However I heard about rtorrent many times and decided to take it for a spin. The only reason for choosing it over ctorrent was that everybody mentions it when it comes to command-line tools. Well, after starting it I had trouble quitting it (:q, q, ^X followed by quit or exit didn&#8217;t seem to work), so I had to Google for it. The command for <a href="http://libtorrent.rakshasa.no/wiki/RTorrentUserGuide">exiting rtorrent is ^Q</a> (Ctrl+Q). rtorrent features pausing/resuming torrents, and it features most of the features found in graphical clients like Deluge or KTorrent.<br />
<a href="http://libtorrent.rakshasa.no/">Homepage</a></p>
<p><a href="http://www.tuxarena.com/?attachment_id=1382" rel="attachment wp-att-1382"><img src="http://www.tuxarena.com/wp-content/uploads/2011/06/rtorrent-640x378.png" alt="" title="rtorrent" width="640" height="378" class="aligncenter size-large wp-image-1382" /></a></p>
<p><strong>vifm</strong><br />
vifm is a twin-panel file manager using ncurses and Vi keyboard shortcuts. I recommend it to those who are used to work in Vi (this is why I recommend CMus for them too, because of the keyboard shortcuts).<br />
<a href="http://vifm.sourceforge.net/">Homepage</a></p>
<p><a href="http://www.tuxarena.com/?attachment_id=1386" rel="attachment wp-att-1386"><img src="http://www.tuxarena.com/wp-content/uploads/2011/06/vifm1-640x375.png" alt="" title="vifm" width="640" height="375" class="aligncenter size-large wp-image-1386" /></a></p>
<p><strong>emacs</strong><br />
Yes, Emacs can be run in command-line mode too, if it is invoked with <b>emacs &#8211;no-window-system</b>, or with <b>emacs &#8211;no-window</b>, or just with <b>emacs -nw</b>. For those of you don&#8217;t know what Emacs is: well, first of all it is a very powerful IDE (Integrated Development Environment) written in Elisp (Emacs Lips, a List dialect). It features syntax highlighting, indentation, so-called &#8220;modes&#8221; for various languages (including C or Java modes). Emacs is extremely flexible, comes with a huge number of configuration options (which can be used either from within the application or in the ~/.emacs configuration file), and it can be expanded using Lisp. Except for being an IDE, it also provides email client, facilities to use it as a file manager, IRC access, and much, much more. As they describe it on the website, Emacs can be look at just as it would&#8217;ve been an operating system.<br />
<a href="http://www.gnu.org/software/emacs/">Homepage</a></p>
<p><a href="http://www.tuxarena.com/?attachment_id=1387" rel="attachment wp-att-1387"><img src="http://www.tuxarena.com/wp-content/uploads/2011/06/vifm2-640x375.png" alt="" title="vifm" width="640" height="375" class="aligncenter size-large wp-image-1387" /></a></p>
<p><strong>mutt</strong><br />
mutt is a pretty powerful command-line email client. It has support for color terminals, MIME, OpenPGP.<br />
<a href="http://www.mutt.org/">Homepage</a></p>
<p><a href="http://www.tuxarena.com/?attachment_id=1388" rel="attachment wp-att-1388"><img src="http://www.tuxarena.com/wp-content/uploads/2011/06/mutt-640x377.png" alt="" title="mutt" width="640" height="377" class="aligncenter size-large wp-image-1388" /></a></p>
<p><strong>iptraf</strong><br />
iptraf is a network interface monitoring tool. It displays various informations on the incoming/outgoing traffic on the installed networking interfaces, statistics and general info.<br />
<a href="http://iptraf.seul.org/">Homepage</a></p>
<p><a href="http://www.tuxarena.com/?attachment_id=1390" rel="attachment wp-att-1390"><img src="http://www.tuxarena.com/wp-content/uploads/2011/06/iptraf1-640x381.png" alt="" title="iptraf" width="640" height="381" class="aligncenter size-large wp-image-1390" /></a></p>
<p><a href="http://www.tuxarena.com/?attachment_id=1391" rel="attachment wp-att-1391"><img src="http://www.tuxarena.com/wp-content/uploads/2011/06/iptraf02-640x383.png" alt="" title="iptraf02" width="640" height="383" class="aligncenter size-large wp-image-1391" /></a></p>
<p><a href="http://www.tuxarena.com/?attachment_id=1392" rel="attachment wp-att-1392"><img src="http://www.tuxarena.com/wp-content/uploads/2011/06/iptraf03-640x379.png" alt="" title="iptraf03" width="640" height="379" class="aligncenter size-large wp-image-1392" /></a></p>
<p><strong>screen</strong><br />
GNU Screen is used to run multiple programs in a terminal, without the need to open several terminal tabs, so it would be a perfect fit to run in the F1-F6 classic ttys. Screen creates several virtual terminals and allows you to customize and switch between them. This tool is definitely a must-have for any respectable power user.<br />
<a href="http://www.gnu.org/software/screen/">Homepage</a></p>
<p><strong>tail</strong><br />
tail is a simple tool that will display by default the last 10 lines in a text file. By invoking it with a number parameter, it will display n lines starting at the end of the file (e.g. <b>tail -20</b> to display the last 20 lines in a file). tail is useful to see the output of long logs.<br />
<a href="http://www.gnu.org/software/coreutils/">Homepage</a></p>
<p><strong>wget</strong><br />
wget is the &#8220;de-facto&#8221; command-line utility to download files over Internet, supporting the following protocols: HTTP, FTP, HTTPS and HTTP through proxies. It provides for many options, including quiet mode, verbose or non-verbose mode, resume downloading an incomplete file, set the number of retries, and these are not the only ones.<br />
<a href="http://www.gnu.org/software/wget/">Homepage</a></p>
<p><a href="http://www.tuxarena.com/?attachment_id=1393" rel="attachment wp-att-1393"><img src="http://www.tuxarena.com/wp-content/uploads/2011/06/wget-640x151.png" alt="" title="wget" width="640" height="151" class="aligncenter size-large wp-image-1393" /></a></p>
<p><strong>hnb</strong><br />
hnb stands for Hierarchical Notebook, it is written using ncurses, and it allows you to keep notes in a console.<br />
<a href="http://hnb.sourceforge.net/">Homepage</a></p>
<p><a href="http://www.tuxarena.com/?attachment_id=1394" rel="attachment wp-att-1394"><img src="http://www.tuxarena.com/wp-content/uploads/2011/06/hnb-640x381.png" alt="" title="hnb" width="640" height="381" class="aligncenter size-large wp-image-1394" /></a></p>
<p>In the next article in these series I will talk about <strong>ssh</strong>, <strong>scp</strong> and several other powerful and useful tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxarena.com/2011/06/10-more-great-tools-for-the-terminal/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
