apt-get install nano
.
You must read and understand the HPC Acceptable Use Policy (AUP), located here.
The AUP seeks to ensure that one user may not adversely affect other users. The HPC has two kinds of "nodes", and it is important to understand the difference between them in order to know which operations may be performed on each type of node.
"Login" nodes are shared with all users, so no resource intensive processes may be run on the login nodes. The purpose of a login node is to prepare to run a program (e.g., moving and editing files and compiling).
"Compute" nodes are for actually running the program. Any process that uses a non-trivial amount of compute or memory resources must be run on a compute node.
The following video on the HPC Acceptable Use Policy explains some of the technical details of the AUP including the difference between login nodes and compute nodes, and it discusses some of the actions that violate the AUP.
You can squeak by with the following basic commands along with a simple text editor.
To practice these commands, please see Tutorial One and Tutorial Two for text based tutorials, or see our video for practicing Linux commands.
Use nano for creating text files and editing text. At the command prompt, type
nano [filename]The text editor nano will list the available key commands. Upon using the Exit key commands in nano, it will prompt you to save the file.
If using Linux for more than a few trivial tasks, you should learn vi or emacs.
Here is our list of recommended resources for learning Linux, text editors, and the command line. Expand the box with recommended learning paths to help inform which materials to try next.
/usr/local/apps/samples/guide/weather.R
# Hello