Difference between revisions of "SUNScholar/Prepare Ubuntu/S02"

From Libopedia
Jump to navigation Jump to search
m
m
Line 3: Line 3:
 
</center>
 
</center>
 
==Step 2. Become the "root" user==
 
==Step 2. Become the "root" user==
To install all the DSpace dependencies become the [http://ubuntu.sun.ac.za/wiki/index.php/SUDOInfo "root" user] by typing the following in a terminal.
+
It is a good idea to learn how to the use <tt>nano</tt> command line editor.
  
sudo -i
+
Please review the following instructions.
 +
 
 +
{{NANO}}
  
 
<center>
 
<center>
 
  '''[[SUNScholar/Prepare Ubuntu/S01|PREVIOUS - STEP 1]]'''
 
  '''[[SUNScholar/Prepare Ubuntu/S01|PREVIOUS - STEP 1]]'''
 
</center>
 
</center>

Revision as of 21:53, 15 June 2015

 NEXT - STEP 3

Step 2. Become the "root" user

It is a good idea to learn how to the use nano command line editor.

Please review the following instructions.


NANO Editor Help
CTL+O = Save the file and then press Enter
CTL+X = Exit "nano"
CTL+K = Delete line
CTL+U = Undelete line
CTL+W = Search for %%string%%
CTL+\ = Search for %%string%% and replace with $$string$$
CTL+C = Show line numbers

More info = http://en.wikipedia.org/wiki/Nano_(text_editor)


PREVIOUS - STEP 1