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.

    April 27, 2023 at 3:52:50 PM GMT+2 * - permalink - archive.org - https://golang.cafe/blog/golang-debugging-with-delve.html
    debug delve dlv go
  • thumbnail
    https://github.com/nicolaka/netshoot
    October 8, 2022 at 2:19:27 PM GMT+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

    February 12, 2021 at 10:37:06 AM GMT+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. ⛺
    January 30, 2021 at 10:47:08 AM GMT+1 - permalink - archive.org - https://github.com/zestyping/q
    debug lazy python
  • How-to Debug a Running Docker Container from a Separate Container – Medium
    August 25, 2017 at 1:35:42 PM GMT+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

    March 21, 2017 at 3:45:48 PM GMT+1 - permalink - archive.org - https://www.cyberciti.biz/tips/debugging-ssl-communications-from-unix-shell-prompt.html
    debug ssl
  • DTrace for Linux 2016
    October 30, 2016 at 10:55:28 AM GMT+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
    July 6, 2016 at 8:21:11 AM GMT+2 - permalink - archive.org - https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/
    debug nginx
  • Debugging Nginx Configuration
    July 6, 2016 at 8:14:21 AM GMT+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

    February 10, 2016 at 11:03:01 AM GMT+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

    December 10, 2015 at 10:53:07 AM GMT+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
    December 4, 2015 at 4:13:07 PM GMT+1 - permalink - archive.org - http://techblog.netflix.com/2015/12/debugging-nodejs-in-production.html
    debug node nodejs
  • Memory Flame Graphs
    December 4, 2015 at 4:12:59 PM GMT+1 - permalink - archive.org - http://www.brendangregg.com/FlameGraphs/memoryflamegraphs.html
    debug graph
  • Debugging memory leaks in Ruby
    June 29, 2015 at 10:54:22 PM GMT+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
    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
  • 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
  • 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
  • Innotop - a real-time, advanced investigation tool for MySQL
    October 29, 2013 at 5:05:53 PM GMT+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
    April 11, 2012 at 11:52:20 AM GMT+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

    March 29, 2012 at 3:50:42 PM GMT+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