<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/7.2.5-stable" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Recettes informatiques</title>
		<link>https://www.softndesign.org/blog/stubs/ccb.php</link>
		<atom:link rel="self" type="application/rss+xml" href="https://www.softndesign.org/blog/stubs/ccb.php?tempskin=_rss2" />
		<description></description>
		<language>fr-FR</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=7.2.5-stable"/>
		<ttl>60</ttl>
				<item>
			<title>Linux Router</title>
			<link>https://www.softndesign.org/blog/stubs/ccb.php/2025/07/09/linux-router</link>
			<pubDate>Wed, 09 Jul 2025 20:19:00 +0000</pubDate>			<dc:creator>mazet</dc:creator>
			<category domain="main">Debian</category>			<guid isPermaLink="false">213@https://www.softndesign.org/blog/</guid>
						<description>Wlan configuration Shell echo&amp;nbsp;&amp;gt;&amp;gt;/etc/network/interfaces&amp;nbsp;&amp;lt;&amp;lt;EOF #&amp;nbsp;wifi rename&amp;nbsp;wlx14cc201f73d3=wlan0 auto&amp;nbsp;wlan0 allow-hotplug&amp;nbsp;wlan0 iface&amp;nbsp;wlan0&amp;nbsp;inet&amp;nbsp;dhcp&amp;hellip;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;https://www.softndesign.org/blog/stubs/ccb.php/2025/07/09/linux-router&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[Wlan configuration Shell echo&nbsp;&gt;&gt;/etc/network/interfaces&nbsp;&lt;&lt;EOF #&nbsp;wifi rename&nbsp;wlx14cc201f73d3=wlan0 auto&nbsp;wlan0 allow-hotplug&nbsp;wlan0 iface&nbsp;wlan0&nbsp;inet&nbsp;dhcp&hellip;<div class="item_footer"><p><small><a href="https://www.softndesign.org/blog/stubs/ccb.php/2025/07/09/linux-router">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>https://www.softndesign.org/blog/stubs/ccb.php/2025/07/09/linux-router#comments</comments>
			<wfw:commentRss>https://www.softndesign.org/blog/stubs/ccb.php?tempskin=_rss2&#38;disp=comments&#38;p=213</wfw:commentRss>
		</item>
				<item>
			<title>Creating a network between 2 virtual machines on Windows with Qemu</title>
			<link>https://www.softndesign.org/blog/stubs/ccb.php/2025/03/24/connecting-2-vm-on-windows-qemu</link>
			<pubDate>Mon, 24 Mar 2025 18:14:00 +0000</pubDate>			<dc:creator>mazet</dc:creator>
			<category domain="main">Non catégorisé</category>			<guid isPermaLink="false">212@https://www.softndesign.org/blog/</guid>
						<description>Script for starting the first virtual machine Shell @ECHO&amp;nbsp;OFF &amp;nbsp; SET&amp;nbsp;SDL_VIDEODRIVER=directx SET&amp;nbsp;QEMU_AUDIO_DRV=dsound SET&amp;nbsp;SDL_AUDIODRIVER=dsound SET&amp;nbsp;QEMU_AUDIO_LOG_TO_MONITOR=1 &amp;nbsp;&amp;hellip;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;https://www.softndesign.org/blog/stubs/ccb.php/2025/03/24/connecting-2-vm-on-windows-qemu&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[Script for starting the first virtual machine Shell @ECHO&nbsp;OFF &nbsp; SET&nbsp;SDL_VIDEODRIVER=directx SET&nbsp;QEMU_AUDIO_DRV=dsound SET&nbsp;SDL_AUDIODRIVER=dsound SET&nbsp;QEMU_AUDIO_LOG_TO_MONITOR=1 &nbsp;&hellip;<div class="item_footer"><p><small><a href="https://www.softndesign.org/blog/stubs/ccb.php/2025/03/24/connecting-2-vm-on-windows-qemu">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>https://www.softndesign.org/blog/stubs/ccb.php/2025/03/24/connecting-2-vm-on-windows-qemu#comments</comments>
			<wfw:commentRss>https://www.softndesign.org/blog/stubs/ccb.php?tempskin=_rss2&#38;disp=comments&#38;p=212</wfw:commentRss>
		</item>
				<item>
			<title>Build a Debian package for pdmenu</title>
			<link>https://www.softndesign.org/blog/stubs/ccb.php/2024/04/11/build-a-debian-package-for-pdmenu</link>
			<pubDate>Thu, 11 Apr 2024 09:28:00 +0000</pubDate>			<dc:creator>mazet</dc:creator>
			<category domain="main">Debian</category>			<guid isPermaLink="false">211@https://www.softndesign.org/blog/</guid>
						<description>Code wget https://git.kitenet.net/index.cgi/pdmenu.git/snapshot/pdmenu-1.3.6.tar.gz tar xvzf pdmenu-1.3.6.tar.gz cd pdmenu-1.3.6 sudo apt install libslang2-dev debhelper libgpm-dev gettext descripts dch -i make debian&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;https://www.softndesign.org/blog/stubs/ccb.php/2024/04/11/build-a-debian-package-for-pdmenu&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[Code wget https://git.kitenet.net/index.cgi/pdmenu.git/snapshot/pdmenu-1.3.6.tar.gz tar xvzf pdmenu-1.3.6.tar.gz cd pdmenu-1.3.6 sudo apt install libslang2-dev debhelper libgpm-dev gettext descripts dch -i make debian<div class="item_footer"><p><small><a href="https://www.softndesign.org/blog/stubs/ccb.php/2024/04/11/build-a-debian-package-for-pdmenu">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>https://www.softndesign.org/blog/stubs/ccb.php/2024/04/11/build-a-debian-package-for-pdmenu#comments</comments>
			<wfw:commentRss>https://www.softndesign.org/blog/stubs/ccb.php?tempskin=_rss2&#38;disp=comments&#38;p=211</wfw:commentRss>
		</item>
				<item>
			<title>Extract informations from epub file</title>
			<link>https://www.softndesign.org/blog/stubs/ccb.php/2021/07/25/extract-infor-from-epub</link>
			<pubDate>Sun, 25 Jul 2021 06:52:00 +0000</pubDate>			<dc:creator>mazet</dc:creator>
			<category domain="main">Bash</category>			<guid isPermaLink="false">201@https://www.softndesign.org/blog/</guid>
						<description>Shell #!/bin/bash&amp;nbsp;-f #&amp;nbsp;epubinfo&amp;nbsp;-&amp;nbsp;a&amp;nbsp;script&amp;nbsp;to&amp;nbsp;retrieve&amp;nbsp;info&amp;nbsp;from&amp;nbsp;epub #&amp;nbsp;Copyright&amp;nbsp;(C)&amp;nbsp;2021&amp;nbsp;Laurent&amp;nbsp;Mazet &amp;nbsp;&amp;hellip;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;https://www.softndesign.org/blog/stubs/ccb.php/2021/07/25/extract-infor-from-epub&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[Shell #!/bin/bash&nbsp;-f #&nbsp;epubinfo&nbsp;-&nbsp;a&nbsp;script&nbsp;to&nbsp;retrieve&nbsp;info&nbsp;from&nbsp;epub #&nbsp;Copyright&nbsp;(C)&nbsp;2021&nbsp;Laurent&nbsp;Mazet &nbsp;&hellip;<div class="item_footer"><p><small><a href="https://www.softndesign.org/blog/stubs/ccb.php/2021/07/25/extract-infor-from-epub">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>https://www.softndesign.org/blog/stubs/ccb.php/2021/07/25/extract-infor-from-epub#comments</comments>
			<wfw:commentRss>https://www.softndesign.org/blog/stubs/ccb.php?tempskin=_rss2&#38;disp=comments&#38;p=201</wfw:commentRss>
		</item>
				<item>
			<title>Connexion PostgreSql / Java par Socket Unix</title>
			<link>https://www.softndesign.org/blog/stubs/ccb.php/2021/06/02/connexion-postgresql-java-par-socket-unix</link>
			<pubDate>Wed, 02 Jun 2021 12:50:00 +0000</pubDate>			<dc:creator>mazet</dc:creator>
			<category domain="main">Systeme</category>			<guid isPermaLink="false">199@https://www.softndesign.org/blog/</guid>
						<description>il faut voir https://kohlschutter.github.io Ajouter dans le POM: junixsocket-parent junixsocket-core junixsocket-common junixsocket-native-common La configuration est détaillée sur le site De plus, il faut définir java.io.tmpdir pour que la bibliothèque&amp;hellip;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;https://www.softndesign.org/blog/stubs/ccb.php/2021/06/02/connexion-postgresql-java-par-socket-unix&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[il faut voir https://kohlschutter.github.io Ajouter dans le POM: junixsocket-parent junixsocket-core junixsocket-common junixsocket-native-common La configuration est détaillée sur le site De plus, il faut définir java.io.tmpdir pour que la bibliothèque&hellip;<div class="item_footer"><p><small><a href="https://www.softndesign.org/blog/stubs/ccb.php/2021/06/02/connexion-postgresql-java-par-socket-unix">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>https://www.softndesign.org/blog/stubs/ccb.php/2021/06/02/connexion-postgresql-java-par-socket-unix#comments</comments>
			<wfw:commentRss>https://www.softndesign.org/blog/stubs/ccb.php?tempskin=_rss2&#38;disp=comments&#38;p=199</wfw:commentRss>
		</item>
				<item>
			<title>Example of fork and respawn</title>
			<link>https://www.softndesign.org/blog/stubs/ccb.php/2021/06/02/example-of-fork-and-respawn</link>
			<pubDate>Wed, 02 Jun 2021 09:43:00 +0000</pubDate>			<dc:creator>mazet</dc:creator>
			<category domain="main">C</category>			<guid isPermaLink="false">198@https://www.softndesign.org/blog/</guid>
						<description>Shell /*&amp;nbsp;-*-&amp;nbsp;Mode:&amp;nbsp;C;&amp;nbsp;indent-tabs-mode:&amp;nbsp;t;&amp;nbsp;c-basic-offset:&amp;nbsp;4;&amp;nbsp;tab-width:&amp;nbsp;4&amp;nbsp;-*-&amp;nbsp;*/ &amp;nbsp; /*&amp;nbsp;depend:&amp;nbsp;*/ /*&amp;nbsp;cflags:&amp;nbsp;*/ /*&amp;nbsp;linker:&amp;nbsp;*/ &amp;nbsp; #include&amp;nbsp;&amp;lt;getopt.h&amp;gt;&amp;hellip;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;https://www.softndesign.org/blog/stubs/ccb.php/2021/06/02/example-of-fork-and-respawn&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[Shell /*&nbsp;-*-&nbsp;Mode:&nbsp;C;&nbsp;indent-tabs-mode:&nbsp;t;&nbsp;c-basic-offset:&nbsp;4;&nbsp;tab-width:&nbsp;4&nbsp;-*-&nbsp;*/ &nbsp; /*&nbsp;depend:&nbsp;*/ /*&nbsp;cflags:&nbsp;*/ /*&nbsp;linker:&nbsp;*/ &nbsp; #include&nbsp;&lt;getopt.h&gt;&hellip;<div class="item_footer"><p><small><a href="https://www.softndesign.org/blog/stubs/ccb.php/2021/06/02/example-of-fork-and-respawn">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>https://www.softndesign.org/blog/stubs/ccb.php/2021/06/02/example-of-fork-and-respawn#comments</comments>
			<wfw:commentRss>https://www.softndesign.org/blog/stubs/ccb.php?tempskin=_rss2&#38;disp=comments&#38;p=198</wfw:commentRss>
		</item>
				<item>
			<title>Start SSH daemon on Git portable distribution</title>
			<link>https://www.softndesign.org/blog/stubs/ccb.php/2021/06/02/start-ssh-daemon-on-git-portable-distribution</link>
			<pubDate>Wed, 02 Jun 2021 09:10:00 +0000</pubDate>			<dc:creator>mazet</dc:creator>
			<category domain="main">Bash</category>
