cluster:getting_started
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cluster:getting_started [2024/11/11 17:30] – mcloughlin | cluster:getting_started [2024/12/11 19:45] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 42: | Line 42: | ||
4: The server' | 4: The server' | ||
- | ====Navigator | + | ====File Browser |
This module will allow you to securely upload and download files from the cluster. If you are unsure of what the buttons do, you can hover over them to gain a description of their function. | This module will allow you to securely upload and download files from the cluster. If you are unsure of what the buttons do, you can hover over them to gain a description of their function. | ||
Line 48: | Line 48: | ||
{{: | {{: | ||
- | 1: Navigation buttons | + | 1: Favorites button |
- | 2: Address Bar (shows current directory, but you can input whichever directory you wish to go and hit ENTER) | + | 2: Edit path (manually enter folder location) |
- | 3: Search in current | + | 3: Current |
- | 4: File Functions (Create Folder / Create File / Create Symlink / Upload File) | + | 4: Upload File |
5: Folder window. Shows contents of current folder. You can use right click to perform file functions such as downloading and editing | 5: Folder window. Shows contents of current folder. You can use right click to perform file functions such as downloading and editing | ||
Line 60: | Line 60: | ||
6: Properties of currently selected item | 6: Properties of currently selected item | ||
- | 7: Navigator Options (List or Grid view / Show hidden files / Dark or Light mode) | ||
+ | ====Terminal Module==== | ||
+ | This module provides an SSH connection to the current cluster. | ||
+ | {{: | ||
+ | 1: The current user, node, and working directory. | ||
+ | 2: The main terminal window, where you issue commands and read standard output. | ||
+ | 3: Context (Right-click) menu in the terminal window. Allows for copy/paste and shows keyboard command equivalents (NOTE: The browser may need to ask if it can access clipboard content. Allow for this function to work.) | ||
+ | 4: Terminal options (Font size / Background Color) | ||
- | + | === Linux Terminal Commands / Tips === | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | =====Using the Linux Shell===== | + | |
From the Linux prompt you can move your files around, check on your jobs, | From the Linux prompt you can move your files around, check on your jobs, | ||
Line 92: | Line 83: | ||
when you open a Mac terminal). | when you open a Mac terminal). | ||
- | ====ls==== | + | ==ls== |
The '' | The '' | ||
< | < | ||
Line 100: | Line 91: | ||
will list only your .do files in the current directory. | will list only your .do files in the current directory. | ||
- | ====mv==== | + | ==mv== |
The '' | The '' | ||
< | < | ||
- | ====mkdir==== | + | ==mkdir== |
The '' | The '' | ||
< | < | ||
- | ====rm==== | + | ==rm== |
The '' | The '' | ||
< | < | ||
Line 115: | Line 106: | ||
< | < | ||
- | ====rmdir==== | + | ==rmdir== |
The command '' | The command '' | ||
< | < | ||
- | ====man pages==== | + | ==man pages== |
To get help about a command, you can view it's "man page," which describes how the command works. | To get help about a command, you can view it's "man page," which describes how the command works. | ||
< | < | ||
You can move up and down the man page with the arrows. | You can move up and down the man page with the arrows. | ||
- | ====Changing your Password==== | + | ==Creating an alias== |
- | You can change your password by using the command: < | + | |
- | + | ||
- | Next you will be prompted to enter your new password twice. | + | |
- | + | ||
- | =====Creating an alias===== | + | |
Sometimes you use a certain command so many times that you just can't type it anymore. That's where the aliases come helpful. Just as the name suggests, you can tell the cluster to use some new (shorter) command in place of the one you use often. As an example, every time I log in to the cluster, I go to '' | Sometimes you use a certain command so many times that you just can't type it anymore. That's where the aliases come helpful. Just as the name suggests, you can tell the cluster to use some new (shorter) command in place of the one you use often. As an example, every time I log in to the cluster, I go to '' | ||
cluster/getting_started.1731346251.txt.gz · Last modified: 2024/11/11 17:30 (external edit)