<?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>Suren&#039;s Weblog &#187; GlugT</title>
	<atom:link href="http://suren.in/category/glugt/feed/" rel="self" type="application/rss+xml" />
	<link>http://suren.in</link>
	<description>Life As I see It</description>
	<lastBuildDate>Sun, 22 Aug 2010 06:42:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Merging multiple PDF files in Linux</title>
		<link>http://suren.in/2008/10/merging-multiple-pdf-files-in-linux/</link>
		<comments>http://suren.in/2008/10/merging-multiple-pdf-files-in-linux/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 07:15:52 +0000</pubDate>
		<dc:creator>suren</dc:creator>
				<category><![CDATA[GlugT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[programmin]]></category>

		<guid isPermaLink="false">http://suren.in/blog/?p=142</guid>
		<description><![CDATA[I always had trouble maintaining multiple PDF&#8217;s of same genre. A simple command &#8211; pdftk will do the trick of merging them together into a single PDF file. pdftk is present in Ubuntu repository itself.
Using the command is also very simple.
 pdftk input1.pdf input2.pdf &#8230; cat output output.pdf 
so if a.pdf, b.pdf so on are [...]]]></description>
			<content:encoded><![CDATA[<p>I always had trouble maintaining multiple PDF&#8217;s of same genre. A simple command &#8211; pdftk will do the trick of merging them together into a single PDF file. <em>pdftk</em> is present in Ubuntu repository itself.</p>
<p>Using the command is also very simple.</p>
<p><em> pdftk input1.pdf input2.pdf &#8230; cat output output.pdf </em></p>
<p>so if a.pdf, b.pdf so on are the pdf files u want to merge and the output file is combined.pdf then the command will be</p>
<p><em> pdftk a.pdf b.pdf cat output combined.pdf </em></p>
<p>Now if you a folder full of pdf files that you have to merge into a single pdf file , you can give something like</p>
<p><em> pdftk *.pdf cat output combined.pdf </em></p>
<p>The only problem being that *.pdf might not take the input in the order you want. So you have to name the files such that doing an <em>ls</em> in the directory gives the files in the order in which you wanted them to be merged in the final output pdf file. say file00.pdf file01.pdf and so on.</p>
]]></content:encoded>
			<wfw:commentRss>http://suren.in/2008/10/merging-multiple-pdf-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The command liner !</title>
		<link>http://suren.in/2008/05/the-command-liner/</link>
		<comments>http://suren.in/2008/05/the-command-liner/#comments</comments>
		<pubDate>Fri, 30 May 2008 12:05:24 +0000</pubDate>
		<dc:creator>suren</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[GlugT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[hobby]]></category>
		<category><![CDATA[surfing]]></category>

		<guid isPermaLink="false">http://surendran.wordpress.com/?p=122</guid>
		<description><![CDATA[Probably one of the features that amazes me in Linux are the power and cuteness of the command line applications ! Right now but for watching videos, working with images , I have found ways to do stuff entirely on the terminal. Whats better ?? Its fast &#8211; really fast and completly productive. Let me [...]]]></description>
			<content:encoded><![CDATA[<p>Probably one of the features that amazes me in Linux are the power and cuteness of the command line applications ! Right now but for watching videos, working with images , I have found ways to do stuff entirely on the terminal. Whats better ?? Its fast &#8211; really fast and completly productive. Let me brief few of my recent infatuations in command line apps.</p>
<p>* Every wonder how fast your browser can be in Elinks ??? No pop ups, no images, but absoultely cool plain test views,option to see images using eog , tabbed browsing, history, bookmarks, history : everything one might need in a modern day browser. It doesnt crash , doesn&#8217;t require extra plugins for working. Actually above anything else its the speed of browsing is what that beats me ! Too good. Check my gmail window in elinks <img src='http://suren.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>* Okay , One thing Elinks might not have is the chat feature. But there is a better client than that. Finch : Welcome to the command line Pidgin. If you already new Pidgin, then Finch is the exact ditto for the shell and If you didn&#8217;t know about Pidgin, u are missing something <img src='http://suren.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  With Finch u can GTalk , AIM chat , yahoo , IRC , jabber talk and lots more. Once again the simplicity and speed beats any other application.</p>
<p>* And for everything there is Emacs plus shell combination. So the only thing I need the GUI is for watching videos and similar stuff where GUI is not a luxury but plain necessity.</p>
<p>* Of course I am still on the learning curve for Emacs and so sometimes when going gets tough I use Gedit. Now something great about gedit is that one can extend it in large ways to suit one&#8217;s need. With a good GTKSourceview color scheme and font selection , coding can be a wonderful experience. (Gedit doesn&#8217;t fit in command line tools, but sometimes its as much helpful <img src='http://suren.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</p>
<p>I accept GUI has a friendly effect, simplicity of use. But what me miss is that after a few tries the command liners are simpler to use , more productive and damn cool , (particularly when you are showing off <img src='http://suren.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>

<a href='http://suren.in/2008/05/the-command-liner/finch-in-action/' title='finch-in-action'><img width="150" height="150" src="http://suren.in/wp-content/uploads/2008/05/finch-in-action-150x150.png" class="attachment-thumbnail" alt="" title="finch-in-action" /></a>
<a href='http://suren.in/2008/05/the-command-liner/gedit/' title='gedit'><img width="150" height="150" src="http://suren.in/wp-content/uploads/2008/05/gedit-150x150.png" class="attachment-thumbnail" alt="" title="gedit" /></a>
<a href='http://suren.in/2008/05/the-command-liner/gmail-in-elinks/' title='gmail-in-elinks'><img width="150" height="150" src="http://suren.in/wp-content/uploads/2008/05/gmail-in-elinks-150x150.png" class="attachment-thumbnail" alt="" title="gmail-in-elinks" /></a>

]]></content:encoded>
			<wfw:commentRss>http://suren.in/2008/05/the-command-liner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pengufest &#8216;08</title>
		<link>http://suren.in/2008/03/pengufest-08/</link>
		<comments>http://suren.in/2008/03/pengufest-08/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 12:47:23 +0000</pubDate>
		<dc:creator>suren</dc:creator>
				<category><![CDATA[GlugT]]></category>
		<category><![CDATA[LRSL]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[programmin]]></category>

		<guid isPermaLink="false">http://surendran.wordpress.com/?p=99</guid>
		<description><![CDATA[Too much happened during Pengufest &#8216;08. Lots of fun and lots of kelaas aka damages !  I cannot thank enough all the people who were a part of pengufest and the list is whole of GLUG-T! I really loved working with you guys and it was a wonderful learning experience for me conducting an event [...]]]></description>
			<content:encoded><![CDATA[<p>Too much happened during Pengufest &#8216;08. Lots of fun and lots of kelaas aka damages !  I cannot thank enough all the people who were a part of pengufest and the list is whole of GLUG-T! I really loved working with you guys and it was a wonderful learning experience for me conducting an event of this scale ! Wish I did more justice <img src='http://suren.in/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>If I go into details , this would become a really very big post and so lets just skip all the stuff and all I will say is Pengufest 08 went well!</p>
]]></content:encoded>
			<wfw:commentRss>http://suren.in/2008/03/pengufest-08/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dial up in Ubuntu 7.10 &#8211; Gutsy Gibbon</title>
		<link>http://suren.in/2007/11/dial-up-in-ubuntu-710-gutsy-gabon/</link>
		<comments>http://suren.in/2007/11/dial-up-in-ubuntu-710-gutsy-gabon/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 14:38:34 +0000</pubDate>
		<dc:creator>suren</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[GlugT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[surfing]]></category>

		<guid isPermaLink="false">http://surendran.wordpress.com/2007/11/25/dial-up-in-ubuntu-710-gutsy-gabon/</guid>
		<description><![CDATA[WOW ! ! Dial up is working in linux FOR me ! Well this might not be news for many , but yeah its a big one for me ! Without this i had been disconnected for more than one semester hols .
What did i do for making the dial-up work ??
Simple &#8211; Installed Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>WOW ! ! Dial up is working in linux FOR me ! Well this might not be news for many , but yeah its a big one for me ! Without this i had been disconnected for more than one semester hols .<br />
What did i do for making the dial-up work ??<br />
Simple &#8211; Installed Ubuntu Gutsy Gibbon ran wvdial &#8211; the gnome PPP dialer!  it worked just out of the box ! All i had to know was to do was to add<br />
my user name and password for the dial up connection ! sweet isn&#8217;t it ??<br />
1. sudo wvdialconf<br />
this generated a wvdial configuration file for connecting to net using ur modem<br />
<a href="http://suren.in/wp-content/uploads/2007/11/1.png" title="1.png"><img src="http://suren.in/wp-content/uploads/2007/11/1.png" alt="1.png" /></a></p>
<p>2. sudo gedit /etc/wvdial.conf<br />
change the username, password and dial up number in that file of my ISP .<a href="http://suren.in/wp-content/uploads/2007/11/2.png" title="2.png"><img src="http://suren.in/wp-content/uploads/2007/11/2.png" alt="2.png" /></a><br />
3. sudo wvdial<br />
it throws a lot of garbage and then finally obtains few DNS &amp; IP addresses!</p>
<p><a href="http://suren.in/wp-content/uploads/2007/11/3.png" title="3.png"><br />
</a></p>
<p>Then u can use firefox or any other application to connect to net ! thats all <img src='http://suren.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now after this , i also installed a gnome application called PPP dialer , which is a GUI for wvdial.</p>
<p>Just a day has passed since i came back home . Already two big things happened ! Hope hols have lots more for me <img src='http://suren.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>PS : the other thing is OGRE, which will be in another blog <img src='http://suren.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://suren.in/2007/11/dial-up-in-ubuntu-710-gutsy-gabon/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>MGL &#8211; Meet GNU Linux 2007</title>
		<link>http://suren.in/2007/06/mgl-meet-gnu-linux-2007/</link>
		<comments>http://suren.in/2007/06/mgl-meet-gnu-linux-2007/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 20:15:00 +0000</pubDate>
		<dc:creator>suren</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[GlugT]]></category>
		<category><![CDATA[LRSL]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://surendran.wordpress.com/2007/06/22/mgl-meet-gnu-linux-2007/</guid>
		<description><![CDATA[Meet Gnu Linux is a small course which introduces Gnu/Linux to newbiesorganised by thirs years students of Nit trichy to anyone interested in and arund trichy. After two Successful editions of MGL (as of i know), first one coordinated by Alagu and second one by Hari, this year I am going to coordinate it. But [...]]]></description>
			<content:encoded><![CDATA[<p>Meet Gnu Linux is a small course which introduces Gnu/Linux to newbiesorganised by thirs years students of Nit trichy to anyone interested in and arund trichy. <br />After two Successful editions of MGL (as of i know), first one coordinated by <a href="http://alagum.blogspot.com">Alagu</a> and second one by <a href="http://sp2hari.blogspot.com">Hari</a>, this year I am going to coordinate it. <br />But its really backed upon by a big band of <a href="http://glugt-mgl.pbwiki.com/Email-list">GLUG Trichy members</a>. Lot of work has been going on for that.Check them out <a href="http://glugt-mgl.pbwiki.com">here.</a></p>
<p>Some of the new things we are planning for this year are <br />1 A book/booklet for the participants &#8211; &#8220;Introduction to Gnu/linux&#8221;<br />2 A Glug-T distro to be distributed free of cost to all participants.<br />3 Record the classes and then distribute it.<br />and lots more. </p>
<p>I am all geared up as i am doing something of this magnitude for the first time and my flair for linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://suren.in/2007/06/mgl-meet-gnu-linux-2007/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
