Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
I am documenting it here for my personal use, with the hope of being useful for others. You may use it with your own responsibility
| # SOURCE: (milq) https://github.com/milq/scripts-ubuntu-debian/blob/master/install-opencv.sh | |
| # also http://milq.github.io/install-opencv-ubuntu-debian/ | |
| # KEEP UBUNTU OR DEBIAN UP TO DATE | |
| sudo apt-get -y update | |
| sudo apt-get -y upgrade | |
| sudo apt-get -y dist-upgrade | |
| sudo apt-get -y autoremove | |
| import urllib | |
| import httplib | |
| httplib.debuglevel = 1 | |
| httplib.HTTPConnection.debuglevel = 1 | |
| u = urllib.urlopen("http://yahoo.com") | |
| data = u.read() | |
| u.close() |
ssh to root in terminal with your server ip
ssh [email protected]
or for ec2 you will need your public key