<?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; Linux</title>
	<atom:link href="http://suren.in/category/linux/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>Lolcat from Facebook</title>
		<link>http://suren.in/2008/12/lolcat-from-facebook/</link>
		<comments>http://suren.in/2008/12/lolcat-from-facebook/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 15:07:16 +0000</pubDate>
		<dc:creator>suren</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[hobby]]></category>
		<category><![CDATA[surfing]]></category>

		<guid isPermaLink="false">http://suren.in/?p=171</guid>
		<description><![CDATA[I use elinks most of the times (Mostly along with Firefox). Elinks is real good as in speed and coolness. Even facebook thinks elinks is damn cool  . Check out the screen shot below, which shows what happened when I tried to open facebook in elinks.

]]></description>
			<content:encoded><![CDATA[<p>I use elinks most of the times (Mostly along with Firefox). Elinks is real good as in speed and coolness. Even facebook thinks elinks is damn cool <img src='http://suren.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> . Check out the screen shot below, which shows what happened when I tried to open facebook in elinks.</p>
<p><a href="http://suren.in/wp-content/uploads/2008/12/screenshot.png"><img class="alignnone size-full wp-image-172" title="screenshot" src="http://suren.in/wp-content/uploads/2008/12/screenshot.png" alt="" width="500" height="312" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://suren.in/2008/12/lolcat-from-facebook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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>Google Summer of Code !</title>
		<link>http://suren.in/2008/03/google-summer-of-code/</link>
		<comments>http://suren.in/2008/03/google-summer-of-code/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 09:26:15 +0000</pubDate>
		<dc:creator>suren</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[programmin]]></category>

		<guid isPermaLink="false">http://surendran.wordpress.com/?p=109</guid>
		<description><![CDATA[Well , this is something I am looking forward to get into. More than anything it gives the soc tag name which is so good to start  with if someone is looking forward for an open source career. I am putting few applications in Gnome , KDE and Joomla and Ogre.
Whats more interesting and exciting [...]]]></description>
			<content:encoded><![CDATA[<p>Well , <a href="http://code.google.com/soc/2008">this</a> is something I am looking forward to get into. More than anything it gives the soc tag name which is so good to start  with if someone is looking forward for an open source career. I am putting few applications in <a href="http://gnome.org" target="_blank">Gnome</a> , <a href="http://kde.org">KDE</a> and <a href="http://joomla.org">Joomla</a> and <a href="http://ogre3d.org">Ogre</a>.</p>
<p>Whats more interesting and exciting is the big contacts one gets into. Now people like Naba Kumar, <a href="http://anjuta.org">Anjuta </a>IDE&#8217;s  lead developer and project head and the always helpful Nags(author of <a href="http://ldtp.freedesktop.org">LDTP</a> ), is in my google chat list. Isn&#8217;t it just wonderful ? I wish , the list will increase in the coming years . To see your application/code being used by others and people raising comments/requests on it &#8211; the sense of satisfaction that arises out of it &#8211; I just love it <img src='http://suren.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . But one has to have some patience</p>
<p>PS : who said open source is charity ??</p>
]]></content:encoded>
			<wfw:commentRss>http://suren.in/2008/03/google-summer-of-code/feed/</wfw:commentRss>
		<slash:comments>1</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>What else Does Linux Have other than a cool name ???</title>
		<link>http://suren.in/2007/12/what-else-does-linux-have-other-than-a-cool-name/</link>
		<comments>http://suren.in/2007/12/what-else-does-linux-have-other-than-a-cool-name/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 07:26:24 +0000</pubDate>
		<dc:creator>suren</dc:creator>
				<category><![CDATA[Arbit]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[hobby]]></category>

		<guid isPermaLink="false">http://surendran.wordpress.com/2007/12/21/what-else-does-linux-have-other-than-a-cool-name/</guid>
		<description><![CDATA[&#8220;Other than the fact Linux has a cool name, could someone explain why I should use Linux over BSD?&#8221;
&#8220;No. That&#8217;s it. The cool name, that is. We worked very hard on creating a name that would appeal to the majority of people, and it certainly paid off: thousands of people are using linux just to [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Other than the fact Linux has a cool name, could someone explain why I should use Linux over BSD?&#8221;</p>
<p>&#8220;No. That&#8217;s it. The cool name, that is. We worked very hard on creating a name that would appeal to the majority of people, and it certainly paid off: thousands of people are using linux just to be able to say &#8220;OS/2? Hah. I&#8217;ve got Linux. What a cool name&#8221;. 386BSD made the mistake of putting a lot of numbers and weird abbreviations into the name, and is scaring away a lot of people just because it sounds too technical.&#8221;<br />
(<span style="font-style:italic;">Linus Torvalds&#8217; follow-up to a question about Linux)<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://suren.in/2007/12/what-else-does-linux-have-other-than-a-cool-name/feed/</wfw:commentRss>
		<slash:comments>0</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>GNU/Linux Stickers :)</title>
		<link>http://suren.in/2007/11/gnulinux-stickers/</link>
		<comments>http://suren.in/2007/11/gnulinux-stickers/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 05:51:50 +0000</pubDate>
		<dc:creator>suren</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[LRSL]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MGL]]></category>
		<category><![CDATA[downloads]]></category>

		<guid isPermaLink="false">http://surendran.wordpress.com/2007/11/23/gnulinux-stickers/</guid>
		<description><![CDATA[These are two awesome GNU/Linux free stickers collections ! They are just so cute and nice. I am going to get a laptop just to paste them only  
Volume 1 
Volume 2 
and the actual site i got it from is this

]]></description>
			<content:encoded><![CDATA[<p>These are two awesome GNU/Linux free stickers collections ! They are just so cute and nice. I am going to get a laptop just to paste them only <img src='http://suren.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><a href="http://www.fusednetwork.com/mirrors/free_software_sticker_book_vol1.odg">Volume 1 </a></p>
<p><a href="http://www.fusednetwork.com/mirrors/free_software_sticker_book_vol2.odg">Volume 2 </a></p>
<p>and the actual site i got it from is this<br />
<a href="http://raro.oreto.inf-cr.uclm.es/apps/stickers/" title="stickers.jpg"><img src="http://surendran.files.wordpress.com/2007/11/stickers.thumbnail.jpg" alt="stickers.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://suren.in/2007/11/gnulinux-stickers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meet GNU Linux &#8216;07</title>
		<link>http://suren.in/2007/08/meet-gnu-linux-07/</link>
		<comments>http://suren.in/2007/08/meet-gnu-linux-07/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 19:22:52 +0000</pubDate>
		<dc:creator>suren</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MGL]]></category>

		<guid isPermaLink="false">http://surendran.wordpress.com/2007/08/04/meet-gnu-linux-07/</guid>
		<description><![CDATA[


Meet GNU/Linux &#8216;07 is a small course introducing Linux to Beginners organized by third year students of GLUG-T, GNU Linux User Group Trichy. After two successful versions of MGL coordinated by Alagu and Hari in 05,06 respectively, I am coordinating the event this year. Already First batch is over and Second batch is due to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://suren.in/wp-content/uploads/2007/08/temp.jpg" title="temp.jpg"></a></p>
<p><a href="http://surendran.files.wordpress.com/2007/08/temp1.jpg" title="temp1.jpg"></a></p>
<p style="text-align:center;"><a href="http://suren.in/wp-content/uploads/2007/08/temp.jpg" title="temp.jpg"><img src="http://suren.in/wp-content/uploads/2007/08/temp.jpg" alt="temp.jpg" /></a></p>
<p><strong>Meet GNU/Linux &#8216;07</strong> is a small course introducing Linux to Beginners organized by third year students of GLUG-T, GNU Linux User Group Trichy. After two successful versions of MGL coordinated by <a href="http://alagum.blogspot.com">Alagu</a> and <a href="http://sp2hari.blogspot.com">Hari </a>in 05,06 respectively, I am coordinating the event this year. Already First batch is over and Second batch is due to start on coming monday.</p>
<p>Organizing this classes has given me a lot of mixed experiences. First i learnt that , i am not a good organizer as in I could have done a lot of things better. Got so many new friend&#8217;s from my new year. The best part was we had a team working rather than i am the only person working ! The team includes <strong>Aditya Rao, Sreenivas Prasad,Viswanath, MSk, Vinod, Deepak, Madavan, Yazhini,Nishad, Vinod,Ankit and Anshu Prateek</strong>. All of them great in their own way. I mean i never thought i will have the privilege of working with all of them at the same time .Whats better we had fun. We went for few treats and had some fun also there. I dont deny we had some problems here and then but mostly it went well taking it into account that I was new to this organizing stuff and all !!</p>
<p>Here is a small gist of what all happened during the five days!!</p>
<p><strong>Day &#8211; 1:</strong></p>
<p>I stated the session with <strong>Introduction into Linux</strong> showing them demo of my Beryl 3D Desktop and other features.  Unfortunately in our college we don&#8217;t have  a proper common Linux lab. So had to run VNC from two main Linux servers. Then the session had to be followed by <strong>Srinivas Prasad</strong> on <strong>basics of Linux shell.</strong> Well he did start it , but then i got a bit hyped up and joined him taking the class (Something which i later regretted i should not have done though that session )went fine !!And not to forget something really <strong>funny</strong> -Anshu took a marker pen and wrote a big A on the projector screen while he got carried away explaining something !!</p>
<p><strong>Day -2 :</strong></p>
<p><strong>Vishwa</strong> explained about <strong>Linux file hierarchy</strong> very cleanly. It was followed by <strong>Aditya Rao and Vinod</strong> who shared between them explaining <strong>various applications</strong> in Linux. Then <strong>Deepak</strong> started explaining <strong>how to programme in Linux using gcc and gedit.</strong> I dont know what happend after that &#8211; the vnc&#8217;s started crashing and we were getting funny errors. Deepak&#8217;s session was really cool &#8211; he was explaining every point. It was my mistake, should have tested the VNC sessions beforehand <img src='http://suren.in/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><strong>Day &#8211; 3:</strong></p>
<p><strong>Madavan </strong>started with the <strong>Files, users and permissions</strong> and thankfully VNC&#8217;s worked properly and first time people asking doubts and this was were myself learnt a few things.Madavans&#8217;s session as expected was great ! His knack of putting things was really nice . The session was followed by <strong>MSK&#8217;s demonstration on Gimp and Gparted.</strong> Then it was followed by <strong>Ankit&#8217;s Linux in LAN</strong>. As such day 3 went really nice without any problems.</p>
<p><strong>Day &#8211; 4 :</strong></p>
<p>By far the best sessions were on Day4. <strong>Yazhini</strong> explained <strong>advanced shell commands</strong> in shell like cut,tr and stuff ! It was nice and i learnt most of them only then. Followed by <strong>Nishad</strong> who took on <strong>shell scripting</strong>. And in the beginning we taught them vim also so that instead of gedit they can use vim to edit files. and Deepak just had revisited on his earlier programming session but people tried out this time !! Day 4 was the best !! and as such there were<strong> funny incidents</strong> like Nishad telling things like &#8220;the commads are case sensitive that is, it is not case insensitive&#8221; and yazhini like &#8220;can any one answer my question?? , oh no u cant&#8221; even without pausing to ask  <img src='http://suren.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><strong>Day -5 :</strong></p>
<p><strong>Sreenivas  and Msk </strong>taught<strong> python</strong> the first session . Other were preparing a online test . Earlier we had announced a Glugt Tshirt to toppers of the test. But the <strong>test</strong> was  a <strong>complete fiasco</strong> as the test module I used suddenly was not working.Quoting hari &#8220;Murphy is God&#8221;. Then we announced the tests will be held later and then I rounded off the session with telling them how to install  Linux.</p>
<p>We also had an <strong>anonymous feedback</strong> webpage which was great but for a few which were like &#8220;suren is a moron&#8221; <img src='http://suren.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and stuff like that. We gave them a <strong>printed <a href="http://theyagar.info/code/glugt-booklet.pdf">booklet</a></strong> for future reference and also distributed <strong>fedora-7 dvd</strong>  for all those who participated. All participants will get a participants<strong> certificate</strong>. We took a total charge of Rs 250 per head for the whole class and I guess on the whole it was worth it but given some more time i could have had few more sessions. But as students even we have our own limitations and third year is hectic already.</p>
<p>As such i am happy that, we pulled of something of this magnitude and more importantly we now have<strong> a nice working team</strong> . Hope to do better for second batch.</p>
]]></content:encoded>
			<wfw:commentRss>http://suren.in/2007/08/meet-gnu-linux-07/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Nice fonts in Linux</title>
		<link>http://suren.in/2007/07/nice-fonts-in-linux/</link>
		<comments>http://suren.in/2007/07/nice-fonts-in-linux/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 04:09:00 +0000</pubDate>
		<dc:creator>suren</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MGL]]></category>

		<guid isPermaLink="false">http://surendran.wordpress.com/2007/07/16/nice-fonts-in-linux/</guid>
		<description><![CDATA[How to add nice cool, clean fonts in Linux!! its so simple !! Get all the true type fonts from net (or better take it from the fonts  folder from your windows   ) and copy them to /usr/share/fonts/default probably with a prefix so that you can remove them later in case of [...]]]></description>
			<content:encoded><![CDATA[<p>How to add nice cool, clean fonts in Linux!! its so simple !! Get all the true type fonts from net (or better take it from the fonts  folder from your windows <img src='http://suren.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ) and copy them to /usr/share/fonts/default probably with a prefix so that you can remove them later in case of a need. Thats all !! Now just use open office , all the fonts you copied are right there !!</p>
<p>   Found this when I did this poster for MGL <img src='http://suren.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://bp0.blogger.com/_FiKI4CdLhaY/RprrVm7e9mI/AAAAAAAAAF8/qkDl-bU-Sds/s1600-h/poster.jpg"><img style="display:block;text-align:center;cursor:pointer;width:285px;height:201px;margin:0 auto 10px;" src="http://bp0.blogger.com/_FiKI4CdLhaY/RprrVm7e9mI/AAAAAAAAAF8/qkDl-bU-Sds/s400/poster.jpg" alt="" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://suren.in/2007/07/nice-fonts-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
