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
    January 18, 2015 at 2:44:39 PM GMT+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
    January 18, 2015 at 2:44:16 PM GMT+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.

    January 18, 2015 at 2:43:20 PM GMT+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..

    January 18, 2015 at 2:42:56 PM GMT+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

    January 18, 2015 at 2:41:16 PM GMT+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

    January 18, 2015 at 2:38:57 PM GMT+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

    January 18, 2015 at 2:38:02 PM GMT+1 - permalink - archive.org - https://danielmiessler.com/blog/gtd-offloading/
    gtd
  • thumbnail
    Docker & Puppet for Application Management — and Sanity | Puppet Labs
    January 18, 2015 at 2:37:21 PM GMT+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
    January 18, 2015 at 2:36:46 PM GMT+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

    January 18, 2015 at 2:35:39 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?7QgS7w
    dht torrent
  • Elasticsearch, Logstash & Kibana with Docker | William DURAND
    January 18, 2015 at 2:33:05 PM GMT+1 - permalink - archive.org - http://williamdurand.fr/2014/12/17/elasticsearch-logstash-kibana-with-docker/
    docker elk
  • sysadvent: Day 24 - 12 days of SecDevOps
    January 18, 2015 at 2:32:41 PM GMT+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
    January 18, 2015 at 2:31:41 PM GMT+1 - permalink - archive.org - http://sysadvent.blogspot.fr/2014/12/day-6-debugging-for-systems-engineers.html
    debug linux
  • LINUX System Call Quick Reference
    January 18, 2015 at 2:31:12 PM GMT+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
    January 18, 2015 at 2:30:51 PM GMT+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

    January 18, 2015 at 2:29:53 PM GMT+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
    January 18, 2015 at 2:29:36 PM GMT+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.
    January 18, 2015 at 2:29:15 PM GMT+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

    January 18, 2015 at 2:25:45 PM GMT+1 - permalink - archive.org - https://github.com/enaqx/awesome-pentest
    audit security
  • query TCP buffer sizes for a socket on linux - Server Fault

    Hints

    January 18, 2015 at 1:31:47 PM GMT+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