up73k / my-cheat-sheets

A place to keep my cheat sheets for various Apps, Operating Systems and Languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-cheat-sheets

Code Climate Issue Count License

my-cheat-sheets is a place to keep my cheat sheets for various Apps, Operating Systems and Languages.

GitHub Webpage

CHEAT SHEETS

A lot of these cheat sheets have info I gathered from other sources.

GITHUB WEBPAGE UPDATED USING CONCOURSE

A Concourse Pipeline will automatically update the GitHub WebPage.

IMAGE - my-cheat-sheets concourse ci piepline - IMAGE

A ci/.credentials.yml file needs to be created for your slack_url and repo_github_token.

Use fly to upload the the pipeline file ci/pipline.yml to Concourse:

fly -t ci set-pipeline -p my-cheat-sheets -c ci/pipeline.yml --load-vars-from ci/.credentials.yml

CONCOURSE RESOURCES IN PIPELINE

my-cheat-sheets also contains a few extra concourse resources:

  • A resource (resource-slack-alert) uses a docker image that will notify slack on your progress.
  • A resource (resource-repo-status) use a docker image that will update your git status for that particular commit.

The above resources can be removed from the pipeline.

About

A place to keep my cheat sheets for various Apps, Operating Systems and Languages.

License:MIT License


Languages

Language:Shell 76.8%Language:Batchfile 23.2%