<?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>Sat, 17 Jul 2010 16:29:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LUGM meeting sat 24 July 2010</title>
		<link>http://lugm.org/2010/07/17/lugm-meeting-sat-24-july-2010/</link>
		<comments>http://lugm.org/2010/07/17/lugm-meeting-sat-24-july-2010/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 16:29:42 +0000</pubDate>
		<dc:creator>Selven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=385</guid>
		<description><![CDATA[ 

No technical presentations planned.
Agenda: Discuss about the lug event.
Time ~ 10.30
Venue: Linkbynet indian ocean, Mauritius, Orbis court, quatre bornes. [gimme a call if you are need to find your way (49 24 9 1 8 )]
Date: 24/07/2010

+selven
]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: arial, sans-serif; font-size: 12.5px; border-collapse: collapse;"> </span></p>
<div>
<div>No technical presentations planned.</div>
<div>Agenda: Discuss about the lug event.</div>
<div>Time ~ 10.30</div>
<div>Venue: Linkbynet indian ocean, Mauritius, Orbis court, quatre bornes. [gimme a call if you are need to find your way (49 24 9 1 8 )]</div>
<div>Date: 24/07/2010</div>
</div>
<p>+selven</p>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2010/07/17/lugm-meeting-sat-24-july-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Port Serie Saison I</title>
		<link>http://lugm.org/2010/04/24/port-serie-saison-i/</link>
		<comments>http://lugm.org/2010/04/24/port-serie-saison-i/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 14:06:49 +0000</pubDate>
		<dc:creator>Dominique Derrier</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[ttyS0]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=364</guid>
		<description><![CDATA[Et ben, voila j&#8217;ai perdu un écran sur la machine qui me sert de routeur. Sans clavier ni écran le diagnostique n&#8217;est pas facile en cas d&#8217;erreur. Mais heureusement le mode console est là. Je ne sais pas depuis combien de temps cela existe dans le kernel, mais je pense que cela ne doit pas [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-375" title="db9_pinouts" src="http://lugm.org/wp-content/uploads/2010/04/db9_pinouts-150x150.gif" alt="db9_pinouts" width="150" height="150" />Et ben, voila j&#8217;ai perdu un écran sur la machine qui me sert de routeur. Sans clavier ni écran le diagnostique n&#8217;est pas facile en cas d&#8217;erreur. Mais heureusement le mode console est là. Je ne sais pas depuis combien de temps cela existe dans le kernel, mais je pense que cela ne doit pas être loin des origines.</p>
<p><span id="more-364"></span></p>
<h2>Embarcation sur le port série:</h2>
<p>L&#8217;astuce est de déporter les sorties/entrées standards sur le port série de votre PC&#8230; Il existe sur toutes les bonnes vieilles machines et sur des équipements évolués des ports serial qui permettent d&#8217;établir une communication avec des boitiers. Il ne faut pas s&#8217;attendre à des miracles, mais cela fonctionne.</p>
<p>Le port série est très répandu sur les équipements réseaux, switch, routeur, PABX, &#8230; et encore sur nos bons vieux PC. J&#8217;ai donc utilisé le port série avec un cable (null modem) pour piloter mon PCrouteur via le port série.</p>
<p>Tous les exemples sont sur ttyS0 &#8230; car je n&#8217;ai plus de carte mère avec deux ports serials.</p>
<h2>Ce qu&#8217;il faut:</h2>
<ul>
<li>Des ports séries entre vos PC.</li>
<li>Un cable null modem</li>
<li>screen sur le PC client</li>
<li>agetty / getty (qui permet d&#8217;initier des communications en mode console)</li>
</ul>
<p>Attention, il faut modifier des fichiers systèmes &#8230; faire une erreur dans ces fichiers peut générer des complications non négligeables.</p>
<h2>Grub &#8211; Kernel &#8211; Bash</h2>
<p>Pour grub, c&#8217;est facile il suffit d&#8217;ajouter au début du fichier.</p>
<pre>serial --unit=0 --speed=9600
terminal serial</pre>
<p>Pour le kernel, il suffit d&#8217;ajouter l&#8217;argument console dans la ligne grub :</p>
<pre>kernel /boot/vmlinuz root=/dev/sda2 quiet console=ttyS0,9600n8</pre>
<p>Et il vous faut pour avoir un shell interactif modifier le fichier <strong>/etc/initab</strong> sur la machine sans écran.</p>
<pre>s0:12345:respawn:/sbin/agetty -L 9600 ttyS0 vt100</pre>
<p>il faut vérifier que vous avez bien ttySO dans le fichier <strong>/etc/securetty</strong> (sinon vous ne pourrez pas vous logguer via le port série)</p>
<p>Et hop &#8230; vous êtes prêts pour l&#8217;aventure.</p>
<p>Lancer sur le poste client <strong>screen /dev/ttyS0</strong>, démarrer le PC serveur&#8230; et admirer GRUB/BOOT/jusqu&#8217;à la demande de password.</p>
<p><strong>Ps:</strong> cela fonctionne avec minicom, mais il y a trop d&#8217;options qui peuvent vite vous prendre la tête.</p>
<h2>Prochain épisode du port Série:</h2>
<p>Pas si sûr : Le port serial (et le port parallèle) ne sert plus à grand chose depuis l&#8217;arrivée de l&#8217;usb. Il faut des adaptateurs pour utiliser des ancestrales techniques&#8230; Les applications via IP sont de plus en plus répandues, l&#8217;astuce du port serie n&#8217;aura peut-être pas de nouvelle saison.</p>
<p>++</p>
<p>Dominique DERRIER</p>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2010/04/24/port-serie-saison-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LUG Meeting 22/02/2010 (Orbis court)</title>
		<link>http://lugm.org/2010/02/22/lug-meeting-22022010-orbis-court/</link>
		<comments>http://lugm.org/2010/02/22/lug-meeting-22022010-orbis-court/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:32:34 +0000</pubDate>
		<dc:creator>Selven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=362</guid>
		<description><![CDATA[Dear member, please note that this week we shall be having our monthly
meeting on this saturday, the 22nd.
My sincere apologies this is quite short notice, i have been busy and
had to confirm with the president :p
Time : 10hr30
location: Orbis Court 8th floor (lift up to 7 and walk up to 8th.), Quatres Bornes, linkbynet indian [...]]]></description>
			<content:encoded><![CDATA[<p>Dear member, please note that this week we shall be having our monthly<br />
meeting on this saturday, the 22nd.</p>
<p>My sincere apologies this is quite short notice, i have been busy and<br />
had to confirm with the president :p</p>
<p>Time : 10hr30</p>
<p>location: <strong>Orbis Court 8th floor (lift up to 7 and walk up to 8th.), Quatres Bornes, linkbynet indian ocean&#8217;s new headquarters infront of (20/vin)</strong></p>
<p>Presentation: This week there shall be a presentation by logan (saved again by the gud ole gnukid)</p>
<p>Agenda : Discussion about paper work, plan for this year (if executive members come)</p>
<p>We hope to have your presence on this event.</p>
<p>Please confirm your presence via mailing list [discuss@lugm.org] or<br />
post a comment on the blog entry.</p>
<p>Cheers</p>
<p>+selven</p>
<p>Secretary of the LUG</p>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2010/02/22/lug-meeting-22022010-orbis-court/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>lugm meeting 23/01/10 [POSTPONED TO THE 6 OF FEBRUARY]</title>
		<link>http://lugm.org/2010/01/19/lugm-meeting-230110/</link>
		<comments>http://lugm.org/2010/01/19/lugm-meeting-230110/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 17:51:47 +0000</pubDate>
		<dc:creator>Selven</dc:creator>
				<category><![CDATA[Meeting]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=356</guid>
		<description><![CDATA[Dear member,
please note that this week we shall be having our monthly meeting on this saturday, the 23rd.
My sincere apologies this is quite short notice, i have been busy and had to confirm with the president :p

Time: 10hr30
 location: Linkbynet, 2nd Floor BG court, St jean, Quatres Bornes
 Map for your convenience :http://thegodof.net/images/maplugm.png
 Presentation: This [...]]]></description>
			<content:encoded><![CDATA[<p>Dear member,</p>
<p>please note<span style="text-decoration: line-through;"> that this week we shall be having our monthly meeting on this saturday, the 23rd.</span></p>
<p>My sincere apologies this is quite short notice, i have been busy and had to confirm with the president :p</p>
<ul>
<li>Time: 10hr30</li>
<li> location: Linkbynet, 2nd Floor BG court, St jean, Quatres Bornes</li>
<li> Map for your convenience :http://thegodof.net/images/maplugm.png</li>
<li> Presentation: This week there shall be a presentation by mahen who will talk                       about how we can advocate the use of opensource software. However, due to unforseen circumstances, Mahen had no choice but to postpone his presentation. The presentation will be: Balancing security and performance on servers.</li>
<li> Agenda : Discussion about paper work, plan for this year</li>
</ul>
<p>We hope to have your presence on this event.    Please confirm your presence via mailing list [discuss (AT) lugm.org] or post a comment on the blog entry.</p>
<p>Cheers  +selven</p>
<p>Secretary of the LUG</p>
<div><span style="font-family: arial, sans-serif;"><span style="border-collapse: collapse; line-height: normal; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"></p>
<p></span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2010/01/19/lugm-meeting-230110/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Générateur de Fla$h Swftools</title>
		<link>http://lugm.org/2009/12/29/generateur-de-flah-swftools/</link>
		<comments>http://lugm.org/2009/12/29/generateur-de-flah-swftools/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 06:45:42 +0000</pubDate>
		<dc:creator>Dominique Derrier</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[swftools]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=315</guid>
		<description><![CDATA[
Dans la série je ne sais pas quoi faire le jour de nöel, j&#8217;ai testé pour vous swftools.
C&#8217;est un outil GPL (opensource) qui permet de faire des fichiers flash en décrivant chaque Keyframe, le logiciel permet de compiler le fichier et de générer l&#8217;animation Flash.
Bref c&#8217;est un petit utilitaire en mode texte qui peut faire [...]]]></description>
			<content:encoded><![CDATA[<div class="alignright size-thumbnail wp-image-280"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="200" height="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="/wp-content/uploads/2009/12/bonneannee.swf" /><param name="quality" value="high" /><embed type="application/x-shockwave-flash" width="200" height="200" src="/wp-content/uploads/2009/12/bonneannee.swf" quality="high"></embed></object></div>
<p>Dans la série je ne sais pas quoi faire le jour de nöel, j&#8217;ai testé pour vous swftools.<br />
C&#8217;est un outil GPL (opensource) qui permet de faire des fichiers flash en décrivant chaque Keyframe, le logiciel permet de compiler le fichier et de générer l&#8217;animation Flash.</p>
<p>Bref c&#8217;est un petit utilitaire en mode texte qui peut faire quelques animations sympathiques pour vos cartes de voeux&#8230; et donner un peu de vie à un message en  mode texte.<br />
<strong>Bonne Année 2010 à tous.</strong><br />
<span id="more-315"></span></p>
<h2>SwfTools</h2>
<p style="text-align: justify;">Avec quelques minutes de patiences et de créativitées il est possible de faire rapidement de belles animations.<br />
Swftools sait compiler l&#8217;action script ce qui permet de rendre les contenus flash dynamiques (lecture de paramètres, de fichiers xml, téléchargement de composants&#8230; bref quasiment tout ce que l&#8217;on peut faire avec Flash).</p>
<p style="text-align: justify;">Le calcul du mouvement entre les keyframe se fait automatiquement (ou peut-être grâce à la magie de flash).</p>
<h2>Whaou tout ca !</h2>
<p>Il est possible :</p>
<ul>
<li>d&#8217;importer des .jpeg/.png</li>
<li>d&#8217;importer des .mp3/.wav</li>
<li>d&#8217;importer des fonts (TTF)</li>
<li>d&#8217;importer des fichiers swf (pour intégrer dans votre flash en flash existant y ajouter un pré-loader par exemple)</li>
<li>afficher des blocs de texts/variables/html</li>
<li>de jouer sur la taille des objects, leur couleur, leur position&#8230;</li>
</ul>
<h2>Exemple</h2>
<pre>.flash filename="bonneannee.swf"  bbox=200x200  fps=20 compress
.edittext bonne text="Bonne Année"       color=blue  width=70 height=20
.edittext year text="2010"               color=red   width=40 height=20
        .put bonne x=10 y=50
        .put year  x=40 y=70 alpha=25%

.frame 1
.action:
        _root.angle +=0.05;
        bonne._x = 50*Math.cos(_root.angle)+50;
        bonne._y = 20*Math.sin(_root.angle)+50;
        year._x = bonne._y;
.end
.frame 2
        .action:
        gotoFrame(0);
        Play();
.end
.frame 3
.end</pre>
<p>Puis compiler avec</p>
<pre>swfc file.sc</pre>
<h2>Link</h2>
<p><a href="http://www.swftools.org/">Swftools</a> le site officiel http://www.swftools.com<br />
<a href="http://technoargia.free.fr/swftools/">http://technoargia.free.fr/swftools/</a> quelques exemples<br />
<a href="http://code.google.com/p/swfobject/">http://code.google.com/p/swfobject/</a> pour intégrer vos flash proprement dans une page html</p>
<p><strong>Bonne Année 2010 à tous.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2009/12/29/generateur-de-flah-swftools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technical presentations for year 2009</title>
		<link>http://lugm.org/2009/12/19/technical-presentations-for-year-2009/</link>
		<comments>http://lugm.org/2009/12/19/technical-presentations-for-year-2009/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 17:31:02 +0000</pubDate>
		<dc:creator>logan</dc:creator>
				<category><![CDATA[Meeting]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=287</guid>
		<description><![CDATA[We have uploaded the presentations of year 2009.


April Meeting: high performance web server (Logan)
July Meeting: The Future of Computers in Education (Dr Stefan Brandle) Part 1 Part 2 Part 3
August Meeting: Wireless Security (Logan)
October Meeting: Silent and cheap firewall (Logan)
Novermber Meeting: DTT Receiver (Shaan) &#8212; Link not available
December Meeting: Shell Scripting Tips (logan)

Other presentations will [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">We have uploaded the presentations of year 2009.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;"><a href="http://lugm.org/wp-content/uploads/2009/12/high_performance_web_server.pdf">April Meeting: high performance web server (Logan</a>)</p>
<p style="text-align: left;">July Meeting: The Future of Computers in Education (Dr Stefan Brandle) <a href="http://lugm.org/wp-content/uploads/2010/01/BrandleFulbrightLecture.pdf">Part 1</a> <a href="http://lugm.org/wp-content/uploads/2010/01/SB-Autograding-Mauritius-2009-02-25.pdf">Part 2</a> <a href="http://lugm.org/wp-content/uploads/2010/01/Web-CAT-student-presentation.pdf">Part 3</a></p>
<p style="text-align: left;"><a href="http://lugm.org/wp-content/uploads/2009/12/Wireless-Security.pdf">August Meeting: Wireless Security (Logan)</a></p>
<p style="text-align: left;"><a href="http://lugm.org/wp-content/uploads/2009/12/Silent_n_cheap_firewall.pdf">October Meeting: Silent and cheap firewall (Logan)</a></p>
<p style="text-align: left;">Novermber Meeting: DTT Receiver (Shaan) &#8212; Link not available</p>
<p style="text-align: left;"><a href="http://lugm.org/wp-content/uploads/2009/12/shell_scripting_tips.pdf">December Meeting: Shell Scripting Tips (logan)</a></p>
<p style="text-align: left;">
<p style="text-align: left;">Other presentations will be uploaded as soon as possible,</p>
<p style="text-align: left;">please be patient.</p>
<p style="text-align: left;">Also, bear in mind that the PDF files contain very basic</p>
<p style="text-align: left;">information. A lot more is discussed during the meetings.</p>
<p style="text-align: left;">
<p style="text-align: left;">In other words, attending meetings brings a lot more !</p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">//Logan</p>
<p style="text-align: left;">C-x-C-c</p>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2009/12/19/technical-presentations-for-year-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LUGM meeting 19th December 09</title>
		<link>http://lugm.org/2009/12/16/lugm-meeting-19th-december-09/</link>
		<comments>http://lugm.org/2009/12/16/lugm-meeting-19th-december-09/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 16:09:14 +0000</pubDate>
		<dc:creator>Selven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=285</guid>
		<description><![CDATA[Dear member, please note that this week we shall be having our monthly
meeting on this saturday, the 19th.
My sincere apologies this is quite short notice, i have been busy and
hence was unable to send
a notification earlier.. If there&#8217;s less than 5 confirmations by
friday 11AM, the meeting shall be postponed.
Time : 10hr00
location: Linkbynet, 2nd Floor BG [...]]]></description>
			<content:encoded><![CDATA[<p>Dear member, please note that this week we shall be having our monthly<br />
meeting on this saturday, the 19th.</p>
<p>My sincere apologies this is quite short notice, i have been busy and<br />
hence was unable to send<br />
a notification earlier.. If there&#8217;s less than 5 confirmations by<br />
friday 11AM, the meeting shall be postponed.</p>
<p>Time : 10hr00</p>
<p>location: Linkbynet, 2nd Floor BG court, St jean, Quatres Bornes</p>
<p>Map for your convenience :<a style="color: #406480;" href="http://thegodof.net/images/maplugm.png" target="_blank">http://thegodof.net/images/maplugm.png</a></p>
<p>Agenda : Discussion about paper work</p>
<p>We hope to have your presence on this event.</p>
<p>Until further notice, logan shall be doing this months technical presentation.<br />
(damned he should be given free food for always having a presentation<br />
at any time!)</p>
<p>Please confirm your presence via mailing list [<a style="color: #406480;" href="mailto:discuss@lugm.org">discuss@lugm.org</a>] or<br />
post a comment on the blog entry.</p>
<p>Cheers</p>
<p>+selven</p>
<p>Secretary of the LUG</p>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2009/12/16/lugm-meeting-19th-december-09/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lugm meeting November 2009</title>
		<link>http://lugm.org/2009/11/01/lugm-meeting-november-2009/</link>
		<comments>http://lugm.org/2009/11/01/lugm-meeting-november-2009/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 16:21:02 +0000</pubDate>
		<dc:creator>Selven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=283</guid>
		<description><![CDATA[Dear member, please note that this week we shall be having our monthly
meeting on this saturday, the 7th.
Time : 10hr00
location: Linkbynet, 2nd Floor BG court, St jean, Quatres Bornes
Map for your convenience :http://thegodof.net/images/maplugm.png
Agenda : Registration done, now what?
We hope to have your presence on this event.
Until further notice, shaan shall be doing a presentation this [...]]]></description>
			<content:encoded><![CDATA[<p>Dear member, please note that this week we shall be having our monthly<br />
meeting on this saturday, the 7th.</p>
<p>Time : 10hr00</p>
<p>location: Linkbynet, 2nd Floor BG court, St jean, Quatres Bornes</p>
<p>Map for your convenience :<a style="color: #406480;" href="http://thegodof.net/images/maplugm.png" target="_blank">http://thegodof.net/images/maplugm.png</a></p>
<p>Agenda : Registration done, now what?</p>
<p>We hope to have your presence on this event.</p>
<p>Until further notice, shaan shall be doing a presentation this week<br />
[unless sometihng comes up]. Please stay tuned for updates.</p>
<p>Please confirm your presence via mailing list [<a style="color: #406480;" href="mailto:discuss@lugm.org">discuss@lugm.org</a>] or<br />
post a comment on the blog entry.</p>
<p>Meeting shall be postponed in case there&#8217;s less than 5 confirmations.</p>
<p>Cheers</p>
<p>+selven</p>
<p>Secretary of the LUG</p>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2009/11/01/lugm-meeting-november-2009/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>White House goes Open Source</title>
		<link>http://lugm.org/2009/10/28/white-house-goes-open-source/</link>
		<comments>http://lugm.org/2009/10/28/white-house-goes-open-source/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 03:43:47 +0000</pubDate>
		<dc:creator>avinash</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[drupal cms opensource government migration legal]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=281</guid>
		<description><![CDATA[
Whitehouse.gov is now powered by Drupal, an Open Source Software.
Interestingly, the Department of Defense of the USA has released a memo where it is said that &#8220;it is required to conduct market research&#8230; [and] include OSS [in the research] when it may meet mission needs.&#8221;
It&#8217;s official. World Domination is coming.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-280" title="20091028-whitehouse-drupal" src="http://lugm.org/wp-content/uploads/2009/10/20091028-whitehouse-drupal.jpg" alt="20091028-whitehouse-drupal" width="400" height="242" /></p>
<p><a href="http://whitehouse.gov/">Whitehouse.gov</a> is now powered by <a href="http://drupal.org/">Drupal</a>, an Open Source Software.</p>
<p>Interestingly, the Department of Defense of the USA <a href="http://www.dwheeler.com/blog/2009/10/27/#dod-oss-2009">has released a memo</a> where it is said that &#8220;it is required to conduct market research&#8230; [and] include OSS [in the research] when it may meet mission needs.&#8221;</p>
<p>It&#8217;s official. <a href="http://catb.org/~esr/writings/world-domination/world-domination-201.html">World Domination</a> is coming.</p>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2009/10/28/white-house-goes-open-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lugm Meeting 3rd October 2009</title>
		<link>http://lugm.org/2009/09/25/lugm-meeting-3rd-october-2009/</link>
		<comments>http://lugm.org/2009/09/25/lugm-meeting-3rd-october-2009/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 19:58:31 +0000</pubDate>
		<dc:creator>Selven</dc:creator>
				<category><![CDATA[Meeting]]></category>

		<guid isPermaLink="false">http://lugm.org/?p=273</guid>
		<description><![CDATA[Please note that the meeting for tommorrow the 26th of september has been postponed to next Saturday the 3rd of October 2009.
Time : 10hr00
location: Linkbynet, 2nd Floor BG court, St jean, Quatres Bornes
Map for your convenience

Agenda is : Registration   we are finally registerred!
Please note that we might probably hold a small party together [...]]]></description>
			<content:encoded><![CDATA[<p>Please note that the meeting for tommorrow the 26th of september has been postponed to next Saturday the 3rd of October 2009.</p>
<p><strong>Time : 10hr00</strong></p>
<p>location: Linkbynet, 2nd Floor BG court, St jean, Quatres Bornes</p>
<p>Map for your convenience</p>
<p><img class="alignnone" src="http://thegodof.net/images/maplugm.png" alt="" width="448" height="336" /></p>
<p>Agenda is : Registration <img src='http://lugm.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  we are finally registerred!</p>
<p>Please note that we might probably hold a small party together to celebrate it <img src='http://lugm.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>We hope to have your presence on this event, you better not miss that out.</p>
<p>Logan will be doing a presentation entitled &#8220;A cheap and silent firewall&#8221;.</p>
<p>Cheers</p>
<p>+selven</p>
<p>Secretary of the LUG</p>
]]></content:encoded>
			<wfw:commentRss>http://lugm.org/2009/09/25/lugm-meeting-3rd-october-2009/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
