Links32
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 12 / 79
HSTS Preload List Submission https://hstspreload.org/?domain=echosystem.fr
Thu May 14 11:42:45 2020 archive.org

hstspreload

hstspreload secu webserver apache web
Installation d'un noyau Debian chez ovh. — Le Wiki de debian-fr.xyz https://wiki.debian-fr.xyz/Installation_d%27un_noyau_Debian_chez_ovh.
Wed May 13 15:07:36 2020 archive.org

Installation d'un noyau Debian chez ovh.
Sauter à la navigation
Sauter à la recherche
Sommaire

1 Intérêts
2 Prérequis
3 Choix du noyau
    3.1 Renommer le noyau ovh
4 Installation du noyau 2.6.32-5-amd64
    4.1 Mise à jour de grub
    4.2 Vérifications
    4.3 Terminé! Rebooter le serveur
ovh kernel maj
HTML Minifier - Minify HTML and any CSS or JS included in your markup https://www.willpeavy.com/tools/minifier/
Fri May 8 23:30:34 2020 archive.org

HTML Minifier Minify HTML and any CSS or JS included in your markup

css js html minifier inline
Directory Listing: /pub/thunderbird/releases/ https://ftp.mozilla.org/pub/thunderbird/releases/
Fri May 8 14:32:59 2020 archive.org

Pour avoir thunderbird en 64bit

thunderbird 64bit dl release
Robots.txt - Manuel d'implémentation http://robots-txt.com/
Thu May 7 17:59:01 2020 archive.org

Robots.txt
Introduction au protocole d'exclusion des robots

Le protocole d'exclusion des robots, plus connu sous le nom de robots.txt, est une convention visant à empêcher les robots d'exploration (web crawlers) d'accéder à tout ou une partie d'un site web.

Le fichier robots.txt, à placer la racine d'un site web, contient une liste de ressources du site qui ne sont pas censées être explorées par les moteurs de recherches. Ce fichier permet également d'indiquer aux moteurs l'adresse du fichier sitemap.xml du site.

Par convention, les robots consultent le fichier robots.txt avant d'explorer puis d'indexer un site Web. Lorsqu'un robot tente d'accéder à une page web, comme par exemple http://www.mon-domaine.fr/page.html, il tente d'accéder en premier lieu au fichier robots.txt situé à l'adresse http://www.mon-domaine.fr/robots.txt
Comment créer le fichier robots.txt

Le fichier robots.txt doit être placé obligatoirement à la racine de votre site ; si celui-ci est placé dans un répertoire par exemple, les moteurs ne le découvriront pas et ne suivront pas ses règles et paramètres. Par ailleurs, le fichier doit être d'une taille inférieure à 62 Ko (cf. Taille maximale du fichier robots.txt).

Si le domaine de votre site est http://www.mon-domaine.fr/, le fichier robots.txt doit se situer obligatoirement à l'adresse suivante http://www.mon-domaine.fr/robots.txt

A noter qu'il est également nécessaire que le nom du fichier robots.txt soit en minuscule (pas de Robots.txt ou ROBOTS.TXT).

Voir également les ressources pour la création d'un fichier robots.txt sur un serveur en HTTPS ou dans le cas de sous-domaines.
Le contenu du fichier robots.txt

Exemple de contenu d'un fichier robots.txt :

User-agent: *
Disallow:

Robots.txt secu aide help
Vous allez pouvoir profiter des derniers drivers DCH d’Intel pour votre GPU sans attendre le fabricant de votre PC – Korben https://korben.info/vous-allez-pouvoir-profiter-des-derniers-drivers-dch-dintel-pour-votre-gpu-sans-attendre-le-fabricant-de-votre-pc.html
Sun May 3 16:15:27 2020 archive.org
thumbnail

Vous allez pouvoir profiter des derniers drivers DCH d’Intel pour votre GPU sans attendre le fabricant de votre PC

windows driver intel gpu
APT Browse - Home https://www.apt-browse.org/
Sat May 2 23:55:09 2020 archive.org

APT Browse — know your packages

A web browser for the contents of Debian (and Ubuntu) packages.
Query

apt apt-browse linux
Create France 🇫🇷 France photo - size 26x32 mm (2.6x3.2 cm) » Online Passport Photo Generator https://makepassportphoto.com/en/p/photo-for-france-france?plan=free
Thu Apr 30 10:51:12 2020 archive.org

Create photo for France

photo france passeport carte-identité idcard
processhacker/processhacker: A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. https://github.com/processhacker/processhacker
Thu Apr 30 10:06:18 2020 archive.org
thumbnail

Logo
Process Hacker

A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.

Official Website
Nightly Builds

System requirements

