Skip to content

Instantly share code, notes, and snippets.

@MHMDhub
MHMDhub / scp-cheatsheet.md
Created April 23, 2022 11:00 — forked from dehamzah/scp-cheatsheet.md
SCP Cheatsheet

Basic Syntax

$ scp source_file_path destination_file_path

Uploading

Single file

@MHMDhub
MHMDhub / homebrew.sh
Created February 25, 2017 20:06 — forked from geekygecko/homebrew.sh
Homebrew
# Howebrew package manager for OS X is useful for installing unix terminal tools.
# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
# Install wget
brew install wget
brew install openssl
# Update homebrew and all your packages