<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Going GNU</title>
	<atom:link href="http://goinggnu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://goinggnu.wordpress.com</link>
	<description>My experiences with linux</description>
	<lastBuildDate>Thu, 05 Nov 2009 10:43:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='goinggnu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c6244f094b8ef910c9db24f0cb56082c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Going GNU</title>
		<link>http://goinggnu.wordpress.com</link>
	</image>
			<item>
		<title>Use Reliance Netconnect datacard with Ubuntu Linux</title>
		<link>http://goinggnu.wordpress.com/2009/11/05/use-reliance-netconnect-datacard-with-ubuntu-linux/</link>
		<comments>http://goinggnu.wordpress.com/2009/11/05/use-reliance-netconnect-datacard-with-ubuntu-linux/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 10:43:00 +0000</pubDate>
		<dc:creator>tshrinivasan</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://goinggnu.wordpress.com/2009/11/05/use-reliance-netconnect-datacard-with-ubuntu-linux/</guid>
		<description><![CDATA[Today, got a Reliance Netconnect datacard. Trying to connect it with linux.
Googled for it and got more results. Here adding my experiences.
Here is a mini-how-to, as I did.
1. Connect the datacard to usb port.
2. Install wvdial&#160;&#160;&#160; sudo apt-get install wvdial
3. configure wvdial&#160;&#160; sudo wvdialconf
It could not find any modem in the usb port and threw [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=439&subd=goinggnu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today, got a Reliance Netconnect datacard. Trying to connect it with linux.</p>
<p>Googled for it and got more results. Here adding my experiences.</p>
<p>Here is a mini-how-to, as I did.</p>
<p>1. Connect the datacard to usb port.</p>
<p>2. Install wvdial<br />&nbsp;&nbsp;&nbsp; sudo apt-get install wvdial</p>
<p>3. configure wvdial<br />&nbsp;&nbsp; sudo wvdialconf</p>
<p>It could not find any modem in the usb port and threw the following error.</p>
<blockquote><p>shrinivasan@shrinivasan-laptop:$ sudo wvdialconf <br />Editing `/etc/wvdial.conf&#8217;.</p>
<p>Scanning your serial ports for a modem.</p>
<p>Modem Port Scan&lt;*1&gt;: S0&nbsp;&nbsp; S1&nbsp;&nbsp; S2&nbsp;&nbsp; S3&nbsp;&nbsp; </p>
<p>Sorry, no modem was detected!&nbsp; Is it in use by another program?<br />Did you configure it properly with setserial?</p>
<p>Please read the FAQ at http://open.nit.ca/wiki/?WvDial</p>
<p>If you still have problems, send mail to &lt;wvdial-list@lists.nit.ca&gt;.</p>
</blockquote>
<p>4. check for whether the usb card is detected using &#8216;lsusb&#8217;</p>
<blockquote><p>shrinivasan@shrinivasan-laptop:$ lsusb<br />Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br />Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />Bus 004 Device 002: ID 046d:c016 Logitech, Inc. M-UV69a/HP M-UV96 Optical Wheel Mouse<br />Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />Bus 005 Device 010: ID 19d2:fffd ONDA Communication S.p.A. <br />Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br />Bus 003 Device 003: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor<br />Bus 003 Device 002: ID 0a5c:2110 Broadcom Corp. Bluetooth Controller<br />Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub</p></blockquote>
<p>So it is detected in my laptop as <br />
<blockquote>Bus 005 Device 010: ID 19d2:fffd ONDA Communication S.p.A. </p>
<p></p></blockquote>
<p>Here, vendor = 19d2 and product = fffd</p>
<p>5. The kernel module for the usb data card is not loaded by default. so, we need to load the module manually. Now load the kernel module for the usb card, using following command.</p>
<p>
<blockquote>sudo modprobe usbserial vendor=0&#215;19d2 product=0xfffd</p></blockquote>
<p>Thats all. Now, let us check whether wvdial can recognize the data card now.</p>
<blockquote><p>6. shrinivasan@shrinivasan-laptop:$ sudo wvdialconf <br />Editing `/etc/wvdial.conf&#8217;.</p>
<p>Scanning your serial ports for a modem.</p>
<p>Modem Port Scan&lt;*1&gt;: S0&nbsp;&nbsp; S1&nbsp;&nbsp; S2&nbsp;&nbsp; S3&nbsp;&nbsp; <br />WvModem&lt;*1&gt;: Cannot get information for serial port.<br />ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 &#8212; OK<br />ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 Z &#8212; OK<br />ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &#8212; OK<br />ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &#8212; OK<br />ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 &#8212; OK<br />ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 &#8212; OK<br />ttyUSB0&lt;*1&gt;: Modem Identifier: ATI &#8212; ZTEiT, Incorporated<br />ttyUSB0&lt;*1&gt;: Speed 9600: AT &#8212; OK<br />ttyUSB0&lt;*1&gt;: Max speed is 9600; that should be safe.<br />ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 &#8212; OK<br />WvModem&lt;*1&gt;: Cannot get information for serial port.<br />ttyUSB1&lt;*1&gt;: ATQ0 V1 E1 &#8212; failed with 2400 baud, next try: 9600 baud<br />ttyUSB1&lt;*1&gt;: ATQ0 V1 E1 &#8212; failed with 9600 baud, next try: 9600 baud<br />ttyUSB1&lt;*1&gt;: ATQ0 V1 E1 &#8212; and failed too at 115200, giving up.<br />WvModem&lt;*1&gt;: Cannot get information for serial port.<br />ttyUSB2&lt;*1&gt;: ATQ0 V1 E1 &#8212; failed with 2400 baud, next try: 9600 baud<br />ttyUSB2&lt;*1&gt;: ATQ0 V1 E1 &#8212; failed with 9600 baud, next try: 9600 baud<br />ttyUSB2&lt;*1&gt;: ATQ0 V1 E1 &#8212; and failed too at 115200, giving up.</p>
<p>Found a modem on /dev/ttyUSB0.<br />Modem configuration written to /etc/wvdial.conf.<br />ttyUSB0&lt;Info&gt;: Speed 9600; init &#8220;ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0&#8243;</p></blockquote>
<p>7. Cool. The data card is recognized. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Now, let us configure the file /etc/wvdial.conf with the authentication details.</p>
<blockquote><p>shrinivasan@shrinivasan-laptop:$ sudo vim /etc/wvdial.conf </p>
<p>[Dialer Defaults]<br />Init1 = ATZ<br />Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />Modem Type = Analog Modem<br />Baud = 9600<br />New PPPD = yes<br />Modem = /dev/ttyUSB0<br />ISDN = 0<br />; Phone = &lt;Target Phone Number&gt;<br />; Password = &lt;Your Password&gt;<br />; Username = &lt;Your Login Name&gt;</p>
<p>Username = 9xxxxxxxxx<br />Password = 9xxxxxxxxx<br />Phone = #777<br />Stupid Mode = 1</p></blockquote>
<p>In the username and password section, give your reliance card no.</p>
<p>8. Now, connect to Internet using the command &#8220;wvdial&#8221;.</p>
<blockquote><p>shrinivasan@shrinivasan-laptop:$ sudo wvdial<br />&#8211;&gt; WvDial: Internet dialer version 1.60<br />&#8211;&gt; Cannot get information for serial port.<br />&#8211;&gt; Initializing modem.<br />&#8211;&gt; Sending: ATZ<br />ATZ<br />OK<br />&#8211;&gt; Sending: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />OK<br />&#8211;&gt; Modem initialized.<br />&#8211;&gt; Sending: ATDT#777<br />&#8211;&gt; Waiting for carrier.<br />ATDT#777<br />CONNECT<br />&#8211;&gt; Carrier detected.&nbsp; Starting PPP immediately.<br />&#8211;&gt; Starting pppd at Thu Nov&nbsp; 5 15:45:26 2009<br />&#8211;&gt; Pid of pppd: 3205<br />&#8211;&gt; Using interface ppp0<br />&#8211;&gt; pppd: 0$P<br />&#8211;&gt; pppd: 0$P<br />&#8211;&gt; pppd: 0$P<br />&#8211;&gt; pppd: 0$P<br />&#8211;&gt; pppd: 0$P<br />&#8211;&gt; local&nbsp; IP address 115.184.194.33<br />&#8211;&gt; pppd: 0$P<br />&#8211;&gt; remote IP address 220.224.141.145<br />&#8211;&gt; pppd: 0$P<br />&#8211;&gt; primary&nbsp;&nbsp; DNS address 202.138.103.100<br />&#8211;&gt; pppd: 0$P<br />&#8211;&gt; secondary DNS address 202.138.96.2<br />&#8211;&gt; pppd: 0$P</p></blockquote>
<p>Wow. You are connected to net.</p>
<p>9. check it using </p>
<blockquote><p>$ ifconfig ppp0</p>
<p>ppp0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Point-to-Point Protocol&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:115.184.194.33&nbsp; P-t-P:220.224.141.145&nbsp; Mask:255.255.255.255<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UP POINTOPOINT RUNNING NOARP MULTICAST&nbsp; MTU:1500&nbsp; Metric:1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX packets:4 errors:0 dropped:0 overruns:0 frame:0<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TX packets:4 errors:0 dropped:0 overruns:0 carrier:0<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; collisions:0 txqueuelen:3 <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX bytes:114 (114.0 B)&nbsp; TX bytes:87 (87.0 B)</p></blockquote>
<p>10. Now, you can browse Internet using the browser.</p>
<p>This will work until&nbsp; you reboot the machine.</p>
<p>11. Let us create a small shell script to connect Internet easily.</p>
<p>vim net.sh</p>
<blockquote><p>#!/bin/bash<br />modprobe usbserial vendor=0&#215;19d2 product=0xfffd<br />wvdial</p></blockquote>
<p>12. Now to connect Internet</p>
<blockquote><p>sudo bash net.sh</p></blockquote>
<p>This command will load the kernel module for the usb card and conect you to Internet.</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=3b0bd44a-8255-88b0-94bd-db44811cc226" /></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goinggnu.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goinggnu.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goinggnu.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goinggnu.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goinggnu.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goinggnu.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goinggnu.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goinggnu.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goinggnu.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goinggnu.wordpress.com/439/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=439&subd=goinggnu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://goinggnu.wordpress.com/2009/11/05/use-reliance-netconnect-datacard-with-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75126d0fcfa68e78d34a6eaced8cad95?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tshrinivasan</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=3b0bd44a-8255-88b0-94bd-db44811cc226" medium="image" />
	</item>
		<item>
		<title>Google Voice Chat in Ubuntu 9.10</title>
		<link>http://goinggnu.wordpress.com/2009/11/01/google-voice-chat-in-ubuntu-9-10/</link>
		<comments>http://goinggnu.wordpress.com/2009/11/01/google-voice-chat-in-ubuntu-9-10/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 10:44:24 +0000</pubDate>
		<dc:creator>tshrinivasan</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://goinggnu.wordpress.com/2009/11/01/google-voice-chat-in-ubuntu-9-10/</guid>
		<description><![CDATA[Wow.

After years of waiting, Linux got the Google voice chat.

The new Ubuntu 9.10 karmic koala has brought the tool &#8220;Empathy&#8220;. It has the built in facility to have voice chat with google talk users.


Now I am talking with google talk users.

Thanks to the community.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=438&subd=goinggnu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Wow.</p>
<p>
After years of waiting, Linux got the Google voice chat.</p>
<p>
The new Ubuntu 9.10 karmic koala has brought the tool &#8220;<strong>Empathy</strong>&#8220;. It has the built in facility to have voice chat with google talk users.</p>
</p>
<p>
Now I am talking with google talk users.</p>
<p>
Thanks to the community.</p></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goinggnu.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goinggnu.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goinggnu.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goinggnu.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goinggnu.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goinggnu.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goinggnu.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goinggnu.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goinggnu.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goinggnu.wordpress.com/438/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=438&subd=goinggnu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://goinggnu.wordpress.com/2009/11/01/google-voice-chat-in-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75126d0fcfa68e78d34a6eaced8cad95?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tshrinivasan</media:title>
		</media:content>
	</item>
		<item>
		<title>How to get a Linux Admin Job?</title>
		<link>http://goinggnu.wordpress.com/2009/10/28/how-to-get-a-linux-admin-job/</link>
		<comments>http://goinggnu.wordpress.com/2009/10/28/how-to-get-a-linux-admin-job/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 14:20:23 +0000</pubDate>
		<dc:creator>tshrinivasan</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://goinggnu.wordpress.com/2009/10/28/how-to-get-a-linux-admin-job/</guid>
		<description><![CDATA[Often, I am getting requests for a job from freshers who do there RHCE course.
If is tough to hire RHCE freshers as they dont have any practical experiences with realtime problems.
Recently, got a mail from a guy asking for a linux admin job, after finishing his RHCE.  
Here is my reply to him. 
========================================================Hi,
Nice [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=436&subd=goinggnu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Often, I am getting requests for a job from freshers who do there RHCE course.</p>
<p>If is tough to hire RHCE freshers as they dont have any practical experiences with realtime problems.</p>
<p>Recently, got a mail from a guy asking for a linux admin job, after finishing his RHCE. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Here is my reply to him. </p>
<p>========================================================<br />Hi,</p>
<p>Nice to get the resume.</p>
<p>I hope you have much knowledge in linux administration.<br />But, being a fresher, it is tough to prove to the people<br />that you have much knowledge.</p>
<p>People hesitate to give linux admin jobs to freshers as<br />they could not handle REALTIME servers without experience.</p>
<p>This is a chicken and egg problem. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>To comeout of this, show your skills to the community<br />and put your community activities in your resume.</p>
<p>The following things will give you tons of opportunities.</p>
<p>1. <b>Goto schools/colleges/Offices</b>.</p>
<p> &nbsp; Install Linux servers there. Setup a network with ubuntu desktops.<br /> &nbsp; you can do this for free or little cost.<br /> &nbsp; only thing is, you have to go and ask the people for the opportunity.<br /> &nbsp; Most of the time, you will be rejected. But even 1 opportunity will<br />&nbsp; give you a  great experience.<br /> &nbsp; Instead of asking for jobs, you can ask your friends for this opportunity.</p>
<p>2. <b>Be a active member in Linux User Groups.</b></p>
<p> &nbsp; Join Chennai Linux User Group and KanchiLUG.</p>
<p> &nbsp; <a href="http://www.ae.iitm.ac.in/mailman/listinfo/ilugc" target="_blank">http://www.ae.iitm.ac.in/mailman/listinfo/ilugc</a><br /> &nbsp; <a href="http://www.freelists.org/list/kanchilug" target="_blank">http://www.freelists.org/list/kanchilug</a></p>
<p> &nbsp; <a href="http://kanchilug.wordpress.com" target="_blank">http://kanchilug.wordpress.com</a></p>
<p> &nbsp; ChennaiLUG is having monthly meeting on every 2nd saturday at IIT-Madras.<br /> &nbsp; KanchiLUG is having every sunday at siva kalvi nilaiyam, ppm.</p>
<p> &nbsp; Attend meetings, teach people what you know.<br /> &nbsp; you can teach anything. from simple commands to servers setup.<br /> &nbsp; This will make people to notice you.</p>
<p> &nbsp; Both LUGs have many people who can give you more opportunities.</p>
<p> &nbsp; Join the mailing lists and answer to the questions people ask.<br /> &nbsp; This will increase your knowledge.</p>
<p> &nbsp; Dont miss to participate in the public events these LUGS do.</p>
<p>3. <b>Answer to Forums &amp; IRC</b></p>
<p> &nbsp; There are many forums where you can answer to questions.<br /> &nbsp; This is the easiest way to increase the knowledge.</p>
<p> &nbsp; <a href="http://www.linuxquestions.org" target="_blank">www.linuxquestions.org</a><br /> &nbsp; <a href="http://www.ubuntuforums.org" target="_blank">www.ubuntuforums.org</a><br /> &nbsp; <a href="http://www.fedoraforum.org" target="_blank">www.fedoraforum.org</a><br /> &nbsp; <a href="http://www.linuxforums.org" target="_blank">www.linuxforums.org</a></p>
<p> &nbsp; These are the best places where you can hangout. Answer the questions<br /> &nbsp; for the server related questions.</p>
<p> &nbsp; learn IRC. answer questions on <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #linux-india,#ubuntu,#fedora</p>
<p>4.<b> Have a blog.</b></p>
<p> &nbsp; start a blog on <a href="http://www.wordpress.com" target="_blank">www.wordpress.com</a> or <a href="http://www.blogspot.com" target="_blank">www.blogspot.com</a><br /> &nbsp; share your knowledge in the blogs.<br /> &nbsp; Whatever you learn/do/try/fail/fear/conquer related to linux, blog it.</p>
<p>5. <b>Come out of RHCE</b></p>
<p> &nbsp; Go beyond RHCE, Certification is just a start. Grow beyond it. Linux is vast,<br /> &nbsp; can not fix it into a 3 books. Learn lot of things like Subversion,<br />&nbsp; Database administration,  &nbsp; Backups, Security, Clustering, Virtualization, Shell scripting, LTSP,<br /> &nbsp; Any language like Ruby/Python/Perl.</p>
<p> &nbsp; People avoid who stops learning.</p>
<p>6. <b>Read / Read / Read</b></p>
<p> &nbsp; Read more tutorials, how-tos, blogs, forums etc.</p>
<p> &nbsp; <a href="http://www.linux.com" target="_blank">www.linux.com</a><br /> &nbsp; <a href="http://www.fs-daily.com" target="_blank">www.fs-daily.com</a><br /> &nbsp; <a href="http://www.lxer.com" target="_blank">www.lxer.com</a><br /> &nbsp; <a href="http://www.linuxhomenetworking.com" target="_blank">www.linuxhomenetworking.com</a><br /> &nbsp; <a href="http://www.howtoforge.com" target="_blank">www.howtoforge.com</a></p>
<p> &nbsp; Keep on reading and do all the experiments.</p>
<p>7. <b>Use Linux</b></p>
<p> &nbsp; Use linux as your desktop. Be 100% away from windows.<br /> &nbsp; Install ubuntu or fedora. Install multimedia codecs.<br /> &nbsp; Play audio/Video. Play 3d games. Create graphics using gimp/Inkscape.<br /> &nbsp; Use OpenOffice, Burn CDs/DVDs, ..</p>
<p> &nbsp; Live with Linux.</p>
<p>Yes. There are more things to do.</p>
<p>But the above list is what I did to get a job with linux and it worked for me.<br />It worked for many people too.</p>
<p>If you do all the above said and put them in your resume,<br />those text will start to glow in your resume and catch the companies eyes.</p>
<p>They will check the links you give in resumes like your blog and<br />community activities.</p>
<p>There wont be any need for any experience than what you show to the<br />community in web.</p>
<p>You should continue them after you get the job too.<br />That will take you to the higher levels.</p>
<p>Hope you get the points.</p>
<p>Keep on posting us what you are doing.</p>
<p>Wishes,<br />Shrinivasan</p>
<p>====================================================</p>
<p>Do you have any other points to add?<br />Please share in the comments.</p>
<p>Thanks.</p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=23a0dfbc-3a2f-8cd9-84ec-5665b73f0bd0" /></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goinggnu.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goinggnu.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goinggnu.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goinggnu.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goinggnu.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goinggnu.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goinggnu.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goinggnu.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goinggnu.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goinggnu.wordpress.com/436/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=436&subd=goinggnu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://goinggnu.wordpress.com/2009/10/28/how-to-get-a-linux-admin-job/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75126d0fcfa68e78d34a6eaced8cad95?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tshrinivasan</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=23a0dfbc-3a2f-8cd9-84ec-5665b73f0bd0" medium="image" />
	</item>
		<item>
		<title>Installing RT &#8211; Request Tracker in RHEL4</title>
		<link>http://goinggnu.wordpress.com/2009/10/28/installing-rt-request-tracker-in-rhel4/</link>
		<comments>http://goinggnu.wordpress.com/2009/10/28/installing-rt-request-tracker-in-rhel4/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 13:02:16 +0000</pubDate>
		<dc:creator>tshrinivasan</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://goinggnu.wordpress.com/2009/10/28/installing-rt-request-tracker-in-rhel4/</guid>
		<description><![CDATA[Request Tracker, commonly abbreviated to RT, is a ticket-tracking system written in Perl used to coordinate tasks and manage requests among a community of users.
RT is built using Perl and runs on Apache web server with data stored in MySQL. It is possible to extend the RT interface using plug-ins written in Perl.
It has its [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=434&subd=goinggnu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>Request Tracker</b>, commonly abbreviated to <b>RT</b>, is a <a href="http://en.wikipedia.org/wiki/Ticket_tracking" title="Ticket tracking" class="mw-redirect">ticket-tracking</a> system written in <a href="http://en.wikipedia.org/wiki/Perl" title="Perl">Perl</a> used to <a href="http://en.wikipedia.org/wiki/Coordination" title="Coordination">coordinate</a> <a href="http://en.wikipedia.org/wiki/Task_%28project_management%29" title="Task (project management)">tasks</a> and manage requests among a <a href="http://en.wikipedia.org/wiki/Community" title="Community">community</a> of users.</p>
<p>RT is built using Perl and runs on <a href="http://en.wikipedia.org/wiki/Apache_web_server" title="Apache web server" class="mw-redirect">Apache web server</a> with data stored in <a href="http://en.wikipedia.org/wiki/MySQL" title="MySQL">MySQL</a>. It is possible to extend the RT interface using plug-ins written in Perl.</p>
<p>It has its other competitors like Trac, Mantis etc. But still, RT is being cake for its own lovers.</p>
<p>I had an opportunity to install RT in RHEL4. </p>
<p>RHEL4 is killing the admins. There is no YUM. No package repositories. Everything, you have to download the RPMS manually from any rpm sites like <a target="_blank" href="rpm.pbone.net">rpm.pbone.net</a> or <a target="_blank" href="rpmfind.net">rpmfind.net</a></p>
<p>RT is written with perl and lot of perl modules should be installed. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Oh No. I am missing my darling Ubuntu and debian.</p>
<p>But still, prepared for the war. Downloaded RT from<a target="_blank" href="http://bestpractical.com/rt/"> http://bestpractical.com/rt/</a></p>
<p>The README file is an excellent companion to install it. Followed it.</p>
<p>The system I got was already spoiled with different versions of apache and various perl modules.</p>
<p>Removed all the apache and perl modules. Downloaded RPMS for apache and some perl modules.<br />Some modules required CPAN to install.</p>
<p>Through CPAN, removed the conflicted perl modules and installed the required modules.</p>
<p>Then, following the README file, configured apache and mysql.</p>
<p>Struggled to configure apache and google helped me to solve all the issues.</p>
<p>Finally, RT is installed. It is nice to see the application to be up and running after some days of war with it. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Here are the links that helped me install RT:</p>
<p><a target="_blank" href="http://wiki.bestpractical.com/view/RHEL4InstallGuide">http://wiki.bestpractical.com/view/RHEL4InstallGuide</a></p>
<p><a target="_blank" href="http://nirlog.com/2006/02/17/rt-request-tracker-installation-centos-4/">http://nirlog.com/2006/02/17/rt-request-tracker-installation-centos-4/</a></p>
<p><a target="_blank" href="http://www.ptitov.net/2008/07/request-tracker-installation-o.html">http://www.ptitov.net/2008/07/request-tracker-installation-o.html</a></p>
<p><a rel="nofollow" class="taggedlink " href="http://translate.google.com/translate?hl=en&amp;sl=ja&amp;u=http://d.hatena.ne.jp/ksmemo/20071121/p1&amp;ei=rBXnSoCvH4TWsgPO1JmeBQ&amp;sa=X&amp;oi=translate&amp;ct=result&amp;resnum=1&amp;ved=0CAgQ7gEwAA&amp;prev=/search%3Fq%3DUndefined%2Bsubroutine%2B%2526Compress::Zlib::gzopen%2Bcalled%2Bat%2B/usr/lib/perl5/5.8.5/CPAN.pm%2Bline%2B5722.%26hl%3Den%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official%26hs%3Dt2T">CentOS 4.x for error resolution CPAN</a></p>
<p><a rel="nofollow" class="taggedlink " href="http://opensourceexperiments.wordpress.com/2009/03/28/how-to-uninstall-a-cpan-module/">How to uninstall a CPAN module ?</a></p>
<p>IRC channel for RT :&nbsp;&nbsp; #rt at irc.perl.org</p>
<p>Demo for RT is here : <a target="_blank" href="http://rt.easter-eggs.org/demos/">http://rt.easter-eggs.org/demos/</a></p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=45364524-d182-8035-a37b-62ca7bb97caf" /></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goinggnu.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goinggnu.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goinggnu.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goinggnu.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goinggnu.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goinggnu.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goinggnu.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goinggnu.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goinggnu.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goinggnu.wordpress.com/434/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=434&subd=goinggnu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://goinggnu.wordpress.com/2009/10/28/installing-rt-request-tracker-in-rhel4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75126d0fcfa68e78d34a6eaced8cad95?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tshrinivasan</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=45364524-d182-8035-a37b-62ca7bb97caf" medium="image" />
	</item>
		<item>
		<title>Test for SPAM</title>
		<link>http://goinggnu.wordpress.com/2009/10/15/test-for-spam/</link>
		<comments>http://goinggnu.wordpress.com/2009/10/15/test-for-spam/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 18:27:26 +0000</pubDate>
		<dc:creator>tshrinivasan</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://goinggnu.wordpress.com/2009/10/15/test-for-spam/</guid>
		<description><![CDATA[This post is intentionally created to test anti-spam techniques used in wordpress.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=432&subd=goinggnu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This post is intentionally created to test anti-spam techniques used in wordpress.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=8c052128-5c68-8f20-a872-3d1b56366d60" /></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goinggnu.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goinggnu.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goinggnu.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goinggnu.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goinggnu.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goinggnu.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goinggnu.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goinggnu.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goinggnu.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goinggnu.wordpress.com/432/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=432&subd=goinggnu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://goinggnu.wordpress.com/2009/10/15/test-for-spam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75126d0fcfa68e78d34a6eaced8cad95?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tshrinivasan</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=8c052128-5c68-8f20-a872-3d1b56366d60" medium="image" />
	</item>
		<item>
		<title>Giftwrap &#8211; Easy way to Create Ubuntu packages</title>
		<link>http://goinggnu.wordpress.com/2009/10/13/giftwrap-easy-way-to-create-ubuntu-packages/</link>
		<comments>http://goinggnu.wordpress.com/2009/10/13/giftwrap-easy-way-to-create-ubuntu-packages/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 18:04:33 +0000</pubDate>
		<dc:creator>tshrinivasan</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://goinggnu.wordpress.com/2009/10/13/giftwrap-easy-way-to-create-ubuntu-packages/</guid>
		<description><![CDATA[GiftWrap is a hassle-free way to create Ubuntu packages. It is designed for anyone who deals with distributing software &#8211; be it theme artists, software developers, or anyone else. In the future, it will support updating of existing packages, uploading to PPA&#8217;s split packages and more.
Download
  A PPA is available is available and is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=428&subd=goinggnu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>GiftWrap </b>is a hassle-free way to create Ubuntu packages. It is designed for anyone who deals with distributing software &#8211; be it theme artists, software developers, or anyone else. In the future, it will support updating of existing packages, uploading to PPA&#8217;s split packages and more.</p>
<p>Download</p>
<p>  A <a href="https://launchpad.net/%7Egiftwrap/+archive/ppa" target="_blank">PPA is available</a> is available and is the recommended method of installation.
<p>Additionally, here are links to the individual .deb packages:</p>
<p>Ubuntu 9.04:<a href="https://launchpad.net/%7Egiftwrap/+archive/ppa/+files/giftwrap_0.1-ppa5_i386.deb" target="_blank">32bit</a>, <a href="https://launchpad.net/%7Egiftwrap/+archive/ppa/+files/giftwrap_0.1-ppa5_amd64.deb" target="_blank">64bit</a>, <a href="https://launchpad.net/%7Egiftwrap/+archive/ppa/+files/giftwrap_0.1-ppa5_lpia.deb" target="_blank">lpia</a></p>
<p>Ubuntu 8.10: <a href="https://launchpad.net/%7Egiftwrap/+archive/ppa/+files/giftwrap_0.1-ppa6_i386.deb" target="_blank">32bit</a>, <a href="https://launchpad.net/%7Egiftwrap/+archive/ppa/+files/giftwrap_0.1-ppa6_amd64.deb" target="_blank">64bit</a>, <a href="https://launchpad.net/%7Egiftwrap/+archive/ppa/+files/giftwrap_0.1-ppa6_lpia.deb" target="_blank">lpia</a></p>
<p>The source code download along with md5 sums for the 0.1 release are <a href="http://giftwrap.tuxfamily.org/downloads/giftwrap-0.1.tar.bz2" target="_blank">available here</a></p>
<p><a href="http://www.youtube.com/watch?v=JEb95mG36UU&amp;hl=en&amp;fs=1" target="_blank">Video</a> can be sen here.</p>
<p>
<div class="youtube-video">  <span style="text-align:center; display: block;"><a href="http://goinggnu.wordpress.com/2009/10/13/giftwrap-easy-way-to-create-ubuntu-packages/"><img src="http://img.youtube.com/vi/JEb95mG36UU/2.jpg" alt="" /></a></span>  </div>
<p>giftwrap 0.1 demonstration</p>
<p></p>
<p>  So , go-ahead make your own PPA and upload them all <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />          </p>
<p>Source : <a target="_blank" href="http://www.h3manth.com/2009/06/01/giftwrap-create-ubuntu-packages">http://www.h3manth.com/2009/06/01/giftwrap-create-ubuntu-packages</a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=3ad89965-a508-894d-b656-a925541b9d23" /></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goinggnu.wordpress.com/428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goinggnu.wordpress.com/428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goinggnu.wordpress.com/428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goinggnu.wordpress.com/428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goinggnu.wordpress.com/428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goinggnu.wordpress.com/428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goinggnu.wordpress.com/428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goinggnu.wordpress.com/428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goinggnu.wordpress.com/428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goinggnu.wordpress.com/428/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=428&subd=goinggnu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://goinggnu.wordpress.com/2009/10/13/giftwrap-easy-way-to-create-ubuntu-packages/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75126d0fcfa68e78d34a6eaced8cad95?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tshrinivasan</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/JEb95mG36UU/2.jpg" medium="image" />

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=3ad89965-a508-894d-b656-a925541b9d23" medium="image" />
	</item>
		<item>
		<title>Linux way of putting your baby to sleep</title>
		<link>http://goinggnu.wordpress.com/2009/10/12/linux-way-of-putting-your-baby-to-sleep/</link>
		<comments>http://goinggnu.wordpress.com/2009/10/12/linux-way-of-putting-your-baby-to-sleep/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 10:41:58 +0000</pubDate>
		<dc:creator>tshrinivasan</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://goinggnu.wordpress.com/2009/10/12/linux-way-of-putting-your-baby-to-sleep/</guid>
		<description><![CDATA[Are you tired of manually rocking your baby to sleep? If your answeris yes, then you should see this video and learn the Linux way  
    
Linux Baby Rocker

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=426&subd=goinggnu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Are you tired of manually rocking your baby to sleep? If your answer<br />is yes, then you should see this video and learn the Linux way <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="youtube-video">  <span style="text-align:center; display: block;"><a href="http://goinggnu.wordpress.com/2009/10/12/linux-way-of-putting-your-baby-to-sleep/"><img src="http://img.youtube.com/vi/bYcF_xX2DE8/2.jpg" alt="" /></a></span>  </div>
<p>Linux Baby Rocker</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=c77c8bbb-91fc-8d6f-941e-61abdf5ac6ae" /></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goinggnu.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goinggnu.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goinggnu.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goinggnu.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goinggnu.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goinggnu.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goinggnu.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goinggnu.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goinggnu.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goinggnu.wordpress.com/426/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=426&subd=goinggnu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://goinggnu.wordpress.com/2009/10/12/linux-way-of-putting-your-baby-to-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75126d0fcfa68e78d34a6eaced8cad95?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tshrinivasan</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/bYcF_xX2DE8/2.jpg" medium="image" />

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=c77c8bbb-91fc-8d6f-941e-61abdf5ac6ae" medium="image" />
	</item>
		<item>
		<title>Windows 7 Sins</title>
		<link>http://goinggnu.wordpress.com/2009/09/30/windows-7-sins/</link>
		<comments>http://goinggnu.wordpress.com/2009/09/30/windows-7-sins/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 18:40:14 +0000</pubDate>
		<dc:creator>tshrinivasan</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://goinggnu.wordpress.com/2009/09/30/windows-7-sins/</guid>
		<description><![CDATA[
Windows 7 Sins: The case against Microsoft and proprietory software.With Windows 7, Microsoft is asserting control over your computer, andis using this power to abuse computer users.
At windows7sins.org, the Free Software Foundation lists seven examplesof abuse committed by Microsoft.1. Poisoning education2. Invading privacy3. Monopoly behavior4. Lock-in5. Abusing standards6. Enforcing Digital Restrictions Management (DRM)7. Threatening user [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=422&subd=goinggnu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img style="max-width:800px;" src="http://en.windows7sins.org/i/logo.png" height="79" width="408" /></p>
<p>Windows 7 Sins: The case against Microsoft and proprietory software.<br />With Windows 7, Microsoft is asserting control over your computer, and<br />is using this power to abuse computer users.</p>
<p>At <a href="http://windows7sins.org" target="_blank">windows7sins.org</a>, the Free Software Foundation lists seven examples<br />of abuse committed by Microsoft.<br />1. Poisoning education<br />2. Invading privacy<br />3. Monopoly behavior<br />4. Lock-in<br />5. Abusing standards<br />6. Enforcing Digital Restrictions Management (DRM)<br />7. Threatening user security</p>
<p><a href="http://en.windows7sins.org/" target="_blank">http://en.windows7sins.org/</a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=a087223b-13d4-888b-b2ea-a59faacca520" /></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goinggnu.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goinggnu.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goinggnu.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goinggnu.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goinggnu.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goinggnu.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goinggnu.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goinggnu.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goinggnu.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goinggnu.wordpress.com/422/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=422&subd=goinggnu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://goinggnu.wordpress.com/2009/09/30/windows-7-sins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75126d0fcfa68e78d34a6eaced8cad95?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tshrinivasan</media:title>
		</media:content>

		<media:content url="http://en.windows7sins.org/i/logo.png" medium="image" />

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=a087223b-13d4-888b-b2ea-a59faacca520" medium="image" />
	</item>
		<item>
		<title>Drupal Sprint India on October 30-31 2009</title>
		<link>http://goinggnu.wordpress.com/2009/09/25/drupal-sprint-india-on-october-30-31-2009/</link>
		<comments>http://goinggnu.wordpress.com/2009/09/25/drupal-sprint-india-on-october-30-31-2009/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 19:04:56 +0000</pubDate>
		<dc:creator>tshrinivasan</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://goinggnu.wordpress.com/2009/09/25/drupal-sprint-india-on-october-30-31-2009/</guid>
		<description><![CDATA[Dear all,
This is a formal announcement of Drupal Sprint India event happeningon October 30-31 2009. An event for those who love Drupal, geeks andnon-geeks alike.
Announcing Drupal Sprint India, a gathering of Drupal enthusiast fromall over India, to contribute to Drupal development.
The event is organized by Pune Linux Users Group with the support ofBhaskaracharya Pratishthan as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=420&subd=goinggnu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Dear all,</p>
<p>This is a formal announcement of Drupal Sprint India event happening<br />on <b>October 30-31 2009.</b> An event for those who love Drupal, geeks and<br />non-geeks alike.</p>
<p>Announcing Drupal Sprint India, a gathering of Drupal enthusiast from<br />all over India, to contribute to Drupal development.</p>
<p>The event is organized by <b>Pune Linux Users Group</b> with the support of<br />Bhaskaracharya Pratishthan as Venue Sponsors.</p>
<p>Drupal is probably the best community driven CMS in open source.<br />Community driven softwares need community contributions for regular<br />enhancements and this is your chance to contribute and gain karma.<br />Drupal sprint India is a two day non-stop event where Drupal<br />developers, documentation and translation guys will get together to<br />enhance Drupal. We will have code sprints, documentation sprints as<br />well as translation sprints.</p>
<p>Join coding sprints to fix patches for upcoming Drupal 7 release or to<br />port modules from Drupal 6 to Drupal 7 or to develop new modules from<br />scratch.</p>
<p>Join Documentation sprint to document Drupal. Documentation sprint<br />will be headed by Addison Berry, Drupal documentation project lead.</p>
<p>Those interested in localization can join the party to translate<br />Drupal to local languages.</p>
<p>You need not have *any experience* with enhancing Drupal before hand,<br />even newbies are invited.</p>
<p>That is not all, we have more in store for you.</p>
<p>Got any Drupal success story to share or you have put Drupal to any<br />innovative use or any magnificent case study where you have integrated<br />Drupal with third party web services or web sites? This is the time to<br />showcase this. Parallel to sprint, we will hold talks and workshops to<br />showcase the capabilities of Drupal beyond CMS to build website. If<br />you have a story to showcase, register for the event right ahead.<br /><b><br />Talks/Workshop registration ends October 15 2009</b>. All talks and<br />registrations submitted will go through a community voting and top 10<br />talks plus workshops will be chosen for the event. We plan to hold<br />total of 8 hours of talks and 8 hours of workshops around Drupal over<br />two days.</p>
<p>Still interested in Drupal to use it in your next big venture&#8230; Just<br />drop in and learn from the best Drupal brains around the country on<br />how to put Drupal to best use.</p>
<p>So click &nbsp; <a href="http://drupalindia2009.plug.org.in" target="_blank">http://drupalindia2009.plug.org.in</a> &nbsp; now and register for the event.<br />The event is free, registration is free. &nbsp;All you have to make sure<br />that your code is also FREE.</p>
<p>So, what are you waiting for? Mark your calendar for the event dates!!</p>
<p>Best regards,<br />&#8211;Sudhanwa Jogalekar</p>
<p>Pune GNU/Linux Users Group</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=8016ade5-fd80-86ec-98d9-6ddd04e2b3e0" /></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goinggnu.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goinggnu.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goinggnu.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goinggnu.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goinggnu.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goinggnu.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goinggnu.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goinggnu.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goinggnu.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goinggnu.wordpress.com/420/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=420&subd=goinggnu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://goinggnu.wordpress.com/2009/09/25/drupal-sprint-india-on-october-30-31-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75126d0fcfa68e78d34a6eaced8cad95?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tshrinivasan</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=8016ade5-fd80-86ec-98d9-6ddd04e2b3e0" medium="image" />
	</item>
		<item>
		<title>THE ABC&#8217;S OF UNIX</title>
		<link>http://goinggnu.wordpress.com/2009/09/23/the-abcs-of-unix-2/</link>
		<comments>http://goinggnu.wordpress.com/2009/09/23/the-abcs-of-unix-2/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 15:43:39 +0000</pubDate>
		<dc:creator>tshrinivasan</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://goinggnu.wordpress.com/2009/09/23/the-abcs-of-unix-2/</guid>
		<description><![CDATA[A is for Awk, which runs like a snail, and    B is for Biff, which reads all your mail.
    C is for CC, as hackers recall, while    D is for DD, the command that does all.
    E is for Emacs, which rebinds your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=418&subd=goinggnu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A is for Awk, which runs like a snail, and<br />    B is for Biff, which reads all your mail.</p>
<p>    C is for CC, as hackers recall, while<br />    D is for DD, the command that does all.</p>
<p>    E is for Emacs, which rebinds your keys, and<br />    F is for Fsck, which rebuilds your trees.</p>
<p>    G is for Grep, a clever detective, while<br />    H is for Halt, which may seem defective.</p>
<p>    I is for Indent, which rarely amuses, and<br />    J is for Join, which nobody uses.</p>
<p>    K is for Kill, which makes you the boss, while<br />    L is for Lex, which is missing from DOS.</p>
<p>    M is for More, from which Less was begot, and<br />    N is for Nice, which it really is not.</p>
<p>    O is for Od, which prints out things nice, while<br />    P is for Passwd, which reads in strings twice.</p>
<p>    Q is for Quota, a Berkeley-type fable, and<br />    R is for Ranlib, for sorting ar [sic] table.</p>
<p>    S is for Spell, which attempts to belittle, while<br />    T is for True, which does very little.</p>
<p>    U is for Uniq, which is used after Sort, and<br />    V is for Vi, which is hard to abort.</p>
<p>    W is for Whoami, which tells you your name, while<br />    X is, well, X, of dubious fame.</p>
<p>    Y is for Yes, which makes an impression, and<br />    Z is for Zcat, which handles compression.</p>
<p>Source is here :<br /><a target="_blank" href="http://www.mit.edu/people/yandros/humor/unix-alphabet">http://www.mit.edu/people/yandros/humor/unix-alphabet</a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=a143226d-3bfd-8942-bb53-db9a0a2d1b00" /></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goinggnu.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goinggnu.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goinggnu.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goinggnu.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goinggnu.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goinggnu.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goinggnu.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goinggnu.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goinggnu.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goinggnu.wordpress.com/418/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goinggnu.wordpress.com&blog=514357&post=418&subd=goinggnu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://goinggnu.wordpress.com/2009/09/23/the-abcs-of-unix-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75126d0fcfa68e78d34a6eaced8cad95?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tshrinivasan</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=a143226d-3bfd-8942-bb53-db9a0a2d1b00" medium="image" />
	</item>
	</channel>
</rss>