Skip to content

Instantly share code, notes, and snippets.

View Hemanth759's full-sized avatar
💻

Hemanth Hemanth759

💻
View GitHub Profile
@Hemanth759
Hemanth759 / ssh.md
Created March 4, 2020 13:27 — 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

@Hemanth759
Hemanth759 / git_and_unity.md
Created July 18, 2019 08:18 — forked from Ikalou/git_and_unity.md
Git and Unity

Using Git with Unity

Git logo

Git is a popular free and open source distributed version control system.

I am new to Unity, but as a long time git user, I wanted to use git for my Unity projects. The bottom line is... it doesn't work nearly as well as I would like it to.