This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor […]
Fail2ban est un programme de prévention d’intrusion réseau écrit un python. Il est très utilisé sur Linux, et vraiment efficace. Voici un résumé pour l’installer, […]
Introduction Today we’re going to present you a short presentation about the last Nobel Price of Chemistry which was awarded last week on Wednesday. Actually, […]
PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX. Its main advantages […]
Here is the Lagrange interpolating polynomial equation: You can find a python code hosted in GitHub here: https://github.com/Eddy-Barraud/Lagrange-interpolating-polynomials It calculates the polynomial […]
Utilisez ce script en tant qu’Administrateur pour résoudre les problème de mises à jour Windows Update. Téléchargez le ici : https://gallery.technet.microsoft.com/scriptcenter/Reset-Windows-Update-Agent-d824badc/file/195843/1/ResetWUEng.zip Deuxième lien : Il vient […]
Code pour copier une page de site web de façon récursive avec wget: wget \ --recursive \ --level=2 \ --no-clobber \ --page-requisites \ --html-extension \ […]