I hereby claim:
- I am gram21 on github.
- I am gramarye (https://keybase.io/gramarye) on keybase.
- I have a public key ASDy0MWdIt7cGUouUXFMjpTXHbADgYf8F8snBTUdS13VZAo
To claim this, I am signing this object:
{ | |
"Itemize Environment": { | |
"prefix": "item", | |
"body": [ | |
"\\begin{itemize}", | |
"\t\\item $0", | |
"\\end{itemize}" | |
], | |
"description": "Creates an Itemize Environment and add the first item" | |
}, |
r2repo="~/rand/radare2" | |
echo "Start updating and upgrading. This may take a while" | |
echo "****************************************************************" | |
echo "brew..." | |
brew update --verbose && brew upgrade && brew cleanup | |
echo "****************************************************************" | |
echo "pip..." | |
pip list --format=legacy --outdated | cut -d ' ' -f1 | xargs -n1 pip install -U | |
pip list --format=legacy --outdated | cut -d ' ' -f1 | xargs -n1 sudo -H pip install -U | |
echo "****************************************************************" |
Socat-Version: | |
gdb socat -exec="set follow-fork-mode child" | |
r tcp-listen:4444,reuseaddr exec:./binary,PTY,raw,echo=0 | |
Ncat-Version | |
gdb ncat -exec="set follow-fork-mode child" | |
r -l 0.0.0.0 1234 -e ./binary |
# Path to your oh-my-zsh configuration. | |
ZSH=$HOME/.oh-my-zsh | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. | |
ZSH_THEME="gnzh" | |
# Texteditor and zshconfig aliases |
I hereby claim:
To claim this, I am signing this object: