13 liens privés
La bidouille pour forcer Windows 11 à afficher le bouton "Création d'un compte local".
DNSDiag est un ensemble d’outils permettant de mesurer et de diagnostiquer les performances et l’intégrité d’un serveur DNS. Grâce aux outils dnsping
, dnstraceroute
et dnseval
, vous pouvez mesurer la performance d’un serveur DNS en prenant en compte son temps de réponse.
/etc/hosts.allow et /etc/hosts.deny sont deux fichiers de configuration Linux qui vous permettent de filtrer les adresses IP entrantes vers des services.
Bien souvent oubliés au profit d’un filtrage par le firewall, ces deux fichiers restent très utiles pour sécuriser l’accès aux daemons Linux.Dans ce tutoriel, je vous explique ce que sont ces fichiers, comment utiliser /etc/hosts.allow et /etc/hosts.deny avec des exemples.
[...]
On utilise les fichiers à cet escient :
- /etc/hosts.allow : Autoriser une classe d’IP
- /etc/hosts.deny : Interdire une classe IP
C'est une URL valide :D
De gauche à droite, on trouve ainsi :
http – the scheme of the URL. This speaks HTTP. The “://” separates the scheme from the following authority part (that’s basically everything up to the path).
http – the user name up to the first colon
//http:// – the password up to the at-sign (@)
http: – the host name, with a trailing colon. The colon is a port number separator, but a missing number will be treated by curl as the default number. Browsers also treat missing port numbers like this. The default port number for the http scheme is 80.
//http:// – the path. Multiple leading slashes are fine, and so is using a colon in the path. It ends at the question mark separator (?).
http:// – the query part. To the right of the question mark, but before the hash (#).
#http:// – the fragment, also known as “anchor”. Everything to the right of the hash sign (#).
Hi, I'm Xe Iaso and today I'm going to get to talk about existential terror. I'm going to talk about The Sheer Terror of PAM, the authentication and authorization framework for Linux and UNIX systems. By the end of this talk you should have a clear understanding of what PAM is, why it exists, why it sucks, and the horrors I encountered while writing a PAM module in Rust for work.