Skip to content

Instantly share code, notes, and snippets.

View 0xkhan's full-sized avatar
:octocat:
Embrace the Nerd Life!

0xkhan

:octocat:
Embrace the Nerd Life!
  • Germany
View GitHub Profile
@0xkhan
0xkhan / ssh.md
Created November 11, 2020 10:45 — forked from bradtraversy/ssh.md
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