<?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>Geeky Ninja &#187; Tips and tricks</title>
	<atom:link href="http://geekyninja.com/archives/category/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekyninja.com</link>
	<description>Linux, Windows, OS X - Tips n Tricks</description>
	<lastBuildDate>Sun, 30 May 2010 18:23:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to schedule tasks in GNOME using gnome-schedule</title>
		<link>http://geekyninja.com/archives/how-to-schedule-tasks-in-gnome-using-gnome-schedule/</link>
		<comments>http://geekyninja.com/archives/how-to-schedule-tasks-in-gnome-using-gnome-schedule/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 18:14:47 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[schedule tasks]]></category>
		<category><![CDATA[task scheduler]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=312</guid>
		<description><![CDATA[Most Linux/Unix veterans use cron to schedule tasks on their machines and it is a very powerful utility for what it does.
The problem with cron is the cryptic syntax which tends to scare away most new users and the fact that a user has to use the terminal to create a new job.
In this tutorial [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-174" title="gnome" src="http://geekyninja.com/wp-content/uploads/2009/02/gnome.jpg" alt="gnome" width="124" height="126" />Most Linux/Unix veterans use <strong>cron</strong> to <strong>schedule tasks</strong> on their machines and it is a very powerful utility for what it does.</p>
<p>The problem with cron is the cryptic syntax which tends to scare away most new users and the fact that a user has to use the terminal to create a new job.</p>
<p>In this tutorial we will explain how to use a graphical front end to cron, called <strong>gnome-schedule</strong>.</p>
<p><span id="more-312"></span></p>
<p>Gnome-schedule is a graphical front-end to <em>cron</em> and <em>at</em>, another utility to execute commands at a specified time . It is completely GUI driven and the user does not need to have any prior knowledge of cron or it&#8217;s syntax.</p>
<p><img class="aligncenter size-full wp-image-323" title="Gnome-schedule" src="http://geekyninja.com/wp-content/uploads/2009/04/about_gnome_schedule.jpg" alt="Gnome-schedule" width="325" height="243" /></p>
<p><strong>Installing Gnome-schedule</strong></p>
<p>To get started with gnome-schedule on Ubuntu/Debian, install it using the <strong>apt-get install</strong> command:</p>
<blockquote><p>apt-get install gnome-schedule</p></blockquote>
<p>Once, gnome-schedule is installed, it can be launched from the <em>Applications -&gt; System Tools -&gt; Scheduled Tasks</em> menu entry.</p>
<p><strong>Scheduling a new Task</strong></p>
<p>To schedule a new task, click on the <em>New<strong> </strong></em>button in the menu bar.</p>
<p>There are three options to create new tasks, either create a recurring task (This will use cron at the backend), or create a one time task (This will use <em>at</em> at the backend) or use a template.</p>
<p><img class="aligncenter size-full wp-image-322" title="Schedule new task" src="http://geekyninja.com/wp-content/uploads/2009/04/schedule_new.jpg" alt="Schedule new task" width="450" height="134" /></p>
<p>For our purpose here, we&#8217;ll create a recurring task. Click on <em>New -&gt; Recurring task</em> and you should see the following window which will let you define the task.</p>
<p><img class="aligncenter size-full wp-image-320" title="Create a task" src="http://geekyninja.com/wp-content/uploads/2009/04/create_task.jpg" alt="Create a task" width="391" height="391" /></p>
<p>The advanced radio button will let you chose exactly when do you want the task to be run. &#8216;*&#8217; here stands for &#8216;all&#8217;. So, the above task will be run on Day 1 of every month at 0 hours and 0 minutes. The handy preview, in case you didn&#8217;t notice, tell you exactly what option have you selected.</p>
<p>You don&#8217;t need to manually enter the times. Click on the <em>Edit</em> button next to the text field and you will be able to select the exact time of the task using a simple GUI.</p>
<p><img class="aligncenter size-full wp-image-321" title="gnome-schedule edit month" src="http://geekyninja.com/wp-content/uploads/2009/04/edit_month.jpg" alt="gnome-schedule edit month" width="219" height="268" /></p>
<p>Once a task has been created, the gnome-schedule application can be closed and cron will take care of executing the task at your chosen time and interval.</p>
<p>gnome-schedule also lets you create templates for tasks that you schedule frequently. Although, I don&#8217;t use this option a lot since I don&#8217;t really have that many tasks to be scheduled at any given time, some people might find this option useful.</p>
<p>gnome-schedule is an absolute time saver and negates the need to learn the complex cron syntax for newbies. It presents <em>almost</em> all the power of cron to the users with a nice and easy to learn interface.</p>
<p>Are there any other scheduling applications that you guys use ? Let me know in the comments.</p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=312&type=feed" alt="" /><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://geekyninja.com/archives/how-to-read-hfs-volumes-on-windows/" title="How to read HFS+ volumes on Windows">How to read HFS+ volumes on Windows</a></li><li><a href="http://geekyninja.com/archives/download-youtube-videos-to-your-computer-on-linux/" title="Download youtube videos to your computer on Linux">Download youtube videos to your computer on Linux</a></li><li><a href="http://geekyninja.com/archives/how-to-create-a-secure-and-private-network/" title="How to create a secure and private network">How to create a secure and private network</a></li><li><a href="http://geekyninja.com/archives/ellisa-open-source-cross-platform-media-center/" title="Elisa &#8211; Open Source Cross platform Media center">Elisa &#8211; Open Source Cross platform Media center</a></li><li><a href="http://geekyninja.com/archives/play-space-invaders-in-openoffice-calc/" title="Play Space Invaders in Openoffice Calc">Play Space Invaders in Openoffice Calc</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/how-to-schedule-tasks-in-gnome-using-gnome-schedule/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to display word count in Microsoft Word 2007</title>
		<link>http://geekyninja.com/archives/how-to-display-word-count-in-microsoft-word-2007/</link>
		<comments>http://geekyninja.com/archives/how-to-display-word-count-in-microsoft-word-2007/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 08:53:59 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft Office]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=236</guid>
		<description><![CDATA[ If you’re writing an article or a thesis where you need to keep track of the number of words written, you basically have two options to count the number of words, either count the number of lines and multiply that by the average number of words / line or use something other than Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://geekyninja.com/wp-content/uploads/2009/02/officelogo.jpg"><img style="display: inline; margin-left: 0px; margin-right: 0px" title="Microsoft Office 2007 Logo" src="http://geekyninja.com/wp-content/uploads/2009/02/officelogo-thumb.jpg" alt="Microsoft Office 2007 Logo" width="150" height="62" align="left" /></a> If you’re writing an article or a thesis where you need to keep track of the number of words written, you basically have two options to count the number of words, either count the number of lines and multiply that by the average number of words / line or use something other than Microsoft Word for the purpose.</p>
<p>That changed with the release of Word 2007. <strong>Microsoft Word 2007</strong> can now <strong>count words, lines, paragraphs and even characters</strong> in your document. This tip will tell you how to enable this feature.</p>
<p><span id="more-236"></span></p>
<p>To know the current word count of a document, open the document and <strong>right click on the status bar</strong> at the bottom of the Word 2007 window. The context menu which comes up will have an entry named “<strong>Word Count</strong>” which will tell you the current word count.</p>
<p>Click on “Word Count” and you can then have the count displayed in the status bar at all times.</p>
<p><a href="http://geekyninja.com/wp-content/uploads/2009/02/wordcount.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="display word count in the status bar" src="http://geekyninja.com/wp-content/uploads/2009/02/wordcount-thumb.jpg" alt="display word count in the status bar" width="450" height="338" /></a></p>
<p>If you want to find the word count of a particular paragraph or a line, Just select that portion of text and you will be able to see the word count in the status bar.</p>
<p><a style="text-decoration: none;" href="http://geekyninja.com/wp-content/uploads/2009/02/wordselect.jpg"><span style="color: #000000;"><br />
</span><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="wordselect" src="http://geekyninja.com/wp-content/uploads/2009/02/wordselect-thumb.jpg" alt="wordselect" width="450" height="118" /></a></p>
<p> </p>
<p>If you’re interested in more statistics about your document, like the number of paragraphs, lines or the number of characters in your document, Go to <strong>Reviews –&gt; Word count</strong> from the <strong>menu bar</strong>. That should give you all the statistics that you’d ever need.</p>
<p><a href="http://geekyninja.com/wp-content/uploads/2009/02/paracount.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Display Paragraph/line/word count" src="http://geekyninja.com/wp-content/uploads/2009/02/paracount-thumb.jpg" alt="Display Paragraph/line/word count" width="297" height="335" /></a></p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=236&type=feed" alt="" /><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://geekyninja.com/archives/windows-101-add-a-new-user-account-in-windows-7/" title="Windows 101: Add a New User Account in Windows 7">Windows 101: Add a New User Account in Windows 7</a></li><li><a href="http://geekyninja.com/archives/use-windows-notepad-as-your-electronic-diary-easter-egg/" title="Use Windows Notepad as your electronic diary">Use Windows Notepad as your electronic diary</a></li><li><a href="http://geekyninja.com/archives/search-wikipedia-and-google-from-the-start-menu-in-vista/" title="Search Wikipedia and Google from the Start menu in Vista">Search Wikipedia and Google from the Start menu in Vista</a></li><li><a href="http://geekyninja.com/archives/how-to-add-facebook-chat-to-ichat-adium-on-mac-os-x/" title="How to add Facebook chat to iChat on Mac OS X">How to add Facebook chat to iChat on Mac OS X</a></li><li><a href="http://geekyninja.com/archives/how-to-get-music-off-your-ipod/" title="How To Get Music Off your iPod">How To Get Music Off your iPod</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/how-to-display-word-count-in-microsoft-word-2007/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Use Windows Notepad as your electronic diary</title>
		<link>http://geekyninja.com/archives/use-windows-notepad-as-your-electronic-diary-easter-egg/</link>
		<comments>http://geekyninja.com/archives/use-windows-notepad-as-your-electronic-diary-easter-egg/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:30:04 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[easter egg]]></category>
		<category><![CDATA[Notepad]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=224</guid>
		<description><![CDATA[Who knew the humble Windows Notepad was capable of anything other than, well, taking text only notes.
If you’re searching for a simple application to write a diary or take daily notes, look no further than Notepad. So, what’s new you ask ?
Well, with this tip you can make notepad automatically add the current day and [...]]]></description>
			<content:encoded><![CDATA[<p>Who knew the humble Windows Notepad was capable of anything other than, well, taking text only notes.</p>
<p>If you’re searching for a simple application to write a diary or take daily notes, look no further than Notepad. So, what’s new you ask ?</p>
<p>Well, with this tip you can make notepad automatically add the current day and time to a document as soon as you open it and save you the headache of doing so yourself.</p>
<p>To accomplish this:</p>
<ol>
<li>Open Notepad (<strong>START-&gt;Run-&gt;notepad.exe</strong>)</li>
<li>Type “<strong>.LOG</strong>” on the first line of the new document.</li>
<li>Save the file and close Notepad.</li>
</ol>
<p>Now when you open the same file again, you’ll see that Notepad would have added the current Date and time to the document automatically.</p>
<p><a href="http://geekyninja.com/wp-content/uploads/2009/02/notepad.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="notepad" src="http://geekyninja.com/wp-content/uploads/2009/02/notepad-thumb.jpg" alt="notepad" width="222" height="158" /></a></p>
<p>Write your entry for the day and close the file. Everytime you open the file, Notepad will add the current timestamp on a new line saving you the effort to do the same.</p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=224&type=feed" alt="" /><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://geekyninja.com/archives/windows-101-add-a-new-user-account-in-windows-7/" title="Windows 101: Add a New User Account in Windows 7">Windows 101: Add a New User Account in Windows 7</a></li><li><a href="http://geekyninja.com/archives/how-to-display-word-count-in-microsoft-word-2007/" title="How to display word count in Microsoft Word 2007">How to display word count in Microsoft Word 2007</a></li><li><a href="http://geekyninja.com/archives/search-wikipedia-and-google-from-the-start-menu-in-vista/" title="Search Wikipedia and Google from the Start menu in Vista">Search Wikipedia and Google from the Start menu in Vista</a></li><li><a href="http://geekyninja.com/archives/how-to-add-facebook-chat-to-ichat-adium-on-mac-os-x/" title="How to add Facebook chat to iChat on Mac OS X">How to add Facebook chat to iChat on Mac OS X</a></li><li><a href="http://geekyninja.com/archives/how-to-get-music-off-your-ipod/" title="How To Get Music Off your iPod">How To Get Music Off your iPod</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/use-windows-notepad-as-your-electronic-diary-easter-egg/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Turn off deep linking in yahoo search results</title>
		<link>http://geekyninja.com/archives/turn-off-deep-linking-in-yahoo-search-results/</link>
		<comments>http://geekyninja.com/archives/turn-off-deep-linking-in-yahoo-search-results/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 21:00:10 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[useful tricks]]></category>
		<category><![CDATA[Useful webapps]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=53</guid>
		<description><![CDATA[According to wikipedia, deep linking is defined as:
Deep linking, on the World Wide Web, is making a hyperlink that points to a specific page or image on another website, instead of that website&#8217;s main or home page. Such links are called deep links.
Yahoo search recently turned on deep linking and images from wikipedia for any [...]]]></description>
			<content:encoded><![CDATA[<p>According to wikipedia, deep linking is defined as:</p>
<blockquote><p><strong>Deep linking</strong>, on the World Wide Web, is making a hyperlink that points to a specific page or image on another website, instead of that website&#8217;s main or home page. Such links are called <em>deep links</em>.</p></blockquote>
<p>Yahoo search recently turned on deep linking and images from wikipedia for any queries that result in a wikipedia page. For example, for the following query (&#8220;blog&#8221;), this is what yahoo search comes up with as a part of the results.</p>
<p><img class="aligncenter size-full wp-image-55" title="Yahoo Deeplinking example" src="http://geekyninja.com/wp-content/uploads/2009/01/search.jpg" alt="Yahoo Deeplinking example" width="400" height="392" /></p>
<p>Notice how the wikipedia entry is different from the others. Yahoo search included four useful links from the wikipedia page, a summary and an also an image.</p>
<p>Yahoo was already using deeplinking for a couple of other popular websites like <a title="flickr" href="http://flickr.com" target="_blank">flickr</a>, <a title="yelp.com" href="http://yelp.com" target="_blank">yelp</a> and <a title="linkedin" href="http://linkedin.com" target="_blank">linkedin</a>.</p>
<p>I, personally, think that this feature is pretty useful, especially the image that is shown along with the search result, but if you&#8217;re not interested in the links that yahoo provides, you can disable deeplinking in your <a title="yahoo search preferences " href="http://search.yahoo.com/preferences/preferences?page=sm" target="_blank">search preferences</a>. Just click the remove button in front of the service name that you want to disable deeplinking for. Yahoo will never bother you with more than what you searched for.</p>
<p>Let me know what you guys think of this feature in the comments.</p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=53&type=feed" alt="" /><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://geekyninja.com/archives/eggtimer-your-very-own-online-countdown-clock/" title="E.ggTimer &#8211; Your very own online countdown clock">E.ggTimer &#8211; Your very own online countdown clock</a></li><li><a href="http://geekyninja.com/archives/add-your-location-to-all-outgoing-emails-in-gmail/" title="Add your location to all outgoing emails in Gmail">Add your location to all outgoing emails in Gmail</a></li><li><a href="http://geekyninja.com/archives/disable-spatial-mode-in-gnomes-nautilus-file-browser/" title="Disable spatial mode in GNOME&#8217;s Nautilus file browser">Disable spatial mode in GNOME&#8217;s Nautilus file browser</a></li><li><a href="http://geekyninja.com/archives/search-wikipedia-and-google-from-the-start-menu-in-vista/" title="Search Wikipedia and Google from the Start menu in Vista">Search Wikipedia and Google from the Start menu in Vista</a></li><li><a href="http://geekyninja.com/archives/stretch-youtube-videos-to-fit-the-full-browser-window/" title="Stretch youtube videos to fit the full browser window">Stretch youtube videos to fit the full browser window</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/turn-off-deep-linking-in-yahoo-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
