4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 89 / 217
Newer►
  • SysAdvent: So Server, Tell Me About Yourself — An Intro to Facter, Osquery & Sysdig | Puppet Labs
    18 janvier 2015 à 14:44:39 UTC+1 - permalink - archive.org - https://puppetlabs.com/blog/sysadvent-so-server-tell-me-about-yourself-intro-facter-osquery-sysdig?ls=social-media&ccn=twitter-product-20141222&cid=701G0000000F68P
    debug facter linux osquery sysdig
  • DevOps in Federal Government, a High Level Approach | Davila.io
    18 janvier 2015 à 14:44:16 UTC+1 - permalink - archive.org - http://davila.io/2014/10/14/devops-in-federal-government-a-high-level-approach/
    devops sysadmin
  • Terrible choices: MySQL | ionel's codelog

    Dans l'idéal il ne faudrait pas utiliser les paramètres par défauts et lire 100 de la doc pour faire sa propre conf... dans l'idéal.

    18 janvier 2015 à 14:43:20 UTC+1 - permalink - archive.org - http://blog.ionelmc.ro/2014/12/28/terrible-choices-mysql/
    mysql
  • Exploiter inotify, c’est simple - LinuxFr.org

    simple mais fonctionne une fois sur deux suivant le workflow..

    18 janvier 2015 à 14:42:56 UTC+1 - permalink - archive.org - http://linuxfr.org/news/exploiter-inotify-c-est-simple
    inotify
  • Using ngrep | Mike Toscano | Blog

    ngrep -itq -d any -W byline

    Lorsque je veux inspecter le payload, je n'utilise plus du tout tcpdump mais ngrep

    Contrairement à tcpdump, l'option pour spécifier l'interface est -d est non pas -i

    18 janvier 2015 à 14:41:16 UTC+1 - permalink - archive.org - http://blog.miketoscano.com/?p=66
    ngrep tcpdump
  • thumbnail
    What is a SSH key fingerprint and how is it generated? - Super User

    Dans les logs d'accès ssh (/var/log/auth.log), si vous avez passé le loglevel de SSH à VERBOSE, vous pouvez voir pour chaque accès la clé qui a été utilisé.
    Le format est différent de celui dans authorized_keys pour des raisons de lisibilité j'imagine.. Pour faire la conversion depuis authorized_keys vers ce format :

    echo key | base64 | md5
    ou
    ssh-keygen -lf key.pub

    18 janvier 2015 à 14:38:57 UTC+1 - permalink - archive.org - http://superuser.com/questions/421997/what-is-a-ssh-key-fingerprint-and-how-is-it-generated
    fingerprint key ssh
  • thumbnail
    GTD and Offloading

    Il faudra que je relise GTD, même en ne l'appliquant pas à 100%, je suis totalement d'accord avec l'article

    18 janvier 2015 à 14:38:02 UTC+1 - permalink - archive.org - https://danielmiessler.com/blog/gtd-offloading/
    gtd
  • thumbnail
    Docker & Puppet for Application Management — and Sanity | Puppet Labs
    18 janvier 2015 à 14:37:21 UTC+1 - permalink - archive.org - http://puppetlabs.com/blog/docker-and-puppet-for-application-management
    docker puppet
  • proc(5) — Linux manual pages
    • https://www.kernel.org/doc/Documentation/filesystems/proc.txt
    18 janvier 2015 à 14:36:46 UTC+1 - permalink - archive.org - http://manpages.courier-mta.org/htmlman5/proc.5.html
    linux proc
  • dht

    quand j'aurai du temps il faudra vraiment que je joue avec la dht
    https://infomee.fr/links/?2Z02Dw

    18 janvier 2015 à 14:35:39 UTC+1 - permalink - archive.org - https://links.infomee.fr/?7QgS7w
    dht torrent
  • Elasticsearch, Logstash & Kibana with Docker | William DURAND
    18 janvier 2015 à 14:33:05 UTC+1 - permalink - archive.org - http://williamdurand.fr/2014/12/17/elasticsearch-logstash-kibana-with-docker/
    docker elk
  • sysadvent: Day 24 - 12 days of SecDevOps
    18 janvier 2015 à 14:32:41 UTC+1 - permalink - archive.org - http://sysadvent.blogspot.fr/2014/12/day-24-12-days-of-secdevops.html
    devops sysadmin
  • sysadvent: Day 6 - Debugging for Systems Engineers
    18 janvier 2015 à 14:31:41 UTC+1 - permalink - archive.org - http://sysadvent.blogspot.fr/2014/12/day-6-debugging-for-systems-engineers.html
    debug linux
  • LINUX System Call Quick Reference
    18 janvier 2015 à 14:31:12 UTC+1 - permalink - archive.org - http://www.digilife.be/quickreferences/qrc/linux%20system%20call%20quick%20reference.pdf
    call linux system
  • 24 random docker tips by Csaba Palfi
    18 janvier 2015 à 14:30:51 UTC+1 - permalink - archive.org - http://csaba.palfi.me/random-docker-tips/
    docker
  • thumbnail
    Top 8 Tools For Linux / Unix Memory Forensics Analysis

    LiME
    Draugr
    Volatilitux
    Memfetch
    Crash utility from Red Hat, Inc
    Memgrep
    Memdump
    foriana

    18 janvier 2015 à 14:29:53 UTC+1 - permalink - archive.org - http://www.cyberciti.biz/programming/linux-memory-forensics-analysis-tools/
    debug linux memory
  • Get Detailed Information About Particular IP address Connections Using netstat Command - nixCraft
    18 janvier 2015 à 14:29:36 UTC+1 - permalink - archive.org - http://www.cyberciti.biz/tips/netstat-command-tutorial-examples.html
    networking
  • Using an ssh-agent, or how to type your ssh password once, safely.
    18 janvier 2015 à 14:29:15 UTC+1 - permalink - archive.org - http://rabexc.org/posts/using-ssh-agent
    agent ssh
  • enaqx/awesome-pentest · GitHub

    A collection of awesome penetration testing resources, tools and other shiny things

    18 janvier 2015 à 14:25:45 UTC+1 - permalink - archive.org - https://github.com/enaqx/awesome-pentest
    audit security
  • query TCP buffer sizes for a socket on linux - Server Fault

    Hints

    18 janvier 2015 à 13:31:47 UTC+1 - permalink - archive.org - http://serverfault.com/questions/247329/query-tcp-buffer-sizes-for-a-socket-on-linux
    networking tcp
Links per page: 20 50 100
◄Older
page 89 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation