subscription-manager repos --enable=rhel-7-server-extras-rpms
subscription-manager repos --enable=rhel-7-server-optional-rpms
yum install docker
| /** | |
| * NEVER BLOCKING LOOP : implementation of the infamous setTimeout 0 hack, with time checking in order to guarantee fluidity without sacrificing execution speed. | |
| * | |
| * USAGE : | |
| * var array = ["a way too big array that is heavy to process"] | |
| * optimizeFor({ | |
| * nbIterations: array.length, | |
| * each:function( index ) { | |
| * doSomethingUsefulWith( array[ index ] ); | |
| * }, |
| interfaces { | |
| vti vti0 { | |
| address <CGW_INTERNAL_IP_A>/30 | |
| description "VPC Tunnel A" | |
| mtu 1436 | |
| } | |
| vti vti1 { | |
| address <CGW_INTERNAL_IP_B>/30 | |
| description "VPC Tunnel B" | |
| mtu 1436 |
| #!/bin/bash | |
| # Author: Erik Kristensen | |
| # Email: erik@erikkristensen.com | |
| # License: MIT | |
| # Nagios Usage: check_nrpe!check_docker_container!_container_id_ | |
| # Usage: ./check_docker_container.sh _container_id_ | |
| # | |
| # Depending on your docker configuration, root might be required. If your nrpe user has rights | |
| # to talk to the docker daemon, then root is not required. This is why root privileges are not |
| Convention: Byte array notation as it would appear in a hexeditor. | |
| = Layout= | |
| KDBX files, the keepass database files, are layout as follows: | |
| 1) Bytes 0-3: Primary identifier, common across all kdbx versions: | |
| private static $sigByte1=[0x03,0xD9,0xA2,0x9A]; | |
| 2) Bytes 4-7: Secondary identifier. Byte 4 can be used to identify the file version (0x67 is latest, 0x66 is the KeePass 2 pre-release format and 0x55 is KeePass 1) |
| package com.esoftdive.core.smpp.internal; | |
| import java.util.Random; | |
| import com.cloudhopper.commons.charset.CharsetUtil; | |
| import com.cloudhopper.smpp.SmppConstants; | |
| import com.cloudhopper.smpp.SmppSession; | |
| import com.cloudhopper.smpp.pdu.SubmitSm; | |
| import com.cloudhopper.smpp.type.Address; |
| http://www.infoq.com/presentations/Simple-Made-Easy | |
| http://www.infoq.com/presentations/integration-tests-scam | |
| http://blog.thecodewhisperer.com/2010/09/14/when-is-it-safe-to-introduce-test-doubles | |
| http://youtu.be/yTkzNHF6rMs | |
| http://pyvideo.org/video/1670/boundaries | |
| http://skillsmatter.com/podcast/ajax-ria/enumerators | |
| http://alistair.cockburn.us/Hexagonal+architecture | |
| http://c2.com/cgi/wiki?PortsAndAdaptersArchitecture | |
| http://www.confreaks.com/videos/977-goruco2012-hexagonal-rails | |
| http://www.confreaks.com/videos/1255-rockymtnruby2012-to-mock-or-not-to-mock |
| Job Title: | |
| Developer (Full-Stack) | |
| Overall Description: | |
| Develop, maintain, extend, and operate Platform and Services around Mobile, Voice and Web technologies. | |
| Background: | |
| We are IG Group of Companies, a specialist technology group focused in helping our clients make a difference | |
| in the Mobile / Enterprise / Telco solutions space. We have always been pioneering innovators and have | |
| consistently maintained leadership in the industry; seen as top-of-mind, go-to partners by our clients. |
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.