Shaare your links...
3394 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►
  • The Code of the Geeks v3.12
    permalink -
    - http://www.geekcode.com/geek.html
    geek
  • Security Challenges - pentest / infosec / hacking
    permalink -
    - http://damo.clanteam.com/
    challenges hacking
  • Bank of America Employing Three Intelligence Firms to Dismantle WikiLeaks, Anonymous Responds With Hacks | Death and Taxes
    Jolie réponse des anonymous :-)
    permalink -
    - http://www.deathandtaxesmag.com/52275/bank-of-america-employing-three-intelligence-firms-to-dismantle-wikileaks-anonymous-responds-with-hacks/
    actu
  • SimpleCV: SimpleCV Tutorial — Tutorial
    Binding pour opencv simple+++ !
    Nécessite Numpy, Scipy et PIL
    pour installer:
        sudo apt-get install python-scipy
        sudo pip install simplecv
    permalink -
    - http://tutorial.simplecv.org/en/latest/
    image python
  • Netcat | Les Tutos de Nico
    EDIT : voir aussi http://www.6ma.fr/tuto/netcat+couteau+suisse+reseau-42
    permalink -
    - http://www.lestutosdenico.com/tutos-de-nico/netcat
    hacking réseau sécurité
  • Arcs, Sparks, and Sportscars: My working .webcamrc file
    fichier de config de "webcam"
    permalink -
    - http://dieselsporter.blogspot.fr/2006/05/my-working-webcamrc-file.html
    linux raspberry
  • 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é
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.