Shaare your links...
3388 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 158 / 170
Newer►
  • Cron : gestion des tâches planifiées - Documentation technique : Debian
    permalink -
    - http://technique.arscenic.org/commandes-linux-de-base/article/cron-gestion-des-taches-planifiees
    linux
  • Creating a motion-detecting security cam with a Raspberry Pi Part 2 - Through the Interface
    Tuto pour installer motion sur Raspberry/alarmpi (ArchLinuxARM).
    --> Si mouvement détecté --> envoi d'un mail et envoi video sur gmail.
    Marche impec avec ma petite Logitech C270 (~20€ + hub usb alimenté).

    Seul problème quand on arrête motion : le device /dev/video0 reste occupé et pas moyen de relancer motion sans redémarrer le raspberry :-(

    Working on it...

    (sinon faut tout recoder : python + opencv + pygame + gdata + ...)
    permalink -
    - http://through-the-interface.typepad.com/through_the_interface/2012/09/creating-a-motion-detecting-security-cam-with-a-raspberry-pi-part-2.html
    archlinux linux raspberry
  • 20 Linux System Monitoring Tools Every SysAdmin Should Know
    permalink -
    - http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html
    linux
  • Update WP Super Cache and W3TC Immediately – Remote Code Execution Vulnerability Disclosed | Sucuri Blog
    permalink -
    - http://blog.sucuri.net/2013/04/update-wp-super-cache-and-w3tc-immediately-remote-code-execution-vulnerability-disclosed.html
    sécurité
  • SMB Relay Demystified and NTLMv2 Pwnage with Python
    permalink -
    - http://pen-testing.sans.org/blog/pen-testing/2013/04/25/smb-relay-demystified-and-ntlmv2-pwnage-with-python
    hacking
  • Basic Image Processing - Physical Computing with Raspberry Pi
    imgproc
    permalink -
    - http://www.cl.cam.ac.uk/~db434/raspi/image_processing/
    image python
  • Comment transformer votre Raspberry Pi en serveur webcam ? | Épinglé
    Plutôt intéressant ! une simple webcam et un raspberry et voila la maison surveillée... Bon pour l'instant, je dois avouer que les images de ma vieille logitech sont bonnes... une fois sur 4 ou 5... Pas top... je creuse.
    #dig dig dig
    (A Suivre...)
    permalink -
    - http://www.epingle.info/?p=2682
    raspberry webcam
  • Border Radius | CSS Border Radius | CSS 3.0 Border Radius | CSS3.0 Border Radius
    tiptop !
    permalink -
    - http://www.css3maker.com/border-radius.html
    css
  • Top 12 CSS Generators | Webpop
    via sebsauvage
    permalink -
    - http://www.webpop.com/blog/2013/04/23/css-generators
    css
  • Blog Stéphane Bortzmeyer: RFC 2827: Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing
    Dans le cadre de ma formation au CNAM "Sécurité et Réseaux" :
    La RFC 2827 dit que les routeurs ne doivent router des paquets que s'ils appartiennent au réseau d'origine (contre les DoS et les attaques par réflexion quand l'attaquant camoufle l'origine des paquets).
    permalink -
    - http://www.bortzmeyer.org/2827.html
    cnam rfc réseau sécurité
  • OS.Walk and Fnmatch in Python
    import fnmatch
    import os

    images = ['*.jpg', '*.jpeg', '*.png', '*.tif', '*.tiff']
    matches = []

    for root, dirnames, filenames in os.walk("C:\\"):
       for extensions in images:
           for filename in fnmatch.filter(filenames, extensions):
               matches.append(os.path.join(root, filename))
    permalink -
    - http://www.pythonforbeginners.com/systems-programming/os-walk-and-fnmatch-in-python/
    python
  • Table des matières -- JavaScript Éloquent
    permalink -
    - http://fr.eloquentjavascript.net/contents.html
    book javascript
  • L’encoding en Python, une bonne fois pour toute | Sam & Max: Python, Django, Git et du cul
    permalink -
    - http://sametmax.com/lencoding-en-python-une-bonne-fois-pour-toute/
    python
  • Overview - libyal - Overview of libraries - Yet another library library (and tools) - Google Project Hosting
    Joachim Metz a développé bon nombre de librairies dédiées à la forensic : recherche d'informations sur du matériel info.
    permalink -
    - http://code.google.com/p/libyal/wiki/Overview
    forensic hacking sécurité
  • Security policies must address legal implications of BYOD | TechRepublic
    En parallèle du dernier MISC : un article sur la tendance Bring Your Own Device et ses implications en matière de sécurité des systèmes.
    permalink -
    - http://www.techrepublic.com/blog/security/security-policies-must-address-legal-implications-of-byod/9280
    BYOD sécurité
  • hackingciphers.pdf
    permalink -
    - http://inventwithpython.com/hackingciphers.pdf
    book crypt python
  • Code Like a Pythonista: Idiomatic Python
    le ZEN python :

    Beautiful is better than ugly.
    Explicit is better than implicit.
    Simple is better than complex.
    Complex is better than complicated.
    Flat is better than nested.
    Sparse is better than dense.
    Readability counts.
    Special cases aren't special enough to break the rules.
    Although practicality beats purity.
    Errors should never pass silently.
    Unless explicitly silenced.
    permalink -
    - http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
    python
  • Hacking the <a> tag in 100 characters
    permalink -
    - http://bilaw.al/2013/03/17/hacking-the-a-tag-in-100-characters.html
    hacking
  • Panoptic
    permalink -
    - http://websec.ca/blog/view/panoptic
    hacking LFI
  • DotDotPwn - The Directory Traversal Fuzzer
    permalink -
    - http://dotdotpwn.blogspot.fr/
    directoryTraversal fuzzing hacking
Links per page: 20 50 100
◄Older
page 158 / 170
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.