<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Mon, 20 Apr 2026 13:12:32 +0200 -->
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Derniers sujets du forum Autres logiciels]]></title>
		<atom:link href="https://www.mageialinux-online.org/syndication/rss/forum/196/" rel="self" type="application/rss+xml"/>
		<link>https://www.mageialinux-online.org</link>
		<description><![CDATA[Derniers sujets du forum]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
            <item>
                <title><![CDATA[clef bootable avec Isodumper]]></title>
                <link>https://www.mageialinux-online.org/forum/topic-32476-clef-bootable-avec-isodumper.php#m335936</link>
                <guid>https://www.mageialinux-online.org/forum/topic-32476-clef-bootable-avec-isodumper.php#m335936</guid>
                <description><![CDATA[Je ressairai avec  mageia beta 2,<br />
Mais j'y crois pas trop.<br />
Si la clef est pas reconnue uefi.<br />
<br />]]></description>
                <pubDate>Thu, 26 Mar 2026 07:09:00 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Quelle est la différence entre systemctl stop shorewall et désactiver le pare-feu avec le MCC.]]></title>
                <link>https://www.mageialinux-online.org/forum/topic-32470-quelle-est-la-difference-entre-systemctl-stop-shorewall-et-desactiver-le-pare-feu-avec-le-mcc.php#m335901</link>
                <guid>https://www.mageialinux-online.org/forum/topic-32470-quelle-est-la-difference-entre-systemctl-stop-shorewall-et-desactiver-le-pare-feu-avec-le-mcc.php#m335901</guid>
                <description><![CDATA[Bonjour,<br />
<br />
Le Chat m'a donné la liste des adresses ip de LetsEncrypt mais aucune n'est bannie chez moi.<br />
Et d'après ce qu'il m'a expliqué sur iptables, la commande :<br />
<br />
<div class="formatter-container formatter-code code-TEXT"><span class="formatter-title">Code TEXT : </span><div class="formatter-content"><pre style="display:inline;"><pre class="text" style="font-family:monospace;"># iptables -F </pre></pre></div></div><br />
devrait faire le travail. C'est encore un mystère. Et en plus, je me demande si ce n'est pas lié à Docker que j'utilise depuis quelques temps. Je ne peux pas dire qu'il y a un lien de cause à effet mais mon script marchait "avant". Il plante depuis l'installation de Docker ? Je ne peux pas l'affirmer et en plus, je ne vois pas le rapport.<br />
Ce qui est sûr, c'est que Docker et Shorewall ne font pas bon ménage. Une fois une image/container installé(e), je dois faire en général :<br />
<br />
<div class="formatter-container formatter-code code-TEXT"><span class="formatter-title">Code TEXT : </span><div class="formatter-content"><pre style="display:inline;"><pre class="text" style="font-family:monospace;"># systemctl stop docker
# systemcctl restart shorewall
# systemctl start docker.</pre></pre></div></div><br />
ou quelque chose d'approchant.<br />
<br />
Donc, en résumé :<br />
# systemctl stop shorewall => Only traffic allowed by ACCEPT entries in /etc/shorewall/stoppedrules is passed to/from/through the firewall<br />
=> ce qui était accepté l'est toujours, ce qui était bloqué l'est toujours<br />
=> on ne change plus rien et on reste comme avant<br />
<strong>=> C'est ce que je comprends, ce n'est peut-être pas ce qu'il se passe vraiment.</strong><br />
# systemctl clear shorewall => Removes all Shorewall rules, chains, addresses, routes and ARP entries.<br />
=> Tout est autorisé.<br />
<br />
Donc :<br />
1) si quelque chose bloquait certbot pour faire son travail, faire "systemctl stop shorewall" ne l'autorisera pas. Est-ce correct ?<br />
2) pourquoi iptables -F ne marche pas ?<br />
<br />
Merci.<br />
<br />
Xuo.<br />]]></description>
                <pubDate>Sun, 22 Mar 2026 17:48:49 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Les conkys de Loutch]]></title>
                <link>https://www.mageialinux-online.org/forum/topic-19753-6-les-conkys-de-loutch.php#m335877</link>
                <guid>https://www.mageialinux-online.org/forum/topic-19753-6-les-conkys-de-loutch.php#m335877</guid>
                <description><![CDATA[Hello<br />
<br />
<strong><span style="color:#F80000;">Attention conky créé sur M9 xfce pour écran 1600x900</span></strong><br />
<br />
<br />
le conkyrc<br />
<br />
<div class="formatter-container formatter-code"><span class="formatter-title">Code : </span><div class="formatter-content"><code><span style="color: #000000">
<br />conky.config&nbsp;=&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;--&nbsp;Fenêtre&nbsp;:&nbsp;On&nbsp;utilise&nbsp;'normal'&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;own_window&nbsp;=&nbsp;true,<br />&nbsp;&nbsp;&nbsp;&nbsp;own_window_type&nbsp;=&nbsp;'normal',<br />&nbsp;&nbsp;&nbsp;&nbsp;own_window_transparent&nbsp;=&nbsp;true,<br />&nbsp;&nbsp;&nbsp;&nbsp;own_window_argb_visual&nbsp;=&nbsp;true,<br />&nbsp;&nbsp;&nbsp;&nbsp;own_window_argb_value&nbsp;=&nbsp;0,<br />&nbsp;&nbsp;&nbsp;&nbsp;own_window_hints&nbsp;=&nbsp;'undecorated,below,sticky,skip_taskbar,skip_pager',<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;--&nbsp;Positionnement&nbsp;pour&nbsp;1600x900&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;alignment&nbsp;=&nbsp;'top_left',<br />&nbsp;&nbsp;&nbsp;&nbsp;gap_x&nbsp;=&nbsp;600,<br />&nbsp;&nbsp;&nbsp;&nbsp;gap_y&nbsp;=&nbsp;670,<br />&nbsp;&nbsp;&nbsp;&nbsp;minimum_width&nbsp;=&nbsp;410,<br />&nbsp;&nbsp;&nbsp;&nbsp;minimum_height&nbsp;=&nbsp;110,<br />&nbsp;&nbsp;&nbsp;&nbsp;--&nbsp;Performances<br />&nbsp;&nbsp;&nbsp;&nbsp;background&nbsp;=&nbsp;true,<br />&nbsp;&nbsp;&nbsp;&nbsp;double_buffer&nbsp;=&nbsp;true,<br />&nbsp;&nbsp;&nbsp;&nbsp;update_interval&nbsp;=&nbsp;0.5,<br />&nbsp;&nbsp;&nbsp;&nbsp;total_run_times&nbsp;=&nbsp;0,<br />&nbsp;&nbsp;&nbsp;&nbsp;no_buffers&nbsp;=&nbsp;true,<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;--&nbsp;Graphisme<br />&nbsp;&nbsp;&nbsp;&nbsp;draw_shades&nbsp;=&nbsp;false,<br />&nbsp;&nbsp;&nbsp;&nbsp;draw_outline&nbsp;=&nbsp;false,<br />&nbsp;&nbsp;&nbsp;&nbsp;draw_borders&nbsp;=&nbsp;false,<br />&nbsp;&nbsp;&nbsp;&nbsp;default_color&nbsp;=&nbsp;'white',<br />&nbsp;&nbsp;&nbsp;&nbsp;use_xft&nbsp;=&nbsp;true,<br />&nbsp;&nbsp;&nbsp;&nbsp;font&nbsp;=&nbsp;'Liberation&nbsp;Sans:size=8',<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;--&nbsp;Indispensable&nbsp;pour&nbsp;la&nbsp;transparence&nbsp;et&nbsp;le&nbsp;script<br />&nbsp;&nbsp;&nbsp;&nbsp;out_to_x&nbsp;=&nbsp;true,<br />&nbsp;&nbsp;&nbsp;&nbsp;--&nbsp;Lua<br />&nbsp;&nbsp;&nbsp;&nbsp;lua_load&nbsp;=&nbsp;'~/.conky/lua/image.lua',<br />};<br />--&nbsp;LANCEMENT&nbsp;DU&nbsp;SCRIPT&nbsp;DE&nbsp;CLIC<br />--&nbsp;On&nbsp;le&nbsp;place&nbsp;ici&nbsp;pour&nbsp;qu'il&nbsp;s'exécute&nbsp;une&nbsp;seule&nbsp;fois&nbsp;au&nbsp;chargement<br />os.execute("bash&nbsp;~/.conky/audacious/scripts/monitor_click.sh&nbsp;&")<br />conky.text&nbsp;=&nbsp;[[<br />${execi&nbsp;3&nbsp;~/.conky/audacious/scripts/cover.sh}\<br />${lua&nbsp;fDrawImage&nbsp;~/.conky/audacious/audacious.png&nbsp;24&nbsp;14&nbsp;68&nbsp;70}\<br />${lua&nbsp;fDrawImage&nbsp;~/.conky/audacious/case.png&nbsp;0&nbsp;0&nbsp;410&nbsp;108}\<br />${if_existing&nbsp;/tmp/audacious_click}${image&nbsp;~/.conky/audacious/images/Orange.png&nbsp;-p&nbsp;102,00&nbsp;-s&nbsp;30x30}${endif}\<br />${voffset&nbsp;15}${font&nbsp;GE&nbsp;Inspira&nbsp;:size=10}\<br />${goto&nbsp;160}${execi&nbsp;3&nbsp;audtool&nbsp;current-song-tuple-data&nbsp;artist}${font}<br />${goto&nbsp;160}${execi&nbsp;3&nbsp;audtool&nbsp;current-song-tuple-data&nbsp;title}<br />${goto&nbsp;160}${execi&nbsp;3&nbsp;audtool&nbsp;current-song-tuple-data&nbsp;album}<br />${goto&nbsp;160}${voffset&nbsp;5}${execi&nbsp;1&nbsp;audtool&nbsp;current-song-output-length}${goto&nbsp;358}${color&nbsp;ff8000}${execi&nbsp;1&nbsp;audtool&nbsp;current-song-length}$color<br />${goto&nbsp;188}${voffset&nbsp;-14}${color&nbsp;ff8000}${execbar&nbsp;2,&nbsp;164&nbsp;expr&nbsp;100&nbsp;\*&nbsp;$(audtool&nbsp;--current-song-output-length-seconds)&nbsp;\/&nbsp;$(audtool&nbsp;--current-song-length-seconds)}$color<br />${lua&nbsp;fDrawImage&nbsp;~/.conky/audacious/stop.png&nbsp;115&nbsp;31&nbsp;13&nbsp;13}\<br />${lua&nbsp;fDrawImage&nbsp;~/.conky/audacious/rew.png&nbsp;100&nbsp;45&nbsp;13&nbsp;13}\<br />${lua&nbsp;fDrawImage&nbsp;~/.conky/audacious/play.png&nbsp;115&nbsp;45&nbsp;13&nbsp;13}\<br />${lua&nbsp;fDrawImage&nbsp;~/.conky/audacious/fwd.png&nbsp;130&nbsp;45&nbsp;13&nbsp;13}\<br />${voffset&nbsp;40}<br />]];<br /></span>
</code></div></div><br />
<br />
le script pour le clic et l'ampoule<br />
<br />
<div class="formatter-container formatter-code"><span class="formatter-title">Code : </span><div class="formatter-content"><code><span style="color: #000000">
<br />#!/bin/bash<br />#&nbsp;---&nbsp;CONFIGURATION&nbsp;TOP_LEFT&nbsp;---<br />GAP_X=600<br />GAP_Y=670<br />AUD="audtool"<br />while&nbsp;true;&nbsp;do<br />&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Détection&nbsp;du&nbsp;clic&nbsp;sur&nbsp;l'ID&nbsp;9<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;xinput&nbsp;query-state&nbsp;9&nbsp;2>/dev/null&nbsp;|&nbsp;grep&nbsp;-q&nbsp;"button\[1\]=down";&nbsp;then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eval&nbsp;$(xdotool&nbsp;getmouselocation&nbsp;--shell&nbsp;2>/dev/null)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Calcul&nbsp;de&nbsp;la&nbsp;position&nbsp;relative&nbsp;dans&nbsp;le&nbsp;Conky<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REL_X=$((X&nbsp;-&nbsp;GAP_X))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REL_Y=$((Y&nbsp;-&nbsp;GAP_Y))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;---&nbsp;ZONES&nbsp;(Basées&nbsp;sur&nbsp;tes&nbsp;icônes&nbsp;Lua&nbsp;13x13)&nbsp;---<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;STOP&nbsp;(Lua&nbsp;115,&nbsp;31)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;[&nbsp;"$REL_X"&nbsp;-ge&nbsp;110&nbsp;]&nbsp;&&&nbsp;[&nbsp;"$REL_X"&nbsp;-le&nbsp;125&nbsp;]&nbsp;&&&nbsp;[&nbsp;"$REL_Y"&nbsp;-ge&nbsp;28&nbsp;]&nbsp;&&&nbsp;[&nbsp;"$REL_Y"&nbsp;-le&nbsp;43&nbsp;];&nbsp;then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;touch&nbsp;/tmp/audacious_click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$AUD&nbsp;playback-stop<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sleep&nbsp;0.5&nbsp;;&nbsp;rm&nbsp;-f&nbsp;/tmp/audacious_click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;PLAY&nbsp;/&nbsp;PAUSE&nbsp;(Lua&nbsp;115,&nbsp;45)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elif&nbsp;[&nbsp;"$REL_X"&nbsp;-ge&nbsp;110&nbsp;]&nbsp;&&&nbsp;[&nbsp;"$REL_X"&nbsp;-le&nbsp;125&nbsp;]&nbsp;&&&nbsp;[&nbsp;"$REL_Y"&nbsp;-ge&nbsp;42&nbsp;]&nbsp;&&&nbsp;[&nbsp;"$REL_Y"&nbsp;-le&nbsp;57&nbsp;];&nbsp;then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;touch&nbsp;/tmp/audacious_click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$AUD&nbsp;playback-playpause<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sleep&nbsp;0.5&nbsp;;&nbsp;rm&nbsp;-f&nbsp;/tmp/audacious_click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;SUIVANT&nbsp;/&nbsp;FWD&nbsp;(Lua&nbsp;130,&nbsp;45)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elif&nbsp;[&nbsp;"$REL_X"&nbsp;-ge&nbsp;126&nbsp;]&nbsp;&&&nbsp;[&nbsp;"$REL_X"&nbsp;-le&nbsp;145&nbsp;]&nbsp;&&&nbsp;[&nbsp;"$REL_Y"&nbsp;-ge&nbsp;42&nbsp;]&nbsp;&&&nbsp;[&nbsp;"$REL_Y"&nbsp;-le&nbsp;57&nbsp;];&nbsp;then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;touch&nbsp;/tmp/audacious_click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$AUD&nbsp;playlist-advance<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sleep&nbsp;0.5&nbsp;;&nbsp;rm&nbsp;-f&nbsp;/tmp/audacious_click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;PRÉCÉDENT&nbsp;/&nbsp;REW&nbsp;(Lua&nbsp;100,&nbsp;45)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elif&nbsp;[&nbsp;"$REL_X"&nbsp;-ge&nbsp;95&nbsp;]&nbsp;&&&nbsp;[&nbsp;"$REL_X"&nbsp;-le&nbsp;109&nbsp;]&nbsp;&&&nbsp;[&nbsp;"$REL_Y"&nbsp;-ge&nbsp;42&nbsp;]&nbsp;&&&nbsp;[&nbsp;"$REL_Y"&nbsp;-le&nbsp;57&nbsp;];&nbsp;then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;touch&nbsp;/tmp/audacious_click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$AUD&nbsp;playlist-reverse<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sleep&nbsp;0.5&nbsp;;&nbsp;rm&nbsp;-f&nbsp;/tmp/audacious_click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fi<br />&nbsp;&nbsp;&nbsp;&nbsp;fi<br />&nbsp;&nbsp;&nbsp;&nbsp;sleep&nbsp;0.1<br />done<br /></span>
</code></div></div><br />
<br />
<img src="https://www.mageialinux-online.org/upload/capture_deecran_2026-03-14_18-12-31.png" alt="capture_deecran_2026-03-14_18-12-31" /><br />
<br />
On ne la voit pas mais la souris est sur l'icone play<br />
<br />
<br />
@+]]></description>
                <pubDate>Sat, 21 Mar 2026 21:33:15 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Désintaller HPlip]]></title>
                <link>https://www.mageialinux-online.org/forum/topic-32454-desintaller-hplip.php#m335638</link>
                <guid>https://www.mageialinux-online.org/forum/topic-32454-desintaller-hplip.php#m335638</guid>
                <description><![CDATA[bonjour,<br />
<br />
Merci nic80 ton astuce fonctionne<br />
<br />
Merci]]></description>
                <pubDate>Sat, 07 Mar 2026 11:41:38 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[iptables: No chain/target/match by that name]]></title>
                <link>https://www.mageialinux-online.org/forum/topic-32421-iptables-no-chaintargetmatch-by-that-name.php#m335312</link>
                <guid>https://www.mageialinux-online.org/forum/topic-32421-iptables-no-chaintargetmatch-by-that-name.php#m335312</guid>
                <description><![CDATA[Bonjour,<br />
<br />
Je vois NetworkManager et IFWLOG.<br />
<br />
Est ce que cela ne poserait pas problème ?]]></description>
                <pubDate>Sat, 21 Feb 2026 17:03:29 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Notetask]]></title>
                <link>https://www.mageialinux-online.org/forum/topic-32416-notetask.php#m335163</link>
                <guid>https://www.mageialinux-online.org/forum/topic-32416-notetask.php#m335163</guid>
                <description><![CDATA[Bonjour tout le monde.<br />
<br />
Toujours à l'affût de ce qui se fait en Pascal, je suis tombé sur ce logiciel qui a l'air bien fait : <a class="offload" href="https://github.com/plaintool/notetask">Notetask</a><br />
<br />
Pour la dernière version publiée, l'auteur propose un RPM. Donc j'ai pensé que ça valait le coup de vous signaler ce projet.<br />
<br />
Pas encore eu le temps de l'essayer vraiment.]]></description>
                <pubDate>Wed, 11 Feb 2026 17:56:53 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[lshw -c disk ne renvoie rien]]></title>
                <link>https://www.mageialinux-online.org/forum/topic-32399-lshw-c-disk-ne-renvoie-rien.php#m335135</link>
                <guid>https://www.mageialinux-online.org/forum/topic-32399-lshw-c-disk-ne-renvoie-rien.php#m335135</guid>
                <description><![CDATA[Deux hypothèses. Ces classes existent mais <pre style="display:inline;">lswh</pre> n'a pas su les "étiqueter" correctement. L'autre, c'est que le man, très succinct par ailleurs, n'est pas à jour.]]></description>
                <pubDate>Mon, 09 Feb 2026 12:32:00 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Alternative à FreeFileSync]]></title>
                <link>https://www.mageialinux-online.org/forum/topic-32393-alternative-a-freefilesync.php#m335084</link>
                <guid>https://www.mageialinux-online.org/forum/topic-32393-alternative-a-freefilesync.php#m335084</guid>
                <description><![CDATA[Oh oh oh ! C'est peut être faisable. Je vais voir si c'est possible sans casser la coque, car je n'ai vu aucune vis.]]></description>
                <pubDate>Sun, 08 Feb 2026 00:57:35 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[[Réglé] écriture sur clé USB ext3]]></title>
                <link>https://www.mageialinux-online.org/forum/topic-32354-ecriture-sur-cle-usb-ext3.php#m334883</link>
                <guid>https://www.mageialinux-online.org/forum/topic-32354-ecriture-sur-cle-usb-ext3.php#m334883</guid>
                <description><![CDATA[Bonjour<br />
Sur la recommandation de mon gendre, j'ai soumis mon problème à Le Chat Mistral qui m'a indiqué d'ouvrir le terminal dans la clé USB<br />
<em>cd /mnt/usb</em><br />
et de lancer la commande<br />
<em>tar -xzvf /chemin/vers/votre_archive.tar.gz</em><br />
donc<br />
# tar -xzvf /home/ouam/Téléchargements/Nouveau dossier/openwrt-cs351x-mzknas-rootfs.tar.gz<br />
<em>tar (child): /home/ouam/Téléchargements/Nouveau : open impossible: Aucun fichier ou dossier de ce type<br />
tar (child): Error is not recoverable: exiting now<br />
tar: Child returned status 2</em><br />
Là j'ai réalisé que je devais renommer mon dossier "Nouveau dossier" où j'avais placé l'archive tar.gz, en "Nouveaudossier" sans intervalle et cela a fonctionné.<br />
Donc je ne sais pas si il fallait vraiment ouvrir le terminal dans la clé plutôt que dans le dossier d'archive.<br />]]></description>
                <pubDate>Tue, 27 Jan 2026 19:09:45 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Lire ses SMS avec un ordinateur sous Mageia]]></title>
                <link>https://www.mageialinux-online.org/forum/topic-32297-lire-ses-sms-avec-un-ordinateur-sous-mageia.php#m334768</link>
                <guid>https://www.mageialinux-online.org/forum/topic-32297-lire-ses-sms-avec-un-ordinateur-sous-mageia.php#m334768</guid>
                <description><![CDATA[<blockquote class="formatter-container formatter-blockquote"><span class="formatter-title title-perso">m@rco123 :</span><div class="formatter-content">salut !<br />
Moi, sur le sms, je reste appuyé puis partager ... par mail</div></blockquote><br />
Oui mais ça ne résous pas ce prérequis :<br />
<blockquote class="formatter-container formatter-blockquote"><span class="formatter-title title-perso">mnrk.n :</span><div class="formatter-content">Et là, il peut arriver que l&#8217;on ait pas son ordiphone sous la main, qu&#8217;il soit au rez-de-chaussée alors que l&#8217;on est au quatorzième étage etc. etc.</div></blockquote>]]></description>
                <pubDate>Sun, 18 Jan 2026 21:08:39 +0100</pubDate>
                
            </item>
		
	</channel>
</rss>
