Skip to content

Instantly share code, notes, and snippets.

====================================================================
HOW TO INSTALL FROM CODE/INSTALLING GIT FROM SOURCE:
====================================================================
Step 1 – Prerequsities:
----------------------
$ yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel
$ yum install gcc perl-ExtUtils-MakeMake
Step 2 – Install Git on CentOS:
@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