#Getting Started
##Webpage:
<html>
<head>
<title>Testing with Ruby and Selenium WebDriver</title>
</head>
<body bgcolor="antiquewhite">
#Getting Started
##Webpage:
<html>
<head>
<title>Testing with Ruby and Selenium WebDriver</title>
</head>
<body bgcolor="antiquewhite">
I hereby claim:
To claim this, I am signing this object:
brew tap homebrew/dupes | |
brew install apple-gcc42 | |
export CC=/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/gcc-4.2 | |
export CXX=/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/g++-4.2 | |
export CPP=/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/cpp-4.2 | |
brew uninstall v8 | |
gem uninstall libv8 |
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.
Verifying I am +arubinofaux on my passcard. https://onename.com/arubinofaux |
> [email protected] install /Users/arubinofaux/Code/lamassu-machine/node_modules/manatee | |
> node-gyp rebuild | |
CXX(target) Release/obj.target/manatee/src/manatee.o | |
../src/manatee.cc:15:26: error: unknown type name 'Arguments'; did you mean 'v8::internal::Arguments'? | |
Handle<Value> Scan(const Arguments& args) { | |
^~~~~~~~~ | |
v8::internal::Arguments | |
/Users/arubinofaux/.node-gyp/0.12.2/deps/v8/include/v8.h:127:7: note: 'v8::internal::Arguments' declared here | |
class Arguments; |
#!/bin/sh | |
set -e # Stop if things blow up | |
set -x # Warn us if we reference an unbound variable | |
curl -X POST https://api.digitalocean.com/v2/droplets \ | |
-H 'Content-Type: application/json' \ | |
-H "Authorization: Bearer $DIGITALOCEAN_TOKEN" \ | |
-d '{"name":"example.com", "region":"nyc3", "size":"512mb", | |
"image":"9128941", "ssh_keys":[], |
<% flash.each do |type, message| %> | |
<div class="alert <%= bootstrap_class_for(type) %> fade in"> | |
<button class="close" data-dismiss="alert">×</button> | |
<%= message %> | |
</div> | |
<% end %> |
Custom recipe to get OS X 10.10 Yosemite running from scratch, setup applications and developer environment. I use this gist to keep track of the important software and steps required to have a functioning system after a semi-annual fresh install. On average, I reinstall each computer from scratch every 6 months, and I do not perform upgrades between distros.
This keeps the system performing at top speeds, clean of trojans, spyware, and ensures that I maintain good organizational practices for my content and backups. I highly recommend this.
You are encouraged to fork this and modify it to your heart's content to match your own needs.