Skip to content

Instantly share code, notes, and snippets.

View yomexzo's full-sized avatar

Yomi Osamiluyi yomexzo

View GitHub Profile
@yomexzo
yomexzo / add-to-cart.png
Last active October 23, 2017 17:50
Cart
add-to-cart.png
@yomexzo
yomexzo / create ssh config.sh
Created March 23, 2016 13:28
Troublshooting tools
#! /usr/bin/env python
import re
from os import path, listdir
from os.path import isfile, join
config_path = path.abspath(path.expanduser('~') + '/.ssh/config')
template = 'Host {}\n\tStrictHostKeyChecking no\n\tHostName {}\n\tUser {}\n\n'
begin = '#WRW HOST VARS - START'
end = '#WRW HOST VARS - END'