Skip to content

Instantly share code, notes, and snippets.

View aarthykc's full-sized avatar

Aarthy Chandrasekhar aarthykc

View GitHub Profile
@aarthykc
aarthykc / gist:ff2dbac04cd1a57c9480a9ffc53adbfc
Created September 8, 2016 14:00 — forked from jedi4ever/gist:7677d62f1414c28a1a8c
Some notes on travisci remote debugging via ssh or screenshot or remote desktop of Mac VM builds
Some notes on remote debugging mac builds on Travisci. It's hard to tell when something hangs what the cause it. Trial and error via commits is tedious. And on Mac , sometimes it's the gui asking for input. So I worked my around to get the access I needed for faster debugging a build.
#################################################
# Enable remote ssh access to travisci build for debugging
#################################################
# Add a key so we can login to travisci vm
- cat ssh/travisci.pub >> ~/.ssh/authorized_keys
- chmod 600 ssh/travisci
# Install netcat

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@aarthykc
aarthykc / example.md
Created August 8, 2016 07:24 — forked from ericclemmons/example.md
HTML5 <details> in GitHub

Using <details> in GitHub

Suppose you're opening an issue and there's a lot noisey logs that may be useful.

Rather than wrecking readability, wrap it in a <details> tag!

<details>
 <summary>Summary Goes Here</summary>
{
"project": {
"type": "task",
"name": "Turn Lanes",
"description": "Mapping turn lanes from satellite imagery",
"doc_url": "https://github.com/mapbox/mapping/issues/144",
"changeset": {
"source" : " ",
"comment": "Add missing turn lanes from satellite imagery https://github.com/mapbox/mapping/issues/144"
},