Difference between revisions of "SUNScholar/Prepare Ubuntu/S01"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
==Step 1. Login to the remote server== | ==Step 1. Login to the remote server== | ||
<font color="red">'''It is assumed that you have installed the [[SUNScholar/Install_Ubuntu/S03#Install_Software|Ubuntu server with the OpenSSH server software]] and have [[SUNScholar/Install_Ubuntu/S03#DSpace_User|created the default "dspace" user]].'''</font> | <font color="red">'''It is assumed that you have installed the [[SUNScholar/Install_Ubuntu/S03#Install_Software|Ubuntu server with the OpenSSH server software]] and have [[SUNScholar/Install_Ubuntu/S03#DSpace_User|created the default "dspace" user]].'''</font> | ||
| − | ===Login with Microsoft Windows desktop=== | + | ===Option A - Login with Microsoft Windows desktop=== |
Install the following: | Install the following: | ||
*http://www.putty.org | *http://www.putty.org | ||
| Line 14: | Line 14: | ||
{{HOSTNAME}} | {{HOSTNAME}} | ||
| − | ===Login with Ubuntu desktop=== | + | ===Option B - Login with Ubuntu desktop=== |
On your client PC with the [http://www.ubuntu.sun.ac.za/wiki/index.php/Installation Ubuntu desktop installed], open a command line terminal by typing the following: | On your client PC with the [http://www.ubuntu.sun.ac.za/wiki/index.php/Installation Ubuntu desktop installed], open a command line terminal by typing the following: | ||
CTL+ALT+t | CTL+ALT+t | ||
Revision as of 11:41, 16 September 2012
Prepare Ubuntu - Index
Step 1. Login to the remote server
It is assumed that you have installed the Ubuntu server with the OpenSSH server software and have created the default "dspace" user.
Option A - Login with Microsoft Windows desktop
Install the following:
Start PuTTy
Login to your DSpace server as the "dspace" user.
Replace %hostname% with the hostname of your server.
Option B - Login with Ubuntu desktop
On your client PC with the Ubuntu desktop installed, open a command line terminal by typing the following:
CTL+ALT+t
Login to your DSpace server as the "dspace" user by typing as follows in the terminal.
ssh dspace@%hostname%
Replace %hostname% with the hostname of your server.
PREVIOUS
NEXT