Difference between revisions of "User:Cdolivei"
(cvs and ssh tunneling) |
m (→My Contributions) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | =Assignments= | |
+ | Here is a link to [[assignment_1_(cesar)| assignment 1]] | ||
+ | =My Contributions= | ||
+ | [http://zenit.senecac.on.ca/wiki/index.php/Mozilla%40Seneca_Wiki_Administration wiki administration] | ||
+ | |||
+ | [http://zenit.senecac.on.ca/wiki/index.php/Firefox_Performance_Testing_:_A_Python_framework_for_Windows#In-Class_Contributors Firefox Performance Testing : A Python framework for Windows] | ||
+ | |||
+ | [[otts_documentation| BTS630 documentation]] | ||
+ | |||
+ | =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 | ||
Line 6: | Line 19: | ||
In terminal 2: | In terminal 2: | ||
cvs -d :pserver:anonymous:anonymous@localhost:/cvsroot co mozilla/client.mk | cvs -d :pserver:anonymous:anonymous@localhost:/cvsroot co mozilla/client.mk | ||
+ | |||
+ | =Exercises= | ||
+ | [[NSPR | Mozilla Technologies - NSPR]] | ||
+ | |||
+ | =Contact= | ||
+ | my partial email : | ||
+ | cdolivei@learn |
Latest revision as of 15:18, 14 March 2007
Contents
Assignments
Here is a link to assignment 1
My Contributions
Firefox Performance Testing : A Python framework for Windows
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
Exercises
Contact
my partial email : cdolivei@learn