Skip to content

Instantly share code, notes, and snippets.

@Templarian
Templarian / c2e2-2020.csv
Last active April 17, 2024 18:29
C2E2 Booth List
Booth Exhibitor
100 Tee No Evil
102 Channel Awesome
104 Inland Blue Comics
106 Sire Studios Inc.
107 All Elite Wrestling
108 The Furever Home Friends LLC
110 Overcomer Creations
112 Y Comics
114 Outcast Comics
@bradtraversy
bradtraversy / ssh.md
Last active April 24, 2024 18:07
SSH & DevOps Crash Course Snippets

SSH Cheat Sheet

This sheet goes along with this SSH YouTube tutorial

Login via SSH with password (LOCAL SERVER)

$ ssh brad@192.168.1.29

Create folder, file, install Apache (Just messing around)

$ mkdir test

$ cd test