<?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 User Group of Mauritius</title>
	<atom:link href="http://lugm.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://lugm.org</link>
	<description>Promoting open source software in our beautiful island</description>
	<lastBuildDate>Fri, 04 May 2012 12:30:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Update kernel patch for VMware Player 4.0.3</title>
		<link>http://jochen.kirstaetter.name/blog/linux/update-kernel-patch-for-vmware-player-403.html</link>
		<comments>http://jochen.kirstaetter.name/blog/linux/update-kernel-patch-for-vmware-player-403.html#comments</comments>
		<pubDate>Fri, 04 May 2012 10:42:07 +0000</pubDate>
		<dc:creator>Jochen Kirstaetter</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://jochen.kirstaetter.name/blog/linux/update-kernel-patch-for-vmware-player-403.html</guid>
		<description><![CDATA[As I stated some days ago, after upgrading to Ubuntu Precise Pangolin, aka 12.04 LTS, I had a minor obstacle with VMware products. Today, VMware offered to upgrade to Player 4.0.3 due to security-related reasons.
Initially, I thought that this update ...]]></description>
			<content:encoded><![CDATA[<p>As <a title="Patch for kernel 3.2.0 to compile VMware Player 4.0.2" href="http://jochen.kirstaetter.name/index.php?option=com_content&amp;view=article&amp;id=319:small-hiccup-with-vmware-player-after-upgrading-to-ubuntu-1204&amp;catid=7:linux&amp;Itemid=7">I stated some days ago</a>, after upgrading to <a href="http://www.ubuntu.com/">Ubuntu</a> Precise Pangolin, aka 12.04 LTS, I had a minor obstacle with <a href="http://www.vmware.com/">VMware</a> products. Today, VMware offered to upgrade to Player 4.0.3 due to security-related reasons.</p>
<p>Initially, I thought that this update might have the patch for kernel 3.2.0 integrated but sadly that is not the case.</p>
<h2>'Hacking' the kernel patch</h2>
<p>My first intuitive try to run the existing patch against the sources of VMware Player 4.0.3 failed, as the patch by Stefano Angeleri (weltall) is originally written explicitely against Workstation 8.0.2 and Player 4.0.2.</p>
<p>But this is nothing to worry about seriously. Just fire up your favourite editor of choice and modify the version signature for VMware Player, like so:</p>
<pre>nano patch-modules_3.2.0.sh</pre>
<p>And update line 8 for the new version:</p>
<pre>plreqver=4.0.3</pre>
<p>Save the shell script and run it as super-user (root):</p>
<pre>sudo ./patch-modules_3.2.0.sh</pre>
<p>In case that you previously patched your VMware sources you have to remove some artifacts beforehand. Otherwise, the patch script will inform you like so:</p>
<pre>/usr/lib/vmware/modules/source/.patched found. You have already patched your sources. Exiting</pre>
<p>In that case, simply remove the 'hidden' file and run the shell script again:</p>
<pre>sudo rm /usr/lib/vmware/modules/source/.patched<br />sudo ./patch-modules_3.2.0.sh</pre>
<p>To finalise your installation either restart the vmware service or reboot your machine. On first start VMware will present you their EULA which you have to accept, and everything gets back to normal operation mode. Currently, I would assume that in case of VMware Workstation 8.0.3 you can follow the same steps as just described.</p>
<p> </p>]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2012/05/04/update-kernel-patch-for-vmware-player-4-0-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim &#124; Templates</title>
		<link>http://lugm.org/2012/05/03/vim-templates/</link>
		<comments>http://lugm.org/2012/05/03/vim-templates/#comments</comments>
		<pubDate>Thu, 03 May 2012 06:45:48 +0000</pubDate>
		<dc:creator>Dominique Derrier</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[autocmd]]></category>
		<category><![CDATA[BufNewfile]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=690</guid>
		<description><![CDATA[En ce moment je fais quelques pages html, pour tenter de garder une ligne standard de format, je me suis dit qu'un template était la bonne solution. Mais comment utiliser des template avec VI ? ... Rien de plus facile ! En Trois actes: Créer un répertoire Template Mapper les noms de fichiers avec les [...]]]></description>
			<content:encoded><![CDATA[<p>En ce moment je fais quelques pages html, pour tenter de garder une ligne standard de format, je me suis dit qu'un template était la bonne solution.</p>
<p>Mais comment utiliser des template avec VI ?<br />
... Rien de plus facile !<br />
En Trois actes:</p>
<ul>
<li>Créer un répertoire Template</li>
<li>Mapper les noms de fichiers avec les Templates</li>
<li>Rulez !</li>
</ul>
<p><span id="more-690"></span></p>
<h2>Un répertoire de Templates</h2>
<p>Choisissez votre répertoire ~/Documents/Templates par exemple.<br />
Puis déposer vos fichiers templates HEAD.tpl MonTruc.txt.<br />
Bref, ce que vous voulez.</p>
<h2>Mapper les noms de fichiers</h2>
<p>Il faut éditer le fichier de configuration de vi (~/.vimrc) et ajouter la ligne magique</p>
<p><code>au BufNewFile */new/HEAD 0r ~/Documents/Template/HEAD.tpl<br />
au BufNewFile /etc/*/HEAD 0r ~/Documents/Template/etc-HEAD.tpl</code></p>
<ul>
<li>La première partie pour indiquer sur quel fichier  vous voulez appliquer le template . (cela permet non seulement d'avoir un nom, mais aussi un répertoire particulier)</li>
<li>0r (on replace depuis 0)</li>
<li>avec le fichier indiqué</li>
</ul>
<p>il suffit d'éditer /etc/test/HEAD (et hop le template se charge).</p>
<h2>Rulez</h2>
<p>Et oui c'est simple non ? Bon template ... Vim power</p>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2012/05/03/vim-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small hiccup with VMware Player after upgrading to Ubuntu 12.04</title>
		<link>http://jochen.kirstaetter.name/blog/linux/small-hiccup-with-vmware-player-after-upgrading-to-ubuntu-1204.html</link>
		<comments>http://jochen.kirstaetter.name/blog/linux/small-hiccup-with-vmware-player-after-upgrading-to-ubuntu-1204.html#comments</comments>
		<pubDate>Mon, 30 Apr 2012 07:43:32 +0000</pubDate>
		<dc:creator>Jochen Kirstaetter</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://jochen.kirstaetter.name/blog/linux/small-hiccup-with-vmware-player-after-upgrading-to-ubuntu-1204.html</guid>
		<description><![CDATA[The upgrade process
Finally, it was time to upgrade to a new LTS version of Ubuntu - 12.04 aka Precise Pangolin. I scheduled the weekend for this task and despite the nickname of Mauritius (Cyber Island) it took roughly 6 hours to download nearly 2.40...]]></description>
			<content:encoded><![CDATA[<h2>The upgrade process<br /></h2>
<p>Finally, it was time to upgrade to a new LTS version of <a title="http://www.ubuntu.com/ - Ubuntu" href="http://www.ubuntu.com/">Ubuntu</a> - 12.04 aka Precise Pangolin. I scheduled the weekend for this task and despite the nickname of Mauritius (Cyber Island) it took roughly 6 hours to download nearly 2.400 packages. No problem in general, as I have spare machines to work on, and it was weekend anyway. All went very smooth and only a few packages required manual attention due to local modifications in the configuration. With the new kernel 3.2.0-24 it was necessary to reboot the system and compared to the last upgrade, I got my graphical login as expected.</p>
<h2>Compilation of VMware Player 4.x fails</h2>
<p>A quick test on the installed applications, Firefox, Thunderbird, Chromium, Skype, CrossOver, etc. reveils that everything is fine in general. Firing up VMware Player displays the known kernel mod dialog that requires to compile the modules for the newly booted kernel. Usually, this isn't a big issue but this time I was confronted with the situation that vmnet didn't compile as expected ("Failed to compile module vmnet"). Luckily, this issue is already well-known, even though with "Failed to compile module vmmon" as general reason but nevertheless it was very easy and quick to find the solution to this problem. In <a title="Patch for recent compilation issue" href="http://communities.vmware.com/message/1902218#1902218">VMware Communities</a> there are several forum threads related to this topic and VMware provides the necessary <a title="Patch for VMware Workstation 8 or Player 4 on kernel 3.2.0" href="http://communities.vmware.com/servlet/JiveServlet/download/1902218-80055/vmware802fixlinux320.tar.gz">patch file</a> for Workstation 8.0.2 and Player 4.0.2. In case that you are still on Workstation 7.x or Player 3.x there is <a title="Patch for Workstation 7 or Player 3 on kernel 3.2.0" href="http://weltall.heliohost.org/wordpress/wp-content/uploads/2012/01/vmware715fixlinux320.tar.gz">another patch file</a> available.</p>
<p>After download extract the file like so:</p>
<pre>tar -xzvf vmware802fixlinux320.tar.gz <br /></pre>
<p>and run the patch script as super-user:</p>
<pre><span style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: #ffffff; display: inline ! important; float: none; font-family: Arial,Helvetica,sans-serif; color: #333333;"></span>sudo ./patch-modules_3.2.0.sh</pre>
<p>This will alter the existing installation and source files of VMware Player on your machine.</p>
<p>As last step, which isn't described in many other resources, you have to restart the vmware service, or for the heart-fainted, just reboot your system:</p>
<pre>sudo service vmware restart</pre>
<p>This will load the newly created kernel modules into your userspace, and after that VMware Player will start as usual.</p>
<h2>Summary</h2>
<p>Upgrading any derivate of Ubuntu, in my case Xubuntu, is quick and easy done but it might hold some surprises from time to time. Nonetheless, it is absolutely worthy to go for it. Currently, this patch for VMware is the only obstacle I had to face so far and my system feels and looks better than before. Happy upgrade!</p>
<h2>Resources</h2>
<p>I used the following links based on Google search results:</p>
<p><a href="http://communities.vmware.com/message/1902218#1902218">http://communities.vmware.com/message/1902218#1902218</a><a href="http://weltall.heliohost.org/wordpress/2012/01/26/vmware-workstation-8-0-2-player-4-0-2-fix-for-linux-kernel-3-2-and-3-3/"><br />http://weltall.heliohost.org/wordpress/2012/01/26/vmware-workstation-8-0-2-player-4-0-2-fix-for-linux-kernel-3-2-and-3-3/</a></p>
<h2>Update on VMware Player 4.0.3</h2>
<p>Please continue to read on <a title="How to patch and compile VMware Player 4.0.3 on kernel 3.2.0" href="http://jochen.kirstaetter.name/index.php?option=com_content&amp;view=article&amp;id=321:update-kernel-patch-for-vmware-player-403&amp;catid=7:linux&amp;Itemid=7">my follow-up article in case that you upgraded either VMware Workstation 8.0.3 or VMware Player 4.0.3</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2012/04/30/small-hiccup-with-vmware-player-after-upgrading-to-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>android screenshots on Samsung B7510</title>
		<link>http://lugm.org/2012/03/06/android-screenshots-on-samsung-b7510/</link>
		<comments>http://lugm.org/2012/03/06/android-screenshots-on-samsung-b7510/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 13:19:22 +0000</pubDate>
		<dc:creator>logan</dc:creator>
				<category><![CDATA[QuickHack]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[dmesg pr0n]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=663</guid>
		<description><![CDATA[I've upgraded my Samsung GT Pro B7510 from android 2.2 to 2.3.6. I also got superuser running Here is some android pron:]]></description>
			<content:encoded><![CDATA[<p>I've upgraded my Samsung GT Pro B7510 from android 2.2 to 2.3.6.</p>
<p>I also got superuser running <img src='http://lugm.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Here is some android pron:</p>
<p><a href="http://lugm.org/wp-content/uploads/2012/03/shot_000016.png"><img class="alignnone size-medium wp-image-664" title="Android upgrade " src="http://lugm.org/wp-content/uploads/2012/03/shot_000016-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://lugm.org/wp-content/uploads/2012/03/shot_000010.png"><img class="alignnone size-medium wp-image-665" title="dmesg_start" src="http://lugm.org/wp-content/uploads/2012/03/shot_000010-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://lugm.org/wp-content/uploads/2012/03/shot_000011.png"><img class="alignnone size-medium wp-image-666" title="memory" src="http://lugm.org/wp-content/uploads/2012/03/shot_000011-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://lugm.org/wp-content/uploads/2012/03/shot_000013.png"><img class="alignnone size-medium wp-image-667" title="netstat" src="http://lugm.org/wp-content/uploads/2012/03/shot_000013-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://lugm.org/wp-content/uploads/2012/03/shot_000006.png"><img class="alignnone size-medium wp-image-668" title="load avg/uptime" src="http://lugm.org/wp-content/uploads/2012/03/shot_000006-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://lugm.org/wp-content/uploads/2012/03/shot_000007.png"><img class="alignnone size-medium wp-image-669" title="cpuinfo" src="http://lugm.org/wp-content/uploads/2012/03/shot_000007-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://lugm.org/wp-content/uploads/2012/03/shot_000018.png"><img class="alignnone size-medium wp-image-670" title="gintama 248" src="http://lugm.org/wp-content/uploads/2012/03/shot_000018-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://lugm.org/wp-content/uploads/2012/03/shot_000020.png"><img class="alignnone size-medium wp-image-674" title="ssh_1" src="http://lugm.org/wp-content/uploads/2012/03/shot_000020-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://lugm.org/wp-content/uploads/2012/03/shot_000022.png"><img class="alignnone size-medium wp-image-677" title="ssh_2" src="http://lugm.org/wp-content/uploads/2012/03/shot_000022-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://lugm.org/wp-content/uploads/2012/03/shot_000024.png"><img class="alignnone size-medium wp-image-678" title="pfctl -ss" src="http://lugm.org/wp-content/uploads/2012/03/shot_000024-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://lugm.org/wp-content/uploads/2012/03/shot_000026.png"><img class="alignnone size-medium wp-image-679" title="bwm-ng" src="http://lugm.org/wp-content/uploads/2012/03/shot_000026-300x225.png" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2012/03/06/android-screenshots-on-samsung-b7510/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lugm meeting 3/3/2012 @ 10hr30.</title>
		<link>http://lugm.org/2012/03/01/lugm-meeting-332012-10hr30/</link>
		<comments>http://lugm.org/2012/03/01/lugm-meeting-332012-10hr30/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 10:24:31 +0000</pubDate>
		<dc:creator>Selven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=659</guid>
		<description><![CDATA[Agenda: Membership fees, treasurer and secretary's book, Tech presentation Time ~ 10.00 am Venue: LinkbyNet Indian Ocean, DCDM building, Quatre-Bornes, Mauritius.. [ if you can't find your way wait around vins/20 and gimme a call (49 24 9 1 8 )] Date: 29/10/2011 Technical presentation on MariaDB will be ensured by Nitin &#38; Ronny. http://thegodof.net/images/maplugm.png [...]]]></description>
			<content:encoded><![CDATA[<p>Agenda: Membership fees, treasurer and secretary's book, Tech presentation<br />
Time ~ 10.00 am<br />
Venue: LinkbyNet Indian Ocean, DCDM building, Quatre-Bornes, Mauritius.. [ if you can't find your way wait around vins/20 and gimme a call (49 24 9 1 8 )]<br />
Date: 29/10/2011<br />
Technical presentation on MariaDB will be ensured by Nitin &amp; Ronny.</p>
<p>http://thegodof.net/images/maplugm.png</p>
<p>this meeting shall be postponed if there is less than 5 confirmations.</p>
<p>+selven<br />
Secretary of the lug</p>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2012/03/01/lugm-meeting-332012-10hr30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recommended hardware</title>
		<link>http://lugm.org/2012/01/25/recommended-hardware/</link>
		<comments>http://lugm.org/2012/01/25/recommended-hardware/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 19:40:59 +0000</pubDate>
		<dc:creator>logan</dc:creator>
				<category><![CDATA[Tip]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=642</guid>
		<description><![CDATA[Here's a useful list of chipsets (found on motherboards) that are documented. Since it's documented, it's easy to add support for them &#38; the drivers are less buggy. If you really care about Open Source, contact the company &#38; ask for hardware documentation/datasheets. We don't want source code: we want freely available specs. (Signing an [...]]]></description>
			<content:encoded><![CDATA[<p>Here's a useful list of chipsets (found on motherboards) that are documented. Since it's documented, it's easy to add support for them &amp; the drivers are less buggy.</p>
<p>If you really care about Open Source, contact the company &amp; ask for hardware documentation/datasheets. We don't want source code: we want freely available specs.</p>
<p>(Signing an NDA is not an option, we also want to share what we know to other groups out there: *BSD, Linux, Haiku, Minix3 and many other groups in pure open source spirit)</p>
<p>Intel:</p>
<pre>
<pre>ICH7
<pre>ICH8 mobile
<pre>ICH9

ICH10</pre>
<p>CMD/Silicon Image</p>
<pre>CMD 648
<pre>CMD 649
<pre>SiI 680</pre>
<p>Promise:</p>
<pre>
<pre>PDC20579</pre>
</pre>
<pre>PDC40775

ATI:
<pre>IXP700/800 SATA</pre>
<p>Ethernet:<br />
Realtek<br />
Intel (complex and buggy)</pre>
</pre>
<p>Wifi:<br />
Ralink<br />
Realtek (older chipsets like 8187)</p>
<p>Video Adapters:<br />
Intel<br />
ATI</pre>
<p>Soundcards:<br />
Realtek</p>
<p>(Still a work-in-progress)</pre>
</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2012/01/25/recommended-hardware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LUGM Annual General Meeting 10 December 2011</title>
		<link>http://lugm.org/2011/12/04/lugm-annual-general-meeting-10-december-2011/</link>
		<comments>http://lugm.org/2011/12/04/lugm-annual-general-meeting-10-december-2011/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 18:58:48 +0000</pubDate>
		<dc:creator>Selven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=631</guid>
		<description><![CDATA[This is to inform you that the Linux user Group Meta (LUGM) shall be holding its annual general meeting on Saturday the 10th of December 2011 Agenda: treasurer and secretary's book, New Managing committee will be voted Time ~ 10.30 am Venue: LinkbyNet Indian Ocean, DCDM building, Quatre-Bornes, Mauritius.. [ if you can't find your way [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.bendib.com/environment/4-31-Anuual-General-meeting.jpg" alt="" width="420" height="331" /></p>
<p>This is to inform you that the Linux user Group Meta (LUGM) shall be holding its annual general meeting on Saturday the 10th of December 2011</p>
<div>
<div>
<div>
<div>Agenda: treasurer and secretary's book, New Managing committee will be voted</div>
<div>Time ~ <span style="text-decoration: underline;"><strong>10.30</strong> am</span></div>
<div>Venue: LinkbyNet Indian Ocean, DCDM building, Quatre-Bornes, Mauritius.. [ if you can't find your way wait around vins/20 and gimme a call (49 24 9 1 8 )]</div>
<div>Date: 10/12/2011</div>
</div>
<div>ALL MEMBERS ARE EXPECTED TO BE PRESENT.</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2011/12/04/lugm-annual-general-meeting-10-december-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminator and Xournal</title>
		<link>http://www.noulakaz.net/weblog/2011/11/04/terminator-and-xournal/</link>
		<comments>http://www.noulakaz.net/weblog/2011/11/04/terminator-and-xournal/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 09:23:10 +0000</pubDate>
		<dc:creator>Avinash Meetoo</dc:creator>
				<category><![CDATA[LUGM]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.noulakaz.net/weblog/?p=1844</guid>
		<description><![CDATA[&#160; A brief post to tell you that I stumbled upon two great open source software yesterday: Terminator can be used to open multiple Gnome terminals in a grid as shown above. As it also works in full-screen mode, Terminator is great when you have to, say, administer multiple servers at the same time using SSH. [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p><p>A brief post to tell you that I stumbled upon two great open source software yesterday:</p><p><img class="alignnone size-full wp-image-1845 aligncenter" title="20111104-terminator" src="http://www.noulakaz.net/weblog/wp-content/uploads/2011/11/20111104-terminator.jpg" alt="" width="453" height="296" /></p><p><a  href="http://www.tenshu.net/p/terminator.html" >Terminator</a> can be used to open multiple Gnome terminals in a grid as shown above. As it also works in full-screen mode, Terminator is great when you have to, say, administer multiple servers at the same time using SSH.</p><p><a href="http://www.noulakaz.net/weblog/wp-content/uploads/2011/11/20111104-xournal.jpg" ><img class="alignnone size-full wp-image-1846 aligncenter" title="20111104-xournal" src="http://www.noulakaz.net/weblog/wp-content/uploads/2011/11/20111104-xournal.jpg" alt="" width="450" height="247" /></a></p><p><a  href="http://xournal.sourceforge.net/" >Xournal</a> is, according to its author, a note taking application. But, and this is a wonderful side-effect, it is also a quite formidable PDF annotation tool!</p><p>Both can be installed on Fedora using yum and I suppose they are also available in the Ubuntu repositories (even though I&#8217;ve not checked) and can be installed with apt-get or aptitude.</p> ]]></content:encoded>
			<wfw:commentRss>http://www.noulakaz.net/weblog/2011/11/04/terminator-and-xournal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dennis Ritchie is dead</title>
		<link>http://www.noulakaz.net/weblog/2011/10/13/dennis-ritchie-is-dead/</link>
		<comments>http://www.noulakaz.net/weblog/2011/10/13/dennis-ritchie-is-dead/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 18:10:07 +0000</pubDate>
		<dc:creator>Avinash Meetoo</dc:creator>
				<category><![CDATA[LUGM]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.noulakaz.net/weblog/?p=1835</guid>
		<description><![CDATA[Dennis Ritchie died this morning. Forty years ago, he invented two things: the C programming language (together with Brian Kernighan) and the UNIX operating system (together with Ken Thompson). C I first came across the C programming language when I was 16 in Lower VI. At that time, I had an Amiga and I wanted [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.noulakaz.net/weblog/wp-content/uploads/2011/10/20111013-dennis-ritchie.jpg" ><img class="alignnone size-full wp-image-1837" title="20111013-dennis-ritchie" src="http://www.noulakaz.net/weblog/wp-content/uploads/2011/10/20111013-dennis-ritchie.jpg" alt="" width="324" height="450" /></a></p><p style="text-align: left;"><a  href="http://en.wikipedia.org/wiki/Dennis_Ritchie" >Dennis Ritchie</a> died this morning.</p><p style="text-align: left;">Forty years ago, he invented two things: the C programming language (together with Brian Kernighan) and the UNIX operating system (together with Ken Thompson).</p><p style="text-align: left;"><strong>C</strong></p><p style="text-align: left;">I first came across the C programming language when I was 16 in Lower VI. At that time, I had an Amiga and I wanted to do some game and AI programming. I read in magazine articles that this required a powerful programming language such as C and, by sheer luck, I managed to get a copy of the seminal book, The C Programming Language, from Editions de l&#8217;Océan Indien in Curepipe. I distinctly remember that the book cost Rs 120.00 and that I had to borrow the money from a good friend of mine, Ritesh, to buy it.</p><p style="text-align: left;">I started reading the book when I got home and couldn&#8217;t leave it until the end. After 20 years, I still have the book and I still like to open it at random and marvel at its conciseness and precision.</p><p style="text-align: left;"><a href="http://www.noulakaz.net/weblog/2007/04/07/on-the-necessity-to-master-c/" >I still think that all computer scientists should know C</a>.</p><p style="text-align: left;"><strong>UNIX</strong></p><p style="text-align: left;">What can I say? UNIX is a marvelous operating system: powerful yet easy to understand. The historical UNIX has given way to modern variants like Mac OS X and Linux but the philosophy has remained the same and even has a name: it&#8217;s called the UNIX-way. In UNIX, each tool does one thing and only one thing. The trick is to combine the tools (using pipes or logical operators for example) to build more complex workflows&#8230;</p><p style="text-align: left;">Funnily, laymen do not realise that they depend on UNIX all day long as all Mac computers, the Orange Livebox, Sony and Samsung LCD televisions, Android smartphones, the iPhone and the iPad as well as all the computers at Google, Yahoo! and Amazon (among others) run some variant of UNIX.</p><p style="text-align: left;">Interestingly, the <a  href="http://top500.org/list/2011/06/100" >most powerful computers on the planet are powered by Linux</a>.</p><p style="text-align: left;">So, thank you again to you Dennis Ritchie. You changed the world.</p><p style="text-align: left;">RIP.</p> ]]></content:encoded>
			<wfw:commentRss>http://www.noulakaz.net/weblog/2011/10/13/dennis-ritchie-is-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LUGM meeting, 29/10/2011</title>
		<link>http://lugm.org/2011/10/10/lugm-meeting-29102011/</link>
		<comments>http://lugm.org/2011/10/10/lugm-meeting-29102011/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 06:10:00 +0000</pubDate>
		<dc:creator>Selven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=602</guid>
		<description><![CDATA[Agenda: Membership fees, treasurer and secretary's book, Tech presentation Time ~ 10.00 am Venue: LinkbyNet Indian Ocean, DCDM building, Quatre-Bornes, Mauritius.. [ if you can't find your way wait around vins/20 and gimme a call (49 24 9 1 8 )] Date: 29/10/2011 Technical presentation on MariaDB will be ensured by Nitin &#38; Ronny. http://thegodof.net/images/maplugm.png [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<div><img class="alignleft" title="MariaDB" src="    http://opensourcebridge.org/wp-content/uploads/2010/02/Mariadb-seal-shaded-browntext-alt.png" alt="MariaDB" width="246" height="185" /></div>
<div></div>
<div><strong>Agenda:</strong> Membership fees, treasurer and secretary's book, Tech presentation</div>
<div><strong>Time ~</strong> <span style="text-decoration: underline;"><strong>10.00</strong> am</span></div>
<div><strong>Venue:</strong> LinkbyNet Indian Ocean, DCDM building, Quatre-Bornes, Mauritius.. [ if you can't find your way wait around vins/20 and gimme a call (49 24 9 1 8 )]</div>
<div><strong>Date:</strong> 29/10/2011</div>
</div>
<div>Technical presentation on MariaDB will be ensured by Nitin &amp; Ronny.</div>
<div><a href="http://thegodof.net/images/maplugm.png" target="_blank"></p>
<p></a></div>
<div><a href="http://thegodof.net/images/maplugm.png" target="_blank"><span style="font-family: arial, sans-serif; color: #406480;">http://thegodof.net/images/maplugm.png</span></a></div>
<p><span style="font-family: arial, sans-serif;">this </span>meeting<span style="font-family: arial, sans-serif;"> shall be postponed if there is less than 5 confirmations.</span></div>
<div>+selven</div>
<div>Secretary of the lug</div>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2011/10/10/lugm-meeting-29102011/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

