Skip to content

Instantly share code, notes, and snippets.

View devSahinur's full-sized avatar
:octocat:
Debugging

Sahinur devSahinur

:octocat:
Debugging
View GitHub Profile
@bradtraversy
bradtraversy / ssh.md
Last active March 19, 2025 18:14
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