Skip to content

Instantly share code, notes, and snippets.

@lsowen
Last active April 29, 2017 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lsowen/cefdd11c5be1e765896d2abb64f47d9c to your computer and use it in GitHub Desktop.
Save lsowen/cefdd11c5be1e765896d2abb64f47d9c to your computer and use it in GitHub Desktop.
emacs/tmux integration
  • Emacs: shell-command-on-region
  • Command: tmux load-buffer -

export EVENT_NOEPOLL=1 tmux/tmux#416

Virsh Install Kernel Options

console=tty0 console=ttyS0,115200n8 serial ks=http://example.com/kickstart.txt

List AWS Instances

aws ec2 describe-instances | jq --raw-output '.Reservations[] | .Instances[] | [.PublicIpAddress , (.Tags[] | select(.Key == "Name") | .Value)] | @csv'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment