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

https://github.com/markhershey/notebook

Personal Coding Notebook / Reference / Documentation
https://github.com/markhershey/notebook

documentation linux notebook

Last synced: about 1 year ago
JSON representation

Personal Coding Notebook / Reference / Documentation

Awesome Lists containing this project

README

          

# notebook

>If you are looking for Python-related stuff, I have moved all of them to [python-learning](https://markhershey.github.io/python-learning/).

## Docs Syntax

- [Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/) `.md`
- More widely used syntax for documentation and web.
- [reStructuredText](https://docutils.sourceforge.io/rst.html) `.rst`
- More flexible for technical documentation.
- [A ReStructuredText Primer](https://github.com/lsegal/atom-rst-preview/blob/master/sample.rst)

## Git & GitHub

Entry Point for beginners:
- [Git - the simple guide](https://rogerdudler.github.io/git-guide/)

These two guides are very detailed and well-written, covering from basic to advanced usage:
- [Git Guides](https://github.com/git-guides) by GitHub
- [Git Tutorials](https://www.atlassian.com/git/tutorials/setting-up-a-repository) by Bitbucket

My Git Guide:
- [Guide - Git](General/git_guide.md) by @MarkHershey

## General

- [Guide - SSH](General/ssh.md)
- [Ref - Docker](General/docker.md)
- [TODO - Docker 2](General/docker-2.md)
- [TODO - VIM](General/vim-ref.md)
- [TODO - SSH Tunnel](General/ssh.md)

## Linux

- [Ref - Common Linux Commands](Linux/linux-commands.md)
- [Ref - Popular Linux Distros](Linux/linux-distros.md)
- [Ref - Softwares on Linux](Linux/linux-installation-list.md)

## SUTD

- [SUTD Bookmarks](SUTD/sutd_bookmarks.md)
- [Setup Wired Internet on Linux](SUTD/setup-wired-internet-on-linux.md)

## License

[MIT License](LICENSE)