Skip to content

Instantly share code, notes, and snippets.

@githubfoam
githubfoam / hpe aruba switch cheat sheet
Last active August 8, 2025 18:58
hpe aruba switch cheat sheet
--------------------------------------------------------------------------------------------------------------------
show <TAB> see parameter list to show command
? list of commands
To re-execute a command,use the redo command
alias <name> <command> #Thealiascommandisexecutedfromthecurrentconfigurationcontext
no alias <name> <command
press [Tab] after typing "t",the available command options that begin with "t"
switch(config)#t
@vasanthk
vasanthk / System Design.md
Last active October 18, 2025 10:20
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?

Git Cheat Sheet

Commands

Getting Started

git init

or