Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If one wants to use a graphical web browser, such as FireFox, one needs to use the optional argument -X (enables X11 forwarding). The arguments -Y (enables trusted X11 forwarding) and C (Requests compression of all data) can speed up the web browser.

 

Alternatively, you can use text-based web browsers such as "links" or "lynx".

```Example:

ssh

...

-XYC

...

username@login.stud.ntnu.no

...


ssh

...

-XYC

...

computername.phys.ntnu.no

...


#

...

Open

...

browser

...


firefox

...

-no-remote

...

-no-xshm

...

http://bird/ganglia/

...


#

...

links

...

http://bird/ganglia/

...


#

...

lynx

...

http://bird/ganglia/

...