<?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>Linux Users Group Manipal &#187; Uncategorized</title>
	<atom:link href="http://www.lugmanipal.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lugmanipal.org</link>
	<description>The Best Things in Life are Free</description>
	<lastBuildDate>Wed, 26 Oct 2011 08:41:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Mobivision Workshop 2011</title>
		<link>http://www.lugmanipal.org/2011/09/26/mobivision-workshop-2011/</link>
		<comments>http://www.lugmanipal.org/2011/09/26/mobivision-workshop-2011/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 12:49:30 +0000</pubDate>
		<dc:creator>varun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=323</guid>
		<description><![CDATA[Mobivision workshop has always been one of the top workshops by LUG. Unlike every year this year workshop was conducted on Android. Previously the workshop used to be on Symbian (Using Python for S60) . Day1 &#8211; Installation of eclipse and android SDK was done. Everyone installed and started there emulator successful. Hello World program [...]]]></description>
			<content:encoded><![CDATA[<p>Mobivision workshop has always been one of the top workshops by LUG.  Unlike every year this year workshop was conducted on Android.  Previously the workshop used to be on Symbian (Using Python for S60) .</p>
<p>Day1 &#8211; Installation of eclipse and android SDK was done. Everyone  installed and started there emulator successful. Hello World program was  explained properly. Making UI through XML and through java file was  explained. Then App inventor tool of google was shown.</p>
<p>Day2 &#8211; Basics of java and then android overview (activities,  intents, widget&#8230;) was covered first. Then Lab1 was done which was  hands-on-session<em> </em> . Everyone used Linear Layout,  Button, EditText, Checkbox , etc&#8230; through dynamic programming and made  a simple app. How to use LogCat to debug code was also taught.</p>
<p>Day3-  Different Example codes were explained and distributed. Lab2  was done which was hand on session. Same layout which was made in day2  was now made through xml. It covered different layout, widget most  importantly listview, adapter, layout inflator, etc.</p>
<p>Lastly there was discussion on ideation as well. How to generate  ideas for an mobile application. What all thing we should look for when  we go for making an mobile application, etc.</p>
<p>All files are attached  (Lab1, Lab2 complete, examples and slides)</p>
<p><a href="http://www.slideshare.net/sritolia/android-workshday1" target="_blank">http://www.slideshare.net/sritolia/android-workshday1</a></p>
<p><a href="http://www.slideshare.net/sritolia/android-workshobasic-java" target="_blank">http://www.slideshare.net/sritolia/android-workshobasic-java</a></p>
<p><a href="http://www.slideshare.net/sritolia/android-workshop-day3" target="_blank">http://www.slideshare.net/sritolia/android-workshop-day3</a></p>
<p><a href="http://www.lugmanipal.org/wordpress/wp-content/uploads/2011/09/lugmanipal.zip">http://www.lugmanipal.org/wordpress/wp-content/uploads/2011/09/lugmanipal.zip</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2011/09/26/mobivision-workshop-2011/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Installing the Android SDK</title>
		<link>http://www.lugmanipal.org/2011/09/22/installing-the-android-sdk/</link>
		<comments>http://www.lugmanipal.org/2011/09/22/installing-the-android-sdk/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 09:24:58 +0000</pubDate>
		<dc:creator>varun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=321</guid>
		<description><![CDATA[1) System Requirement &#8211; Check whether your operating system supports for developing Android applications using the Android SDK. http://developer.android.com/sdk/requirements.html 2) JDK-  Download and install the Java JDK depending upon the OS and processor (32bit or 64 bit) you have. http://java.sun.com/javase/downloads/index.jsp JDK 7 is recommended. 3) Eclipse &#8211; Download eclipse zip file and extract it. &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>1) System Requirement &#8211; Check whether your operating system supports for developing  Android applications using the Android SDK.<br />
<a href="http://developer.android.com/sdk/requirements.html" target="_blank"> http://developer.android.com/sdk/requirements.html</a></p>
<p>2) JDK-  Download and install the Java JDK depending upon the OS and processor (32bit or 64 bit) you have.<a href="http://java.sun.com/javase/downloads/index.jsp" target="_blank"> http://java.sun.com/javase/downloads/index.jsp</a><br />
JDK 7 is recommended.</p>
<p>3) Eclipse &#8211; Download eclipse zip file and extract it. &#8211; <a href="http://www.eclipse.org/downloads/" target="_blank">http://www.eclipse.org/downloads/</a> .The &#8220;Eclipse Classic&#8221; version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.</p>
<p>4) Download Android SDK &#8211; download and extract the android sdk depending upon the OS you have. <a href="http://developer.android.com/sdk/index.html" target="_blank">http://developer.android.com/sdk/index.html</a></p>
<p>5) ADT Plugin &#8211; Install the ADT Plugin</p>
<ol>
<li>Start Eclipse, then select <strong>Help</strong> &gt; <strong>Install New Software&#8230;</strong>.</li>
<li>Click <strong>Add</strong>, in the top-right corner.</li>
<li>In the Add Repository dialog that appears, enter &#8220;ADT Plugin&#8221; for the <em>Name</em> and the following URL for the <em>Location</em>:
<pre>https://<a href="http://dl-ssl.google.com/android/eclipse/" target="_blank">dl-ssl.google.com/android/eclipse/</a></pre>
</li>
<li>Click <strong>OK</strong>Note: If you have trouble acquiring the plugin, try using &#8220;http&#8221; in the Location URL, instead of &#8220;https&#8221; (https is preferred for security reasons).</li>
<li>In the Available Software dialog, select the checkbox next to Developer Tools and click <strong>Next</strong>.</li>
<li>In the next window, you&#8217;ll see a list of the tools to be downloaded. Click <strong>Next</strong>.</li>
<li>Read and accept the license agreements, then click <strong>Finish</strong>.Note: If you get a security warning saying that the authenticity or validity of the software can&#8217;t be established, click <strong>OK</strong>.</li>
<li>When the installation completes, restart Eclipse.</li>
</ol>
<p>6)  Configuring ADT Plugin &#8211; go to Window=&gt;Preferences=&gt;Android and change the build path to<br />
wherever you put the android-sdk folder.(the sdk you downloaded in step 4) .</p>
<p>7) Try the hello world program from here &#8211; <a href="http://developer.android.com/resources/tutorials/hello-world.html" target="_blank">http://developer.android.com/resources/tutorials/hello-world.html</a> .</p>
<p>&nbsp;</p>
<p>(You may follow the detailed instructions from the official web site &#8211; <a href="http://developer.android.com/sdk/installing.html" target="_blank">http://developer.android.com/sdk/installing.html</a> )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2011/09/22/installing-the-android-sdk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pre-Requisites for Rendezvous with Facebook workshop.</title>
		<link>http://www.lugmanipal.org/2011/04/03/pre-requisites-for-rendezvous-with-facebook-workshop/</link>
		<comments>http://www.lugmanipal.org/2011/04/03/pre-requisites-for-rendezvous-with-facebook-workshop/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 16:49:39 +0000</pubDate>
		<dc:creator>Kartik Mandaville</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Workshops]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=296</guid>
		<description><![CDATA[Following are the methods to install the Apache-PHP-MySQL packages to your systems. People interested in coming for the Web Development Workshop starting from 5th April , should take a look. For Ubuntu users: If your Ubuntu is the one from the Linux Install Fest, your system already has the required packages. If you dont have [...]]]></description>
			<content:encoded><![CDATA[<p>Following are the methods to install the Apache-PHP-MySQL packages to your systems. People interested in coming for the Web Development Workshop starting from 5th April , should take a look.</p>
<p><strong>For Ubuntu users:</strong></p>
<ul>
<li>If your Ubuntu is the one from the Linux Install Fest, your system already has the required packages.</li>
<li>If you dont have the packages , type the following commands in terminal :
<ul>
<li> sudo tasksel install lamp-server</li>
<li> sudo apt-get install phpmyadmin</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<p><strong>For other Linux users :</strong></p>
<ul>
<li>Download the following package :
<ul>
<li><a title="Link to Xampp for Linux" href="http://www.apachefriends.org/download.php?xampp-linux-1.7.4.tar.gz" target="_blank">Link to Xampp for Linux</a></li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<p><strong>For Windows users:</strong></p>
<ul>
<li>Download the following softwares :
<ul>
<li><a title="Download Notepad++ for Windows" href="http://download.tuxfamily.org/notepadplus/5.9/npp.5.9.Installer.exe" target="_blank">Link to Notepad++ </a>, a source code editor for windows.</li>
<li><a title="Download link to WAMP server for windows" href="http://www.wampserver.com/en/dl32.php" target="_blank">Link to Wamp Server</a> , package containing all the required software.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2011/04/03/pre-requisites-for-rendezvous-with-facebook-workshop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LUG Open Talks 2011</title>
		<link>http://www.lugmanipal.org/2011/01/24/lug-open-talks-2011/</link>
		<comments>http://www.lugmanipal.org/2011/01/24/lug-open-talks-2011/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 17:01:43 +0000</pubDate>
		<dc:creator>varun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=266</guid>
		<description><![CDATA[3 Talks, 3 Interesting Topics Thursday, Friday and Saturday. (20th, 21st and 22nd of Jan). 1)20th Jan (Thursday) &#8211; Wikipedia &#38; Open Information &#8211; By Prof K.P Rao 2)21st Jan (Friday) &#8211; An approach to algorithms for coding competitions 3)22nd Jan(Saturday) &#8211; Design Patterns commonly used Details: 1)20th of Jan &#8211; The first of the [...]]]></description>
			<content:encoded><![CDATA[<p>3 Talks, 3 Interesting Topics<br />
Thursday, Friday and Saturday. (20th, 21st and 22nd of Jan).<br />
1)20th Jan (Thursday) &#8211; Wikipedia &amp; Open Information &#8211; By Prof K.P Rao<br />
2)21st Jan (Friday) &#8211; An approach to algorithms for coding competitions<br />
3)22nd Jan(Saturday) &#8211; Design Patterns commonly used</p>
<p>Details:<br />
1)20th of Jan &#8211; The first of the talks were by Prof. KP Rao and was on the Wikipedia foundation. The talk was wonderful and Prof KP Rao shared with us his 50 years of teaching experience and also talked on the various aspects of wikipedia and on the concept behind it. He also talked about the ideasOpen Information &#8211; By Prof K.P Rao</p>
<p>2)21st of Jan &#8211; The second of the talks was on Approach to algorithms in coding competition, by shivhari shankar on the memebers of LUG, Manipal. The talk was on the basics of coding competition and thoughts that go behind solving one of them. Standard problems were also picked and analyzed. It was an open session with anyone allowed to discuss and analysed the problem given. Problems like the n queens problem and permutation and combination were well received by everyone and there was an overall informal session that was fruitful and useful.</p>
<p>3)22nd of Jan -Being civilised humans, we conform to certain behavioural patterns in life to be a part of the social systems. Similarly  there are many practices, many problems already solved. Design patterns  is about finding a pre made good solution to your problems.</p>
<p>Slides for the talks:</p>
<p><a href="http://www.lugmanipal.org/wordpress/wp-content/uploads/2011/01/design-patterns.pptx">Design patterns</a></p>
<p><a href="http://www.lugmanipal.org/wordpress/wp-content/uploads/2011/01/lugm-opentalks-session2.odp">Session 2-Algorithms</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2011/01/24/lug-open-talks-2011/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Slides for MobiVision &#8217;10</title>
		<link>http://www.lugmanipal.org/2010/09/14/python-slides-for-mobivision-10/</link>
		<comments>http://www.lugmanipal.org/2010/09/14/python-slides-for-mobivision-10/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 17:08:31 +0000</pubDate>
		<dc:creator>varun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=255</guid>
		<description><![CDATA[These are the slides from the Python part of the workshop held 13th -14th September 2010. click on the link to download: python The slides for the remaining part of the workshop: pys60]]></description>
			<content:encoded><![CDATA[<p>These are the slides from the Python part of the workshop held 13th -14th September 2010.<a href="http://www.lugmanipal.org/wordpress/wp-content/uploads/2010/09/python.pdf"></a></p>
<p>click on the link to download:</p>
<p><a href="http://www.lugmanipal.org/wordpress/wp-content/uploads/2010/09/python.pdf">python</a></p>
<p>The slides for the remaining part of the workshop:</p>
<p><a href="http://www.lugmanipal.org/wordpress/wp-content/uploads/2010/09/mobivisionpdf.pdf">pys60</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2010/09/14/python-slides-for-mobivision-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Distributed Computing and MapReduce</title>
		<link>http://www.lugmanipal.org/2010/04/09/distributed-computing-and-mapreduce/</link>
		<comments>http://www.lugmanipal.org/2010/04/09/distributed-computing-and-mapreduce/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:18:13 +0000</pubDate>
		<dc:creator>varun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=250</guid>
		<description><![CDATA[Today I conducted a session on Distributed Computing. It mainly focussed on MapReduce and its open source implementation-Hadoop. The session first covered a brief idea of why we need to have distributed computing since everything is driven by need.Then It covered how a distributed file system works.It focussed on the Google File System.A demonstartion of [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 		A:link { so-language: zxx } --><span style="font-size: medium;">Today I conducted a session on Distributed Computing. It mainly focussed on MapReduce and its open source implementation-Hadoop. </span></p>
<p><span style="font-size: medium;">The session first covered a brief idea of why we need to have distributed computing since everything is driven by need.Then It covered how a distributed file system works.It focussed on the Google File System.A demonstartion of how Hadoop works on a single node enviornment where a example very similar to the wordcount example was show. It was an election simulation where the input was the votes cast and the Hadoop Job aggregated the results.After this some finer details about Hadoop was covered which was the last topic in the session.</span></p>
<p><span style="font-size: medium;">Some resources that are very helpful:</span></p>
<p><span style="font-size: medium;"><a href="http://code.google.com/edu/parallel/index.html#hadoop">http://code.google.com/edu/parallel/index.html#hadoop</a></span></p>
<p><span style="font-size: medium;">Slides for the session:</span></p>
<p><span style="font-size: medium;"><a href="http://www.slideshare.net/varunthacker/distributed-computing-3635200">http://www.slideshare.net/varunthacker/distributed-computing-3635200</a></span></p>
<p><span style="font-size: medium;"><a href="http://www.jakobhoman.com/search/label/Hadoop">http://www.jakobhoman.com/search/label/Hadoop</a></span></p>
<p><span style="font-size: medium;">How to setup an Hadoop enviorment:</span></p>
<p><span style="font-size: medium;"><a href="http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Single-Node_Cluster%29">http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Single-Node_Cluster%29</a></span></p>
<p><span style="font-size: medium;"><a href="http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Multi-Node_Cluster%29">http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Multi-Node_Cluster%29</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2010/04/09/distributed-computing-and-mapreduce/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PYTHON WORKSHOP</title>
		<link>http://www.lugmanipal.org/2010/01/29/python-workshop-2/</link>
		<comments>http://www.lugmanipal.org/2010/01/29/python-workshop-2/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 17:03:19 +0000</pubDate>
		<dc:creator>Kartik Mandaville</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=234</guid>
		<description><![CDATA[LUG Manipal is conducting a workshop on python from 29th January. Python is a remarkably powerful and easy to learn, dynamic programming language. No prior experience is needed. We would be starting from the basics. No Registrations required. Free of Cost. Bring your laptops along]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">LUG Manipal is conducting a workshop on python from 29th January. Python is a remarkably powerful and easy to learn, dynamic programming language. No prior experience is needed. We would be starting from the basics.<br />
No Registrations required. Free of Cost.<br />
Bring your laptops along</p>
<p style="text-align: center;"><img class="aligncenter" title="Python Poster" src="http://dl.dropbox.com/u/2210643/python.jpg" alt="Python Poster" width="339" height="479" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2010/01/29/python-workshop-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04</title>
		<link>http://www.lugmanipal.org/2009/04/25/ubuntu-904/</link>
		<comments>http://www.lugmanipal.org/2009/04/25/ubuntu-904/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 07:25:38 +0000</pubDate>
		<dc:creator>djays</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=145</guid>
		<description><![CDATA[Ubuntu 9.04 was released on 23 rd April . If anyone is interested they can take the i386 live-cd iso from me.]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.04 was released on 23 rd April .</p>
<p>If anyone is interested they can take the i386 live-cd iso from me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2009/04/25/ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming Releases (As of 21st March 2009)</title>
		<link>http://www.lugmanipal.org/2009/03/21/upcoming-releases-as-of-21st-march-2009/</link>
		<comments>http://www.lugmanipal.org/2009/03/21/upcoming-releases-as-of-21st-march-2009/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 06:13:16 +0000</pubDate>
		<dc:creator>djays</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=142</guid>
		<description><![CDATA[2009-03-22: Frugalware Linux 1.0 2009-04-23: Ubuntu 9.04 2009-04-29: Mandriva Linux 2009.1 2009-05-01: OpenBSD 4.5 2009-05-07: BlankOn 5.0 2009-05-26: Fedora 11]]></description>
			<content:encoded><![CDATA[<p>2009-03-22: Frugalware Linux 1.0</p>
<p>2009-04-23: Ubuntu 9.04</p>
<p>2009-04-29: Mandriva Linux 2009.1</p>
<p>2009-05-01: OpenBSD 4.5</p>
<p>2009-05-07: BlankOn 5.0</p>
<p>2009-05-26: Fedora 11</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2009/03/21/upcoming-releases-as-of-21st-march-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Install Fest (Poster)</title>
		<link>http://www.lugmanipal.org/2008/01/21/linux-install-fest/</link>
		<comments>http://www.lugmanipal.org/2008/01/21/linux-install-fest/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 19:03:24 +0000</pubDate>
		<dc:creator>Shubhendra</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fest]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.manishsinha.info/lugmanipal/2008/01/21/linux-install-fest/</guid>
		<description><![CDATA[Linux Users Group Manipal presents Linux Install Fest &#160; LUG Manipal is holding an Install fest on 23rd and 24th January to guide people in installing Linux on their systems. Complete basic guidance will be provided. On pre-install fest, people will be guided about the installation, uses of Linux and more queries which they have. [...]]]></description>
			<content:encoded><![CDATA[<p><meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8" /><title></title><meta name="GENERATOR" content="OpenOffice.org 2.2  (Linux)" /><meta name="AUTHOR" content="manish" /><meta name="CREATED" content="20080121;14015700" /><meta name="CHANGEDBY" content="seer" /><meta name="CHANGED" content="20080121;17055300" /></p>
<style type="text/css"> 	<!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } 		H1 { margin-bottom: 0.21cm } 		H1.western { font-family: "Helvetica"; font-size: 16pt } 		H1.cjk { font-family: "AR PL ShanHeiSun Uni"; font-size: 16pt } 		H1.ctl { font-family: "Tahoma"; font-size: 16pt } 	--> 	</style>
<p style="margin-bottom: 0cm" align="center"><font face="ae_Ouhod"><font style="font-size: 20pt" size="5">Linux Users Group</font></font></p>
<p style="margin-bottom: 0cm" align="center"><font face="Bitstream Vera Sans, sans-serif"><font style="font-size: 15pt" size="4"><strong>Manipal</strong></font></font></p>
<p style="margin-bottom: 0cm" align="center"><font face="ae_Nice">presents</font></p>
<h1 class="western" align="center"><font style="font-size: 28pt" size="6">Linux Install Fest</font></h1>
<p align="center">&nbsp;</p>
<ul>
<li>
<p align="left"><font face="Bitstream Charter, serif"><font size="4">LUG 	Manipal is holding an Install fest on <font size="5"><u><strong>23</strong></u></font><sup><font style="font-size: 15pt" size="4"><u><strong>rd</strong></u></font></sup><font size="5"><u><strong> 	and 24</strong></u></font><sup><font size="5"><u><strong>th</strong></u></font></sup><font size="5"><u><strong> 	January</strong></u></font> to guide people in <em><strong>installing Linux</strong></em> 	on their systems. Complete basic guidance will be provided.</font></font></p>
</li>
<li>
<p align="left"><font face="Bitstream Charter, serif"><font size="4">On 	pre-install fest, people will be guided about the installation, uses 	of Linux and more queries which they have. </font></font></p>
</li>
<li>
<p align="left"><font face="Bitstream Charter, serif"><font size="4">On 	the second day installation will be done. </font></font></p>
</li>
<li>
<p align="left"><font face="Bitstream Charter, serif"><font size="4">Students 	who missed out the first LUG meet are specially invited in this 	pre-install fest day.</font></font></p>
<p align="left">&nbsp;</p>
</li>
</ul>
<p align="left"> <font face="Bitstream Charter, serif"><font size="4"><strong><font size="5"><u>NOTE</u></font></strong><span style="text-decoration: none"><span> : Please bring your </span></span><strong><font style="font-size: 16pt" size="4"><span style="text-decoration: none">Laptop</span></font></strong><span style="text-decoration: none"><span> on both days. </span></span></font></font></p>
<p align="left"><span style="text-decoration: none">              <font face="Bitstream Charter, serif"><font size="4"><span>Please bring a </span></font></font></span><font face="Bitstream Charter, serif"><font size="4"><strong><font style="font-size: 15pt" size="4"><span style="text-decoration: none">BLANK DVD</span></font></strong><span style="text-decoration: none"><span> on Pre-install fest meet i.e. 23 Jan, Wed.</span></span></font></font></p>
<p style="margin-bottom: 0cm" align="center">&nbsp;</p>
<p style="margin-bottom: 0cm" align="left"><font face="ae_Arab"><strong>Venue</strong></font><font face="ae_Arab">: 	</font><font face="Nimbus Sans L, sans-serif"><font style="font-size: 13pt" size="3">NLH 303</font></font></p>
<p style="margin-bottom: 0cm" align="left"><font face="ae_Arab"><strong>Date</strong></font>: 	<font face="Nimbus Sans L, sans-serif"><font style="font-size: 13pt" size="3">Pre-Install Fest on 23</font></font><sup><font face="Nimbus Sans L, sans-serif"><font style="font-size: 13pt" size="3">rd</font></font></sup><font face="Nimbus Sans L, sans-serif"><font style="font-size: 13pt" size="3"> January(Wed)</font></font></p>
<p style="margin-bottom: 0cm" align="left">		<font face="Nimbus Sans L, sans-serif"><font style="font-size: 13pt" size="3">Install Fest on 24</font></font><sup><font face="Nimbus Sans L, sans-serif"><font style="font-size: 13pt" size="3">th</font></font></sup><font face="Nimbus Sans L, sans-serif"><font style="font-size: 13pt" size="3"> January (Thurs)</font></font></p>
<p style="margin-bottom: 0cm" align="left"><font face="ae_Arab"><strong>Time</strong></font>: 	<font face="Nimbus Sans L, sans-serif"><font style="font-size: 13pt" size="3">5:30PM</font></font></p>
<p style="margin-bottom: 0cm" align="left"><font face="ae_Arab"><strong>Charge</strong></font>:	<font face="Nimbus Sans L, sans-serif"><font style="font-size: 13pt" size="3">FREE</font></font></p>
<p style="margin-bottom: 0cm" align="left"><font face="Nimbus Sans L, sans-serif"><font size="4"><strong>Website</strong></font></font><font face="Nimbus Sans L, sans-serif"><font style="font-size: 13pt" size="3">:    <a href="http://www.lugmanipal.co.nr/">www.lugmanipal.co.nr</a></font></font></p>
<p style="margin-bottom: 0cm" align="left">&nbsp;</p>
<p style="margin-bottom: 0cm" align="left"><font face="ae_Arab"><strong>Contact</strong>:</font></p>
<p style="margin-bottom: 0cm" align="left"><font face="MgOpen Cosmetica"><font size="4">Ankur Shrivastava:         9901726825     	<font face="ae_Arab">queries.lugmanipal@gmail.com</font></font></font></p>
<p style="margin-bottom: 0cm" align="left"><font face="MgOpen Cosmetica"><font size="4">Manish Sinha: 		9844411705</font></font></p>
<p style="margin-bottom: 0cm" align="left"><font face="MgOpen Cosmetica"><font size="4">Ayush Pranshu: 		9448984741</font></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2008/01/21/linux-install-fest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.567 seconds -->

