Skip to content

Instantly share code, notes, and snippets.

View a2gs's full-sized avatar
😎
nice

André Augusto Giannotti Scotá a2gs

😎
nice
View GitHub Profile
@a2gs
a2gs / gdbinit
Created March 13, 2019 04:55 — forked from chrislongo/gdbinit
.gdbinit - A user-friendly gdb configuration file
# INSTALL INSTRUCTIONS: save as ~/.gdbinit
#
# DESCRIPTION: A user-friendly gdb configuration file.
#
# REVISION : 7.3 (16/04/2010)
#
# CONTRIBUTORS: mammon_, elaine, pusillus, mong, zhang le, l0kit,
# truthix the cyberpunk, fG!, gln
#
# FEEDBACK: https://www.reverse-engineering.net
@a2gs
a2gs / tmux-cheatsheet.markdown
Created February 26, 2019 02:45 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname