Site Tools


cluster:getting_started

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cluster:getting_started [2024/11/11 17:38] mcloughlincluster:getting_started [2026/08/24 18:44] (current) mcloughlin
Line 42: Line 42:
 4: The server's current hardware status. This shows the make and model of the current server, and how long it has been active without a restart.  4: The server's current hardware status. This shows the make and model of the current server, and how long it has been active without a restart. 
  
-====Navigator Module====+====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. 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:
 {{:cluster:cluster-dashboard-navigator.png?400|}} {{:cluster:cluster-dashboard-navigator.png?400|}}
  
-1: Navigation buttons (Back / Forward / Up / Refresh)+1: Favorites button (has home by default, but can add other folders once you navigate to them)
  
-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 directory+3: Current directory path. Can click on previous folders to go "up" a directory.
  
-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==== ====Terminal Module====
Line 119: Line 118:
 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 ''cd ~/files/pics/cute_pics/cats'' and I want to change it to just ''cats''. 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 ''cd ~/files/pics/cute_pics/cats'' and I want to change it to just ''cats''.
  
-First, I start editing my bash profile with any [[cluster:text_editing|text editor]]. For example <code>nano ~/.bash_profile</code>+First, I start editing my bash profile with any text editor. For example <code>nano ~/.bash_profile</code>
 Then I go to the space below ''# User specific environment and startup programs'' and type <code>alias cats="cd ~/files/pics/cute_pics/cats"</code> Then I go to the space below ''# User specific environment and startup programs'' and type <code>alias cats="cd ~/files/pics/cute_pics/cats"</code>
 I save the file and refresh the changes by typing <code>source ~/.bash_profile</code> I save the file and refresh the changes by typing <code>source ~/.bash_profile</code>
 Now typing <code>cats</code> sends me directly to the folder I need.  Now typing <code>cats</code> sends me directly to the folder I need. 
cluster/getting_started.1731346730.txt.gz · Last modified: (external edit)