Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
vlsi:workbook:computing:remote:ssh_firefox [20/07/2015 16:22]
pacher
vlsi:workbook:computing:remote:ssh_firefox [20/07/2015 16:31] (versione attuale)
pacher
Linea 7: Linea 7:
  
    * Introduction    * Introduction
-   ​* ​Configuring Firefox +   ​* ​... 
-   ​* ​Create the ssh tunnel +   ​* ​...
-   * PuTTY configuration+
  
  
Linea 16: Linea 15:
  
  
-===== Introduction ​=====+====== Some links ======
  
-Altri links: 
  
 //​[[http://​th.physik.uni-frankfurt.de/​wiki-it/​index.php?​title=How_to_read_scientific_papers_from_home]]//​ //​[[http://​th.physik.uni-frankfurt.de/​wiki-it/​index.php?​title=How_to_read_scientific_papers_from_home]]//​
Linea 29: Linea 27:
  
  
-===== Configuring Firefox =====+====== Configuring Firefox ​======
  
-Istruzioni valide both for UNIX/LinuxMac and Windows operating systems+**1.** Open a Firefox sessionthen go to 
  
-configure in order to use a proxy on localhost:​8080+**Edit => Preferences => Advanced => Network => Settings**
  
-If you are a CERN users connect to lxplus.cern.ch computing farm  +Use the **Manual Proxy Configuration** and set the following values:
- +
- +
-Dunque, per fare tunneling e aprire Firefox come se fossi al CERN: +
-?500 +
-1) apri Firefox e vai su +
- +
-**Edit => Preferences** then left click on **Advanced** poi  **Network** tab poi su the first **Settings** button  +
-beside Connection entry poi Manual Proxy Configuration ​e settare i valori+
  
  
Linea 55: Linea 45:
 {{:​vlsi:​firefox_ssh2.png?​450}} {{:​vlsi:​firefox_ssh2.png?​450}}
  
-poi **OK** ​**Close**+Left click **OK**, then **Close**.
  
-''​about:​config'' ​nella address ​barr dare Return. A warning message si mostra, + 
-left click on the button to confirm.+**2.** Type ''​about:​config'' ​into the address ​bar press Return. ​
  
  
 {{:​vlsi:​firefox_ssh3.png?​750}} {{:​vlsi:​firefox_ssh3.png?​750}}
 +
  
 Enter **network.proxy** in the Filter bar, then set **network.proxy.socks**,​ Enter **network.proxy** in the Filter bar, then set **network.proxy.socks**,​
Linea 71: Linea 62:
  
  
-4) da bash fai ssh -ND 1080  your_afs_username@lxplus.cern.ch +**3.** Open Linux terminal and open a tunnel to ''​lxplus''​ with
- +
-poi la shell resta in hang; questo punto hai Firefox tunnellato con il +
-CERN ! +
  
 <​code>​ <​code>​
-ssh -ND 1080 username@zoroastro.to.infn.it+ssh -ND 1080  ​your_afs_username@lxplus.cern.ch
 </​code>​ </​code>​
  
-where -D indicated the local port to forward, ​and -N avoid opening a shell. +The shell hangs and now Firefox is tunnelled with CERN.
- +
-If you are a CERN users connect to **lxplus.cern.ch** computing farm  +
- +
-<​code>​ +
-ssh -ND 1080 username@lxplus.cern.ch & +
-</​code>​ +
- +
-La shell rimane in hang oppure posso usare & e lanciare il tutto il background. +
- +
-e Firefox e' aperto come se si fose collegati al CERN+
  
-===== PuTTY configuration =====+====== PuTTY configuration ​======