<?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>CSP Linux &#187; Debian et assimilés</title>
	<atom:link href="http://93.27.157.53/linux/category/debian-et-assimiles/feed/" rel="self" type="application/rss+xml" />
	<link>http://93.27.157.53/linux</link>
	<description>Trucs et astuces Linux</description>
	<lastBuildDate>Mon, 17 Feb 2020 12:13:07 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Limiter la bande passante d&#8217;un logiciel</title>
		<link>http://93.27.157.53/linux/limiter-la-bande-passante-dun-logiciel/</link>
		<comments>http://93.27.157.53/linux/limiter-la-bande-passante-dun-logiciel/#comments</comments>
		<pubDate>Tue, 13 Nov 2018 16:46:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Astuces]]></category>
		<category><![CDATA[Debian et assimilés]]></category>
		<category><![CDATA[Mint]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.saverne.info/?p=233</guid>
		<description><![CDATA[On a parfois besoin de limiterla bande pasant d&#8217;un seul programme et non du système. Il existe pour cela une soltion simple pour Linux. On installe trickle apt install trickle Puis on lance le logiciel dont on veut limiter la bande passante, ici firefox à 1000 Kb et 100 Kb : trickle -d 1000 -u [...]]]></description>
				<content:encoded><![CDATA[<p>On a parfois besoin de limiterla bande pasant d&rsquo;un seul programme et non du système. Il existe pour cela une soltion simple pour Linux.</p>
<p>On installe trickle</p>
<p><span style="color: #0000ff;">apt install trickle</span></p>
<p>Puis on lance le logiciel dont on veut limiter la bande passante, ici firefox à 1000 Kb et 100 Kb :</p>
<p><span style="color: #0000ff;">trickle -d 1000 -u 100 firefox</span></p>
<p>-d pour vitesse descendante -u pour la montante (l&rsquo;envoi), celle-ci est de toutes façons limité à 100 Ko pour les connexions ADSL par les FAI, une relique d&rsquo;une vieille loi surannée, mais n&rsquo;est plus bridée pour la fibre.</p>
]]></content:encoded>
			<wfw:commentRss>http://93.27.157.53/linux/limiter-la-bande-passante-dun-logiciel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configurer sa carte RTL8111/8168/8411</title>
		<link>http://93.27.157.53/linux/configurer-sa-carte-rtl811181688411/</link>
		<comments>http://93.27.157.53/linux/configurer-sa-carte-rtl811181688411/#comments</comments>
		<pubDate>Fri, 12 May 2017 11:13:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian et assimilés]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Mint]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.saverne.info/?p=228</guid>
		<description><![CDATA[Si vous avez une carte RTL8111/8168/8411, vous avez peut-être remarqué des lenteurs anormales, des gels, etc. C&#8217;est parce que votre noyau a chargé le module r8169 en lieu et place du r 8168. Pour savoir si vous êtes concerné, tapez dans un terminal : lspci Si vous avez une ligne de ce genre suivez ce [...]]]></description>
				<content:encoded><![CDATA[<p>Si vous avez une carte RTL8111/8168/8411, vous avez peut-être remarqué des lenteurs anormales, des gels, etc. C&rsquo;est parce que votre noyau a chargé le module r8169 en lieu et place du r 8168. Pour savoir si vous êtes concerné, tapez dans un terminal :</p>
<p><span style="color: #0000ff;">lspci</span></p>
<p>Si vous avez une ligne de ce genre suivez ce tutoriel :</p>
<p><strong>02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)</strong></p>
<p>Installez le bon module avec :</p>
<pre><span style="color: #0000ff;">sudo apt-get update &amp;&amp; sudo apt-get install r8168-dkms</span>

Redémarrez le PC et vérifiez que vous avez le bon module avec :</pre>
<pre><span style="color: #0000ff;">lsmod | grep r8168</span>

ou</pre>
<pre><span style="color: #0000ff;">sudo ethtool -i eth0</span>

Bon surf !</pre>
]]></content:encoded>
			<wfw:commentRss>http://93.27.157.53/linux/configurer-sa-carte-rtl811181688411/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remettre sa caméra à l&#8217;endroit</title>
		<link>http://93.27.157.53/linux/remettre-sa-camera-a-lendroit/</link>
		<comments>http://93.27.157.53/linux/remettre-sa-camera-a-lendroit/#comments</comments>
		<pubDate>Thu, 24 Sep 2015 11:23:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Astuces]]></category>
		<category><![CDATA[Debian et assimilés]]></category>
		<category><![CDATA[Mint]]></category>

		<guid isPermaLink="false">http://linux.saverne.info/?p=217</guid>
		<description><![CDATA[Certains constructeurs de PC portables montent leurs webcam à l&#8217;envers&#8230; Donc, on a une image inversée lorsqu&#8217;on utilise pidgin, pas glop. Installez cheese au besoin : sudo apt-get install cheese Puis lancez-le avec cette commande : sh -c &#8216;export LIBV4LCONTROL_FLAGS=3 &#38;&#38; cheese&#8217; L&#8217;image est à l&#8217;endroit ? Parfait, vous pouvez vous créer un lanceur avec [...]]]></description>
				<content:encoded><![CDATA[<p>Certains constructeurs de PC portables montent leurs webcam à l&rsquo;envers&#8230; Donc, on a une image inversée lorsqu&rsquo;on utilise pidgin, pas glop.</p>
<p>Installez cheese au besoin :</p>
<p><span style="color: #000080;">sudo apt-get install cheese</span></p>
<p>Puis lancez-le avec cette commande :</p>
<p><span style="color: #000080;">sh -c &lsquo;export LIBV4LCONTROL_FLAGS=3 &amp;&amp; cheese&rsquo;</span></p>
<p>L&rsquo;image est à l&rsquo;endroit ? Parfait, vous pouvez vous créer un lanceur avec cette commande :</p>
<p><span style="color: #000080;">sh -c &lsquo;export LIBV4LCONTROL_FLAGS=3 &amp;&amp; pidgin&rsquo;</span></p>
<p>Et voila, bonne vidéoconférence.</p>
]]></content:encoded>
			<wfw:commentRss>http://93.27.157.53/linux/remettre-sa-camera-a-lendroit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wi-fi récalcitrant</title>
		<link>http://93.27.157.53/linux/wi-fi-recalcitrant/</link>
		<comments>http://93.27.157.53/linux/wi-fi-recalcitrant/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 12:19:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Astuces]]></category>
		<category><![CDATA[Debian et assimilés]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.saverne.info//?p=89</guid>
		<description><![CDATA[Si votre connexion wifi redémarre sans cesse ou n&#8217;est pas stable,voici deux solutions. Dans tous les cas désinstallez network-manager. Solution 1 : Installez wicd et wicd-gtk à la place, lancez wicd-gtk et dans Préférences,Advanced settings, cochez &#8216;Use DBM to measure signal streng&#8217;. Cela devrait fonctionner. Solution 2 : Editer le fichier des interfaces. sudo leafpad [...]]]></description>
				<content:encoded><![CDATA[<p>Si votre connexion wifi redémarre sans cesse ou n&rsquo;est pas stable,voici deux solutions.</p>
<p>Dans tous les cas désinstallez network-manager.</p>
<p>Solution 1 :</p>
<p>Installez wicd et wicd-gtk à la place, lancez wicd-gtk et dans Préférences,Advanced settings, cochez &lsquo;Use DBM to measure signal streng&rsquo;. Cela devrait fonctionner.</p>
<p>Solution 2 :</p>
<p>Editer le fichier des interfaces.</p>
<pre><span style="color: #000080;">sudo leafpad /etc/network/interfaces</span></pre>
<p>Et insérez :</p>
<p><span style="color: #000080;">iface wlan0 inet dhcp<br />
wpa-ssid mon_ssiid<br />
wpa-psk ma_clef_wpa<br />
</span></p>
<p><span style="color: #000000;">Changez les paramètres par les vôtres, évidemment.</span></p>
<p><span style="color: #000000;">Puis, éditez le rc.local</span></p>
<p><span style="color: #000080;">sudo leafpad /etc/rc.local</span></p>
<p><span style="color: #000000;">et ajoutez</span></p>
<p><span style="color: #000000;"><span style="color: #000080;">ifup wlan0</span></span></p>
<p><span style="color: #000000;"><span style="color: #000080;"><span style="color: #000000;">Cette méthode est préférable à un auto wlan0 dans interfaces, parce que celui-ci vous ferait patienter 2 minutes en cas de non-connexion au réseau, vous pouvez ainsi accéder à votre maison sans attendre.<br />
</span></span></span></p>
<p><span style="color: #000000;"><span style="color: #000080;"><span style="color: #000000;"><br />
</span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://93.27.157.53/linux/wi-fi-recalcitrant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
