Update 1.2 Connection to Pyrene authored by Odunlami Marc's avatar Odunlami Marc
...@@ -22,9 +22,13 @@ where *username* is your UPPA login. Then enter your UPPA password. ...@@ -22,9 +22,13 @@ where *username* is your UPPA login. Then enter your UPPA password.
# Graphical mode (Windows, Linux, Mac): X2GO # Graphical mode (Windows, Linux, Mac): X2GO
Download the X2GO client on the following page: http://wiki.x2go.org/doku.php/download:start, or install it from the repositories of most Linux distributions: Download the X2GO client on the following page: http://wiki.x2go.org/doku.php/download:start, or install it from the repositories of most Linux distributions:
``` ```
# Fedora # Fedora (with a root account):
yum install x2goclient yum install x2goclient
# Debian/Ubuntu # Fedora (with a sudo user account):
sudo yum install x2goclient
# Debian/Ubuntu (with a root account):
apt-get install x2goclient
# Debian/Ubuntu (with a sudo user account):
apt-get install x2goclient apt-get install x2goclient
``` ```
... ...
......