Skip to content

Instantly share code, notes, and snippets.

View MichaelOgunjimi's full-sized avatar

Michael Ogunjimi MichaelOgunjimi

View GitHub Profile
@MichaelOgunjimi
MichaelOgunjimi / ssh.md
Created May 21, 2025 04:01 — 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 [email protected]

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

$ mkdir test

$ cd test