Shaare your links…
407 links
Liens · Devenet Home Login RSS feed Tags cloud
◄ older
3 of 21
newer ►
  • Réglages recommandés pour les routeurs et points d’accès Wi-Fi → https://support.apple.com/fr-fr/HT202068
    • Sécurité : WPA3 Personnel > WPA2/WPA3 Transitionnel > WPA2 Personnel (AES).
    • Nom du réseau (SSID) : unique, quelle que soit la bande 2,4 GHz ou 5 GHz.
    • Réseau masqué : désactivé.
    • Filtrage d’adresse MAC : désactivé.
    • Mises à jour automatiques du programme interne : activé.
    • Mode radio : Tous > Wi-Fi 2 à Wi-Fi 6.
    • Bandes : activé toutes les bandes disponibles.
    • Canal : automatique.
    • Largeur de canal : 20 MHz pour la bande 2,4 GHz et toutes les largeurs (20 MHz, 40 MHz, 80 MHz) pour la bande 5 GHz.
    • Durée du bail DHCP : 8 h pour réseau perso ou pro, 1 h pour les partages de connexion ou réseau invités.
    • Fonction WMM (multimédia sans-fil) : activé.
    Sun Jul 31 10:42:30 2022 – #permalink
    network
  • You should take more screenshots → https://alexwlchan.net/2022/07/screenshots/
    “If you do digital creative work, you probably make things you’re proud of or that you’d like to remember. Screenshots are a great way to do that.”
    Mon Jul 25 14:56:11 2022 – #permalink
  • How to use different git emails for personal and work repositories on the same machine → https://blog.hao.dev/how-to-use-different-git-emails-for-personal-and-work-repositories-on-the-same-machine
    Option 1 : avoir deux fichiers .gitconfig-work et .gitconfig-perso, et dans le fichier .gitconfig charger le bon fichier selon le répertoire.
    > # ~/.gitconfig
    >
    > [includeIf "gitdir:~/work/"]
    >     path = .gitconfig-work
    > [includeIf "gitdir:~/personal/"]
    >     path = .gitconfig-personal

    Option 2 : modifier dans chaque dépôt l’adresse e-mail Git.
    Wed Jun 1 10:30:30 2022 – #permalink
    git
  • System font stack → https://systemfontstack.com/
    • Sans-serif
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;

    • Serif
    font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;

    •Mono
    font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
    Mon May 30 10:26:19 2022 – #permalink
    css design
  • 10 Tips on Preview on the Mac app → https://www.fourth-wall.co.uk/post/10-tips-for-preview-the-default-mac-app-that-people-forget-about
    Tue May 10 10:08:15 2022 – #permalink
    astuce mac
  • 103 Bits of Advice I Wish I Had Known → https://kk.org/thetechnium/103-bits-of-advice-i-wish-i-had-known/
    Sun May 1 16:54:02 2022 – #permalink
    advice life
  • Browser In The Browser (BITB) Attack → https://mrd0x.com/browser-in-the-browser-phishing-attack/
    Le pishing est de plus en plus bien fait : une fausse fenêtre de navigateur dans le navigateur. Ça semble difficile à détecter, sauf à réduire ou déplacer la fenêtre en dehors.
    Fri Apr 1 23:51:54 2022 – #permalink
    security
  • How to design better APIs → https://r.bluethl.net/how-to-design-better-apis
    15 language-agnostic, actionable tips on REST API design.
    Tue Mar 22 10:43:46 2022 – #permalink
    api
  • Orage et foudre → ?D-7p2A
    ⚡️
    300 000 km/h : 👀 immédiatement

    🔈
    3 s pour 1 km

    Pour estimer la distance :
    1) on compte le nombre de secondes entre la vue de l’éclair et le moment où l’on entend le bruit de la foudre (= quand l’orage touche le sol) ;
    2) on divise ce nombre par 3 ;
    3) ça donne la distance entre nous et l’éclair.

    Position de sécurité :
    • se mettre à genoux, les pieds joints.
    Wed Feb 23 11:36:57 2022 – #permalink
  • 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
◄ older
3 of 21
newer ►
Shaarli by sebsauvage
Shaarli-Theme by Nicolas based on idleman theme