<category domain="alt">Systeme</category>			<guid isPermaLink="false">197@https://www.softndesign.org/blog/</guid>
						<description>Shell #!/bin/sh &amp;nbsp; if&amp;nbsp;[&amp;nbsp;&quot;$1&quot;&amp;nbsp;=&amp;nbsp;&quot;-h&quot;&amp;nbsp;];&amp;nbsp;then &amp;#160;&amp;#160;&amp;#160;&amp;#160;#&amp;nbsp;help&amp;nbsp;message &amp;#160;&amp;#160;&amp;#160;&amp;#160;echo&amp;nbsp;&quot;usgage:&amp;nbsp;$(basename&amp;nbsp;$0)&amp;nbsp;[-h|-s|-x]&quot;&amp;hellip;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;https://www.softndesign.org/blog/stubs/ccb.php/2021/06/02/start-ssh-daemon-on-git-portable-distribution&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[Shell #!/bin/sh &nbsp; if&nbsp;[&nbsp;"$1"&nbsp;=&nbsp;"-h"&nbsp;];&nbsp;then &#160;&#160;&#160;&#160;#&nbsp;help&nbsp;message &#160;&#160;&#160;&#160;echo&nbsp;"usgage:&nbsp;$(basename&nbsp;$0)&nbsp;[-h|-s|-x]"&hellip;<div class="item_footer"><p><small><a href="https://www.softndesign.org/blog/stubs/ccb.php/2021/06/02/start-ssh-daemon-on-git-portable-distribution">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>https://www.softndesign.org/blog/stubs/ccb.php/2021/06/02/start-ssh-daemon-on-git-portable-distribution#comments</comments>
			<wfw:commentRss>https://www.softndesign.org/blog/stubs/ccb.php?tempskin=_rss2&#38;disp=comments&#38;p=197</wfw:commentRss>
		</item>
				<item>
			<title>Create a git mirror</title>
			<link>https://www.softndesign.org/blog/stubs/ccb.php/2021/04/15/create-a-git-mirror</link>
			<pubDate>Thu, 15 Apr 2021 10:01:00 +0000</pubDate>			<dc:creator>mazet</dc:creator>
			<category domain="main">Systeme</category>			<guid isPermaLink="false">195@https://www.softndesign.org/blog/</guid>
						<description>Create a shell script mirror_git.sh to mirror a remote git server. Shell #!/bin/sh &amp;nbsp; AUTH=myLogin PROTOCOL=https SERVER=remoteHost GITPATH=gitPath REPOS=&quot;repos1&amp;nbsp;repos2&amp;nbsp;repos3&quot; &amp;nbsp; #&amp;nbsp;global&amp;nbsp;variable PROG=$(basename&amp;nbsp;$0)&amp;hellip;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;https://www.softndesign.org/blog/stubs/ccb.php/2021/04/15/create-a-git-mirror&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[Create a shell script mirror_git.sh to mirror a remote git server. Shell #!/bin/sh &nbsp; AUTH=myLogin PROTOCOL=https SERVER=remoteHost GITPATH=gitPath REPOS="repos1&nbsp;repos2&nbsp;repos3" &nbsp; #&nbsp;global&nbsp;variable PROG=$(basename&nbsp;$0)&hellip;<div class="item_footer"><p><small><a href="https://www.softndesign.org/blog/stubs/ccb.php/2021/04/15/create-a-git-mirror">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>https://www.softndesign.org/blog/stubs/ccb.php/2021/04/15/create-a-git-mirror#comments</comments>
			<wfw:commentRss>https://www.softndesign.org/blog/stubs/ccb.php?tempskin=_rss2&#38;disp=comments&#38;p=195</wfw:commentRss>
		</item>
			</channel>
</rss>
