<?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>M4d3L Blog&#039;s&#187; Linux</title>
	<atom:link href="http://www.m4d3l-network.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.m4d3l-network.com</link>
	<description>Sky is NOT the limit!</description>
	<lastBuildDate>Sat, 30 Jul 2011 19:30:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: 178184625541198, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>Copy your ssh key to your server using putty on Windows</title>
		<link>http://www.m4d3l-network.com/linux/copy-your-ssh-key-to-your-server/</link>
		<comments>http://www.m4d3l-network.com/linux/copy-your-ssh-key-to-your-server/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 19:30:02 +0000</pubDate>
		<dc:creator>M4d3L</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[DSA]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.m4d3l-network.com/?p=745</guid>
		<description><![CDATA[It make some time I dont wrote to my blog. So Here is a small tip to help you setup your RSA public key on your server when you are on Windows and using Putty. It&#8217;s not very complicated but some time, I am too lazy and I make small bash script to copy and [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.m4d3l-network.com/linux/copy-your-ssh-key-to-your-server/' layout='default' show_faces='true' width='400' action='recommend' colorscheme='light' send='false' /></div><p>It make some time I dont wrote to my blog. So Here is a small tip to help you setup your RSA public key on your server when you are on <em>Windows</em> and using <em>Putty</em>.</p>
<p>It&#8217;s not very complicated but some time, I am too lazy and I make small bash script to copy and paste to my servers!<br />
<span id="more-745"></span><br />
This weekend, it was the case. I got some server to configure so I have create this small script to copy/paste to the server and grant me access to the server using RSA authentication.</p>
<p>This script create the directory (<em>mkdir</em>) if not exist, <em>chmod</em> the directory, copy the key and return you the result with <em>tail</em> command to see if the key was successfully copied.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">700</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;ssh-rsa ........&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">tee</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>authorized_keys
<span style="color: #c20cb9; font-weight: bold;">tail</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>authorized_keys</pre></td></tr></table></div>

<blockquote><p>Attention : Run the command only one time because it will not overwrite the file but append the <em>echo</em> string it.</p></blockquote>
<img src="http://www.m4d3l-network.com/?ak_action=api_record_view&id=745&type=feed" alt="" /><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.m4d3l-network.com/linux/copy-your-ssh-key-to-your-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installer le Druide Antidote sur Ubuntu 9.04 64bit</title>
		<link>http://www.m4d3l-network.com/linux/ubuntu/installer-le-druide-antidote-sur-ubuntu/</link>
		<comments>http://www.m4d3l-network.com/linux/ubuntu/installer-le-druide-antidote-sur-ubuntu/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 21:58:55 +0000</pubDate>
		<dc:creator>M4d3L</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>
		<category><![CDATA[antidote]]></category>
		<category><![CDATA[druide]]></category>
		<category><![CDATA[installateur]]></category>
		<category><![CDATA[installation]]></category>

		<guid isPermaLink="false">http://www.m4d3l-network.com/?p=348</guid>
		<description><![CDATA[Connaissez-vous le correcteur d&#8217;orthographe Antidote RX de la compagnie Druide Informatique? C&#8217;est le meilleur correcteur francophone qui existe à mon avis. Depuis déjà quelques mois, je travaille uniquement sur Ubuntu et quand j&#8217;ai vu qu&#8217;Antidote soutenait maintenant Linux incluant la distribution que j&#8217;ai actuellement, j&#8217;ai décidé de l&#8217;acheter. Finalement à ma grande surprise (ce n&#8217;est [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.m4d3l-network.com/linux/ubuntu/installer-le-druide-antidote-sur-ubuntu/' layout='default' show_faces='true' width='400' action='recommend' colorscheme='light' send='false' /></div><p>Connaissez-vous le correcteur d&#8217;orthographe Antidote RX de la compagnie Druide Informatique? C&#8217;est le meilleur correcteur francophone qui existe à mon avis. Depuis déjà quelques mois, je travaille uniquement sur Ubuntu et quand j&#8217;ai vu qu&#8217;Antidote soutenait maintenant Linux incluant la distribution que j&#8217;ai actuellement, j&#8217;ai décidé de l&#8217;acheter. Finalement à ma grande surprise (ce n&#8217;est pas indiqué sur le boitier, j&#8217;ai vérifié 3 fois.), il ne supporte pas les distributions 64bit!</p>
<p><span id="more-348"></span></p>
<p>En essayant d&#8217;installer le logiciel, une erreur se produit et stoppe l&#8217;installation. J&#8217;ai donc appelé le soutien technique et ils m&#8217;ont dit tout de suite qu&#8217;ils ne supportaient pas les distributions 64bit. Je suis désolé, mais ce n&#8217;est pas le genre de réponses à quoi je m&#8217;attendais! Je viens de payer 150$ pour leur logiciel et il me dise qu&#8217;ils ne peuvent rien faire!</p>
<p>Bon, là, j&#8217;ai entre les mains un logiciel qui ne fonctionne pas et je me suis dit, sous Linux, ça n&#8217;existe pas sa! Alors, je me suis mis à fouiller un peu. Voici ce que j&#8217;ai trouvé pour faire fonctionner Antidote RX sur Ubuntu 9.04 64bit.</p>
<ol>
<li>Copier d&#8217;abord Install_Antidote sur votre bureau et assuré vous qu&#8217;il soit exécutable.</li>
<li>Ensuite, vous allez devoir installer ia32-libs :
<p><code></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ia32-libs</pre></td></tr></table></div>

<p></code>
</li>
<li>Ensuite vous aller dans le répertoire/usr/lib32/ et vous allez devoir créer 2 liens symboliques.
<p><code></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib32<span style="color: #000000; font-weight: bold;">/</span>
$ <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> libcrypto.so.0.9.8 libcrypto.so.6
$ <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> libssl.so.0.9.8 libssl.so.6</pre></td></tr></table></div>

<p></code>
</li>
<li>Puis vous démarrer l&#8217;installateur
<p><code></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>Desktop
$ linux32 .<span style="color: #000000; font-weight: bold;">/</span>Installe_Antidote_RX</pre></td></tr></table></div>

<p></code>
</li>
<li>Suivez les instructions a l&#8217;écran et choisisez la distribution ubuntu 8.04 (meme si vous avez la 9.04)</li>
<li>Une fois l&#8217;installation terminer, demarrer antidote la premiere fois avec les persmissions root :<br />
<code></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> antidote</pre></td></tr></table></div>

<p></code>
</li>
<li>Entrer votre clée et autres informations demandé. Antidote va se fermer de lui-même par la suite.</li>
<li>Demarrer antidote normalement par ligne de commande ou par le menu dans Application / Office / Antidote RX</li>
</ol>
<p>Et voila! votre Antidote fonctionne!</p>
<p><strong>Par contre</strong>, j&#8217;ai essayé d&#8217;ajouter le plug-in pour Firefox et openoffice. Les plug-ins s&#8217;installent correctement, mais les boutons ajoutés à vos menus ne fonctionneront pas. Aucune erreur ou log n’est généré donc c&#8217;est dur de savoir pourquoi il ne fonctionne pas. Si vous avez des idées, ajoutez-les dans les commentaires et je vais les essayer et mettre à jour mon article si vos idées fonctionnent.</p>
<img src="http://www.m4d3l-network.com/?ak_action=api_record_view&id=348&type=feed" alt="" /><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.m4d3l-network.com/linux/ubuntu/installer-le-druide-antidote-sur-ubuntu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