Windows 7 or higher, 32-bit or 64-bit.
Features

A detailed overview of system activity with highlighting.
Graphs and statistics allow you quickly to track down resource hogs and runaway processes.
Can't edit or delete a file? Discover which processes are using that file.
See what programs have active network connections, and close them if necessary.
Get real-time information on disk access.
View detailed stack traces with kernel-mode, WOW64 and .NET support.
Go beyond services.msc: create, edit and control services.
Small, portable and no installation required.
100% Free Software (GPL v3)
windows tools proccess hacker malware system
Defensive BASH programming - Say what? http://kfirlavi.herokuapp.com/blog/2012/11/14/defensive-bash-programming/
Wed Apr 29 16:29:38 2020 archive.org

Defensive BASH Programming

Nov 14th, 2012 | Comments

Here is my Katas for creating BASH programs that work. Nothing is new here, but from my experience pepole like to abuse BASH, forget computer science and create a Big ball of mud from their programs.
Here I provide methods to defend your programs from braking, and keep the code tidy and clean.
Immutable global variables

Try to keep globals to minimum
UPPER_CASE naming
readonly decleration
Use globals to replace cryptic $0, $1, etc.
Globals I allways use in my programs:
bash programming aide tipsn defensive
Bash Strict Mode http://redsymbol.net/articles/unofficial-bash-strict-mode/
Wed Apr 29 16:06:06 2020 archive.org

Use Bash Strict Mode (Unless You Love Debugging)

Let's start with the punchline. Your bash scripts will be more robust, reliable and maintainable if you start them like this:

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
bash debug tips info
40 Free HTML landing page templates - DEV Community 👩‍💻👨‍💻 https://dev.to/davidepacilio/40-free-html-landing-page-templates-3gfp
Wed Apr 29 10:37:38 2020 archive.org
thumbnail

40 Free HTML landing page templates

html template free
Git History - browserify.js https://github.githistory.xyz/babel/babel/blob/master/packages/babel-core/test/browserify.js
Sat Apr 25 21:23:27 2020 archive.org

Show with nice page history

github web online history
GitHub Status https://www.githubstatus.com/
Thu Apr 23 15:20:54 2020 archive.org

Past Incidents
Apr 23, 2020
Incident on 2020-04-22 23:59 UTC
Resolved - This incident has been resolved.
Apr 23, 00:30 UTC
Update - We have deployed a fix and are monitoring recovery.
Apr 23, 00:09 UTC
Investigating - We are investigating elevated errors starting GitHub Actions workflows.
Apr 22, 23:59 UTC

github issue down
fzf: comment optimiser son utilisation de la ligne de commande – Simon Désaulniers https://sim590.github.io/fr/outils/fzf/
Tue Apr 21 09:21:44 2020 archive.org
thumbnail

fzf: comment optimiser son utilisation de la ligne de commande

DEBIAN TERMINAL FZF SHELL
Portsentry : Sécurisez votre serveur Linux contre les tentatives d'intrusion ! - Geeek.org https://www.geeek.org/portsentry-linux-securite/
Mon Apr 20 21:08:22 2020 archive.org
thumbnail

Portsentry : Sécurisez votre serveur Linux contre les tentatives d'intrusion !
par Ludovic Toinel il y a 6 jours
3 min de lecture

secu debian portsentry
The Bash Hackers Wiki [Bash Hackers Wiki] https://wiki.bash-hackers.org/start
Mon Apr 20 17:41:15 2020 archive.org

The Bash Hackers Wiki

wiki hacker shell help bash terminal
Is BGP safe yet? · Cloudflare https://isbgpsafeyet.com/
Mon Apr 20 10:21:28 2020 archive.org
thumbnail

Is BGP safe yet? No.

Border Gateway Protocol (BGP) is the postal service of the Internet. It’s responsible for looking at all of the available paths that data could travel and picking the best route.

Unfortunately, it isn’t secure, and there have been some major Internet disruptions as a result. But fortunately there is a way to make it secure.

ISPs and other major Internet players (Comcast, Sprint, Verizon, and others) would need to implement a certification system, called RPKI.

bgp test secu isp
‎Apple Music https://music.apple.com/fr/browse
Fri Apr 17 16:14:15 2020 archive.org
thumbnail

apple music

apple music
Breaking Bad Typo Generator | https://breakingbad.echosystem.fr https://breakingbad.echosystem.fr/
Fri Apr 17 15:29:39 2020 archive.org

https://breakingbad.echosystem.fr/breaking-bad.png

breaking bad logo

  • BREAKING BAD GeneratoR -

https://breakingbad.echosystem.fr/

breakingbad tool font
page 12 / 79
1586 links, including 7 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn