diff --git a/content/accounts/setting_up_and_using_duo.md b/content/accounts/setting_up_and_using_duo.md index a6a5279da3855b2d832c580536198907010f4333..5d55f46b4753f7d0b54ca75132dfcaf3c7bb9910 100644 --- a/content/accounts/setting_up_and_using_duo.md +++ b/content/accounts/setting_up_and_using_duo.md @@ -156,6 +156,9 @@ entered manually to complete the login. {{< figure src="/images/5832710.jpg" height="200" caption="Photo credit: Yubico" >}} YubiKeys are USB hardware tokens that generate passcodes when pressed. +With HCC clusters, there is no prompt to press on the YubiKey. When the DUO prompt +appears in the terminal, press the YubiKey and it will output a string to the terminal +to authenticate you. They appear as a USB keyboard to the computer they are connected to, and so require no driver software with almost all modern operating systems. YubiKeys are available from the Husker Tech store at UNL. Users may also purchase them directly from diff --git a/content/applications/user_software/using_anaconda_package_manager.md b/content/applications/user_software/using_anaconda_package_manager.md index 0dab02ee3d001f026d7e4d9648c4bcb373d9c8a0..dde5d1786b5760e9980f2939f636ba2690d0b757 100644 --- a/content/applications/user_software/using_anaconda_package_manager.md +++ b/content/applications/user_software/using_anaconda_package_manager.md @@ -272,22 +272,7 @@ Jupyter Notebook. To do so, follow the steps below, replacing 4. Once you have the environment set up, deactivate it: {{< highlight bash >}}conda deactivate{{< /highlight >}} -5. To make your conda environments accessible from the worker nodes, - enter the following commands: - - {{< highlight bash >}} - mkdir -p $WORK/.jupyter - mv ~/.local/share/jupyter/kernels $WORK/.jupyter - ln -s $WORK/.jupyter/kernels ~/.local/share/jupyter/kernels - {{< /highlight >}} - -{{% notice note %}} -**Note**: Step 5 only needs to be done once. Any future created -environments will automatically be accessible from SLURM notebooks -once this is done. -{{% /notice %}} - -6. Login to JupyterHub +5. Login to JupyterHub and create a new notebook using the environment by selecting the correct entry in the `New` dropdown menu in the top right corner. diff --git a/content/submitting_jobs/sandstone.md b/content/submitting_jobs/sandstone.md deleted file mode 100644 index a8b26b65dc081cc8d02d50d51cdaf204c4f6054c..0000000000000000000000000000000000000000 --- a/content/submitting_jobs/sandstone.md +++ /dev/null @@ -1,52 +0,0 @@ -+++ -title = "Sandstone" -description = "How to use HCC's sandstone environment" -weight = "95" -hidden = "true" -+++ - - -### Overview - -The HCC Sandstone environment is a GUI interface to the Crane cluster featuring a file browser, text editor, web terminal and SLURM script helper, - -To login to the Sandstone environment, go to [crane.unl.edu](https://crane.unl.edu) in your web browser and sign in using your HCC Login Info and DUO authentication. - -Upon login, you will land at the File Browser. - - -### File Browser -The file browser allows you to view, access, and transfer files on Crane. On the left side you will have your available spaces, both your home and work directories. In the upper right of the page, you have buttons to upload files, create a file, and create a directory. - -{{< figure src="/images/SandstonefileBrowserOver.png">}} - -Clicking on either box under "My Spaces" will change your current directory to either your home or work directory and display your user/group usage and quotas. You can then navigate directories by clicking through them in a similar manner as you would with Windows or MacOS. - -{{< figure src="/images/SandstonefileOptions.png">}} - -Clicking on a file or directory will bring up some options such as the permissions and actions to do such as editing the file, duplicating or moving it, deleting it, and downloading it. - -### Editor -The editor is a basic text editor that allows you to have multiple files loaded and manipulate the files. A small file explorer is available on the left side to access more files. There are similar actions available for files above the mini file browser. - -{{< figure src="/images/Sandstoneeditor.png">}} - -Like most text editors, basic functions exist to undo and redo changes, find and replace, and most importantly, to save the file. - -{{< figure src="/images/SandstoneedtiorDropDown.png">}} - -### Terminal - -The terminal gives you access to the linux command line on crane, similar to what you would have if you SSH'd directly into Crane. Once the login and quote screen, you can enter commands and interact as you would with a standard terminal. -{{< figure src="/images/SandstoneTerminal.png">}} - -### Slurm Assist - -Slurm assist is a tool to help create and run slurm submit scripts. The first step is to select a base profile from the profile dropdown menu. Options will appear and the directives will automatically appear. The options are editable to better fit to your specific job with more details found in our submitting jobs documentation. After the directives are filled out, you can then add the commands to start your job in the script section. To save the job, select 'save script for later' and save the script in a known location for later. -{{< figure src="/images/SandstoneSASettings.png">}} -From here, you can also schedule the script recently create, by selecting "Schedule Job". A confirmation will appear with the Job ID and then an instruction on how to view the status of your job. -{{< figure src="/images/SandstoneJobConf.png">}} -{{< figure src="/images/SandstoneSAStatus.png">}} -You can view the progress of other jobs from slurm assist by going to the status page. Here you will see the State of the job, its ID, name, group name, runtime, and the start and end times. -{{< figure src="/images/SandstoneSAStatusPage.png">}} -{{< figure src="/images/SandstoneSAStatuses.png">}}