<?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>New Linux User &#187; terminal</title>
	<atom:link href="http://www.everyjoe.com/newlinuxuser/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com/newlinuxuser</link>
	<description>Linux Tips - Information for Using Linux</description>
	<lastBuildDate>Sat, 12 Dec 2009 02:30:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Weekend Reads: Office Suites, Command Line Applications and ioQuake 3</title>
		<link>http://www.everyjoe.com/newlinuxuser/weekend-reads-office-suites-command-line-applications-and-ioquake-3/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/weekend-reads-office-suites-command-line-applications-and-ioquake-3/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 14:38:37 +0000</pubDate>
		<dc:creator>Clair Ching</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[office suite]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://www.everyjoe.com/newlinuxuser/weekend-reads-office-suites-command-line-applications-and-ioquake-3/</guid>
		<description><![CDATA[Eleven is Louder summarizes what office suites are available for us that are open souce software.  Of course it has OpenOffice.org in the list.  However, it reminds us that Lotus Symphony does exist and that there are other suites like the GNOME Office Suite as well as the KDE Office Suite.  I&#8217;ve tried using the GNOME Office Suite before but for the sake of compatibility I am using OpenOffice.org especially because I have to collaborate with co-workers on documents.  I know that OpenOffice.org is commonly included in various Linux distributions and this blog entry shows you [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://elevenislouder.blogspot.com/2009/08/office-suites.html" target="_parent">Eleven is Louder summarizes what office suites</a> are available for us that are open souce software.  Of course it has OpenOffice.org in the list.  However, it reminds us that Lotus Symphony does exist and that there are other suites like the GNOME Office Suite as well as the KDE Office Suite.  I&#8217;ve tried using the GNOME Office Suite before but for the sake of compatibility I am using OpenOffice.org especially because I have to collaborate with co-workers on documents.  I know that OpenOffice.org is commonly included in various Linux distributions and this blog entry shows you that you have options.  No need to feel stuck.  Some people think that OpenOffice.org is way too clunky and annoying so other choices could possibly be better for them.</p>
<p>Another blog entry from Eleven is Louder is all about <a href="http://elevenislouder.blogspot.com/2009/08/quick-cli-application-rundown.html" target="_parent">Command-Line Applications</a> and it has an interesting list.  It includes the following and more:</p>
<ul>
<li>rtorrent &#8211; for torrent downloads</li>
<li>cdrtools &#8211; for burning CDs</li>
<li>cdparanoia &#8211; a CD ripper</li>
<li>oleo &#8211; a spreadsheet application (I am really amazed that there is one on the command line!)</li>
<li>zgv &#8211; a picture viewer with good svga support</li>
<li>hnb &#8211; a hierarchical notebook</li>
<p>The last read of the day comes from <a href="http://tuxarena.blogspot.com">Tux Arena</a> which talks about <a href="http://tuxarena.blogspot.com/2009/08/complete-guide-configure-and-customise.html">the complete guide to configure and customize ioQuake 3 in Linux</a>.    For those of you who love first person shooter games, this could be interesting to check out.   I was never really into first person shooter games on the computer because I get dizzy just by looking at the screen.  Those of you who are fans will appreciate this guide because it has the details on what to do so you could have new maps, weapons, character models, etc.  This particular article has screenshots included for better visualization.</p>
<p>I hope you would enjoy these reads!</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/weekend-reads-office-suites-command-line-applications-and-ioquake-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn to Write Your Own Twitter Client in Python</title>
		<link>http://www.everyjoe.com/newlinuxuser/learn-to-write-your-own-twitter-client-in-python/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/learn-to-write-your-own-twitter-client-in-python/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 02:49:58 +0000</pubDate>
		<dc:creator>Clair Ching</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.everyjoe.com/newlinuxuser/?p=1359</guid>
		<description><![CDATA[Akkana Peck has an awesome guide to writing your own Twitter client in Python.  The timing of this article is perfect because I&#8217;m now using Empathy and I currently don&#8217;t know of any plugins to let me follow and post to Twitter.
What do you need?

python-twitter (source:http://code.google.com/p/python-twitter/)
SimpleJSON (source: http://cheeseshop.python.org/pypi/simplejson)
Tkinter or python-tk

Akkana Peck&#8217;s guide teaches you what to write, line by line.  Hers might be a simple Twitter client but it&#8217;s functional.  Her guide teaches you what packages are needed, what the commands are for, and which variables are customizable.  The guide also notes which lines of code [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://shallowsky.com/">Akkana Peck</a> has an awesome <a href="http://www.linuxplanet.com/linuxplanet/tutorials/6792/2/">guide to writing your own Twitter client in Python</a>.  The timing of this article is perfect because I&#8217;m now using Empathy and I currently don&#8217;t know of any plugins to let me follow and post to Twitter.</p>
<p>What do you need?</p>
<ul>
<li>python-twitter (source:<a href="http://code.google.com/p/python-twitter/">http://code.google.com/p/python-twitter/</a>)</li>
<li>SimpleJSON (source: <a href="http://cheeseshop.python.org/pypi/simplejson">http://cheeseshop.python.org/pypi/simplejson</a>)</li>
<li><a href="http://wiki.python.org/moin/TkInter">Tkinter or python-tk</a></li>
</ul>
<div id="attachment_1363" class="wp-caption alignleft" style="width: 138px"><a href="http://twitter.com"><img class="size-full wp-image-1363" src="http://www.everyjoe.com/newlinuxuser/files/2009/07/twitter-bird.jpg" alt="Twitter" width="128" height="128" /></a><p class="wp-caption-text">Twitter</p></div>
<p>Akkana Peck&#8217;s guide teaches you what to write, line by line.  Hers might be a simple Twitter client but it&#8217;s functional.  Her guide teaches you what packages are needed, what the commands are for, and which variables are customizable.  The guide also notes which lines of code must not be indented or else it will be part of the loop that might end up going on more than is expected.</p>
<p>If you don&#8217;t want to use clients that require Adobe Air, her Python scripts are quite interesting and useful.  I really didn&#8217;t want to go through the hassle of having a graphical client like Gwibber because I find it too heavy to load on my netbook.  The Python scripts seem logical for me to use because I am not always on Twitter and I mainly like to follow people instead of posting tweets myself.   All of them are actually available on her site and because those scripts are all available for tweaking, you might end up learning a lot about Twitter and improving the client scripts to suit your needs.  (Admit it, you&#8217;re probably hooked on to Twitter too!  And so you must have a personalized Twitter client.)</p>
<p>Akkana Peck also happens to have written a guide to GIMP.  It&#8217;s interesting because she had beginners as well as professionals in mind.  Might be great to follow her on Twitter as well as check out her other written works.</p>
<p>Good luck with Python programming your client. <img src='http://www.everyjoe.com/newlinuxuser/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I could imagine that the guide she wrote could be the start of your own Python programming exercises, especially for those who want to learn on their own time.</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/learn-to-write-your-own-twitter-client-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CenterIM Brings Messengers to Your Terminal</title>
		<link>http://www.everyjoe.com/newlinuxuser/centerim-brings-messengers-to-your-terminal/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/centerim-brings-messengers-to-your-terminal/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 14:53:07 +0000</pubDate>
		<dc:creator>Clair Ching</dc:creator>
				<category><![CDATA[Geeky Fun]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[messengers]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.everyjoe.com/newlinuxuser/?p=1279</guid>
		<description><![CDATA[I&#8217;ve been having some difficulty using Pidgin these past how many days so I was looking for another messenger client to check out.  Incidentally I stumbled upon a blog entry about CenterIM, a messenger client for the command line/terminal.  Knowing that it&#8217;s available in the repositories made me get it right away.
Pros:

CenterIM consumes barely 1% of my memory. I am running it on an Acer Aspire One 150Bb with 1GB of RAM.
Several IM protocols are supported: Jabber, Yahoo, MSN, AIM, LiveJournal.  It also has an RSS Reader.
You can have several conversations at the same time.
The screen shows [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having some difficulty using Pidgin these past how many days so I was looking for another messenger client to check out.  Incidentally I stumbled upon <a href="http://webupd8.blogspot.com/2009/06/lightweight-im-client-centerim-runs-in.html">a blog entry about CenterIM, a messenger client for the command line/terminal</a>.  Knowing that it&#8217;s available in the repositories made me get it right away.</p>
<div id="attachment_1283" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.centerim.org/index.php/Main_Page"><img class="size-medium wp-image-1283" src="http://www.everyjoe.com/newlinuxuser/files/2009/06/centerim-300x187.png" alt="Centerim" width="300" height="187" /></a><p class="wp-caption-text">Centerim</p></div>
<p>Pros:</p>
<ul>
<li>CenterIM consumes barely 1% of my memory. I am running it on an Acer Aspire One 150Bb with 1GB of RAM.</li>
<li>Several IM protocols are supported: Jabber, Yahoo, MSN, AIM, LiveJournal.  It also has an RSS Reader.</li>
<li>You can have several conversations at the same time.</li>
<li>The screen shows the keyboard shortcuts that help you navigate through the application.</li>
<li>By default, the sound is on so you could hear the &#8216;ping&#8217; sound when you receive a message.</li>
</ul>
<p>Cons:</p>
<li>You need to set your terminal to have a dark background because the default colors are hard to see on a white background.  If you&#8217;re not used to controlling the background of your terminal, then it might feel weird to you.</li>
<li>Going through conversations could feel weird when you&#8217;ve got a lot.  Pressing the Esc key twice made me go back to the list of buddies I&#8217;ve got online so it was easier then.</li>
<li>Enter is not enough.  You have to press CTRL-X to enter the message.  The &#8220;Enter&#8221; key just skips a line.  It might feel unnatural at first but you could get used to it.</li>
<p>It&#8217;s interesting actually.  So if you&#8217;re looking for a way to chat while you&#8217;re on the command line and you don&#8217;t want to use an IRC client connecting to a Bitlbee server, then CenterIM is more of a good fit for your needs.</p>
<p>To learn more about CenterIM, here&#8217;s the <a href="http://www.centerim.org/index.php/Main_Page">CenterIM website</a>.</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/centerim-brings-messengers-to-your-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read Feeds from the Terminal via Newsbeuter</title>
		<link>http://www.everyjoe.com/newlinuxuser/read-feeds-from-the-terminal-via-newsbeuter/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/read-feeds-from-the-terminal-via-newsbeuter/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 06:20:27 +0000</pubDate>
		<dc:creator>Clair Ching</dc:creator>
				<category><![CDATA[Geeky Fun]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[readers]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.everyjoe.com/newlinuxuser/?p=1107</guid>
		<description><![CDATA[I&#8217;ve been looking for a better way to read my RSS feeds and I&#8217;ve been thinking that it would be nice to take it away from the web UI of Google Reader.  As much as I love Google Reader, I realized that I&#8217;d like a different way to read my feeds these days.  Google Reader has been overwhelming, so to speak.

Image credit: Clair Ching, 2009.
Enter Newsbeuter.  It is a terminal-based RSS reader which you could easily use and tweak according to your needs.  For one thing you could export your OPML file and use that as [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for a better way to read my RSS feeds and I&#8217;ve been thinking that it would be nice to take it away from the web UI of Google Reader.  As much as I love Google Reader, I realized that I&#8217;d like a different way to read my feeds these days.  Google Reader has been overwhelming, so to speak.</p>
<p><a href="http://www.flickr.com/photos/happyeclair/3478212897/" title="newsbeuter by happy.eclair, on Flickr"><img src="http://farm4.static.flickr.com/3321/3478212897_bf2d0be134_m.jpg" width="240" height="141" alt="newsbeuter" /></a><br />
Image credit: Clair Ching, 2009.</p>
<p>Enter <a href="http://www.newsbeuter.org/">Newsbeuter</a>.  It is a terminal-based RSS reader which you could easily use and tweak according to your needs.  For one thing you could export your OPML file and use that as a basis of your list of feeds.  At the same time, you could also go start from scratch and all you need is a text files with all of the feed URLs of your choice.  If you&#8217;re looking for a way to tag these feeds, don&#8217;t worry.  Your text file can indicate the tags to be used for them.   You just need a file called &#8220;urls&#8221; in your .newsbeuter directory and you&#8217;re good to go.</p>
<p>What I like about reading in Newsbeuter is that I could focus on the news and not look at the pictures yet.  Sometimes pictures take too long to load on my computer and it gets irritating when there are too many pictures loading.  At least if I could get the textual content right away, I could decide to open the article in a browser later on to view the pictures, etc.  I also like how Newsbeuter is quick.  One more thing that Newsbeuter has going for it is the keyboard shortcuts used.  You&#8217;ve got &#8220;o&#8221; to open it in a browser, &#8220;q&#8221; to quit reading an article, &#8220;s&#8221; to save the article as a text file, and so on.  There are also many things you could tweak so that you could use it according to your needs.  I have yet to tweak it so I could easily manage podcasts.</p>
<p>It&#8217;s been a week since I started using Newsbeuter and I really like it.  So far, I can&#8217;t see anything else that might replace it.  </p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/read-feeds-from-the-terminal-via-newsbeuter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clive for Downloading Videos</title>
		<link>http://www.everyjoe.com/newlinuxuser/clive-for-downloading-videos/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/clive-for-downloading-videos/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 05:45:04 +0000</pubDate>
		<dc:creator>Clair Ching</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.everyjoe.com/newlinuxuser/?p=1055</guid>
		<description><![CDATA[Do you ever get a lot of video links from friends over IM and you wish you could actually just save them first?  Well, you could download them via clive on the command line.  
It&#8217;s really nifty if you could save them and video them later, without having to browse it on the internet first.  At least, for me, I think this is really cool.
Another awesome thing about clive is that it could download videos even from Google Video, CCTV, among others.  See?  Even other sites with video streaming could be a source for extraction [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Do you ever get a lot of video links from friends over IM and you wish you could actually just save them first?  Well, you could download them via <a href="http://clive.sourceforge.net">clive</a> on the command line. <img src='http://www.everyjoe.com/newlinuxuser/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_1054" class="wp-caption alignright" style="width: 310px"><a href="http://clive.sourceforge.net/"><img class="size-medium wp-image-1054" src="http://www.everyjoe.com/newlinuxuser/files/2009/04/clive-300x175.png" alt="clive downloads videos from YouTube" width="300" height="175" /></a><p class="wp-caption-text">clive downloads videos from YouTube</p></div>
<p>It&#8217;s really nifty if you could save them and video them later, without having to browse it on the internet first.  At least, for me, I think this is really cool.</p>
<p>Another awesome thing about clive is that it could download videos even from Google Video, CCTV, among others.  See?  Even other sites with video streaming could be a source for extraction via clive.  How nifty is that?  Also, the command to use when you want to download a video is easy to remember:<br />
<code>clive &lt;http://www.youtube.com/yourvideohere&gt;</code><br />
It will save the file from wherever you run it.  If you run clive on your home directory it will save the file there.<br />
And in case you still find it a bit difficult to remember there&#8217;s a front-end for clive and it&#8217;s called abby.  It might be easier to use if you prefer something graphical.</p>
<p>I suppose that files downloaded as mp4 would benefit those who use ipods.  And at least it&#8217;s way better than getting stuck with only flv files.  I tried playing the videos I downloaded and they were quite alright.  This looks like something I might be using a lot in the coming days.  My friends and co-workers give me interesting video links from time to time.</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/clive-for-downloading-videos/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>