Skip to content

Instantly share code, notes, and snippets.

View jafffy's full-sized avatar
😆
HAPPY

Jaewon Choi jafffy

😆
HAPPY
View GitHub Profile
@jafffy
jafffy / gist:db4c040cc72d731bc82adb352bc141a6
Created February 19, 2019 13:49 — forked from johanmeiring/gist:3002458
"git lg" alias for pretty git log
# From http://garmoncheg.blogspot.com/2012/06/pretty-git-log.html
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"
@jafffy
jafffy / tmux-cheatsheet.markdown
Created February 19, 2019 11:15 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@jafffy
jafffy / clean-up-boot-partition-ubuntu.md
Created December 9, 2017 14:15 — forked from ipbastola/clean-up-boot-partition-ubuntu.md
Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Reference

Case I: if /boot is not 100% full and apt is working

1. Check the current kernel version

$ uname -r 
@jafffy
jafffy / introrx.md
Created January 8, 2017 04:05 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing