Shaare your links…
377 links
Liens · Devenet Home Login RSS feed Tags cloud
◄ older
1 of 19
  • Web fingerprinting is worse than I thought - Bitestring's Blog → https://www.bitestring.com/posts/2023-03-19-web-fingerprinting-is-worse-than-I-thought.html
    > If you want to really protect yourself from fingerprinting, you should use Tor Browser or Firefox with resistFingerprinting=true.
    Wed Mar 22 12:02:05 2023 – #permalink
    privacy
  • Help, is this عربي (arabic)? → https://isthisarabic.com/
    1. Arabic script is aligned to the right. Interface flows from the right. If your Arabic is aligned to the left, your text is wrong.
    2. Arabic script generally has a clear and visible baseline, connecting the letters. If you cannot find a baseline, your text is wrong.
    3. In general, the letter combination ال should be common. The combination ل​​​‌ا cannot occur in Arabic script, as those characters should be connected.
    Thu Mar 16 09:46:32 2023 – #permalink
  • Comment formater les nombres en Javascript → https://blog.shevarezo.fr/post/2023/02/01/javascript-comment-internationaliser-nombres
    new Intl.NumberFormat(navigator.language).format(123456.78);
    123456.78.toLocaleString();
    Tue Feb 7 10:58:27 2023 – #permalink
    i18n javascript
  • Extreme questions to trigger new, better ideas → https://longform.asmartbear.com/posts/extreme-questions/
    • 10x prices
    • No customers
    • No tech support
    • Maximize fun
    • Complete rip-off
    • No time
    • Flipped business model
    • No website
    • No meetings
    • No customer contact
    • Cost is no object
    • Sociopathic CEO
    • Mortal wound
    • Philanthropist
    • Only one thing this year
    Tue Jan 17 10:52:14 2023 – #permalink
    project
  • Things they didn’t teach you about Software Engineering → https://vadimkravcenko.com/shorts/things-they-didnt-teach-you/
    1. You rarely write something from scratch
    2. Domain knowledge is more important than your coding skills
    3. Writing documentation is not emphasized hard enough
    4. Code is secondary. Business value is first.
    5. You’ll need to work around incompetence
    6. You work with uncertainty most of the time
    7. Assume everything has bugs
    8. It's not a dream job
    9. Aesthetics can't be taught
    10. Estimations will be asked even when you don't want to give them
    11. Not all meetings are bad
    Mon Jan 9 16:59:34 2023 – #permalink
    software work
  • Un petit historique du protocole Ethernet → https://www.linuxembedded.fr/2022/04/un-petit-historique-du-protocole-ethernet
    Fri Dec 16 22:37:44 2022 – #permalink
    ethernet network
  • An Interactive Guide to Flexbox → https://www.joshwcomeau.com/css/interactive-guide-to-flexbox/
    Un guide avec des exemples interactifs sur l’utilisation et les propriétés de flexbox en CSS.
    Thu Nov 24 10:58:00 2022 – #permalink
    css design ressource
  • Hardening TLS → https://r4ven.fr/blog/hardening-tls/
    Bonnes pratiques pour bien configurer TLS (le remplaçant de SSL depuis longtemps) sur son serveur.
    Wed Nov 9 20:43:10 2022 – #permalink
    security server
  • Shell Script Best Practices → https://sharats.me/posts/shell-script-best-practices/
    Des recommandations pour écrire des scripts bash.
    Tue Nov 1 20:49:12 2022 – #permalink
    debian développement linux unix
  • 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
◄ older
1 of 19
Shaarli by sebsauvage
Shaarli-Theme by Nicolas based on idleman theme