Archives annuelles: 2018
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, […]
The best online html editor with live preview you could ever find is Thimble by Mozilla. It’s an online code editor geared to people teaching […]
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 […]
Folder location of Win+X menus : %LocalAppData%\Microsoft\Windows\WinX SoftWare to edit the menus here Or here : source
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 […]
Apprenez comment utiliser Aria2c comme gestionnaire de téléchargement avec interface graphique et gestion multiserveur.
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 \ […]
Voici quelques boutons de réseaux sociaux au format svg. L’avantage du premier code est de ne pas créer une requête pour chaque image de bouton. […]
Compress every images recursively with options to say quality & root path. Also converts every images to webp. Requires jpegoptim, optipng & cwebp