Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.42 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.42 KB

CCNA 200-301 Notes

Personal notes for learning CCNA topics.

Contents

Network node icons

The following are the icons used in most of the diagrams for this repo:

Icon used in various diagrams and examples

CLI cheat sheet

Cisco IOS CLI cheat sheet

Sources

Contributing

# Clone this repo - https://github.com/laaraujo/ccna-notes
git clone git@github.com:laaraujo/ccna-notes.git

# Install pre-commit - https://pre-commit.com/
pip install pre-commit

# Install markdownlint-cli - https://github.com/igorshubovych/markdownlint-cli
npm install -g markdownlint-cli

# Setup pre-commit hooks
pre-commit install

This repo

laaraujo/ccna-notes