Skip to content

Instantly share code, notes, and snippets.

@nordineb
Last active May 15, 2022 07:51
Show Gist options
  • Save nordineb/15a037af336dbe8d1419ccef939b2d4e to your computer and use it in GitHub Desktop.
Save nordineb/15a037af336dbe8d1419ccef939b2d4e to your computer and use it in GitHub Desktop.
note to self
http://agiletesting.blogspot.no/2016/02/setting-up-mailinator-like-test-mail.html
# apt-get update
# apt-get install build-essential git mercurial bazaar unzip
# apt-get install postfix mailutils
# cd /root
# wget https://storage.googleapis.com/golang/go1.4.3.linux-amd64.tar.gz
# tar xvfz go1.4.3.linux-amd64.tar.gz
# mv go go1.4
# git clone https://go.googlesource.com/go
# cd go
# git checkout go1.5.3
# cd src
# ./all.bash
# adduser catchall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment