GitXplorerGitXplorer
b

diagnostics-cheatsheet

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
5269db803d4e3a1446b74a5cc6a99423e81f2b8e

pages, sides: what do they mean?

committed 11 years ago
Unverified
228343ae5869bc5ce68e469c8d75a0d5defa4833

Add tip about 2upv printing.

committed 11 years ago
Unverified
facaf6fb84d3a094e8b43d4baf6430f7be7f034a

Fix page references.

committed 11 years ago
Unverified
81614b0534e95fa9b8f9b3de7a97c798defc77e1

Add instructions to README.

committed 11 years ago
Unverified
d484077d2e77f05138e06b698d5a33d7610e40c6

Fix typo.

committed 11 years ago
Unverified
c8ab46a0674537d3890f82935f30ccb8f9f8ad55

Use code blocks for commands.

committed 11 years ago

README

The README file for this repository.

A cheatsheet for diagnostic and troubleshooting commands that I made for my developer colleagues at Songkick.

We use Ubuntu, so it's mostly focussed on that.

To generate a printable page I do this:

pandoc -f markdown -o cheatsheet.html cheatsheet.md     # any markdown processor should work
xdg-open cheatsheet.html || open cheatsheet.html        # should work on ubuntu & Mac OS X

I then print it out at two pages per side, which is currently a single side of A4 paper.