Skip to content

Instantly share code, notes, and snippets.

View choman's full-sized avatar

chad choman

  • Omaha, NE
View GitHub Profile

Keybase proof

I hereby claim:

  • I am choman on github.
  • I am choman (https://keybase.io/choman) on keybase.
  • I have a public key ASA3_ds76TNJW88z09fTsfys3ajV0eARihcSAXssKK9KcAo

To claim this, I am signing this object:

@choman
choman / tmux-cheatsheet.markdown
Created July 17, 2017 14:41 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@choman
choman / free-space-on-boot-disk.md
Created September 3, 2016 19:18 — forked from jbgo/free-space-on-boot-disk.md
Free up space on /boot disk (ubuntu)

Free disk space when /boot is full (Ubuntu)

TL;DR

dpkg -l linux-image*
uname -r
sudo apt-get remove linux-image-2.6.32-{21,37,38,39,40,41,42,43,44}-server
sudo apt-get autoremove
@choman
choman / README.md
Created May 27, 2016 12:56 — forked from hofmannsven/README.md
My simply Git Cheatsheet