Difference between revisions of "User:Cdolivei"

From CDOT Wiki
Jump to: navigation, search
(cvs and ssh tunneling)
 
Line 1: Line 1:
Howto checkout mozilla code over an ssh tunneling (thanks in part to Mark) :
+
=Assignments=
 +
Here is a link to [[assignment_1_(cesar)| assignment 1]]
  
 +
=Trivial stuff=
 +
==Howto checkout mozilla code over an ssh tunneling==
 +
This in thanks in part to Mark.
 +
 +
Open up two terminals. The first one makes a tunnel to matrix.
 
In terminal 1:
 
In terminal 1:
 
  ssh -L 2401:cvs-mirror.mozilla.org:2401 -l cdolivei cdolivei@matrix
 
  ssh -L 2401:cvs-mirror.mozilla.org:2401 -l cdolivei cdolivei@matrix

Revision as of 13:27, 18 September 2006

Assignments

Here is a link to assignment 1

Trivial stuff

Howto checkout mozilla code over an ssh tunneling

This in thanks in part to Mark.

Open up two terminals. The first one makes a tunnel to matrix. In terminal 1:

ssh -L 2401:cvs-mirror.mozilla.org:2401 -l cdolivei cdolivei@matrix

In terminal 2:

cvs -d :pserver:anonymous:anonymous@localhost:/cvsroot co mozilla/client.mk