Changes between Version 1 and Version 2 of Realisations/2006-2007/Projet/PortsFreeBSD


Ignore:
Timestamp:
Mar 15, 2007, 2:51:58 PM (18 years ago)
Author:
guerin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Realisations/2006-2007/Projet/PortsFreeBSD

    v1 v2  
    33Description :
    44
    5 '' tsocks provides transparent network access through a SOCKS version 4 or 5 proxy (usually on a firewall).
    6  tsocks intercepts the calls applications make to establish TCP connections and transparently proxies them as necessary.''
     5'' tsocks provides transparent network access through a SOCKS version 4 or 5 proxy (usually on a firewall). tsocks intercepts the calls applications make to establish TCP connections and transparently proxies them as necessary.''
    76
    87tsocks permettra donc de télécharger des packages et librairies pour installer différents programmes sur les pc rack.
     
    3231    ''les espaces des deux cotés du = sont importants ;)''
    3332
     33
    3434Toujours sur le pc rack,
    35 
    3635  * copier le fichier hosts.txt depuis le pc de l'as 65003
    3736   
     
    4039fetch http://10.30.253.1/hosts.txt
    4140    cat host.txt >> /etc/hosts
    42 
    4341}}}
    4442
    4543  * se connecter a la gate en ssh
    46 
    4744   
    48 {{{
    49 ssh -D1080 login@IpInterfaceASGate  (ex: guerin@10.20.20.6 pour l'as 65002)
     45{{{ssh -D1080 login@IpInterfaceASGate  (ex: guerin@10.20.20.6 pour l'as 65002)
    5046}}}
    5147
    52 
    5348  * garder ce terminal ouvert (faire en sorte que la connexion ssh n'expire pas, par exemple : ping localhost)
    54 
    5549
    5650== Installation de cvsup ==
     
    5852Description :
    5953
    60 '' CVSup is a software package for distributing and updating collections of files across a network.
    61  It can efficiently and accurately mirror all types of files, including sources, binaries, hard links, symbolic links, and even device nodes.
    62     CVSup's streaming communication protocol and multithreaded architecture make it most likely the fastest mirroring tool in existence today.''
     54'' CVSup is a software package for distributing and updating collections of files across a network. It can efficiently and accurately mirror all types of files, including sources, binaries, hard links, symbolic links, and even device nodes.
     55CVSup's streaming communication protocol and multithreaded architecture make it most likely the fastest mirroring tool in existence today.''
    6356
    6457Cvsup permet donc d'avoir les ports sur le pc rack, pour installer les programmes.
     
    6760
    6861  * installation du package cvsup
    69 
    7062   
    7163{{{
     
    7466}}}
    7567
    76 
    7768  * éditer le fichier /usr/share/examples/cvsup/port-supfile
    7869 
    79    
    8070{{{
    8171remplacer CHANGE_THIS dans le fichier par cvsup2.fr :
     
    8878
    8979  * copie des ports sur le pc (dure assez longtemps la 1ere fois)
    90 
    9180   
    9281{{{
     
    9483}}}
    9584
    96 
    97 
    9885Voila maintenant vous pouvez installer les ports.
    99 
    10086Si vous voulez être sur d'avoir la dernière version du port, exécutez la commande ci dessus avant l'installation.
    10187
     
    11298
    11399{{{
    114 
    115100    cd /usr/ports/net/tshark
    116101    tsocks make install