ssh-keygen -f "/home/adam/.ssh/known_hosts" -R "<hostname>"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "8931597768", | |
"type": "PushEvent", | |
"actor": { | |
"id": 21364455, | |
"login": "harps116", | |
"display_login": "harps116", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/harps116", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Add to __tests__/setup/ | |
*/ | |
import { configure } from 'enzyme'; | |
import Adapter from 'enzyme-adapter-react-16'; | |
configure({ adapter: new Adapter() }) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Gulp.js configuration | |
var // modules | |
gulp = require("gulp"), | |
newer = require("gulp-newer"), | |
imagemin = require("gulp-imagemin"), | |
wait = require("gulp-wait"), | |
concat = require("gulp-concat"), | |
deporder = require("gulp-deporder"), | |
uglify = require("gulp-uglify"), | |
scss = require("gulp-sass"), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [{ | |
"name": "Listen for XDebug", | |
"type": "php", | |
"request": "launch", | |
"log": true, | |
"pathMappings": { | |
"<absolute-remote-path>": "<absolute-local-path>" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
routes: | |
collections: | |
/blog/: | |
permalink: /blog/{slug}/ | |
filter: 'tag:blog' | |
template: | |
- index | |
/tutorials/: | |
permalink: /tutorials/{slug}/ | |
filter: 'tag:tutorials' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:latest | |
# Install packages | |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install \ | |
openssh-server \ | |
apt-utils \ | |
python3\ | |
zip \ | |
unzip \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
import os | |
HELP_TEXT = """ | |
Usage: ./create_playbook.py /path/to/playbookname [role1 role2 ...] | |
Creates an empty playbook skeleton, with any roles that are specified. |
These are some notes I took during a talk @ THAT conference.
- Users want reliable software ~ Honda ! Mercedes
- Make customers happy
- Learn the boring skills