Skip to content

Instantly share code, notes, and snippets.

View MSeutin's full-sized avatar

Michael Seutin MSeutin

  • my-own
  • SF Bay Area
View GitHub Profile
@MSeutin
MSeutin / iterm2.md
Created December 19, 2023 19:56 — forked from squarism/iterm2.md
An iTerm2 Cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
@MSeutin
MSeutin / 01_ssh.md
Last active September 4, 2023 07:18 — forked from bradtraversy/ssh.md
SSH

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

Mongodb