Skip to content

Instantly share code, notes, and snippets.

View etwinomujuni's full-sized avatar

EVARIST TWINOMUJUNI etwinomujuni

View GitHub Profile
@etwinomujuni
etwinomujuni / ssh.md
Created January 10, 2022 04:57 — 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