Skip to content

Instantly share code, notes, and snippets.

@guylepage3
guylepage3 / .gitignore_global
Created November 18, 2022 15:36 — forked from jamesmurdza/.gitignore_global
Global .gitignore Example File
# An example global gitignore file
#
# Place a copy if this at ~/.gitignore_global
# Run `git config --global core.excludesfile ~/.gitignore_global`
# Folder view configuration files
.DS_Store
# Files that might appear on external disks
.Spotlight-V100
@guylepage3
guylepage3 / ssh.md
Last active February 14, 2021 18:38 — 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