Skip to content

Instantly share code, notes, and snippets.

View angelikatyborska's full-sized avatar

Angelika Tyborska angelikatyborska

View GitHub Profile

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@angelikatyborska
angelikatyborska / GitCommitEmoji.md
Created June 22, 2018 14:04 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@angelikatyborska
angelikatyborska / _Netstat.md
Created April 27, 2018 07:08
List the number of open HTTP connections per IP in Linux

List the number of open HTTP connections per IP in Linux

This was useful when fighting a DDoS attack on one of our web servers.

Credit for it goes to our server provider, Memset, who helped us to stop the attack.