<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>        pedro&#039;s blog</title>
	<link>http://jd97290.free.fr/pluxml_typebased/</link>
	<language>fr</language>
	<description></description>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://jd97290.free.fr/pluxml_typebased/feed.php?rss" />
	<lastBuildDate>Fri, 03 Aug 2018 12:02:00 CEST</lastBuildDate>
	<generator>PluXml</generator>
	<item>
		<title>Spams</title> 
		<link>http://jd97290.free.fr/pluxml_typebased/index.php?article291/spams</link>
		<guid>http://jd97290.free.fr/pluxml_typebased/index.php?article291/spams</guid>
		<description>mw@consumersclub24.com&lt;br /&gt;a.capriccio@spb.gba.gov.ar&lt;br /&gt;contact@mail-tracking1.com&lt;br /&gt;pilotstl946@rosenbergverft.com&lt;br /&gt;laxaisfg@glowscreen.com&lt;br /&gt;irene.ruggiero@spiweb.it&lt;br /&gt;iem@konsument-eu.com&lt;br /&gt;info@ifca.com.my&lt;br /&gt;info@track-mails.com&lt;br /&gt;iem@konsument-eu.com&lt;br /&gt;ahmadaishaor1@gmail.com&lt;br /&gt;info@consumentpost.com&lt;br /&gt;abuse@erbjudandenmarknad.com&lt;br /&gt;joqerbkrhh@10.com&lt;br /&gt;barrlie@imports.org&lt;br /&gt;gydqe@csu.edu&lt;br /&gt;ufgts@aeny.com&lt;br /&gt;mcujfsazwy@pci-industries.com&lt;br /&gt;test@kucgroup.com&lt;br /&gt;capt.tristanhunter@gmail.com&lt;br /&gt;vxsjbtcil@dyndns.com&lt;br /&gt;ianbfe@adv-sec.com&lt;br /&gt;coordinator_offices09@yahoo.co.jp&lt;br /&gt;no-reply@un.org&lt;br /&gt;demo@helloweb.co.kr&lt;br /&gt;aurea.padro@salud.gob.mx&lt;br /&gt;avisverifies@mb.mail-avis-verifies.com&lt;br /&gt;alisonduekezani@diezani.com&lt;br /&gt;alisonduekezani@hotmail.com&lt;br /&gt;wdsngfimk@compuvaultstl.com&lt;br /&gt;off_desk24@aol.de&lt;br /&gt;info@account.com&lt;br /&gt;wwghuu@advancedtechsolutions.com&lt;br /&gt;jsousa@secrel.com.br&lt;br /&gt;gektj@adrog.com&lt;br /&gt;vxrgsqu@edhec.com&lt;br /&gt;contact@news.cnfdi.com&lt;br /&gt;cygxkrfqz@sci.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
		<pubDate>Fri, 03 Aug 2018 12:02:00 CEST</pubDate>
		<dc:creator>mpedro</dc:creator>
	</item>
	<item>
		<title>testtestf</title> 
		<link>http://jd97290.free.fr/pluxml_typebased/index.php?article290/testtest</link>
		<guid>http://jd97290.free.fr/pluxml_typebased/index.php?article290/testtest</guid>
		<description>&lt;br /&gt;// Fonction permettant l&#039;envoi d&#039;un fichier sécurisé en un seul appel
