Shaare your links...
418 links
Liens · Devenet Home Login RSS feed Tags cloud
◄ older
4 of 21
newer ►
  • Configurer et sécuriser un serveur SSH → https://mtacnet.tech/posts/ssh_security.html
    Il est recommandé d’utiliser un nombre compris entre 49152 et 65535 pour le port.

    > Protocol 2

    > PermitRootLogin no
    > PermitEmptyPasswords no

    > UsePAM no
    > KerberosAuthentication no
    > GSSAPIAuthentication no
    > PasswordAuthentication no

    > X11Forwarding no
    > X11UseLocalhost no
    Wed Jan 12 22:13:38 2022 – #permalink
    debian ssh
  • Liste de mots français → http://www.pallier.org/liste-de-mots-francais.html
    Liste au format TXT de 336 531 mots du français (encodés en utf-8), à partir du dictionnaire Francais-Gutenberg.
    Tue Jan 11 10:25:02 2022 – #permalink
  • Defensive CSS → https://ishadeed.com/article/defensive-css/
    “Oftentimes, we wish that there was a way to avoid a certain CSS issue or behaviors from happening. You know, content is dynamic, and things can change on a web page, thus increasing the possibility of a CSS issue or a weird behavior.

    Defensive CSS is a collection of snippets that can help you in writing CSS that is protected. In other words, you will have fewer issues in the future. If you follow my blog, you might read an article I wrote a while back which is called “The just in case mindset”. This is built upon it, and will be an ongoing list of snippets.”
    Mon Dec 13 14:16:38 2021 – #permalink
    css
  • Just the punctuation → https://just-the-punctuation.glitch.me/
    Outil en ligne qui, à partir d’un texte, extrait uniquement les signes de ponctuation.

    ‣ via https://www.la-grange.net/2021/10/10/sendagi
    Tue Nov 16 18:23:27 2021 – #permalink
    tools typographie
  • RFC 3339 vs ISO 8601 → https://ijmacd.github.io/rfc3339-iso8601/
    Visualisation (et tableau complet) des différents formats de dates selon la RFC 3339 ou la norme ISO 8601.
    Mon Oct 25 12:44:20 2021 – #permalink
    tools
  • Free Weather API | Open-Meteo → https://open-meteo.com
    “Open-Meteo offers free weather forecast APIs for open-source developers and non-commercial use. No API key is required. You can start using it immediately!”
    Tue Oct 12 14:59:14 2021 – #permalink
    api ressource web
  • Urbexing Paris Metro: Three Lines Crossing Camera under Opera → https://www.urbextour.com/en/urbex-travel/exploring-paris-metro-three-lines-crossing-camera-under-opera/
    Sat Sep 4 12:10:53 2021 – #permalink
    urbex
  • Incomplete List of Mistakes in the Design of CSS → https://wiki.csswg.org/ideas/mistakes
    That should be corrected if anyone invents a time machine. :P
    Sat Sep 4 11:46:26 2021 – #permalink
    css
  • JavaScript : Prévisualiser une image avant l'upload → https://www.akilischool.com/cours/javascript-previsualiser-une-image-avant-lupload
    Mon Jul 12 14:14:36 2021 – #permalink
    javascript
  • A Complete Guide To Accessibility Tooling → https://www.smashingmagazine.com/2021/06/complete-guide-accessibility-tooling/
    • Are My Colors Accessible? https://www.aremycolorsaccessible.com, https://www.aremycolorsaccessible.com/palette
    • Accessible color palette builder https://toolness.github.io/accessible-color-matrix/
    Tue Jun 29 10:27:09 2021 – #permalink
    accessibility
  • Designer un web accessible et inclusif → https://design-accessible.fr/
    Ressources pour concevoir des services utiles et utilisables pour toutes et tous.
    Mon May 31 23:32:58 2021 – #permalink
    accessibility design ressource 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.”
    Tue May 4 09:54:15 2021 – #permalink
    css design html ui ux
  • Liste des Design Systems français → https://www.designsystems.fr/liste-des-designs-systems-francais
    Thu Apr 29 15:06:54 2021 – #permalink
    design system
  • CSS Tips → https://markodenic.com/css-tips/
    • Typing Effect
    • Drop shadow
    • Smooth scrolling
    • Center
    • Cursors
    • Truncate text
    • …
    Tue Apr 27 10:45:45 2021 – #permalink
    css
  • In Praise of the Unambiguous Click Menu → https://css-tricks.com/in-praise-of-the-unambiguous-click-menu/
    “Hover menus are inconsistent.“
    Exemple de menu cliquable.
    Fri Apr 2 16:06:26 2021 – #permalink
    css javascript js
  • 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.
    Sat Mar 20 16:40:42 2021 – #permalink
  • 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. »
    Tue Mar 9 10:10:48 2021 – #permalink
    network
  • Ajouter un code QR lors de l’impression d’une page web → https://www.smashingmagazine.com/2013/03/tips-and-tricks-for-print-style-sheets/#print-qr-codes-for-easy-url-references
    Lorsqu’un visiteur de votre site imprime une page de votre site, ça peut être pratique d’ajouter un code QR avec l’URL de la page.

    Google propose une API pour générer un code QR :
    > https://chart.googleapis.com/chart?cht=qr&chs=150x150&chl=http://yourdomain.com&choe=UTF-8
    Sat Feb 27 19:10:00 2021 – #permalink
    css web
  • 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ù il est  :

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

    > fail2ban unban <IP> ... <IP>
    unbans <IP> (in all jails and database)
    Thu Feb 11 17:22:35 2021 – #permalink
    debian fail2ban
  • Privacy matters even if “you have nothing to hide” → https://write.privacytools.io/freddy/why-privacy-matters-even-if-you-have-nothing-to-hide
    “Arguing that you don't care about the right to privacy because you have nothing to hide is no different than saying you don't care about free speech because you have nothing to say.”
    Tue Dec 15 10:18:39 2020 – #permalink
    privacy
◄ older
4 of 21
newer ►
Shaarli by sebsauvage
Shaarli-Theme by Nicolas based on idleman theme