Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| {"auths":{"cloud.openshift.com":{"auth":"b3BlbnNoaWZ0LXJlbGVhc2UtZGV2K29jbV9hY2Nlc3NfNDU1NDhmN2ViZGJiNDlmMDk5YzAwMWI5YjNkZWFmYmE6WkIxTkM0MENON0RWTldTQlJDNjE2NDhJN0Q1RlE0QU4wTTlMV1pTTUpDNEhOVEMzVjlCUFBMQ0NSUUtaSDhDVw==","email":"[email protected]"},"quay.io":{"auth":"b3BlbnNoaWZ0LXJlbGVhc2UtZGV2K29jbV9hY2Nlc3NfNDU1NDhmN2ViZGJiNDlmMDk5YzAwMWI5YjNkZWFmYmE6WkIxTkM0MENON0RWTldTQlJDNjE2NDhJN0Q1RlE0QU4wTTlMV1pTTUpDNEhOVEMzVjlCUFBMQ0NSUUtaSDhDVw==","email":"[email protected]"},"registry.connect.redhat.com":{"auth":"fHVoYy1wb29sLThlNTVmNDRkLWQwMzAtNGYwNS04ODdlLWMzMWE3MWU0NmEzZTpleUpoYkdjaU9pSlNVelV4TWlKOS5leUp6ZFdJaU9pSmxZamsyWTJKbVlqUTVNVFkwT1dFMU9HRTFaR05sWkRaaFpqZ3lOR1kzWmlKOS5oYlFYRVA1TGxvYThvbEc3SksyNDZtRTktd3NGWWtuYjVraWZsMU5CakM0TE5JSzlyZHlkM05WbndxandUdmhHOTg4UU50U0s3Smp5ZDhUNnZGYUh0VkRPVzBscXJEZHJZUEtYMlR4cTM2NkNGdEZIdTNyX0N5ejVXRWtnTEJXei1zVHNqRGV4ZURkejNuaURKbFh0UFk5dUk3UWVZS1BJeVhQQ3NKUldyVEdFUnpJMVVxcXFRSXJveGlWNVFQMG41Sk9TR0NKa3FPVFhLZHBRRTdSSGRISDNZY216Y3dfNkJkYW11QjdpMVphUjlKY0JkemVlZ1JOX09GY0VkM |
| ip=10.5.30.103::10.5.30.1:255.255.255.0:::none nameserver=10.5.30.103 | |
| coreos.inst.install_dev=sda | |
| coreos.inst.image_url=http://10.5.30.101:8080/okd4/fcos.raw.xz | |
| coreos.inst.ignition_url=http://10.5.30.101:8080/okd4/master.ign | |
| ip=10.5.30.104::10.5.30.1:255.255.255.0:::none nameserver=10.5.30.104 | |
| coreos.inst.install_dev=sda | |
| coreos.inst.image_url=http://10.5.30.101:8080/okd4/fcos.raw.xz | |
| coreos.inst.ignition_url=http://10.5.30.101:8080/okd4/master.ign |
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() |
| Whenever installing python-openstackclient in OSX, following error coming due to certificate issue, | |
| *** | |
| Collecting cliff>=2.3.0 (from python-openstackclient) | |
| Using cached cliff-2.3.0.tar.gz | |
| Complete output from command python setup.py egg_info: | |
| Download error on https://pypi.python.org/simple/pbr/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) -- Some packages may not be found! | |
| Couldn't find index page for 'pbr' (maybe misspelled?) | |
| Download error on https://pypi.python.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) -- Some packages may not be found! | |
| No local packages or working download links found for pbr>=1.8 |
| while compiling (make) mesos-1.0.1 on CentOS6/7 and following error occurred: | |
| ... | |
| ... | |
| pkg_resources.VersionConflict: (pytz 2010h (/usr/lib/pyt.6/site-packages), Requirement.parse('pytz>=2010')) | |
| make[2]: *** [../3rdparty/protobuf-2.6.1/python/dist/prof-2.6.1-py2.6.egg] Error 1 | |
| make[2]: Leaving directory `/root/src/mesos-1.0.1/build/ | |
| make[1]: *** [all] Error 2 | |
| make[1]: Leaving directory `/root/src/mesos-1.0.1/build/ | |
| make: *** [all-recursive] Error 1 |
ssh to root in terminal with your server ip
ssh [email protected]
or for ec2 you will need your public key