function partager_io($cheminfichier){
	if(!$cheminfichier)return [&#039;erreur&#039;=&amp;gt;&#039;nom de fichier vide&#039;];
	if(!is_readable($cheminfichier))return [&#039;erreur&#039;=&amp;gt;&#039;accès en lecture manquante&#039;];
	if(!file_exists($cheminfichier))return [&#039;erreur&#039;=&amp;gt;&#039;le fichier n\&#039;existe pas&#039;];
	if(!in_array(&#039;curl&#039;,get_loaded_extensions()))
		return [&#039;erreur&#039;=&amp;gt;&#039;extension curl manquante&#039;];
	if(!($http=curl_init(&#039;https://partager.io/upload/&#039;)))
		return [&#039;erreur&#039;=&amp;gt;&#039;initialisation curl impossible&#039;];
	curl_setopt($http,CURLOPT_POST,true);
	curl_setopt($http,CURLOPT_FRESH_CONNECT,true);
	curl_setopt($http,CURLOPT_FOLLOWLOCATION,false);
	curl_setopt($http,CURLOPT_RETURNTRANSFER,true);
	curl_setopt($http,CURLOPT_POSTFIELDS,[&#039;fichier&#039;=&amp;gt;&#039;@&#039;.$cheminfichier]);
	$sortie=curl_exec($http);
	curl_close($http);
	if($sortie===false)
		return [&#039;erreur&#039;=&amp;gt;&#039;connexion interrompue avec partager.io&#039;];
	$sortie=json_decode($sortie,true);
	if(null==$sortie)
		return [&#039;erreur&#039;=&amp;gt;&#039;erreur serveur partager.io&#039;];
	return $sortie;
}

// On se place dans le répertoire courant du script
chdir(dirname(__FILE__));

// On envoi à partager.io le fichier &quot;image.jpg&quot; du répertoire courant de ce script
$retour=partager_io(&#039;image.jpg&#039;);

// On vérifie que le fichier est bien envoyé
if(isset($retour[&#039;erreur&#039;])){
	// Traitement de l&#039;erreur
	echo $retour[&#039;erreur&#039;];
} else {
	// OK, on affiche l&#039;URL du fichier en ligne
	echo &#039;https://partager.io/&#039;.$retour[&#039;id&#039;];
}</description>
		<pubDate>Sat, 27 Aug 2016 20:43:00 CEST</pubDate>
		<dc:creator>mpedro</dc:creator>
	</item>
	<item>
		<title>Pydio</title> 
		<link>http://jd97290.free.fr/pluxml_typebased/index.php?article289/pydio</link>
		<guid>http://jd97290.free.fr/pluxml_typebased/index.php?article289/pydio</guid>
		<description>&lt;div align=&quot;center&quot;&gt;&lt;br /&gt;&lt;img src=&quot;http://jd97290.free.fr/pluxml_typebased/data/images/pydio.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Anciennement l&#039;installation de Ajaxplorer c&#039;était bien déroulé mais avec Pydio &lt;br /&gt;c&#039;est un échec.&lt;br /&gt;&lt;br /&gt;Nv lien à voir ... &lt;a href=&quot;https://computerz.solutions/debian-8-installer-pydio-apache2/&quot; title=&quot;https://computerz.solutions/debian-8-installer-pydio-apache2/&quot;&gt;https://computerz.solutions/debian-8-installer-pydio-apache2/&lt;/a&gt; &lt;/div&gt;</description>
		<pubDate>Thu, 04 Aug 2016 21:44:00 CEST</pubDate>
		<dc:creator>mpedro</dc:creator>
	</item>
	<item>
		<title>bridges-tor</title> 
		<link>http://jd97290.free.fr/pluxml_typebased/index.php?article288/bridges-tor</link>
		<guid>http://jd97290.free.fr/pluxml_typebased/index.php?article288/bridges-tor</guid>
		<description>&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;&lt;pre wrap=&quot;&quot;&gt;Hey, pedro&#039;s!

[This is an automated message; please do not reply.]

Here are your bridges:

  obfs3 37.218.276.163:31806 1883A9E2EB6D4AB2160392085870AB1A3A79D074
  obfs3 173.220.142.28:42625 45C8618D3B90B393E44829E9C48730D88FDB7E3D
  obfs3 219.141.35.201:49527 A5BE53F078FB472002691D8C057D189EDEB6DE06


To enter bridges into Tor Browser, first go to the  Tor Browser download
page [0] and then follow the instructions there for downloading and starting
Tor Browser.
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.supinfo.com/articles/single/738-utilisation-bridges-tor&quot; title=&quot;http://www.supinfo.com/articles/single/738-utilisation-bridges-tor&quot;&gt;http://www.supinfo.com/articles/single/738-utilisation-bridges-tor&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;/div&gt;</description>
		<pubDate>Tue, 02 Aug 2016 20:24:00 CEST</pubDate>
		<dc:creator>mpedro</dc:creator>
	</item>
	<item>
		<title>Fruho gestionnaire de VPN</title> 
		<link>http://jd97290.free.fr/pluxml_typebased/index.php?article287/fruho-gestionnaire-de-vpn</link>
		<guid>http://jd97290.free.fr/pluxml_typebased/index.php?article287/fruho-gestionnaire-de-vpn</guid>
		<description>Fruho est open-source , gestionnaire de VPN, il prend en charge la  configuration automatique et permet de passer facilement entre les  fournisseurs de VPN. C&#039;est donc un VPN manager pour switcher entre VPN&lt;br /&gt;&lt;br /&gt;&lt;a class=&quot;postlink&quot; href=&quot;https://fruho.com/&quot;&gt;https://fruho.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;VPN SecurityKiss - VpnBook - Mullvad - CactusVPN - etc&lt;br /&gt;L&#039;installation via le paquet .deb est affecté par un bug et le moyen pour l&#039;installer est le suivant :&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codebox&quot;&gt;&lt;code&gt;wget -O fruho.deb https://github.com/fruho/fruhoapp/releases/download/fruho-0.0.21/fruho_0.0.21_i386.deb&lt;/code&gt;&lt;/div&gt;ou&lt;br /&gt;&lt;div class=&quot;codebox&quot;&gt;&lt;code&gt;wget -O fruho.deb https://github.com/fruho/fruhoapp/releases/download/fruho-0.0.21/fruho_0.0.21_amd64.deb&lt;/code&gt;&lt;/div&gt;et&lt;br /&gt;&lt;div class=&quot;codebox&quot;&gt;&lt;code&gt;sudo dpkg -i fruho*.deb&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;En cas de déconnexion la connexion est interrompue.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
		<pubDate>Wed, 22 Jun 2016 21:27:00 CEST</pubDate>
		<dc:creator>mpedro</dc:creator>
	</item>
	<item>
		<title>Terminal session recorder</title> 
		<link>http://jd97290.free.fr/pluxml_typebased/index.php?article286/terminal-session-recorder</link>
		<guid>http://jd97290.free.fr/pluxml_typebased/index.php?article286/terminal-session-recorder</guid>
		<description>&lt;br /&gt;&lt;pre class=&quot;bash&quot;&gt;curl -sL https://asciinema.org/install | sh&lt;/pre&gt;&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;https://asciinema.org/a/6wegns7jucaw8ren816dp2r24&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://asciinema.org/a/6wegns7jucaw8ren816dp2r24.png&quot; height=&quot;286&quot; width=&quot;383&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://asciinema.org/&quot; title=&quot;https://asciinema.org/&quot;&gt;https://asciinema.org/&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;br /&gt;&lt;/sub&gt;&lt;div align=&quot;left&quot;&gt;&lt;sub&gt;&lt;a href=&quot;http://www.lafermeduweb.net&quot; title=&quot;lu sur lafermeduweb.net&quot;&gt;lu sur lafermeduweb.net&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot; http://jd97290.free.fr/pluxml_typebased/index.php?article265/ujkh&quot; title=&quot;http://jd97290.free.fr/pluxml_typebased/index.php?article265/ujkh&quot;&gt;http://jd97290.free.fr/pluxml_typebased/index.php?article265/ujkh&lt;/a&gt; &lt;/sub&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;&lt;/div&gt;</description>
		<pubDate>Wed, 30 Sep 2015 22:57:00 CEST</pubDate>
		<dc:creator>mpedro</dc:creator>
	</item>
	<item>
		<title>Pensée algorithmique</title> 
		<link>http://jd97290.free.fr/pluxml_typebased/index.php?article285/pensee-algorithmique</link>
		<guid>http://jd97290.free.fr/pluxml_typebased/index.php?article285/pensee-algorithmique</guid>
		<description>&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://affordance.typepad.com//mon_weblog/2015/09/20-ans-internet-nantes-et-ailleurs.html&quot; title=&quot;http://affordance.typepad.com//mon_weblog/2015/09/20-ans-internet-nantes-et-ailleurs.html&quot;&gt;http://affordance.typepad.com//mon_weblog/2015/09/20-ans-internet-nantes-et-ailleurs.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;/div&gt;</description>
		<pubDate>Sun, 27 Sep 2015 12:47:00 CEST</pubDate>
		<dc:creator>mpedro</dc:creator>
	</item>
	<item>
		<title>DNScrypt</title> 
		<link>http://jd97290.free.fr/pluxml_typebased/index.php?article284/dnscrypt</link>
		<guid>http://jd97290.free.fr/pluxml_typebased/index.php?article284/dnscrypt</guid>
		<description>&lt;div align=&quot;center&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align=&quot;center&quot;&gt;&lt;img src=&quot;http://jd97290.free.fr/pluxml_typebased/data/images/dnscrypt.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;&quot; class=&quot;notranslate&quot;&gt;&lt;span class=&quot;blob-code-inner&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;code&gt;DNScrypt est un protocole de sécurisation des communications entre un client et une résolution DNS. Mise en garde : il ne cache pas l&#039;IP et pourrait faire le contraire de ce que l&#039;on attend en cas de fuites de DNS.&lt;/code&gt;&lt;br /&gt;&lt;pre&gt;sudo add-apt-repository ppa:xuzhen666/dnscrypt sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install dnscrypt-proxy&lt;/pre&gt;&lt;code&gt;&lt;br /&gt;Pour relancer le service&lt;br /&gt;sudo /etc/init.d/dnscrypt-proxy&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;sub&gt;&lt;a href=&quot;http://15minutesoffame.be/nico/blog2/index.php?article22/securiser-ses-dns-dnscrypt-et-cache-local-avec-bind&quot; title=&quot;Source&quot;&gt;Source&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://github.com/jedisct1/dnscrypt-proxy&quot; title=&quot;https://github.com/jedisct1/dnscrypt-proxy&quot;&gt;https://github.com/jedisct1/dnscrypt-proxy&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Test du DNS&amp;nbsp;&lt;a href=&quot;https://www.dnsleaktest.com/&quot; title=&quot;https://www.dnsleaktest.com/&quot;&gt;https://www.dnsleaktest.com/&lt;/a&gt;  et extended test&lt;br /&gt;et lien de blog : &lt;a href=&quot;http://15minutesoffame.be/nico/blog2/index.php?article22/securiser-ses-dns-dnscrypt-et-cache-local-avec-bind&quot; title=&quot;http://15minutesoffame.be/nico/blog2/index.php?article22/securiser-ses-dns-dnscrypt-et-cache-local-avec-bind&quot;&gt;http://15minutesoffame.be/nico/blog2/index.php?article22/securiser-ses-dns-dnscrypt-et-cache-local-avec-bind&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;L&#039;algorithme est curve.&lt;/em&gt;&lt;br /&gt;  &lt;/sub&gt;</description>
		<pubDate>Wed, 05 Aug 2015 23:35:00 CEST</pubDate>
		<dc:creator>mpedro</dc:creator>
	</item>
</channel>
</rss>