Skip to content

Instantly share code, notes, and snippets.

Effective Engineer - Notes

What's an Effective Engineer?

  • They are the people who get things done. Effective Engineers produce results.

Adopt the Right Mindsets

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@rvdmei
rvdmei / Dockerfile
Created April 14, 2015 05:56
Crossbar.io Dockerfile
FROM centos:centos6
RUN yum -y install python-devel "@Development tools" libffi-devel openssl-devel wget
RUN yum -y install tar
RUN rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
RUN yum -y install php54w
RUN wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.5-linux_x86_64-portable.tar.bz2
RUN tar xvjf pypy-2.5-linux_x86_64-portable.tar.bz2
RUN mv pypy-2.5-linux_x86_64-portable pypy
RUN wget https://bootstrap.pypa.io/get-pip.py