<?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; nano</title> <atom:link href="http://www.ghacks.net/tag/nano/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>Add spell check to Nano</title><link>http://www.ghacks.net/2010/12/10/add-spell-check-to-nano/</link> <comments>http://www.ghacks.net/2010/12/10/add-spell-check-to-nano/#comments</comments> <pubDate>Fri, 10 Dec 2010 19:32:57 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[nano]]></category> <category><![CDATA[spell check]]></category> <category><![CDATA[text editor]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37841</guid> <description><![CDATA[If you&#8217;ve been reading Ghacks long enough, you know my favorite console-based text editor is Nano. Nano is simple to use, efficient, and extensible. Nano can be used for many things: Writing, programming, editing configuration files, and more. Depending upon your needs, you might need to check the spelling of what you are writing or [...]]]></description> <content:encoded><![CDATA[<p>If you&#8217;ve been reading Ghacks long enough, you know my favorite console-based text editor is Nano. Nano is simple to use, efficient, and extensible. Nano can be used for many things: Writing, programming, editing configuration files, and more. Depending upon your needs, you might need to check the spelling of what you are writing or editing within Nano. Let&#8217;s take a look at how you can add spell checking to this handy editor.</p><p><span
id="more-37841"></span></p><p>Out of the box, one thing that Nano is missing is spell checking. Nano does include the option for spell checking (you can even invoke spell checking from within Nano, but it won&#8217;t work). Why is this? Simple &#8211; Nano makes use of a specific spell checker that is not installed on most distributions by default. So even though Nano has the keyboard shortcut available for spell checking, you have to make it work. Let&#8217;s see how.</p><p><strong>Installing the spell checker</strong></p><p>Nano depends upon the package <em>spell</em> for spell checking. This is simple to install, from the command line, if you follow these steps:</p><ol><li>Open up a terminal window.</li><li>Issue the command <code>sudo apt-get install spell</code>.</li><li>Type your sudo password and hit Enter.</li><li>Accept any dependencies (if necessary).</li><li>Let the installation complete.</li></ol><p>Once complete you are ready to use spell checking.</p><p><strong>Check your spelling</strong></p><div
id="attachment_37842" class="wp-caption alignleft" style="width: 340px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/12/nano_spell.png"><img
class="size-medium wp-image-37842 " src="http://www.ghacks.net/wp-content/uploads/2010/12/nano_spell-550x391.png" alt="" width="330" height="235" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Open up a document for editing within Nano. When you do this you should see the list of keyboard shortcuts along the bottom of the screen. Of those shortcuts the ^T shortcut should be listed. That will invoke spell checking.</p><p>With your document open hit Ctrl-t to begin the check. Figure 1 shows the Nano spell checking in action. Spell will begin at the top of your document and continue on until it comes across a word it does not recognize. When it lands on a mis-spelled (or unrecognizable) word it will stop and ask you to correct the spelling of the misspelled word. Spell will not offer suggestions for replacements. Instead Spell will simply allow you to edit the misspelled word. Once you&#8217;ve edited the word you will have the chance to change all instances of the misspelled word. To replace a single instance just retype the word and hit enter. You will be asked if you want to replace that instance. If you want to only replace that instance hit Y (for yes) or, if you want to replace all instances hit A (for all) and all instances of the misspelled word will be replaced. If you have misspelled your correction just hit Ctrl-c to cancel the replacement.</p><p>Once Nano is finished with the spell checking it will inform you by saying so. Since there is nothing automated or fancy about Nano you will need to remember to save your changes made to your document when you exit (using Ctrl-x) the editor.</p><p><strong>Final thoughts</strong></p><p>Most users have grown accustomed to auto-spell checks that make spelling suggestions to the users. That&#8217;s not Nano. Nano wants you to think for yourself. It&#8217;s not perfect, but it&#8217;s as close to spell check as you will find with Nano.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/12/10/add-spell-check-to-nano/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Leafpad: Yet another Linux text editor</title><link>http://www.ghacks.net/2010/05/01/leafpad-yet-another-linux-text-editor/</link> <comments>http://www.ghacks.net/2010/05/01/leafpad-yet-another-linux-text-editor/#comments</comments> <pubDate>Sat, 01 May 2010 19:52:28 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[gedit]]></category> <category><![CDATA[kate]]></category> <category><![CDATA[leafpad]]></category> <category><![CDATA[nano]]></category> <category><![CDATA[text editors]]></category> <category><![CDATA[vi]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=25070</guid> <description><![CDATA[In my most recent series of articles I have been highlighting different Linux text editors. Why? Because a lot of users hate using text based editors. Although a big fan of the text-based editor (I like the simplicity and the speed), I can see where a solid GUI tool would be far more appealing to [...]]]></description> <content:encoded><![CDATA[<p>In my most recent series of articles I have been highlighting different Linux text editors. Why? Because a lot of users hate using text based editors. Although a big fan of the text-based editor (I like the simplicity and the speed), I can see where a solid GUI tool would be far more appealing to many users than the text-based editor.</p><p>So far I have covered Gedit (see &#8220;<a
title="Gedit: No more text-based editor for you" href="http://www.ghacks.net/2010/04/29/gedit-no-more-text-based-editor-for-you/" target="_blank">Gedit: No more text-based editor for you</a>&#8220;) and Kate (see &#8220;<a
title="Hello Kate, goodbye vi" href="http://www.ghacks.net/2010/04/30/hello-kate-goodbye-vi/" target="_blank">Hello Kate, goodbye vi</a>&#8220;). Both are solid entries in the text editor space. But they are certainly not the only tool in the toolbox. Today I will illustrate yet another GUI Linux editor, this time around &#8211; <a
title="Leafpad" href="http://tarot.freeshell.org/leafpad/" target="_blank">Leafpad</a>. Leafpad is a GTK+ editor that focuses on simplicity. And when I say simplicity, I mean <em>simplicity. </em>So much so that you would swear you were just using a text-based editor with a few built-in drop-down menus. But why would you want to use a tool that is so close to the &#8220;original&#8221; that you might as well be using said original (original being the text-based editor). Let&#8217;s find out.</p><p><span
id="more-25070"></span><strong>Features</strong></p><p>As I said, Leafpad is about simplicity&#8230;so bells and whistles aplenty it doesn&#8217;t have. Does that detract from its usability? No way. Leafpad is just as viable a solution as any tool in its category. But what does it offer?</p><ul><li>Codeset option.</li><li>Auto codeset detection.</li><li>Unlimitted Undo/Redo.</li><li>Auto/Multi-line Indent.</li><li>Display line numbers.</li><li>Drag and Drop text copy.</li><li>Printing.</li><li>Word wrap.</li><li>Find.</li><li>Jump to.</li></ul><p>And that&#8217;s about it. But it is one feature (Drag and Drop) that really sets Leafpad apart. Let&#8217;s take a look at installation and use first.</p><p><strong>Installation</strong></p><p>Installation is simple. Open up your package management tool, search for &#8220;leafpad&#8221;, mark for installation, click Apply to install. That&#8217;s it. Once installed you will find Leafpad in <strong>Applications &gt; Accessories</strong>.</p><p><strong>Usage</strong></p><div
id="attachment_25071" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/05/leafpad.png"><img
class="size-medium wp-image-25071 " src="http://www.ghacks.net/wp-content/uploads/2010/05/leafpad-500x366.png" alt="" width="300" height="220" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Don&#8217;t panic. When you open up Leafpad it will look as if you just opened up a terminal window (see Figure 1).  The way I see Leafpad is the developers took what was best from a text-based editor and added a toolbar. It&#8217;s that simple.</p><p>It should be pretty apparent what you would do&#8230;you start typing your text! And when you are done you click <strong>File &gt; Save</strong> to save said text. Of course you could also add line numbers, auto indent, and word wrap from the Options menu.</p><p>But the best feature of this tool is the Drag and Drop. Say you are reading a handy tutorial here on Ghacks that wants you to create a configuration file. You could open up leafpad, highlight the text from the Ghacks article, and then drag that text to the open Leafpad window and the text will automatically copy! Now in some instances you will have to click <strong>Options &gt; Wordwrap</strong> or your text will be one continuous line (not good for configuration files or scipts).</p><p>That&#8217;s really about all there is to Leafpad.</p><p><strong>Final thoughts</strong></p><p>If you are looking for a tool somewhere between a text based and a GUI editor, leafpad is your tool. I have used Leafpad quite a bit and have nothing bad to say about it. It&#8217;s not fancy, it&#8217;s not bloated, it just does its job and does it well.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/05/01/leafpad-yet-another-linux-text-editor/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Fix Do not Disconnect on Ipod</title><link>http://www.ghacks.net/2007/01/05/fix-do-not-disconnect-on-ipod/</link> <comments>http://www.ghacks.net/2007/01/05/fix-do-not-disconnect-on-ipod/#comments</comments> <pubDate>Fri, 05 Jan 2007 08:14:02 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[iPod]]></category> <category><![CDATA[Knowledge]]></category> <category><![CDATA[apple]]></category> <category><![CDATA[do-not-disconnect]]></category> <category><![CDATA[eject]]></category> <category><![CDATA[eject-disk]]></category> <category><![CDATA[itunes]]></category> <category><![CDATA[nano]]></category> <category><![CDATA[video]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/01/05/fix-do-not-disconnect-on-ipod/</guid> <description><![CDATA[Do not Disconnect was implemented on Apple Ipods to prevent data loss by warning the user not to disconnect the iPod while it is still in use on the computer. This message should be taken serious most of the time. If you transfer files to the iPod for instance. Removing the iPod while transferring files could lead to data loss and file corruption.]]></description> <content:encoded><![CDATA[<p>Do not Disconnect was implemented on Apple Ipods to prevent data loss by warning the user not to disconnect the iPod while it is still in use on the computer. This message should be taken serious most of the time. If you transfer files to the iPod for instance. Removing the iPod while transferring files could lead to data loss and file corruption.</p><p>Sometimes however the message Do not disconnect appears although all transfers have been finished and iTunes has been closed. But don&#8217;t worry, you can try several things to make the message do not disconnect disappear. If iTunes is still started close it and see if the message disappears. If that is not the case start it again and click on the Eject Disk icon in the lower right of the screen.</p><p><span
id="more-1067"></span>Ejecting the iPod in iTunes could already be enough to make the message do not disconnect disappear. If that is not the case you will have to do the following. The iPod is connected to your operating system and should appear in the list of connected devices.</p><p>Right-click the iPod and select Eject from the context menu. This should remove the iPod from the list of devices and thus break the connection to your operating system. If the message still appears try searching for programs in the task manager that are related to your iPod and kill the process.</p><p>If the Do not Disconnect message still appears on your iPod you could try and simply disconnect it anyways. Just make sure that nothing is running in the background that is still communicating with your iPod. It should not be a problem then.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/01/05/fix-do-not-disconnect-on-ipod/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> </channel> </rss>
