Skip to content

Instantly share code, notes, and snippets.

View citypaul's full-sized avatar

Paul Hammond citypaul

View GitHub Profile
@citypaul
citypaul / install-docker.sh
Created March 14, 2019 20:22 — forked from sethbergman/install-docker.sh
Install Docker CE on Linux Mint 19
#!/usr/bin/env bash
# https://docs.docker.com/install/linux/docker-ce/ubuntu/
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
sudo apt-get update
sudo apt-get install docker-ce
# https://docs.docker.com/compose/install/
this.Then(/^The share tools links should link to the first item in the promo collection$/, function (callback) {
var page,
facebook,
twitter;
this.browser.pause(1500)
.click('.gs-c-share-tools button')
.pause(1500)
.click('.gs-c-share-tools__button-icon--facebook')
.getTabIds(function(err, tabIds) {
@citypaul
citypaul / 0_reuse_code.js
Last active August 29, 2015 14:12
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console