Skip to content

Instantly share code, notes, and snippets.

View amantheroot's full-sized avatar
🖥️
Doing Stuff

Aman Kumar amantheroot

🖥️
Doing Stuff
  • Hyderabad, India
View GitHub Profile
@bradtraversy
bradtraversy / docker-help.md
Last active April 2, 2025 01:53
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@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

@hofmannsven
hofmannsven / README.md
Last active April 1, 2025 06:51
Git CLI Cheatsheet