Skip to content

Instantly share code, notes, and snippets.

View ndabarasaaa's full-sized avatar
💻
Building at MCSTUDIO

Moïse B.Ndabarasa II ndabarasaaa

💻
Building at MCSTUDIO
View GitHub Profile
@bradtraversy
bradtraversy / ssh.md
Last active June 22, 2024 22:22
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