Skip to content

Instantly share code, notes, and snippets.

View edmunddantes7's full-sized avatar
💭
Chopping trees in the middle of a desert

edmunddantes7

💭
Chopping trees in the middle of a desert
View GitHub Profile
@edmunddantes7
edmunddantes7 / create_cpp_for_gdb.sh
Created January 8, 2019 11:45
Create a container for info beamer c++ debugging
docker run -i -t --net=host -e DISPLAY -v /tmp/.X11-unix \
--cap-add=SYS_PTRACE --security-opt seccomp=unconfined \
cb3b85dc69e7
/