This guide provides steps to install Docker on a RHEL (Red Hat Enterprise Linux) system.
Ensure that you have sudo privileges on the RHEL system.
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # http://www.disinformatics.com/blog/2010/12/14/a-google-internship-interview-question-in-scala/ | |
| # The question is: | |
| # given a sorted array of integers and a target integer, | |
| # find a pair of integers in the array that sum to the target in linear time. | |
| # The Solution | |
| # |
| /********************************** example **************************************/ | |
| var base_url = 'http://people.cs.uct.ac.za/~swatermeyer/VulaMobi/'; | |
| function example() | |
| { | |
| var response = ""; | |
| var form_data = { | |
| username: username, | |
| password: password |
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition:
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
| .small { | |
| transform: scale(0.8, 0.8); | |
| -ms-transform: scale(0.8, 0.8); /* IE 9 */ | |
| -webkit-transform: scale(0.8, 0.8); /* Safari and Chrome */ | |
| -o-transform: scale(0.8, 0.8); /* Opera */ | |
| -moz-transform: scale(0.8, 0.8); /* Firefox */ | |
| } |