Changes between Version 1 and Version 2 of Realisations/2006-2007/Projet/PortsFreeBSD
- Timestamp:
- Mar 15, 2007, 2:51:58 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Realisations/2006-2007/Projet/PortsFreeBSD
v1 v2 3 3 Description : 4 4 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.'' 7 6 8 7 tsocks permettra donc de télécharger des packages et librairies pour installer différents programmes sur les pc rack. … … 32 31 ''les espaces des deux cotés du = sont importants ;)'' 33 32 33 34 34 Toujours sur le pc rack, 35 36 35 * copier le fichier hosts.txt depuis le pc de l'as 65003 37 36 … … 40 39 fetch http://10.30.253.1/hosts.txt 41 40 cat host.txt >> /etc/hosts 42 43 41 }}} 44 42 45 43 * se connecter a la gate en ssh 46 47 44 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) 50 46 }}} 51 47 52 53 48 * garder ce terminal ouvert (faire en sorte que la connexion ssh n'expire pas, par exemple : ping localhost) 54 55 49 56 50 == Installation de cvsup == … … 58 52 Description : 59 53 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. 55 CVSup's streaming communication protocol and multithreaded architecture make it most likely the fastest mirroring tool in existence today.'' 63 56 64 57 Cvsup permet donc d'avoir les ports sur le pc rack, pour installer les programmes. … … 67 60 68 61 * installation du package cvsup 69 70 62 71 63 {{{ … … 74 66 }}} 75 67 76 77 68 * éditer le fichier /usr/share/examples/cvsup/port-supfile 78 69 79 80 70 {{{ 81 71 remplacer CHANGE_THIS dans le fichier par cvsup2.fr : … … 88 78 89 79 * copie des ports sur le pc (dure assez longtemps la 1ere fois) 90 91 80 92 81 {{{ … … 94 83 }}} 95 84 96 97 98 85 Voila maintenant vous pouvez installer les ports. 99 100 86 Si vous voulez être sur d'avoir la dernière version du port, exécutez la commande ci dessus avant l'installation. 101 87 … … 112 98 113 99 {{{ 114 115 100 cd /usr/ports/net/tshark 116 101 tsocks make install