4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
20 results tagged debug x
  • thumbnail
    Golang Debugging With Delve [Step by Step] | Golang Cafe

    https://github.com/go-delve/delve

    Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you're using a debugger, things aren't going your way. With that in mind, Delve should stay out of your way as much as possible.

    27 avril 2023 à 15:52:50 UTC+2 * - permalink - archive.org - https://golang.cafe/blog/golang-debugging-with-delve.html
    debug delve dlv go
  • thumbnail
    https://github.com/nicolaka/netshoot
    8 octobre 2022 à 14:19:27 UTC+2 * - permalink - archive.org - https://github.com/nicolaka/netshoot
    debug k8s kubernetes tools
  • Note: debug python terminal

    ++++++++++++++++++++++
    Version avec interface cmd
    ++++++++++++++++++++++

    Prérequis :

    pip install pudb

    Pour docker, dans le docker compose ajouter

    stdin_open: true
    tty: true
    Faire docker attach container_name

    Comment break/debug :

    Là où on veut break, il suffit de coller cette ligne : import pudb; pu.db

    Dans le terminal où on a fait docker attach on doit voir l'interface de pudb

    ++++++++++++++++++++++
    Version + simple
    ++++++++++++++++++++++
    Prérequis : python 3.7

    Pour docker, dans le docker compose ajouter

    stdin_open: true
    tty: true
    Faire docker attach container_name

    Comment break/debug :

    breakpoint()

    Dans le terminal où on a fait docker attach on doit voir un prompt

    On peut print les variables
    "continue" pour continuer

    12 février 2021 à 10:37:06 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?lTcZoA
    debug pudb python terminal
  • thumbnail
    GitHub - zestyping/q: Quick and dirty debugging output for tired programmers. ⛺
    30 janvier 2021 à 10:47:08 UTC+1 - permalink - archive.org - https://github.com/zestyping/q
    debug lazy python
  • How-to Debug a Running Docker Container from a Separate Container – Medium
    25 août 2017 à 13:35:42 UTC+2 - permalink - archive.org - https://medium.com/@rothgar/how-to-debug-a-running-docker-container-from-a-separate-container-983f11740dc6
    debug docker
  • How to: Debug SSL certificate problems from the shell prompt

    openssl s_client -connect www.cyberciti.biz:443

    21 mars 2017 à 15:45:48 UTC+1 - permalink - archive.org - https://www.cyberciti.biz/tips/debugging-ssl-communications-from-unix-shell-prompt.html
    debug ssl
  • DTrace for Linux 2016
    30 octobre 2016 à 10:55:28 UTC+1 - permalink - archive.org - http://www.brendangregg.com/blog/2016-10-27/dtrace-for-linux-2016.html
    debug dtrace strace
  • Pitfalls and Common Mistakes | NGINX
    6 juillet 2016 à 08:21:11 UTC+2 - permalink - archive.org - https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/
    debug nginx
  • Debugging Nginx Configuration
    6 juillet 2016 à 08:14:21 UTC+2 - permalink - archive.org - https://easyengine.io/tutorials/nginx/debugging/
    debug nginx
  • Note: statsd debug

    Pas mal de drop udp du à des pics de metric applicatives.. On veut savoir quelles sont ces metrics sans se taper tous les graphs :

    touch debug

    while true; do ls -lh debug && sleep 2 && (date "+%F %R" && (echo counters | nc -q1 127.0.0.1 9226 | sort -r -n -k 2 | head -10)) >> debug; done

    On laisse tourner et on attend un pic. Ensuite : sort -r -n -k 2 debug pour voir les metrics en cause

    10 février 2016 à 11:03:01 UTC+1 - permalink - archive.org - https://links.infomee.fr/?3gJL7w
    debug statsd
  • How to fix your Elasticsearch cluster stuck in initializing shards mode?

    Ok donc cet article m'a été vraiment utile.. à garder en cas d'autres problèmes avec ES

    for shard in $(curl -XGET http://localhost:9200/_cat/shards | grep UNASSIGNED | awk '{print $2}'); do
    curl -XPOST 'localhost:9200/_cluster/reroute' -d '{
    "commands" : [ {
    "allocate" : {
    "index" : "t37",
    "shard" : $shard,
    "node" : "datanode15",
    "allow_primary" : true
    }
    }
    ]
    }'
    sleep 5
    done

    10 décembre 2015 à 10:53:07 UTC+1 - permalink - archive.org - https://t37.net/how-to-fix-your-elasticsearch-cluster-stuck-in-initializing-shards-mode.html
    debug elasticsearch es fix
  • The Netflix Tech Blog: Debugging Node.js in Production
    4 décembre 2015 à 16:13:07 UTC+1 - permalink - archive.org - http://techblog.netflix.com/2015/12/debugging-nodejs-in-production.html
    debug node nodejs
  • Memory Flame Graphs
    4 décembre 2015 à 16:12:59 UTC+1 - permalink - archive.org - http://www.brendangregg.com/FlameGraphs/memoryflamegraphs.html
    debug graph
  • Debugging memory leaks in Ruby
    29 juin 2015 à 22:54:22 UTC+2 - permalink - archive.org - http://samsaffron.com/archive/2015/03/31/debugging-memory-leaks-in-ruby
    debug memory rails
  • 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
  • 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
  • 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
  • Innotop - a real-time, advanced investigation tool for MySQL
    29 octobre 2013 à 17:05:53 UTC+1 - permalink - archive.org - http://www.mysqlperformanceblog.com/2013/10/14/innotop-real-time-advanced-investigation-tool-mysql/
    debug mysql perf tool
  • java - Eclipse: How do you change the highlight color of the currently selected method/expression? - Stack Overflow
    11 avril 2012 à 11:52:20 UTC+2 - permalink - archive.org - http://stackoverflow.com/questions/3434363/eclipse-how-do-you-change-the-highlight-color-of-the-currently-selected-method
    colo debug eclipse highlight
  • colors - Eclipse, where to change the current debug line background? - Stack Overflow

    Comment changer la couleur de fond de la ligne en cours de debug
    How to change highlight color in debug eclipse

    29 mars 2012 à 15:50:42 UTC+2 - permalink - archive.org - http://stackoverflow.com/questions/211500/eclipse-where-to-change-the-current-debug-line-background
    debug eclipse
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation