An open API service indexing awesome lists of open source software.

https://github.com/afinemax/dev-reference

Reference sheets for common (or uncommon) git, Linux, bash etc commands. Instead of having to remember all the clever solutions just self document them for the future.
https://github.com/afinemax/dev-reference

git notes refernce

Last synced: over 1 year ago
JSON representation

Reference sheets for common (or uncommon) git, Linux, bash etc commands. Instead of having to remember all the clever solutions just self document them for the future.

Awesome Lists containing this project

README

          

# Dev Reference

## Overview
This repository serves as a collection of commonly used Git, Linux, Python, and development tools used in astronomy,Python, linux based development environments. It is designed to provide me with a convenient way to recall solutions and workflows specific to astronomy research and software development, without needing to google or ask chat gpt, ensuring a smoother and more efficient workflow. Think of it as "figure it out once, and write it down — instead of forgetting in a few months.". Not intended as tutorials, you should always make your own reference sheets.

## Contents:
* [Git](https://github.com/afinemax/dev-reference/blob/master/git_commands.md) - Commands and workflow for using git
* [Linux](https://github.com/afinemax/dev-reference/blob/master/linux.md) - Linux essentials, including basic SSH config
* [Juypter over ssh](https://github.com/afinemax/dev-reference/blob/master/jupyter_over_ssh.md) - How to run a jupyter-notebook session over an SSH tunnel
* [Anaconda Environments](https://github.com/afinemax/dev-reference/blob/master/managing_python_conda_envs.md) - How to create, switch, import, export anaconda `python` environments, as well as installing packages.
* [Docker](https://github.com/afinemax/dev-reference/blob/master/docker_basics.md)- How download, and run a docker image, how use a docker compose `.yml` file, and how to start an interactive docker image session