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 [2021/05/03 04:24] – abraslav | cluster:getting_started [2024/12/11 19:45] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======Getting Started with Linux====== | + | ======Getting Started with the Cluster====== |
+ | =====Cluster Login====== | ||
+ | ====Connecting via Browser==== | ||
- | =====Using the Linux Shell===== | + | The cluster has recently been refreshed to Rocky Linux 9 (Enterprise Linux 9) and you can now fully access the nodes from your web browser. To do so: |
+ | |||
+ | Connect to the university VPN. | ||
+ | |||
+ | Once connected, go to one of the following addresses in your browser: | ||
+ | |||
+ | ^Address ^ | ||
+ | | https:// | ||
+ | | https:// | ||
+ | | https:// | ||
+ | | https:// | ||
+ | | https:// | ||
+ | | https:// | ||
+ | | https:// | ||
+ | |||
+ | You will be greeted with a login screen. Please use your UMD username and password (the same you would use with CAS) to log in to the server. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | If successful, you will now be at the cluster node's dashboard. | ||
+ | |||
+ | =====The Dashboard===== | ||
+ | |||
+ | The dashboard is a web-based interface that will allow you to do most anything you'll need to do with the node. | ||
+ | |||
+ | ====Overview Module==== | ||
+ | |||
+ | You'll typically start at the overview module, which will give you the following: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | 1: The navigation pane. This will allow you to move between different modules of the dashboard. You'll primarily use Overview, Navigator, and Terminal. The pane you select will be shown on the right side of the screen. This bar will persist between modules. | ||
+ | |||
+ | 2: The server' | ||
+ | |||
+ | 3: The server' | ||
+ | |||
+ | 4: The server' | ||
+ | |||
+ | ====File Browser Module==== | ||
+ | |||
+ | 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. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | 1: Favorites button (has home by default, but can add other folders once you navigate to them) | ||
+ | |||
+ | 2: Edit path (manually enter folder location) | ||
+ | |||
+ | 3: Current directory path. Can click on previous folders to go " | ||
+ | |||
+ | 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 | ||
+ | |||
+ | 6: Properties of currently selected item | ||
+ | |||
+ | |||
+ | ====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 === | ||
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 9: | Line 83: | ||
when you open a Mac terminal). | when you open a Mac terminal). | ||
- | ====ls==== | + | ==ls== |
The '' | The '' | ||
< | < | ||
Line 17: | 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 32: | 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 '' | ||
- | First, I start editing my bash profile with any [[cluster: | + | First, I start editing my bash profile with any [[cluster: |
Then I go to the space below ''# | Then I go to the space below ''# | ||
I save the file and refresh the changes by typing < | I save the file and refresh the changes by typing < | ||
Now typing < | Now typing < | ||
- | |||
- | [[cluster: |
cluster/getting_started.1620015849.txt.gz · Last modified: 2021/05/03 04:24 (external edit)