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.
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.
| ; /usr/local/bin/nasm -f macho 32.asm && ld -macosx_version_min 10.7.0 -o 32 32.o && ./32 | |
| global start | |
| section .text | |
| start: | |
| push dword msg.len | |
| push dword msg | |
| push dword 1 | |
| mov eax, 4 |
| gem 'devise' | |
| gem 'omniauth' | |
| gem 'omniauth-facebook' | |
| gem 'omniauth-google-oauth2' | |
| gem 'omniauth-windowslive' |
| gem 'devise' | |
| gem 'omniauth' | |
| gem 'omniauth-facebook' | |
| gem 'omniauth-google-oauth2' | |
| gem 'omniauth-windowslive' |
| "remap the searching commands to my new function. The function is called first, then immediately calls itself | |
| "after the search is finished. This allows me to get the advantage of incsearch being unimpeded by anything | |
| noremap <space> :call DoSearch('search')<Cr>/ | |
| noremap n :call DoSearch('search')<Cr>n | |
| noremap N :call DoSearch('search')<Cr>N | |
| noremap * :call DoSearch('search')<Cr>* | |
| noremap # :call DoSearch('search')<Cr># | |
| noremap ? :call DoSearch('search')<Cr>? | |
| "DoSearch takes a 'command' that specifies whether it needs to call itself again after exeution |
| FROM boot2docker/boot2docker | |
| RUN apt-get -y install p7zip-full | |
| ENV VBOX_VERSION 4.3.12 | |
| # Build VBox guest additions | |
| RUN mkdir -p /vboxguest && \ | |
| cd /vboxguest && \ | |
| curl -L -o vboxguest.iso http://download.virtualbox.org/virtualbox/${VBOX_VERSION}/VBoxGuestAdditions_${VBOX_VERSION}.iso && \ |
| // Tiny FORTH by T. NAKAGAWA 2004/07/04-10,7/29,8/5-6 | |
| /* | |
| Tiny FORTH | |
| Experimental Forth for Arduino | |
| T. Nakagawa | |
| 2004/07/10 | |
| */ | |
| #include <stdio.h> |
Since Twitter doesn't have an edit button, it's a suitable host for JavaScript modules.
Source tweet: https://twitter.com/rauchg/status/712799807073419264
const leftPad = await requireFromTwitter('712799807073419264');DevOps started out as "Agile Systems Administration". In 2008, at the Agile Conference in Toronto, Andrew Shafer posted an offer to moderate an ad hoc "Birds of a Feather" meeting to discuss the topic of "Agile Infrastructure". Only one person showed up to discuss the topic: Patrick Debois. Their discussions and sharing of ideas with others advanced the concept of "agile systems administration". Debois and Shafer formed an Agile Systems Administrator group on Google, with limited success. Patrick Debois did a presentation called "Infrastructure and Operations" addressing