<?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 Archives - Richard Time</title>
	<atom:link href="https://koebel.fr/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Le pense bêtes le plus intelligent</description>
	<lastBuildDate>Mon, 12 Jan 2026 18:02:58 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://koebel.fr/wp-content/uploads/2026/01/cropped-logo-32x32.jpeg</url>
	<title>Linux Archives - Richard Time</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Installation Ollama</title>
		<link>https://koebel.fr/2025/12/21/installation-ollama/</link>
					<comments>https://koebel.fr/2025/12/21/installation-ollama/#respond</comments>
		
		<dc:creator><![CDATA[richard]]></dc:creator>
		<pubDate>Sun, 21 Dec 2025 21:15:19 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tuto]]></category>
		<guid isPermaLink="false">http://192.168.1.175/WordPress/?p=611</guid>

					<description><![CDATA[<p>Vérifier que Ollama est installé ollama &#8211;version Vérifier le service Ollama sudo systemctl status ollamasudo journalctl -u ollama -f Télécharger et installer Llama 3.2 (3B paramètres) ollama pull llama3.2ollama pull mistral Cette commande va : Gestion des Modèles # Lister tous les modèles installésollama list # Télécharger un nouveau modèleollama pull [nom-du-modèle] # Supprimer un [&#8230;]</p>
<p>The post <a href="https://koebel.fr/2025/12/21/installation-ollama/">Installation Ollama</a> appeared first on <a href="https://koebel.fr">Richard Time</a>.</p>
]]></description>
		
					<wfw:commentRss>https://koebel.fr/2025/12/21/installation-ollama/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>En Vrac</title>
		<link>https://koebel.fr/2025/12/20/en-vrac-2/</link>
					<comments>https://koebel.fr/2025/12/20/en-vrac-2/#respond</comments>
		
		<dc:creator><![CDATA[richard]]></dc:creator>
		<pubDate>Sat, 20 Dec 2025 17:10:55 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[raspberry]]></category>
		<guid isPermaLink="false">http://192.168.1.175/WordPress/?p=608</guid>

					<description><![CDATA[<p>Pour soutenir les démarages sur USB. verifier:vcgencmd get_config usb_max_current_enableusb_max_current_enable=0 https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/597 #</p>
<p>The post <a href="https://koebel.fr/2025/12/20/en-vrac-2/">En Vrac</a> appeared first on <a href="https://koebel.fr">Richard Time</a>.</p>
]]></description>
		
					<wfw:commentRss>https://koebel.fr/2025/12/20/en-vrac-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Stocker une clé API dans variables d&#8217;environnement</title>
		<link>https://koebel.fr/2025/12/16/stocker-une-cle-api-dans-variables-denvironnement/</link>
					<comments>https://koebel.fr/2025/12/16/stocker-une-cle-api-dans-variables-denvironnement/#respond</comments>
		
		<dc:creator><![CDATA[richard]]></dc:creator>
		<pubDate>Tue, 16 Dec 2025 11:20:56 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tuto]]></category>
		<guid isPermaLink="false">http://192.168.1.175/WordPress/?p=603</guid>

					<description><![CDATA[<p>2.Installer python-dotenvbashpip install python-dotenvou avec pip3pip3 install python-dotenv 3. Code Python minimalpythonimport osfrom dotenv import load_dotenvCharger les variables depuis .envload_dotenv()Récupérer la clé APIapi_key = os.environ.get(&#8216;API_KEY&#8217;)#Vérifier si elle existeif not api_key:raise ValueError(« ❌ API_KEY manquante dans .env »)print(« ✅ Clé API chargée avec succès ») 4. Alternative : configuration avec classeImport osfrom dotenv import load_dotenvload_dotenv() class Config: API_KEY = os.environ.get(&#8216;API_KEY&#8217;) [&#8230;]</p>
<p>The post <a href="https://koebel.fr/2025/12/16/stocker-une-cle-api-dans-variables-denvironnement/">Stocker une clé API dans variables d&rsquo;environnement</a> appeared first on <a href="https://koebel.fr">Richard Time</a>.</p>
]]></description>
		
					<wfw:commentRss>https://koebel.fr/2025/12/16/stocker-une-cle-api-dans-variables-denvironnement/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Libre Office : Ajouter des polices.</title>
		<link>https://koebel.fr/2025/11/20/libre-office-ajouter-des-polices/</link>
					<comments>https://koebel.fr/2025/11/20/libre-office-ajouter-des-polices/#respond</comments>
		
		<dc:creator><![CDATA[richard]]></dc:creator>
		<pubDate>Thu, 20 Nov 2025 15:26:05 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tuto]]></category>
		<guid isPermaLink="false">http://192.168.1.175/WordPress/?p=587</guid>

					<description><![CDATA[<p>Étape 1 : Tout d’abord, trouvez et téléchargez la police recherché. un site comme FontGet qui a une section dédiée. Alternativement recherche Google et trouver un téléchargement gratuit. Étape 2: Le groupe de polices sera téléchargé sous forme de fichier ZIP. Étape 3: Extraire pour décompresser les fichiers.Double clique sur la police et confirmer l&#8217;installation</p>
<p>The post <a href="https://koebel.fr/2025/11/20/libre-office-ajouter-des-polices/">Libre Office : Ajouter des polices.</a> appeared first on <a href="https://koebel.fr">Richard Time</a>.</p>
]]></description>
		
					<wfw:commentRss>https://koebel.fr/2025/11/20/libre-office-ajouter-des-polices/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>STACHER7</title>
		<link>https://koebel.fr/2025/10/22/stacher7/</link>
					<comments>https://koebel.fr/2025/10/22/stacher7/#respond</comments>
		
		<dc:creator><![CDATA[richard]]></dc:creator>
		<pubDate>Wed, 22 Oct 2025 08:32:04 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tuto]]></category>
		<guid isPermaLink="false">http://192.168.1.175/WordPress/?p=573</guid>

					<description><![CDATA[<p>Stacher est un logiciel gratuit qui permet de télécharger n’importe quelle vidéo YouTube dans une multitude de formats :3GP, AAC, FLAC, FLV, M4A, MP3, MP4, OPUS, VORBIS, WAV et WebM. Il suffit de copier l’URL de la vidéo, la coller dans l’application et sélectionner le format de sortie désiré. De plus, l’outil fonctionne également avec [&#8230;]</p>
<p>The post <a href="https://koebel.fr/2025/10/22/stacher7/">STACHER7</a> appeared first on <a href="https://koebel.fr">Richard Time</a>.</p>
]]></description>
		
					<wfw:commentRss>https://koebel.fr/2025/10/22/stacher7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Utiliser/Importer Classes Perso  dans un projet Python</title>
		<link>https://koebel.fr/2025/05/14/utiliser-importer-classes-perso-dans-un-projet-python/</link>
					<comments>https://koebel.fr/2025/05/14/utiliser-importer-classes-perso-dans-un-projet-python/#respond</comments>
		
		<dc:creator><![CDATA[richard]]></dc:creator>
		<pubDate>Wed, 14 May 2025 12:26:12 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tuto]]></category>
		<guid isPermaLink="false">http://192.168.1.175/WordPress/?p=534</guid>

					<description><![CDATA[<p>Quelle méthode pour que Python trouve le chemin pour chacune des applications utilisatrice? Solution 1 Placer le module dans le même répertoire que le script Solution 2 : Ajouter le chemin du module au sys.path Si le module est dans un autre dossier, ajoute son chemin manuellement dans sys.path avant l&#8217;import. Soluion 3 : Utiliser [&#8230;]</p>
<p>The post <a href="https://koebel.fr/2025/05/14/utiliser-importer-classes-perso-dans-un-projet-python/">Utiliser/Importer Classes Perso  dans un projet Python</a> appeared first on <a href="https://koebel.fr">Richard Time</a>.</p>
]]></description>
		
					<wfw:commentRss>https://koebel.fr/2025/05/14/utiliser-importer-classes-perso-dans-un-projet-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Trouver et supprimer les fichiers en doublons avec fdupes</title>
		<link>https://koebel.fr/2025/05/10/trouver-et-supprimer-les-fichiers-en-doublons-avec-fdupes/</link>
					<comments>https://koebel.fr/2025/05/10/trouver-et-supprimer-les-fichiers-en-doublons-avec-fdupes/#respond</comments>
		
		<dc:creator><![CDATA[richard]]></dc:creator>
		<pubDate>Sat, 10 May 2025 13:34:52 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tuto]]></category>
		<guid isPermaLink="false">http://192.168.1.175/WordPress/?p=523</guid>

					<description><![CDATA[<p>Le problème est simple, comment identifier automatiquement les fichiers en doublon. fdupes : C’est un programme en ligne de commande, léger et open source, avec une méthode fiable pour détecter les doublons, même lorsqu’ils sont dispersés sur des partitions différentes ou des disques externes. fdupes compare d’abord la taille des fichiers pour éliminer rapidement ceux [&#8230;]</p>
<p>The post <a href="https://koebel.fr/2025/05/10/trouver-et-supprimer-les-fichiers-en-doublons-avec-fdupes/">Trouver et supprimer les fichiers en doublons avec fdupes</a> appeared first on <a href="https://koebel.fr">Richard Time</a>.</p>
]]></description>
		
					<wfw:commentRss>https://koebel.fr/2025/05/10/trouver-et-supprimer-les-fichiers-en-doublons-avec-fdupes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Compresser et décompresser un fichier tar.gz.</title>
		<link>https://koebel.fr/2025/04/15/compresser-et-decompresser-un-fichier-tar-gz/</link>
					<comments>https://koebel.fr/2025/04/15/compresser-et-decompresser-un-fichier-tar-gz/#respond</comments>
		
		<dc:creator><![CDATA[richard]]></dc:creator>
		<pubDate>Tue, 15 Apr 2025 11:04:08 +0000</pubDate>
				<category><![CDATA[Commandes]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">http://192.168.0.44/wordpress/?p=5</guid>

					<description><![CDATA[<p>Manipuler, compresser et décompresser des fichiers « tar.gz » sous Linux. Un fichier « .tar.gz » est une combinaison de deux types de fichiers : un fichier TAR et un fichier GZ : Le fichier TAR (Tape Archive) est utilisé pour regrouper plusieurs fichiers en un seul fichier plus volumineux sans compression. ce fichier TAR est compressé avec l&#8217;algorithme [&#8230;]</p>
<p>The post <a href="https://koebel.fr/2025/04/15/compresser-et-decompresser-un-fichier-tar-gz/">Compresser et décompresser un fichier tar.gz.</a> appeared first on <a href="https://koebel.fr">Richard Time</a>.</p>
]]></description>
		
					<wfw:commentRss>https://koebel.fr/2025/04/15/compresser-et-decompresser-un-fichier-tar-gz/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>L’enchaînement des commandes sous Linux.</title>
		<link>https://koebel.fr/2025/04/15/lenchainement-des-commandes-sous-linux/</link>
					<comments>https://koebel.fr/2025/04/15/lenchainement-des-commandes-sous-linux/#respond</comments>
		
		<dc:creator><![CDATA[richard]]></dc:creator>
		<pubDate>Tue, 15 Apr 2025 09:00:40 +0000</pubDate>
				<category><![CDATA[Commandes]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">http://192.168.0.44/wordpress/?p=333</guid>

					<description><![CDATA[<p>Voici les différentes manières d’enchaîner des commandes sous Linux, au travers de plusieurs exemples. La double esperluette « &#38;&#38; » Dans cet exemple, « sudo apt-get upgrade -y » s’exécutera uniquement si la commande « sudo apt-get update » réussit. La commande wget télécharge le fichier archive.Si le téléchargement réussit, tar extrait l&#8217;archive dans le répertoire /opt/.Enfin, si l&#8217;extraction est réussie, [&#8230;]</p>
<p>The post <a href="https://koebel.fr/2025/04/15/lenchainement-des-commandes-sous-linux/">L’enchaînement des commandes sous Linux.</a> appeared first on <a href="https://koebel.fr">Richard Time</a>.</p>
]]></description>
		
					<wfw:commentRss>https://koebel.fr/2025/04/15/lenchainement-des-commandes-sous-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ecrire dans un fichier en ligne commande</title>
		<link>https://koebel.fr/2025/04/15/ecrire-dans-un-fichier-en-ligne-commande/</link>
					<comments>https://koebel.fr/2025/04/15/ecrire-dans-un-fichier-en-ligne-commande/#respond</comments>
		
		<dc:creator><![CDATA[richard]]></dc:creator>
		<pubDate>Tue, 15 Apr 2025 07:36:44 +0000</pubDate>
				<category><![CDATA[Commandes]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">http://192.168.0.44/wordpress/?p=328</guid>

					<description><![CDATA[<p>Rien de plus simple. Dans un Terminal, tu peux rediriger la sortie de n’importe quelle commande dans un fichier. En particulier le résultat de la commande « echo », qui ne fait qu’afficher sur sa sortie standard le texte passé en paramètre. Exemple : C’est le « &#62; » qui fait la redirection. Si le [&#8230;]</p>
<p>The post <a href="https://koebel.fr/2025/04/15/ecrire-dans-un-fichier-en-ligne-commande/">Ecrire dans un fichier en ligne commande</a> appeared first on <a href="https://koebel.fr">Richard Time</a>.</p>
]]></description>
		
					<wfw:commentRss>https://koebel.fr/2025/04/15/ecrire-dans-un-fichier-en-ligne-commande/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
