<?xml version="1.0" encoding="UTF-8"?><feed
	xmlns="http://www.w3.org/2005/Atom"
	xmlns:thr="http://purl.org/syndication/thread/1.0"
	xml:lang="fr-FR"
	>
	<title type="text">Mazikim&#039;s Blog</title>
	<subtitle type="text">Open Source - Linux - CakePHP - Django</subtitle>

	<updated>2018-10-22T16:32:41Z</updated>

	<link rel="alternate" type="text/html" href="https://www.mazikim.com/" />
	<id>https://www.mazikim.com/feed/atom/</id>
	<link rel="self" type="application/atom+xml" href="https://www.mazikim.com/feed/atom/" />

	<generator uri="https://wordpress.org/" version="6.1.1">WordPress</generator>
	<entry>
		<author>
			<name>Aymeric DERBOIS</name>
							<uri>http://www.aymericderbois.fr</uri>
						</author>

		<title type="html"><![CDATA[pipenv error : pipenv.patched.notpip._internal.exceptions.InstallationError]]></title>
		<link rel="alternate" type="text/html" href="https://www.mazikim.com/autre/pipenv-error-pipenv-patched-notpip-_internal-exceptions-installationerror/" />

		<id>http://www.mazikim.com/?p=1096</id>
		<updated>2018-10-22T16:32:41Z</updated>
		<published>2018-10-22T16:32:41Z</published>
		<category scheme="https://www.mazikim.com/" term="Autre" />
		<summary type="html"><![CDATA[<p>Voici une erreur que j&#8217;ai eu en essayant de changer un fichier requirements.txt à Pipfile : $ pipenv install requirements.txt found, instead of Pipfile! Converting… Warning: Your Pipfile now contains pinned versions, if your requirements.txt did. We recommend updating your Pipfile to specify the &#34;*&#34; version, instead. Pipfile.lock not found, creating… Locking &#91;dev-packages&#93; dependencies… Locking<a class="more-link" href="https://www.mazikim.com/autre/pipenv-error-pipenv-patched-notpip-_internal-exceptions-installationerror/">Lire la suite <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.mazikim.com/autre/pipenv-error-pipenv-patched-notpip-_internal-exceptions-installationerror/">pipenv error : pipenv.patched.notpip._internal.exceptions.InstallationError</a> appeared first on <a rel="nofollow" href="https://www.mazikim.com">Mazikim&#039;s Blog</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.mazikim.com/autre/pipenv-error-pipenv-patched-notpip-_internal-exceptions-installationerror/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://www.mazikim.com/autre/pipenv-error-pipenv-patched-notpip-_internal-exceptions-installationerror/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Aymeric DERBOIS</name>
							<uri>http://www.aymericderbois.fr</uri>
						</author>

		<title type="html"><![CDATA[Wget, limiter la vitesse et télécharger à partir d&#8217;une liste !]]></title>
		<link rel="alternate" type="text/html" href="https://www.mazikim.com/autre/wget-limiter-la-vitesse-et-telecharger-a-partir-dune-liste/" />

		<id>http://www.mazikim.com/?p=1067</id>
		<updated>2018-10-11T18:58:59Z</updated>
		<published>2018-04-07T00:38:27Z</published>
		<category scheme="https://www.mazikim.com/" term="Autre" />
		<summary type="html"><![CDATA[<p>Wget est un fabuleux outil, et nous allons voir quelles sont les options de celui-ci pour limiter la vitesse de wget, et ensuite comme nous pourrons télécharger aisément une liste de fichier en une ligne de commande. Commençons par limiter la vitesse Lorsque l&#8217;on doit télécharger des fichiers, parfois un peu gros, on peut souhaiter<a class="more-link" href="https://www.mazikim.com/autre/wget-limiter-la-vitesse-et-telecharger-a-partir-dune-liste/">Lire la suite <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.mazikim.com/autre/wget-limiter-la-vitesse-et-telecharger-a-partir-dune-liste/">Wget, limiter la vitesse et télécharger à partir d&rsquo;une liste !</a> appeared first on <a rel="nofollow" href="https://www.mazikim.com">Mazikim&#039;s Blog</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.mazikim.com/autre/wget-limiter-la-vitesse-et-telecharger-a-partir-dune-liste/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://www.mazikim.com/autre/wget-limiter-la-vitesse-et-telecharger-a-partir-dune-liste/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Aymeric DERBOIS</name>
							<uri>http://www.aymericderbois.fr</uri>
						</author>

		<title type="html"><![CDATA[Monitorer le traffic réseau sous Linux]]></title>
		<link rel="alternate" type="text/html" href="https://www.mazikim.com/linux/monitorer-le-traffic-reseau-sous-linux/" />

		<id>http://www.mazikim.com/?p=1024</id>
		<updated>2016-11-08T17:21:40Z</updated>
		<published>2016-11-08T17:21:40Z</published>
		<category scheme="https://www.mazikim.com/" term="Linux" /><category scheme="https://www.mazikim.com/" term="linux" /><category scheme="https://www.mazikim.com/" term="monitoring" /><category scheme="https://www.mazikim.com/" term="network" />
		<summary type="html"><![CDATA[<p>Je ne vais pas vous faire un top des outils d&#8217;analyse réseau, mais je vais vous en présenter 2 que j&#8217;utilise car ils correspondent exactement à mes besoins ! Monitoring global Le premier c&#8217;est nload qui va vous permettre de monitorer globalement le traffic sur vos cartes. $ sudo dnf install nload $ nload -u<a class="more-link" href="https://www.mazikim.com/linux/monitorer-le-traffic-reseau-sous-linux/">Lire la suite <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.mazikim.com/linux/monitorer-le-traffic-reseau-sous-linux/">Monitorer le traffic réseau sous Linux</a> appeared first on <a rel="nofollow" href="https://www.mazikim.com">Mazikim&#039;s Blog</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.mazikim.com/linux/monitorer-le-traffic-reseau-sous-linux/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://www.mazikim.com/linux/monitorer-le-traffic-reseau-sous-linux/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Aymeric DERBOIS</name>
							<uri>http://www.aymericderbois.fr</uri>
						</author>

		<title type="html"><![CDATA[AngularJS : CSRF et Django, correctement configurer.]]></title>
		<link rel="alternate" type="text/html" href="https://www.mazikim.com/django/angularjs-csrf-et-django-correctement-configurer/" />

		<id>http://www.mazikim.com/?p=1059</id>
		<updated>2016-10-15T23:04:25Z</updated>
		<published>2016-10-15T23:04:25Z</published>
		<category scheme="https://www.mazikim.com/" term="anglarjs" /><category scheme="https://www.mazikim.com/" term="Django" /><category scheme="https://www.mazikim.com/" term="angular" /><category scheme="https://www.mazikim.com/" term="angularjs" /><category scheme="https://www.mazikim.com/" term="django" /><category scheme="https://www.mazikim.com/" term="Django rest framework" />
		<summary type="html"><![CDATA[<p>Lorsque vous souhaitez utiliser un peu d&#8217;AngularJS dans votre projet Django pour dynamiser votre application, vous risquez d&#8217;avoir un petit soucis avec CSRF. Django utilise un système de Token pour protéger votre application de la vulnérabilité CSRF. Lorsque vous allez faire une requête via AngularJS ($http.post() par exemple), celle-ci se fera sans que le Token<a class="more-link" href="https://www.mazikim.com/django/angularjs-csrf-et-django-correctement-configurer/">Lire la suite <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.mazikim.com/django/angularjs-csrf-et-django-correctement-configurer/">AngularJS : CSRF et Django, correctement configurer.</a> appeared first on <a rel="nofollow" href="https://www.mazikim.com">Mazikim&#039;s Blog</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.mazikim.com/django/angularjs-csrf-et-django-correctement-configurer/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://www.mazikim.com/django/angularjs-csrf-et-django-correctement-configurer/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Aymeric DERBOIS</name>
							<uri>http://www.aymericderbois.fr</uri>
						</author>

		<title type="html"><![CDATA[Django Rest Framework &#8211; Import cyclic, comment s&#8217;en sortir]]></title>
		<link rel="alternate" type="text/html" href="https://www.mazikim.com/django/django-rest-framework-import-cyclic-comment-sen-sortir/" />

		<id>http://www.mazikim.com/?p=992</id>
		<updated>2016-10-07T10:32:15Z</updated>
		<published>2016-10-07T10:32:15Z</published>
		<category scheme="https://www.mazikim.com/" term="Django" /><category scheme="https://www.mazikim.com/" term="django" /><category scheme="https://www.mazikim.com/" term="Django rest framework" /><category scheme="https://www.mazikim.com/" term="import" />
		<summary type="html"><![CDATA[<p>Je vais être franc, je ne suis pas sûr de proposer une solution élégante à ce problème, mais je n&#8217;ai pas réussi à trouver mieux. Pour illustrer le problème il suffit de prendre le cas d&#8217;un model Utilisateur et d&#8217;un model Article. On souhaite créer un UserSerializer qui inclut tous les Articles de l&#8217;auteur et<a class="more-link" href="https://www.mazikim.com/django/django-rest-framework-import-cyclic-comment-sen-sortir/">Lire la suite <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.mazikim.com/django/django-rest-framework-import-cyclic-comment-sen-sortir/">Django Rest Framework &#8211; Import cyclic, comment s&rsquo;en sortir</a> appeared first on <a rel="nofollow" href="https://www.mazikim.com">Mazikim&#039;s Blog</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.mazikim.com/django/django-rest-framework-import-cyclic-comment-sen-sortir/#comments" thr:count="2" />
			<link rel="replies" type="application/atom+xml" href="https://www.mazikim.com/django/django-rest-framework-import-cyclic-comment-sen-sortir/feed/atom/" thr:count="2" />
			<thr:total>2</thr:total>
			</entry>
		<entry>
		<author>
			<name>Aymeric DERBOIS</name>
							<uri>http://www.aymericderbois.fr</uri>
						</author>

		<title type="html"><![CDATA[Accéder à la machine hôte à partir de VirtualBox]]></title>
		<link rel="alternate" type="text/html" href="https://www.mazikim.com/virtualbox/acceder-a-la-machine-hote-a-partir-de-virtualbox/" />

		<id>http://www.mazikim.com/?p=1043</id>
		<updated>2016-06-17T17:20:38Z</updated>
		<published>2016-06-17T17:20:38Z</published>
		<category scheme="https://www.mazikim.com/" term="VirtualBox" /><category scheme="https://www.mazikim.com/" term="Internet Explorer" />
		<summary type="html"><![CDATA[<p>L&#8217;un des grands intérêts de VirtualBox lorsque l&#8217;on fait du dev web, c&#8217;est de pouvoir tester votre HTML/CSS/JS sur différents OS et surtout navigateur. Pour ma part, utilisant Fedora, j&#8217;ai besoin de temps à autre de tester le fonctionnement sous IE :(. Pour cela, Microsoft, via modern.ie propose des VMs VirtualBox avec les différentes versions<a class="more-link" href="https://www.mazikim.com/virtualbox/acceder-a-la-machine-hote-a-partir-de-virtualbox/">Lire la suite <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.mazikim.com/virtualbox/acceder-a-la-machine-hote-a-partir-de-virtualbox/">Accéder à la machine hôte à partir de VirtualBox</a> appeared first on <a rel="nofollow" href="https://www.mazikim.com">Mazikim&#039;s Blog</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.mazikim.com/virtualbox/acceder-a-la-machine-hote-a-partir-de-virtualbox/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://www.mazikim.com/virtualbox/acceder-a-la-machine-hote-a-partir-de-virtualbox/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Aymeric DERBOIS</name>
							<uri>http://www.aymericderbois.fr</uri>
						</author>

		<title type="html"><![CDATA[Retourner les pages d&#8217;un pdf sur Linux]]></title>
		<link rel="alternate" type="text/html" href="https://www.mazikim.com/linux/retourner-les-pages-dun-pdf-sur-linux/" />

		<id>http://www.mazikim.com/?p=1040</id>
		<updated>2016-06-16T10:07:35Z</updated>
		<published>2016-06-16T10:07:35Z</published>
		<category scheme="https://www.mazikim.com/" term="Linux" /><category scheme="https://www.mazikim.com/" term="fedora" /><category scheme="https://www.mazikim.com/" term="linux" /><category scheme="https://www.mazikim.com/" term="pdf" /><category scheme="https://www.mazikim.com/" term="rotate" />
		<summary type="html"><![CDATA[<p>Un petit article rapide à lire, expliquant comment faire un rotate sur toutes les pages d&#8217;un PDF. $ convert -density 300 input.pdf -rotate 180 output.pdf Dans mon cas, je souhaitais retourner toutes les pages du PDF scannées à l&#8217;envers ! On utilise l&#8217;option -density pour éviter une dégration de la qualité du pdf. Attention à<a class="more-link" href="https://www.mazikim.com/linux/retourner-les-pages-dun-pdf-sur-linux/">Lire la suite <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.mazikim.com/linux/retourner-les-pages-dun-pdf-sur-linux/">Retourner les pages d&rsquo;un pdf sur Linux</a> appeared first on <a rel="nofollow" href="https://www.mazikim.com">Mazikim&#039;s Blog</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.mazikim.com/linux/retourner-les-pages-dun-pdf-sur-linux/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://www.mazikim.com/linux/retourner-les-pages-dun-pdf-sur-linux/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Aymeric DERBOIS</name>
							<uri>http://www.aymericderbois.fr</uri>
						</author>

		<title type="html"><![CDATA[Taille d&#8217;upload maximum avec PHP]]></title>
		<link rel="alternate" type="text/html" href="https://www.mazikim.com/php/taille-dupload-maximum-avec-php/" />

		<id>http://www.mazikim.com/?p=1015</id>
		<updated>2016-06-01T08:03:14Z</updated>
		<published>2016-06-01T08:03:00Z</published>
		<category scheme="https://www.mazikim.com/" term="PHP" />
		<summary type="html"><![CDATA[<p>Nouveau petit tips pouvant vous servir. Rien de bien compliqué 🙂 Si vous utilisez phpMyAdmin par exemple pour gérer votre base de données MySQL, lors d&#8217;un import de données vous avez peut-être remarqué que vous avez une limite de taille ! Par exemple dans mon cas j&#8217;avais une limite de 24MiB. Comme je souhaitais upload<a class="more-link" href="https://www.mazikim.com/php/taille-dupload-maximum-avec-php/">Lire la suite <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.mazikim.com/php/taille-dupload-maximum-avec-php/">Taille d&rsquo;upload maximum avec PHP</a> appeared first on <a rel="nofollow" href="https://www.mazikim.com">Mazikim&#039;s Blog</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.mazikim.com/php/taille-dupload-maximum-avec-php/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://www.mazikim.com/php/taille-dupload-maximum-avec-php/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Aymeric DERBOIS</name>
							<uri>http://www.aymericderbois.fr</uri>
						</author>

		<title type="html"><![CDATA[Uploader un fichier avec AngularJS et Django Rest Framework]]></title>
		<link rel="alternate" type="text/html" href="https://www.mazikim.com/django/uploader-un-fichier-avec-angularjs-et-django-rest-framework/" />

		<id>http://www.mazikim.com/?p=980</id>
		<updated>2016-05-28T13:36:46Z</updated>
		<published>2016-05-28T13:28:50Z</published>
		<category scheme="https://www.mazikim.com/" term="angular" /><category scheme="https://www.mazikim.com/" term="Django" /><category scheme="https://www.mazikim.com/" term="django" /><category scheme="https://www.mazikim.com/" term="Django rest framework" /><category scheme="https://www.mazikim.com/" term="python" />
		<summary type="html"><![CDATA[<p>Hey les amis ! Voici un petit tips rapide pour gérer l&#8217;upload de fichier avec AngularJS en front et Django-Rest-Framework en back. C&#8217;est assez simple quand on a toutes les cartes en main (et j&#8217;ai galéré pour toutes les avoir ces foutus cartes :D). Alors côté AngularJS j&#8217;utilse la bibliothèque ng-file-upload. L&#8217;installation est simple comme<a class="more-link" href="https://www.mazikim.com/django/uploader-un-fichier-avec-angularjs-et-django-rest-framework/">Lire la suite <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.mazikim.com/django/uploader-un-fichier-avec-angularjs-et-django-rest-framework/">Uploader un fichier avec AngularJS et Django Rest Framework</a> appeared first on <a rel="nofollow" href="https://www.mazikim.com">Mazikim&#039;s Blog</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.mazikim.com/django/uploader-un-fichier-avec-angularjs-et-django-rest-framework/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://www.mazikim.com/django/uploader-un-fichier-avec-angularjs-et-django-rest-framework/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Aymeric DERBOIS</name>
							<uri>http://www.aymericderbois.fr</uri>
						</author>

		<title type="html"><![CDATA[Compter le nombre de fichiers dans un dossier récursivement sous Linux]]></title>
		<link rel="alternate" type="text/html" href="https://www.mazikim.com/bash/compter-le-nombre-de-fichiers-dans-un-dossier-recursivement-sous-linux/" />

		<id>http://www.mazikim.com/?p=1005</id>
		<updated>2016-05-27T13:04:51Z</updated>
		<published>2016-05-27T13:03:12Z</published>
		<category scheme="https://www.mazikim.com/" term="bash" /><category scheme="https://www.mazikim.com/" term="Linux" />
		<summary type="html"><![CDATA[<p>Voici vraiment un tout petit tips, mais sait-on jamais que cela puisse vous servir 🙂 Comment compter le nombre de fichiers dans un dossier, mais de façon récursive (donc dans tous les sous-dossiers et sous-sous-dossiers, etc &#8230;). Allez, pas plus de suspens, on va juste utiliser deux commandes bash, find et wc ! $ find<a class="more-link" href="https://www.mazikim.com/bash/compter-le-nombre-de-fichiers-dans-un-dossier-recursivement-sous-linux/">Lire la suite <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.mazikim.com/bash/compter-le-nombre-de-fichiers-dans-un-dossier-recursivement-sous-linux/">Compter le nombre de fichiers dans un dossier récursivement sous Linux</a> appeared first on <a rel="nofollow" href="https://www.mazikim.com">Mazikim&#039;s Blog</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.mazikim.com/bash/compter-le-nombre-de-fichiers-dans-un-dossier-recursivement-sous-linux/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://www.mazikim.com/bash/compter-le-nombre-de-fichiers-dans-un-dossier-recursivement-sous-linux/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
	</feed>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Mise en cache de page à l’aide de disk: enhanced 
Mise en cache de la base de données utilisant disk  (Request-wide modification query)

Served from: www.mazikim.com @ 2023-01-22 01:19:25 by W3 Total Cache
-->