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

From Libopedia
Jump to navigation Jump to search
m
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Step 2. Become the "root" user==
+
<center>
To install all the Dspace dependencies become the [http://ubuntu.sun.ac.za/wiki/index.php/SUDOInfo "root" user] by typing the following in terminal.
+
  '''[[SUNScholar/Prepare Ubuntu/S03|NEXT - STEP 3]]'''
 +
</center>
 +
==Step 2. Review "nano" command line editor instructions==
 +
It is a good idea to learn how to the use <tt>'''nano'''</tt> command line editor.
  
sudo -i
+
The <tt>'''nano'''</tt> command line editor will be used extensively during the following steps.
  
  '''[[SUNScholar/Prepare Ubuntu/S03|Proceed to the next step]]'''
+
Please review the following instructions.
 +
 
 +
{{NANO}}
 +
 
 +
<center>
 +
'''[[SUNScholar/Prepare Ubuntu/S01|PREVIOUS - STEP 1]]'''
 +
</center>
 +
[[Category:Installation]]

Latest revision as of 10:50, 28 May 2016

 NEXT - STEP 3

Step 2. Review "nano" command line editor instructions

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

The nano command line editor will be used extensively during the following steps.

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