Skip to content

Instantly share code, notes, and snippets.

View seattle's full-sized avatar

Tomas J. Sahagun seattle

View GitHub Profile
@seattle
seattle / keybase.md
Last active July 13, 2017 10:19
keybase.md

Keybase proof

I hereby claim:

  • I am seattle on github.
  • I am seattle113 (https://keybase.io/seattle113) on keybase.
  • I have a public key ASAgaeLw0nT65S3rQ3atof__UP054rz8QpjWr-qAG5kX4go

To claim this, I am signing this object:

#=Navigating=
visit('/projects')
visit(post_comments_path(post))
#=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click_on('Button Value')

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
# Update, upgrade and install development tools:
apt-get update
apt-get -y upgrade
apt-get -y install build-essential git-core curl libssl-dev \
libreadline5 libreadline-gplv2-dev \
zlib1g zlib1g-dev \
libmysqlclient-dev \
libcurl4-openssl-dev \
libxslt-dev libxml2-dev