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
- Host: GitHub
- URL: https://github.com/markhershey/notebook
- Owner: MarkHershey
- License: mit
- Created: 2020-05-10T12:34:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T12:50:56.000Z (over 5 years ago)
- Last Synced: 2025-02-14T15:48:07.225Z (over 1 year ago)
- Topics: documentation, linux, notebook
- Homepage: https://markhershey.github.io/notebook
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)