<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; console</title> <atom:link href="http://www.ghacks.net/tag/console/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Distraction-free writing with PyRoom</title><link>http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/</link> <comments>http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/#comments</comments> <pubDate>Fri, 02 Oct 2009 16:59:24 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[console]]></category> <category><![CDATA[text editor]]></category> <category><![CDATA[text processing]]></category> <category><![CDATA[writing]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=16885</guid> <description><![CDATA[Let&#8217;s face it, sometimes it&#8217;s just too hard to get work done with so many distractions coming at you on your computer. Email, youtube, facebook, shopping &#8211; it all adds up to one huge time suck and threaten to perpetually keep you from your work.  There are times when I need to concentrate on work [...]]]></description> <content:encoded><![CDATA[<p>Let&#8217;s face it, sometimes it&#8217;s just too hard to get work done with so many distractions coming at you on your computer. Email, youtube, facebook, shopping &#8211; it all adds up to one huge time suck and threaten to perpetually keep you from your work.  There are times when I need to concentrate on work &#8211; on writing. For those times I need to get rid of all the distractions. With Linux there are a few ways to do this. I could go to console login and use a text-based editor so there is no GUI around me to interrupt. Or I could make life a bit easier and install an application that will help to get rid of those distractions.</p><p>One application that does this job very well is <a
title="PyRoom" href="http://pyroom.org" target="_blank">PyRoom</a>. PyRoom is a simple to use application that serves as a text editor that takes up your entire screen. There are no window decorations, or minimize buttons, or anything that will get the application out of the way &#8211; unless you close the application. So for those who need a distraction from the distractions, PyRoom just might do the trick.</p><p><span
id="more-16885"></span>Because you are using a text-based editor, you should expect that the files you write in PyRoom are going to be flat text files &#8211; in other words, no formatting. Of course you can always open that text in your standard word processor and doctor it up all you want.  <span
style="background-color: #ffffff">Now, let&#8217;s take a look at installing and using PyRoom.</span></p><p><span
style="background-color: #ffffff"><strong>Installation</strong></span></p><p><span
style="background-color: #ffffff">As you can imagine, the installation of PyRoom is pretty standard. Since this is a text-based editor, let&#8217;s install from the command line (instead of the GUI). Here are the steps (for installing within Ubuntu):</span></p><ol><li><span
style="background-color: #ffffff">Open up your terminal window.</span></li><li><span
style="background-color: #ffffff">Issue the command <em>sudo apt-get install pyroom.</em></span></li><li><span
style="background-color: #ffffff">OK any dependencies that will be needed.</span></li><li><span
style="background-color: #ffffff">Watch the installation fly by.</span></li></ol><p>That&#8217;s it.  After PyRoom is installed you will find the executable menu entry in the Office sub-menu of the Applications menu. If, for some strange reason, you can not find it you can always open the &#8220;run&#8221; dialog with the &lt;Alt&gt;F2 keyboard combination and then enter the command <em>pyroom</em> to start the application.</p><p><strong>Using PyRoom</strong></p><div
id="attachment_16887" class="wp-caption alignleft" style="width: 337px"><a
rel="attachment wp-att-16887" href="http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/pyroom_main/"><img
class="size-full wp-image-16887  " src="http://www.ghacks.net/wp-content/uploads/2009/10/pyroom_main.png" alt="Figure 1" width="327" height="244" /></a><p
class="wp-caption-text">Figure 1</p></div><p>When PyRoom starts you will see a nearly blank screen (see Figure 1). Here you can see I have added a bit of text just so you can see how PyRoom  looks. What you will also notice is the complete absence of everything you have grown accustomed to with applications. That&#8217;s the whole point.</p><p>The first thing you will probably want to do is get to the help menu. All commands are executed with the help of the &lt;Ctrl&gt; key. To get to the help menu hit the combination &lt;Ctrl&gt;h which will give you a listing of all the possible commands for PyRoom.</p><p>One of the cool features of PyRoom is that you can keep multiple buffers open so you can work on more than one file at time. To move back and forth between buffers you would hit the &lt;Ctrl&gt;Page-Up or &lt;Ctrl&gt;Page-Down. Either of those will move you between your buffers.</p><p>Of course the most important key combinations are &lt;Ctrl&gt;s for saving and &lt;Ctrl&gt;q for quitting. You can see the entire list from the help screen.</p><p><strong>A few configurations</strong></p><div
id="attachment_16888" class="wp-caption alignright" style="width: 230px"><a
rel="attachment wp-att-16888" href="http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/pyroom_config/"><img
class="size-full wp-image-16888 " src="http://www.ghacks.net/wp-content/uploads/2009/10/pyroom_config.png" alt="Figure 2" width="220" height="271" /></a><p
class="wp-caption-text">Figure 2</p></div><p>If you hit the &lt;Ctrl&gt;p combination you will bring up the Preferences window (see Figure 2). In this window you can configure a few items (you can see the General configurations in Figure 2). You can also configure a theme for PyRoom. From the Theme tab you can choose a preset them or you can create your own personal theme.</p><p><strong>Final thoughts</strong></p><p>I am a big fan of minimalism and zero distractions. Of course using today&#8217;s desktop, it&#8217;s practically impossible to avoid all distractions when you&#8217;re trying to concentrate. PyRoom offers some respite from the usual suspects and allows you to concentrate on your work &#8211; not your Tweets and Facebook status.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Convenient Linux terminal access with Yakuake</title><link>http://www.ghacks.net/2009/08/19/convenient-linux-terminal-access-with-yakuake/</link> <comments>http://www.ghacks.net/2009/08/19/convenient-linux-terminal-access-with-yakuake/#comments</comments> <pubDate>Wed, 19 Aug 2009 11:01:57 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[console]]></category> <category><![CDATA[quake console]]></category> <category><![CDATA[quake terminal]]></category> <category><![CDATA[terminal window]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15522</guid> <description><![CDATA[The Linux terminal is an indispensable tool for administrators. It&#8217;s one of those tools I can have open all day. The only problem with having it open all day is that it can get in the way or lost in the shuffle. Sure you could create a simple keyboard shortcut to open up your favorite [...]]]></description> <content:encoded><![CDATA[<p>The Linux terminal is an indispensable tool for administrators. It&#8217;s one of those tools I can have open all day. The only problem with having it open all day is that it can get in the way or lost in the shuffle. Sure you could create a simple keyboard shortcut to open up your favorite terminal window, but wouldn&#8217;t it be easier if there were a terminal that could just pop in and out on command?</p><p>Ah but there is! Yakuake is a terminal window inspired by the terminal window from the game &#8220;Quake&#8221; and based on the KDE terminal application. This terminal will slide down from the top, ready for action, when you press a hot key and slide away from site when you press the key again. It&#8217;s simple to use, convenient, and ready for action. And what makes this better than a keyboard shortcut for, say, gnome-terminal is that Yakuake is already loaded into memory so it drops down lightning quick. And Yakuake remembers your state from instance to instance. So if you have an application running inside of Yakuake, and you hide the window, when you bring the window back the application will still be there.</p><p><span
id="more-15522"></span><strong>Getting and installing</strong></p><p>Installing Yakuake is simple and can be done from either your package manager or from the command line. Depending upon your particular installation there may be a number of dependencies to be met during installation. In an installation of Elive Compiz (with no KDE ) there were numerous dependencies (most related to KDE). If you have KDE already installed you won&#8217;t have any dependencies to meet.</p><p>To install Yakuake with the help of your package manager gui do the following:</p><ul><li> Open up your Add/Remove Software utility</li><li>Search for &#8220;yakuake&#8221; (no quotes)</li><li>Mark Yakuake for installation</li><li>If there are any dependencies, okay them</li><li>Click Apply</li><li>Okay the installation</li></ul><p>You&#8217;re done!</p><p>If you decide to install from the command line just open up a terminal and issue a command like:</p><p><em>sudo apt-get install yakuake</em></p><p>Okay any dependencies and then okay the installation.</p><p><strong>First run</strong></p><div
id="attachment_15525" class="wp-caption alignleft" style="width: 221px"><a
rel="attachment wp-att-15525" href="http://www.ghacks.net/?attachment_id=15525"><img
class="size-full wp-image-15525" src="http://www.ghacks.net/wp-content/uploads/2009/08/yakuake_firstrun.png" alt="Figure 1" width="211" height="205" /></a><p
class="wp-caption-text">Figure 1</p></div><p>When you first run Yakuake you will be greeted with a small window (see Figure 1) asking you to set the hot key. By default the hot key is F12. You can change this by clicking the Hot Key button (in the center of the window) and then selecting the hot key you want to use. Personally I stick with F12 because it is easy to reach with a single finger and doesn&#8217;t interfere with any other on screen action.</p><p><strong>Using Yakuake</strong></p><p>Now that you have your hot key set (or you</p><div
id="attachment_15528" class="wp-caption alignright" style="width: 304px"><a
rel="attachment wp-att-15528" href="http://www.ghacks.net/2009/08/19/convenient-linux-terminal-access-with-yakuake/yakuake/"><img
class="size-full wp-image-15528" src="http://www.ghacks.net/wp-content/uploads/2009/08/yakuake.png" alt="Figure 2" width="294" height="166" /></a><p
class="wp-caption-text">Figure 2</p></div><p>are sticking with the default) all you have to do is press the hot key to have Yakuake drop down from the top of your desktop (see Figure 2 &#8211; click to reveal full-size image). To make Yakuake go away hit the same hot key as you did to bring it down.</p><p>Since Yakuake resides in memory it will always be there ready and willing to work.</p><p>If you notice, on the bottom right corners, there are three icons. The downward point icon will open up the menu for Yakuake. This is where you can configure such items as having Yakuake leave the screen when it loses focus (very handy if you don&#8217;t want to have to always push F12 to make it go away.)</p><p><strong>Final thoughts</strong></p><p>Yakuake is a boon to anyone who uses the terminal frequently. After using this handy tool for a while you will wonder what you ever did without it!</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/19/convenient-linux-terminal-access-with-yakuake/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
