Skip to content

Instantly share code, notes, and snippets.

View crossi202's full-sized avatar

Cesare Rossi crossi202

  • CGI Italia S.r.l.
  • Rome
View GitHub Profile
@crossi202
crossi202 / VPN Configuration at Interoute.md
Last active January 24, 2016 10:13
VPN Configuration at Interoute
@crossi202
crossi202 / EC2 Proxy Settings to View Hadoop Websites.md
Last active January 24, 2016 10:14
Configure Proxy Settings to View Hadoop Websites Hosted on a EC2 Hadoop MapReduce Cluster

Configure Proxy Settings to View Hadoop Services Web GUIs Hosted on a EC2 Hadoop MapReduce Cluster

Because of Hadoop usage of internal names to configure the cluster, you will need to perform the following actions:

  • Setup of a SSH tunnel with the Master node,
  • Configure a browser proxy tool (for example FoxyProxy)

After that you will be able to view the Hadoop Services Web GUIs.

Part 1. Setup of a SSH tunnel using dynamic port forwarding

@crossi202
crossi202 / git-flow-svn-cheatsheet.md
Last active March 17, 2020 03:02
CheatSheet for the Git Flow process introduced by Vincent Driessen, using as remote a SVN repository

Git-Flow SVN Cheatsheet

In this cheatsheet, the Git Flow process is followed using the tools:

  • git svn
  • svn
  • git

Prerequisites

@crossi202
crossi202 / git-flow-cheatsheet.md
Last active August 11, 2023 21:01 — forked from kristopherjohnson/git-flow-cheatsheet.md
CheatSheet for the Git Flow process introduced by Vincent Driessen

Git-Flow Cheatsheet

Prerequisites

  • To have a local working copy of a remote git repository.

Initialize the Repository for git-flow:

$ git flow init -d