Last active
May 15, 2022 07:51
-
-
Save nordineb/15a037af336dbe8d1419ccef939b2d4e to your computer and use it in GitHub Desktop.
note to self
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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