Skip to content

Instantly share code, notes, and snippets.

@mitthu
mitthu / deploy.sh
Created August 21, 2014 15:26
Deployment scripts for mitthu/dotfiles.
#!/bin/bash -ex
# Created on: 21-Aug-2014, 8:41 PM
# Inspired from: https://gist.github.com/andsens/2913223/raw/bootstrap_homeshick.sh
#
# Run:
# ---
# curl -sL <link> | bin/bash -ex
## Config ##
INSTALL_PACKAGES="zsh tmux vim git"
@mitthu
mitthu / cheat_sheet.txt
Created October 1, 2020 14:29
GDB cheat sheet
GDB commands by function - simple guide
---------------------------------------
More important commands have a (*) by them.
Startup
% gdb -help print startup help, show switches
*% gdb object normal debug
*% gdb object core core debug (must specify core file)
%% gdb object pid attach to running process
% gdb use file command to load object