Devenet Devenet

Liens en vrac

Quelques 337 marque-pages glanés pendant ma navigation sur le Web.

Web interface handbook

https://imperavi.com/books/web-interface-handbook/

“This is a book about the fundamentals of creating a good web interface. You will find out how to make effective forms, typography, grids, and many other components of web design.”

CSS Tips

https://markodenic.com/css-tips/

• Typing Effect
• Drop shadow
• Smooth scrolling
• Center
• Cursors
• Truncate text
• …

Programme de Jonathan Carter 2019 (Debian Project Leader)

https://www.debian.org/vote/2019/platforms/jcc

« Les petits détails comptent : nous nous sommes trop habitués aux petites choses qui ne fonctionnent pas. Quand vous y êtes habitué, vous avez aussi l’habitude de les contourner. Du point de vue des nouveaux venus en revanche, l’expérience de Debian peut souvent devenir très désagréable à cause de cette multitude de petits problèmes. »

Remplacer « l’expérience de Debian » par votre produit, outil de travail, … et la phrase reste tout autant vraie.

Mon réseau - Richard Dern

https://www.richard-dern.fr/blog/2021/03/09/mon-reseau/

« J’avais envie d’honorer une vieille tradition geek : présenter mon réseau, son architecture, son contenu, etc. Deux objectifs sont poursuivis : un objectif de mémoire - un jour, je relirai cet article avec nostalgie… - et un objectif d’échange - si vous trouvez des infos intéressantes ici, ou si vous avez des idées d’amélioration. »

Remove all fail2ban bans

https://unix.stackexchange.com/questions/286119/delete-all-fail2ban-bans-in-ubuntu-linux/381698

J’apprends que depuis la version 0.10, il est plus facile de débannir une IP ou l’ensemble des bans de toutes les jails où elle est présente :

> fail2ban unban --all
unbans all IP addresses (in all jails and database)

> fail2ban unban <IP> ... <IP>
unbans <IP> (in all jails and database)

À quoi servent SPF, DKIM et DMARC ?

https://support.google.com/a/answer/33786

• SPF helps servers verify that messages appearing to come from a particular domain are sent from servers authorized by the domain owner.
• DKIM adds a digital signature to every message. This lets receiving servers verify that messages aren’t forged, and weren’t changed during transit.
• DMARC enforces SPF and DKIM authentication, and lets admins get reports about message authentication and delivery.

Changer le nom du réseau actif - Windows 10

https://www.pcastuces.com/pratique/astuces/5444.htm

Connecté en Ethernet, pour changer le nom du réseau affiché dans la barre des notifications (généré par Windows), il faut passer par l’éditeur de registre, pour changer la valeur du champ “ProfilName”.

> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles

Image “Cloaking” for personal privacy

http://sandlab.cs.uchicago.edu/fawkes/

“The SAND Lab at University of Chicago has developed Fawkes, an algorithm and software tool (running locally on your computer) that gives individuals the ability to limit how their own images can be used to track them. At a high level, Fawkes takes your personal images, and makes tiny, pixel-level changes to them that are invisible to the human eye, in a process we call image cloaking. You can then use these "cloaked" photos as you normally would, sharing them on social media, sending them to friends, printing them or displaying them on digital devices, the same way you would any other photo. The difference, however, is that if and when someone tries to use these photos to build a facial recognition model, "cloaked" images will teach the model an highly distorted version of what makes you look like you. The cloak effect is not easily detectable, and will not cause errors in model training. However, when someone tries to identify you using an unaltered image of you (e.g. a photo taken in public), and tries to identify you, they will fail.”