<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>txt</title>
	
	<link>http://txt.binnyva.com</link>
	<description>Linux commands and code snippets collection</description>
	<lastBuildDate>Thu, 11 Oct 2012 06:30:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/binnyva/txt" /><feedburner:info uri="binnyva/txt" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Compress the Big Files</title>
		<link>http://feedproxy.google.com/~r/binnyva/txt/~3/8P-JRbxSfME/</link>
		<comments>http://txt.binnyva.com/2012/08/compress-the-big-files/#comments</comments>
		<pubDate>Thu, 23 Aug 2012 17:45:46 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=680</guid>
		<description><![CDATA[Compress the big image files]]></description>
			<content:encoded><![CDATA[<p class="intro">Compress the big image files</p>
<pre><code class="cli">
for i in $(find . -size +1M); do convert -resize 40% -quality 80 $i $i; done
</code></pre>
<img src="http://feeds.feedburner.com/~r/binnyva/txt/~4/8P-JRbxSfME" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2012/08/compress-the-big-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://txt.binnyva.com/2012/08/compress-the-big-files/</feedburner:origLink></item>
		<item>
		<title>Iterate a Text File in Bash</title>
		<link>http://feedproxy.google.com/~r/binnyva/txt/~3/9tw_29DFKVo/</link>
		<comments>http://txt.binnyva.com/2012/05/iterate-a-text-file-in-bash/#comments</comments>
		<pubDate>Thu, 24 May 2012 23:01:04 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[iterate]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=677</guid>
		<description><![CDATA[This is how you iterate thru a text file outputting a line at a time in Bash shell scripting.]]></description>
			<content:encoded><![CDATA[<p class="intro">This is how you iterate thru a text file outputting a line at a time in Bash shell scripting. </p>
<pre><code class="cli">
IFS=$'\n'; for i in $(cat FILE.TXT); do echo "$i"; done
</code></pre>
<img src="http://feeds.feedburner.com/~r/binnyva/txt/~4/9tw_29DFKVo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2012/05/iterate-a-text-file-in-bash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://txt.binnyva.com/2012/05/iterate-a-text-file-in-bash/</feedburner:origLink></item>
		<item>
		<title>Closing WhatsApp on Nokia E72</title>
		<link>http://feedproxy.google.com/~r/binnyva/txt/~3/SaSKZhHMttc/</link>
		<comments>http://txt.binnyva.com/2012/03/closing-whatsapp-on-nokia-e72/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 19:45:57 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[e72]]></category>
		<category><![CDATA[guard]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobileguard]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[whatsapp]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=675</guid>
		<description><![CDATA[Closing WhatsApp using MobileGuard in Nokia E72.]]></description>
			<content:encoded><![CDATA[<p class="intro">First install the app called <a href="http://www.netqin.com/en/guard/symbian/">MobileGuard</a>. Its a cool app. I&#8217;ll recommend it even if you want to keep whatsapp. Next, open MobileGuard, and go to Clean Spam &gt; Memory Cleaning &gt; Clear in Batch &gt; Select WhatsApp. Now select the &#8216;Off&#8217; option. This should close the app and all its services</p>
<p>Keep in mind that whatsapp will start again when you restart your phone. If you want to turn that off, go to Boot Mgr in Mobile Guard and disable it.</p>
<img src="http://feeds.feedburner.com/~r/binnyva/txt/~4/SaSKZhHMttc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2012/03/closing-whatsapp-on-nokia-e72/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://txt.binnyva.com/2012/03/closing-whatsapp-on-nokia-e72/</feedburner:origLink></item>
		<item>
		<title>Convert RAW files to JPEG</title>
		<link>http://feedproxy.google.com/~r/binnyva/txt/~3/V12N-4F2Fac/</link>
		<comments>http://txt.binnyva.com/2011/10/convert-raw-files-to-jpeg/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 19:13:35 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[raw]]></category>
		<category><![CDATA[ufraw]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=672</guid>
		<description><![CDATA[Convert RAW files to JPEG in batch. Convert all files in a folder using a command. For this to work, first you must have 'ufraw' package installed. <code>sudo apt-get install ufraw</code> or <code>sudo yum install ufraw</code> depending on your OS]]></description>
			<content:encoded><![CDATA[<p class="intro">Convert RAW files to JPEG in batch. Convert all files in a folder using a command. For this to work, first you must have &#8216;ufraw&#8217; package installed. <code>sudo apt-get install ufraw</code> or <code>sudo yum install ufraw</code> depending on your OS.</p>
<pre><code class="cli">
find . -type f -name "*.CR2" -exec ufraw-batch --out-type=jpeg '{}' \;
</code></pre>
<img src="http://feeds.feedburner.com/~r/binnyva/txt/~4/V12N-4F2Fac" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2011/10/convert-raw-files-to-jpeg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://txt.binnyva.com/2011/10/convert-raw-files-to-jpeg/</feedburner:origLink></item>
		<item>
		<title>Send One Line From a Text File as as SMS Every 10 Mins</title>
		<link>http://feedproxy.google.com/~r/binnyva/txt/~3/-dQpFwXgRq4/</link>
		<comments>http://txt.binnyva.com/2011/08/send-one-line-from-a-text-file-as-as-sms-every-10-mins/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 18:08:19 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=668</guid>
		<description><![CDATA[This command will send a line from a given text file one every 10 mins as an SMS to a given number.]]></description>
			<content:encoded><![CDATA[<p class="intro">This command will send a line from a given text file one every 10 mins as an SMS to a given number.</p>
<pre><code class="cli">
i=1; while [ 1 ]; do sms INSERT_PHONE_NUMBER "$(cat "/home/binnyva/sms.txt"|head -n$i|tail -n1)"; sleep 10m; i=$(expr $i + 1); done
</code></pre>
<p>Script calls the command &#8216;sms&#8217; &#8211; you can define that command however you want. In my case, its a variation of <a href="http://www.sarathlakshman.com/2010/04/26/send-free-sms-from-commandline/">this</a> script.</p>
<img src="http://feeds.feedburner.com/~r/binnyva/txt/~4/-dQpFwXgRq4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2011/08/send-one-line-from-a-text-file-as-as-sms-every-10-mins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://txt.binnyva.com/2011/08/send-one-line-from-a-text-file-as-as-sms-every-10-mins/</feedburner:origLink></item>
		<item>
		<title>Send Text Once Every 15 Mins</title>
		<link>http://feedproxy.google.com/~r/binnyva/txt/~3/Lp5FICulmoE/</link>
		<comments>http://txt.binnyva.com/2011/08/send-text-once-every-15-mins/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 17:11:09 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[while]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=665</guid>
		<description><![CDATA[Command to send a text to any phone once every 15 mins.]]></description>
			<content:encoded><![CDATA[<p class="intro">Command to send a text to any phone once every 15 mins.</p>
<pre><code class="cli">
while [ 1 ]; do sms NUMBER_GOES_HERE "$(date '+%I:%M %p') Hey Anju. Still awake?"; sleep 15m; done
</code></pre>
<p>Script calls the command &#8216;sms&#8217; &#8211; you can define that command however you want. In my case, its a variation of <a href="http://www.sarathlakshman.com/2010/04/26/send-free-sms-from-commandline/">this</a> script.</p>
<img src="http://feeds.feedburner.com/~r/binnyva/txt/~4/Lp5FICulmoE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2011/08/send-text-once-every-15-mins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://txt.binnyva.com/2011/08/send-text-once-every-15-mins/</feedburner:origLink></item>
		<item>
		<title>Remove Application in Facebook</title>
		<link>http://feedproxy.google.com/~r/binnyva/txt/~3/l2UsQEYjxcE/</link>
		<comments>http://txt.binnyva.com/2011/01/remove-application-in-facebook/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 16:17:19 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=662</guid>
		<description><![CDATA[Facebook has managed to make this as complicated a  a linux command. Hence this entry...]]></description>
			<content:encoded><![CDATA[<p class="intro">Facebook has managed to make this as complicated a  a linux command. Hence this entry&#8230;</p>
<p>Account(Top Right Corner) > Privacy Settings > Apps and Games > Edit Settings > Apps you use > Edit Settings</p>
<img src="http://feeds.feedburner.com/~r/binnyva/txt/~4/l2UsQEYjxcE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2011/01/remove-application-in-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://txt.binnyva.com/2011/01/remove-application-in-facebook/</feedburner:origLink></item>
		<item>
		<title>Generate Password</title>
		<link>http://feedproxy.google.com/~r/binnyva/txt/~3/vGJWrXTJsoo/</link>
		<comments>http://txt.binnyva.com/2010/10/generate-password/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 15:00:37 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[rand]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=659</guid>
		<description><![CDATA[Command to generate a random password&#8230; openssl rand -base64 6]]></description>
			<content:encoded><![CDATA[<p class="intro">Command to generate a random password&#8230;</p>
<pre><code class="cli">
openssl rand -base64 6
</code></pre>
<img src="http://feeds.feedburner.com/~r/binnyva/txt/~4/vGJWrXTJsoo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2010/10/generate-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://txt.binnyva.com/2010/10/generate-password/</feedburner:origLink></item>
		<item>
		<title>Watch for Ubuntu 9.10 Launch</title>
		<link>http://feedproxy.google.com/~r/binnyva/txt/~3/1U8NtfnCVKk/</link>
		<comments>http://txt.binnyva.com/2009/10/watch-for-ubuntu-9-10-launch/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 06:00:37 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=655</guid>
		<description><![CDATA[This script will run check for ubuntu launch once every 5 mins and let you know if there is an launch.]]></description>
			<content:encoded><![CDATA[<p class="intro">This script will run check for ubuntu launch once every 5 mins and let you know if there is an launch.</p>
<pre><code class="cli">
while [ 1 ]; do if [ -z "`curl -I "http://cdimage.ubuntu.com/releases/9.10/release/"|grep "404"`" ]; then kdialog --msgbox "9.10 Released"; exit; fi; sleep 300;  done
</code></pre>
<img src="http://feeds.feedburner.com/~r/binnyva/txt/~4/1U8NtfnCVKk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2009/10/watch-for-ubuntu-9-10-launch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://txt.binnyva.com/2009/10/watch-for-ubuntu-9-10-launch/</feedburner:origLink></item>
		<item>
		<title>Command to Find Current Ubuntu Version</title>
		<link>http://feedproxy.google.com/~r/binnyva/txt/~3/dF76W8v1K9w/</link>
		<comments>http://txt.binnyva.com/2009/08/command-to-find-current-ubuntu-version/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 15:38:24 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=653</guid>
		<description><![CDATA[Run this command to find the installed version of Ubuntu&#8230; cat /etc/lsb-release]]></description>
			<content:encoded><![CDATA[<p class="intro">Run this command to find the installed version of Ubuntu&#8230;</p>
<pre><code class="cli">
cat /etc/lsb-release
</code></pre>
<img src="http://feeds.feedburner.com/~r/binnyva/txt/~4/dF76W8v1K9w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2009/08/command-to-find-current-ubuntu-version/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://txt.binnyva.com/2009/08/command-to-find-current-ubuntu-version/</feedburner:origLink></item>
	</channel>
</rss>
