diff --git a/content/_index.md b/content/_index.md index 4d3769b30de6b57b21e6db2c293db157a6834c80..1aecf87add187e4151bd4d7a49b9238189d808ef 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,3 +1,9 @@ ++++ +title = "HCC Documentation" +description = "HCC Documentation Home" +weight = "1" ++++ + HCC Documentation ============================ @@ -13,7 +19,7 @@ existing resource, acquiring 'priority access'. Finally, several machines are available via Condor for opportunistic use. This will allow users almost immediate access, but the job is subject to preemption. -#### <a href="http://hcc.unl.edu/new-user-request" class="external-link">New Users Sign Up</a> +#### [New Users Sign Up](http://hcc.unl.edu/new-user-request) #### [Quick Start Guides](/quickstarts) @@ -31,12 +37,6 @@ campus users. It has 4 CPU/ 64 cores and 256GB RAM per nodes. Two nodes have 512GB RAM for very large memory jobs. So for jobs requiring more than 16 cores per node or large memory, Tusker would be a better option. -**Sandhills**: Sandhills is a condominium-style cluster, and the -majority is owned by various research groups on campus. Jobs from -resource owners have first priority in their owned partitions. Users -that do not own resources (Guests) can do opportunistic computation, but -we would recommend using Crane or Tusker. - User Login ---------- @@ -79,27 +79,19 @@ $ cd $WORK Resources --------- -- <span style="color: rgb(0,0,0);">Crane</span> - HCC's newest - machine, Crane has 7232 Intel Xeon cores in 452 nodes with 64GB RAM - per node. +- ##### Crane - HCC's newest machine, Crane has 7232 Intel Xeon cores in 452 nodes with 64GB RAM per node. -- Tusker - consists of 106 AMD Interlagos-based nodes (6784 cores) - interconnected with Mellanox QDR Infiniband. +- ##### Tusker - consists of 106 AMD Interlagos-based nodes (6784 cores) interconnected with Mellanox QDR Infiniband. -- Sandhills - has 1440 AMD cores housed in 42 nodes with 128GB per - node and 2 nodes with 256GB per node. +- ##### [Red](http://hcc.unl.edu/red/index.php) - This cluster is the resource for UNL's US CMS Tier-2 site. -- <a href="http://hcc.unl.edu/red/index.php" class="external-link">Red </a>- - This cluster is the resource for UNL's US CMS Tier-2 site. + - [CMS](http://www.uscms.org/) + - [Open Science Grid](http://www.opensciencegrid.org) + - [MyOSG](https://myosg.grid.iu.edu/) - - <a href="http://www.uscms.org/" class="external-link">CMS</a> - - <a href="http://www.opensciencegrid.org/" class="external-link">Open Science Grid</a> - - <a href="https://myosg.grid.iu.edu/" class="external-link">MyOSG</a> +- ##### Anvil - HCC's cloud computing cluster based on Openstack -- [Glidein](The-Open-Science-Grid_11635314.html) - A gateway to - running jobs on the OSG, a collection of computing resources across - the US. -- Anvil - HCC's cloud computing cluster based on Openstack +- ##### [Glidein](The-Open-Science-Grid_11635314.html) - A gateway to running jobs on the OSG, a collection of computing resources across the US. Resource Capabilities --------------------- diff --git a/content/quickstarts/bash_commands.md b/content/quickstarts/basic_linux_commands.md similarity index 83% rename from content/quickstarts/bash_commands.md rename to content/quickstarts/basic_linux_commands.md index a7a1837e41712426c2189cbbae086490b4893473..d23d8e2125e9898d32a4bb3e85686366ffb0f1ea 100644 --- a/content/quickstarts/bash_commands.md +++ b/content/quickstarts/basic_linux_commands.md @@ -1,15 +1,13 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Quick Start Guides](Quick-Start-Guides_1245279.html) ++++ +title = "Basic Linux commands" +description = "Simple commands you'll want to know" +weight = "32" ++++ -<span id="title-text"> HCC-DOCS : Bash Commands </span> -======================================================= +Basic commands +-------------- -Created by <span class="author"> Carrie Brown</span>, last modified on -Oct 26, 2017 - -[Video Tutorial](#BashCommands-video) +###### [[Jump to the Video Tutorial]](#tutorial-video) Holland clusters all run on the Linux operating system, similarly to how your personal computer might run Windows or Mac OS. However, unlike @@ -26,12 +24,12 @@ versatility and performance.** Below, we have compiled a list of common commands and usage examples. For a more information, check out one of these references: -- <a href="https://eharstad.github.io/shell-novice/" class="external-link">Software Carpentry's "Introduction to the Bash Shell" Lesson</a> - - a great walkthrough of the basics of Bash designed for novice users -- <a href="http://www.comptechdoc.org/os/linux/usersguide/" class="external-link">Linux Users Guide</a> - - detailed information about the Linux command line and how to utilize - it -- <a href="https://www.cheatography.com/davechild/cheat-sheets/linux-command-line/" class="external-link">Linux Command Line Cheat Sheet</a> - +- [Software Carpentry’s "Introduction to the Bash Shell" Lesson](https://eharstad.github.io/shell-novice) - + a great walkthrough of the basics of Bash designed for novice users +- [Linux Users Guide](http://www.comptechdoc.org/os/linux/usersguide) - + detailed information about the Linux command line and how to utilize + it +- [Linux Command Line Cheat Sheet](https://www.cheatography.com/davechild/cheat-sheets/linux-command-line) - a quick reference for Linux commands. Offers a PDF version that you can print out. @@ -210,8 +208,7 @@ cd $HOME (or $WORK) </tbody> </table> -<span id="BashCommands-video" class="confluence-anchor-link"></span> - -Document generated by Confluence on Oct 24, 2018 14:47 +Tutorial Video +-------------- -[Atlassian](http://www.atlassian.com/) +{{< youtube B0VdKiHNjU4 >}} diff --git a/content/quickstarts/for_maclinux_users.md b/content/quickstarts/for_maclinux_users.md index b736c246ef33a6a01510de0270c0c4c31d6ddb00..d682d52cd6d83d38123e0f19a9846763fc5e3cb2 100644 --- a/content/quickstarts/for_maclinux_users.md +++ b/content/quickstarts/for_maclinux_users.md @@ -1,7 +1,7 @@ +++ title = "For Mac/Linux Users" description = "Quickstart Guide for Mac/Linux Users" -weight = "30" +weight = "22" +++ ##### Use of Duo two-factor authentication is **required** to access HCC resources. @@ -16,7 +16,7 @@ with the HCC supercomputers. If you are running Windows, please use the quickstart [For Windows Users]({{< relref "for_windows_users" >}}). -Accessing to HCC Supercomputers +Access to HCC Supercomputers ------------------------------- For Mac/Linux users, use the system program Terminal to assess to the diff --git a/content/quickstarts/fortran_c_on_hcc.md b/content/quickstarts/fortran_c_on_hcc.md new file mode 100644 index 0000000000000000000000000000000000000000..d281768202c72ee9fad5fb30a1fa2180bb6fd44e --- /dev/null +++ b/content/quickstarts/fortran_c_on_hcc.md @@ -0,0 +1,219 @@ ++++ +title = "Fortran/C on HCC" +description = "How to compile and run Fortran/C program on HCC machines" +weight = "50" ++++ + +This quick start demonstrates how to implement a Fortran/C program on +HCC supercomputers. The sample codes and submit scripts can be +downloaded from [serial_dir.zip](/attachments/serial_dir.zip). + +#### Login to a HCC Cluster (Tusker or Crane) + +Log in to a HCC cluster through PuTTY ([For Windows Users]({{< relref "/quickstarts/for_windows_users">}})) or Terminal ([For Mac/Linux +Users]({{< relref "/quickstarts/for_maclinux_users">}})) and make a subdirectory called `serial_dir` under the `$WORK` directory. + +{{< highlight bash >}} +$ cd $WORK +$ mkdir serial_dir +{{< /highlight >}} + +In the subdirectory `serial_dir`, save all the relevant Fortran/C codes. Here we include two demo +programs, `demo_f_serial.f90` and `demo_c_serial.c`, that compute the sum from 1 to 20. + +{{%expand "demo_f_serial.f90" %}} +{{< highlight bash >}} +Program demo_f_serial + implicit none + integer, parameter :: N = 20 + real*8 w + integer i + common/sol/ x + real*8 x + real*8, dimension(N) :: y + do i = 1,N + w = i*1d0 + call proc(w) + y(i) = x + write(6,*) 'i,x = ', i, y(i) + enddo + write(6,*) 'sum(y) =',sum(y) +Stop +End Program +Subroutine proc(w) + real*8, intent(in) :: w + common/sol/ x + real*8 x + x = w +Return +End Subroutine +{{< /highlight >}} +{{% /expand %}} + + +{{%expand "demo_c_serial.c" %}} +{{< highlight c >}} +//demo_c_serial +#include <stdio.h> + +double proc(double w){ + double x; + x = w; + return x; +} + +int main(int argc, char* argv[]){ + int N=20; + double w; + int i; + double x; + double y[N]; + double sum; + for (i = 1; i <= N; i++){ + w = i*1e0; + x = proc(w); + y[i-1] = x; + printf("i,x= %d %lf\n", i, y[i-1]) ; + } + + sum = 0e0; + for (i = 1; i<= N; i++){ + sum = sum + y[i-1]; + } + + printf("sum(y)= %lf\n", sum); + +return 0; +} +{{< /highlight >}} +{{% /expand %}} + +--- + +#### Compiling the Code + +The compiling of a Fortran/C++ code to executable is usually done behind +the scene in a Graphical User Interface (GUI) environment, such as +Microsoft Visual Studio. In a HCC cluster, the compiling is done +explicitly by first loading a choice compiler and then executing the +corresponding compiling command. Here we will use the GNU Complier +Collection, `gcc`, for demonstration. Other available compilers such as +`intel` or `pgi` can be looked up using the command +line `module avail`. Before compiling the code, make sure there is no +dependency on any numerical library in the code. If invoking a numerical +library is necessary, contact a HCC specialist +({{< icon name="envelope" >}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu)) to +discuss implementation options. + +{{< highlight bash >}} +$ module load compiler/gcc/8.2 +$ gfortran demo_f_serial.f90 -o demo_f_serial.x +$ gcc demo_c_serial.c -o demo_c_serial.x +{{< /highlight >}} + +The above commends load the `gcc` complier and use the compiling +commands `gfortran` or `gcc` to compile the codes to`.x` files +(executables). + +#### Creating a Submit Script + +Create a submit script to request one core (default) and 1-min run time +on the supercomputer. The name of the main program enters at the last +line. + +{{% panel header="`submit_f.serial`"%}} +{{< highlight bash >}} +#!/bin/sh +#SBATCH --mem-per-cpu=1024 +#SBATCH --time=00:01:00 +#SBATCH --job-name=Fortran +#SBATCH --error=Fortran.%J.err +#SBATCH --output=Fortran.%J.out + +module load compiler/gcc/4.9 +./demo_f_serial.x +{{< /highlight >}} +{{% /panel %}} + +{{% panel header="`submit_c.serial`"%}} +{{< highlight bash >}} +#!/bin/sh +#SBATCH --mem-per-cpu=1024 +#SBATCH --time=00:01:00 +#SBATCH --job-name=C +#SBATCH --error=C.%J.err +#SBATCH --output=C.%J.out + +module load compiler/gcc/4.9 +./demo_c_serial.x +{{< /highlight >}} +{{% /panel %}} + +#### Submit the Job + +The job can be submitted through the command `sbatch`. The job status +can be monitored by entering `squeue` with the `-u` option. + +{{< highlight bash >}} +$ sbatch submit_f.serial +$ sbatch submit_c.serial +$ squeue -u <username> +{{< /highlight >}} + +Replace `<username>` with your HCC username. + +#### Sample Output + +The sum from 1 to 20 is computed and printed to the `.out` file (see +below). +{{%expand "Fortran.out" %}} +{{< highlight batchfile>}} + i,x = 1 1.0000000000000000 + i,x = 2 2.0000000000000000 + i,x = 3 3.0000000000000000 + i,x = 4 4.0000000000000000 + i,x = 5 5.0000000000000000 + i,x = 6 6.0000000000000000 + i,x = 7 7.0000000000000000 + i,x = 8 8.0000000000000000 + i,x = 9 9.0000000000000000 + i,x = 10 10.000000000000000 + i,x = 11 11.000000000000000 + i,x = 12 12.000000000000000 + i,x = 13 13.000000000000000 + i,x = 14 14.000000000000000 + i,x = 15 15.000000000000000 + i,x = 16 16.000000000000000 + i,x = 17 17.000000000000000 + i,x = 18 18.000000000000000 + i,x = 19 19.000000000000000 + i,x = 20 20.000000000000000 + sum(y) = 210.00000000000000 +{{< /highlight >}} +{{% /expand %}} + +{{%expand "C.out" %}} +{{< highlight batchfile>}} +i,x= 1 1.000000 +i,x= 2 2.000000 +i,x= 3 3.000000 +i,x= 4 4.000000 +i,x= 5 5.000000 +i,x= 6 6.000000 +i,x= 7 7.000000 +i,x= 8 8.000000 +i,x= 9 9.000000 +i,x= 10 10.000000 +i,x= 11 11.000000 +i,x= 12 12.000000 +i,x= 13 13.000000 +i,x= 14 14.000000 +i,x= 15 15.000000 +i,x= 16 16.000000 +i,x= 17 17.000000 +i,x= 18 18.000000 +i,x= 19 19.000000 +i,x= 20 20.000000 +sum(y)= 210.000000 +{{< /highlight >}} +{{% /expand %}} diff --git a/content/quickstarts/fortranc_on_hcc.md b/content/quickstarts/fortranc_on_hcc.md deleted file mode 100644 index 678af560d8a990e7914279c069f7e6b3bc26e936..0000000000000000000000000000000000000000 --- a/content/quickstarts/fortranc_on_hcc.md +++ /dev/null @@ -1,1559 +0,0 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Quick Start Guides](Quick-Start-Guides_1245279.html) - -<span id="title-text"> HCC-DOCS : Fortran/C on HCC </span> -========================================================== - -Created by <span class="author"> Huang Cheng-Wei</span>, last modified -by <span class="editor"> Jingchao Zhang</span> on Dec 08, 2016 - -This quick start demonstrates how to implement a Fortran/C program on -HCC supercomputers. The sample codes and submit scripts can be -downloaded from -<[serial\_dir.zip](attachments/2851390/3178548.zip)>. - -Login to a HCC Cluster (Tusker or Sandhills) ---------------------------------------------- - -Log in to a HCC cluster through PuTTY ([For Windows -Users](For-Windows-Users_2851288.html)) or Terminal ([For Mac/Linux -Users](2851290.html)) and make a subdirectory called serial\_dir under -the `$WORK` directory. - -``` syntaxhighlighter-pre -$ cd $WORK -$ mkdir serial_dir -``` - -In the subdirectory `serial_dir`, save all the relevant Fortran/C codes. -Here we include two demo -programs, `demo_f_serial.f90` and `demo_c_serial.c`, that compute the -sum from 1 to 20. - -**demo\_f\_serial.f90** <span class="collapse-source expand-control" -style="display:none;"><span -class="expand-control-icon icon"> </span><span -class="expand-control-text">Expand source</span></span> <span -class="collapse-spinner-wrapper"></span> - -``` syntaxhighlighter-pre -Program demo_f_serial - implicit none - integer, parameter :: N = 20 - real*8 w - integer i - common/sol/ x - real*8 x - real*8, dimension(N) :: y - - do i = 1,N - w = i*1d0 - call proc(w) - y(i) = x - write(6,*) 'i,x = ', i, y(i) - enddo - write(6,*) 'sum(y) =',sum(y) -Stop -End Program -Subroutine proc(w) - real*8, intent(in) :: w - common/sol/ x - real*8 x - - x = w - -Return -End Subroutine -``` - -**demo\_c\_serial.c** <span class="collapse-source expand-control" -style="display:none;"><span -class="expand-control-icon icon"> </span><span -class="expand-control-text">Expand source</span></span> <span -class="collapse-spinner-wrapper"></span> - -``` syntaxhighlighter-pre -//demo_c_serial -#include <stdio.h> - -double proc(double w){ - double x; - x = w; - return x; -} - -int main(int argc, char* argv[]){ - int N=20; - double w; - int i; - double x; - double y[N]; - double sum; - for (i = 1; i <= N; i++){ - w = i*1e0; - x = proc(w); - y[i-1] = x; - printf("i,x= %d %lf\n", i, y[i-1]) ; - } - - sum = 0e0; - for (i = 1; i<= N; i++){ - sum = sum + y[i-1]; - } - - printf("sum(y)= %lf\n", sum); - -return 0; -} -``` - -Compiling the Code ------------------- - -The compiling of a Fortran/C++ code to executable is usually done behind -the scene in a Graphical User Interface (GUI) environment, such as -Microsoft Visual Studio. In a HCC cluster, the compiling is done -explicitly by first loading a choice compiler and then executing the -corresponding compiling command. Here we will use the GNU Complier -Collection, `gcc`, for demonstration. Other available compilers such as -`intel` or `pgi` can be looked up using the command -line `module avail`. <span -style="font-size: 14.0px;line-height: 1.4285715;">Before compiling the -code, make sure there is no dependency on any numerical library in the -code. If invoking a numerical library is necessary, contact a HCC -specialist -(<a href="mailto:hcc-support@unl.edu" class="external-link">hcc-support@unl.edu</a>) to -discuss implementation options. </span> - -| | -|--------------------------------| -| $ module load compiler/gcc/8.2 | - -$ gfortran demo\_f\_serial.f90 -o demo\_f\_serial.x -$ gcc demo\_c\_serial.c -o demo\_c\_serial.x - -The above commends load the `gcc` complier and use the compiling -commands `gfortran` or `gcc` to compile the codes to`.x` files -(executables). - -Creating a Submit Script ------------------------- - -Create a submit script to request one core (default) and 1-min run time -on the supercomputer. The name of the main program enters at the last -line. - -**submit\_f.serial** - -``` syntaxhighlighter-pre -#!/bin/sh -#SBATCH --mem-per-cpu=1024 -#SBATCH --time=00:01:00 -#SBATCH --job-name=Fortran -#SBATCH --error=Fortran.%J.err -#SBATCH --output=Fortran.%J.out - -module load compiler/gcc/4.9 -./demo_f_serial.x -``` - -**submit\_c.serial** - -``` syntaxhighlighter-pre -#!/bin/sh -#SBATCH --mem-per-cpu=1024 -#SBATCH --time=00:01:00 -#SBATCH --job-name=C -#SBATCH --error=C.%J.err -#SBATCH --output=C.%J.out - -module load compiler/gcc/4.9 -./demo_c_serial.x -``` - -Submit the Job --------------- - -The job can be submitted through the command `sbatch`. The job status -can be monitored by entering `squeue` with the `-u` option. - -``` syntaxhighlighter-pre -$ sbatch submit_f.serial -$ sbatch submit_c.serial -$ squeue -u <username> -``` - -Sample Output -------------- - -The sum from 1 to 20 is computed and printed to the `.out` file (see -below). - -**Fortran.out** <span class="collapse-source expand-control" -style="display:none;"><span -class="expand-control-icon icon"> </span><span -class="expand-control-text">Expand source</span></span> <span -class="collapse-spinner-wrapper"></span> - -``` syntaxhighlighter-pre - i,x = 1 1.0000000000000000 - i,x = 2 2.0000000000000000 - i,x = 3 3.0000000000000000 - i,x = 4 4.0000000000000000 - i,x = 5 5.0000000000000000 - i,x = 6 6.0000000000000000 - i,x = 7 7.0000000000000000 - i,x = 8 8.0000000000000000 - i,x = 9 9.0000000000000000 - i,x = 10 10.000000000000000 - i,x = 11 11.000000000000000 - i,x = 12 12.000000000000000 - i,x = 13 13.000000000000000 - i,x = 14 14.000000000000000 - i,x = 15 15.000000000000000 - i,x = 16 16.000000000000000 - i,x = 17 17.000000000000000 - i,x = 18 18.000000000000000 - i,x = 19 19.000000000000000 - i,x = 20 20.000000000000000 - sum(y) = 210.00000000000000 -``` - -**C.out** <span class="collapse-source expand-control" -style="display:none;"><span -class="expand-control-icon icon"> </span><span -class="expand-control-text">Expand source</span></span> <span -class="collapse-spinner-wrapper"></span> - -``` syntaxhighlighter-pre -i,x= 1 1.000000 -i,x= 2 2.000000 -i,x= 3 3.000000 -i,x= 4 4.000000 -i,x= 5 5.000000 -i,x= 6 6.000000 -i,x= 7 7.000000 -i,x= 8 8.000000 -i,x= 9 9.000000 -i,x= 10 10.000000 -i,x= 11 11.000000 -i,x= 12 12.000000 -i,x= 13 13.000000 -i,x= 14 14.000000 -i,x= 15 15.000000 -i,x= 16 16.000000 -i,x= 17 17.000000 -i,x= 18 18.000000 -i,x= 19 19.000000 -i,x= 20 20.000000 -sum(y)= 210.000000 -``` - - - - - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[serial\_dir.zip](attachments/2851390/3178549.zip) (application/zip) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[serial\_dir.zip](attachments/2851390/3178550.zip) (application/zip) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[serial\_dir.zip](attachments/2851390/3178551.zip) (application/zip) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[serial\_dir.zip](attachments/2851390/3178552.zip) (application/zip) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[serial\_dir.zip](attachments/2851390/3178554.zip) (application/zip) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[serial\_dir.zip](attachments/2851390/3178556.zip) (application/zip) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[serial\_dir.zip](attachments/2851390/3178548.zip) (application/zip) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8127337.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8127407.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8127662.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[cb\_fortran\_qsg.xsl](attachments/2851390/8127415.xsl) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8127738.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8945692.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8945726.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8945785.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8945820.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8945854.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8945888.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8945940.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8946010.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/9863196.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/9863230.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/9863282.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/9863357.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/9863413.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/9863450.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/9863549.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/9863651.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/9863708.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/9863792.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/9863844.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/9863905.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/10387506.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/10944555.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/10944595.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11632793.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11632881.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11632931.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633006.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633083.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633153.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633232.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633283.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633373.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633436.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633476.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633550.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633635.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633676.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633723.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633763.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633866.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633930.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11633970.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634018.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634060.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634100.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634149.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634197.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634291.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634425.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634528.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634591.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634669.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634719.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634917.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11634998.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11635121.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11635226.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11635410.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11635676.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11635770.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11635818.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11635860.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11635902.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11635944.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11636031.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11636134.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11636186.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11636297.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11636353.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11636440.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11636546.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11636592.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11636660.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11636803.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11636884.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11636928.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11637102.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11637171.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11637625.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11637669.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11637909.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11638000.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11638075.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11638145.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/11638188.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/12550231.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/12550279.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/12550329.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13041740.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13041828.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13041900.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13041962.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13042118.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13042242.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13042291.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13042334.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13042437.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13042507.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13042604.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13042650.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13598774.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13598996.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13599351.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13599407.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13599450.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/13599510.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/14057612.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/14057655.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/14057733.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/14057835.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/14057922.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/14417970.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/14418216.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15171764.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15171837.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15171996.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15172397.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15172475.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15172596.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925316.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925363.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925408.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925457.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925502.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925553.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925605.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925654.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925700.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925745.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925793.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925840.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925886.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/15925939.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16515101.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16515517.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16515739.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16515865.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16515911.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16516019.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16516145.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16516248.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16516327.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16516428.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16516501.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16516549.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16516600.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16516743.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16516980.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16517083.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16517195.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16517360.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16517438.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16517544.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16517591.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16517637.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16517683.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16517773.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16517910.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16518082.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16518194.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16518643.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16518689.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16518777.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16518887.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16519032.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16519080.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16519254.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16519331.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16519408.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16519456.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16519533.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16519614.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16519704.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16519802.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16519919.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16519965.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16520011.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16520159.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16520237.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16520297.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16520412.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16520458.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16520618.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16520707.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16520787.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16520865.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16521023.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16521138.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16521246.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/16521330.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17039375.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17039423.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17039471.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17039519.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17039569.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17039629.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17039831.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17039879.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17039927.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17040009.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17040097.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17040179.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17040323.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17040403.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17040451.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17040533.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17040676.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17041055.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17041121.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17041192.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17041523.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17041575.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17041767.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17041895.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17041982.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17042072.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17042157.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17042277.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17042362.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17042455.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17042580.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17042667.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17042776.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17042862.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17042918.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17043037.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17043132.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17043183.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17043268.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17043358.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17043445.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17043577.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17043663.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17043784.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17043869.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17043963.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17044053.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17044172.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17044259.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17044346.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17044449.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17044553.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17044649.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17044746.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17044846.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17044999.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/17047068.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18546738.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18546881.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18547046.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18547119.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18547188.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18547375.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18547522.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18547623.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18547723.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18547833.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18547894.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18547994.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18548158.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18548277.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18548378.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18548523.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18548610.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18548723.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18548823.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18548883.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/18549024.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/20709495.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/20709597.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21069912.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21070030.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21070168.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21070280.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21070518.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21070621.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21070740.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21070841.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21071035.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21071146.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21071327.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21071428.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21071590.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21071726.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21071829.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21071932.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21072032.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21072173.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21072273.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21072375.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21072495.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21072644.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21072746.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21072848.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21072977.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21073077.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21073271.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21073419.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21073478.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/21073608.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24150108.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24150167.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24150312.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24150455.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24150555.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24150655.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24150793.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24150899.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24151054.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24151157.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24151260.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24151403.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24151517.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24151685.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24151750.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24151909.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24152022.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24152266.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24152455.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24152557.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24152763.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24152836.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24153007.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24153107.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24153207.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24153395.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24153496.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/24153555.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/27721808.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/27721930.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/27722036.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/27722164.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/27722265.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/27722367.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/27722646.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/27722761.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/27722865.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/27722967.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/29065520.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/29065596.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/29065830.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/29065930.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30441589.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30441690.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30441834.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30441893.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30441993.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30442208.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30442334.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30442393.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30442619.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30442719.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30442781.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30442845.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30443027.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30443137.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30443249.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30443376.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30443586.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30443689.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30443805.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30443910.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30444015.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30444126.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30444226.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30444350.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30444463.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30444615.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30444766.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30444868.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30444970.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30445034.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30445140.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30445242.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30445469.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30445572.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30445684.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30445787.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30445890.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30445999.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30446068.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30446214.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30446320.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30446427.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30446619.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30446678.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30446855.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30446957.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30447119.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30447181.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30447290.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30447514.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30447618.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30447691.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30447791.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30448026.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30448126.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30448332.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30448476.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30448703.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30448806.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30448913.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/30449021.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/33685582.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/33685693.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/33685805.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/33685910.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/33686047.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/33686151.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/33686290.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/33687826.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/33688433.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/33689759.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/33689979.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/35324019.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/35324129.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/35324599.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/35324889.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/35325621.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/35325734.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/35326721.xml) -(application/octet-stream) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[tusker\_modules.xml](attachments/2851390/8127216.xml) -(application/octet-stream) - -Document generated by Confluence on Oct 24, 2018 14:47 - -[Atlassian](http://www.atlassian.com/) diff --git a/content/quickstarts/how_to_change_your_password.md b/content/quickstarts/how_to_change_your_password.md index 0fde8058db05307557f14ca6658a4bbd066c91b0..c1b83a228671a06a562fee6c005b9e4f14bad286 100644 --- a/content/quickstarts/how_to_change_your_password.md +++ b/content/quickstarts/how_to_change_your_password.md @@ -1,37 +1,29 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Quick Start Guides](Quick-Start-Guides_1245279.html) - -<span id="title-text"> HCC-DOCS : How to change your password </span> -===================================================================== - -Created by <span class="author"> Adam Caprez</span>, last modified by -<span class="editor"> Carrie Brown</span> on Oct 24, 2018 - -<span -class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span> - -Your account must be active with Duo authentication setup in order for -the following instructions to work. - -- [HCC password - requirements](#Howtochangeyourpassword-HCCpasswordrequirements) -- [Changing a known HCC - password](#Howtochangeyourpassword-ChangingaknownHCCpassword) - - [Change your password via the command - line](#Howtochangeyourpassword-Changeyourpasswordviathecommandline) - - [Change your password using the myHCC User - Portal](#Howtochangeyourpassword-ChangeyourpasswordusingthemyHCCUserPortal) -- [Resetting a forgotten HCC - password](#Howtochangeyourpassword-ResettingaforgottenHCCpassword) -- [Tutorial Video](#Howtochangeyourpassword-TutorialVideo) ++++ +title = "Changing Your Password" +description = "How to change your HCC password" +weight = "30" ++++ + +How to change your password +--------------------------- + +{{% notice info%}} +**Your account must be active with Duo authentication setup in order for +the following instructions to work.** +{{% /notice %}} + +- [HCC password requirements](#hcc-password-requirements) +- [Changing a known HCC password](#changing-a-known-hcc-password) + - [Change your password via the command line](#change-your-password-via-the-command-line) + - [Change your password using the myHCC User Portal](#change-your-password-using-the-myhcc-user-portal) +- [Resetting a forgotten HCC password](#resetting-a-forgotten-hcc-password) +- [Tutorial Video](#tutorial-video) Every HCC user has a password that is same on all HCC machines -(Sandhills, Tusker, Crane). This password needs to satisfy the HCC -password requirements.<span style="line-height: 1.42857;"> </span> +(Tusker, Crane, Anvil). This password needs to satisfy the HCC +password requirements. -### **HCC password requirements** +### HCC password requirements All HCC passwords must meet the following requirements when they are created or changed: @@ -39,36 +31,33 @@ created or changed: - at least 8 characters long - at least 1 capital letter - at least 1 number -- **can not**<span style="line-height: 1.42857;"> contain an existing - dictionary word</span> -- **can not**<span style="line-height: 1.42857;"> contain information - from user's account details (</span>*username*<span - style="line-height: 1.42857;">, </span>*email*<span - style="line-height: 1.42857;">)</span> +- **can not** contain an existing dictionary word +- **can not** contain information from user's account details (*username*, + *email*) Using special characters in the password is not required, but it is allowed. Also, the system keeps a history of the user's previous two passwords, and their reuse is not allowed. -### **Changing a known HCC password** +### Changing a known HCC password If you know your current HCC password, you can use one of two approaches to change it: -#### **Change your password via the command line ** +#### Change your password via the command line To change a current or temporary password, the user needs to login to any HCC cluster (Crane or Tusker) and use the ***passwd*** command: **Change HCC password** -``` syntaxhighlighter-pre +{{< highlight bash >}} $ passwd Changing password for user <username>. Current Password: New password: New password: -``` +{{< /highlight >}} With this command, the user is first prompted for his/her old password. If the "*Current Password*" is correct, then the user is asked twice for @@ -77,30 +66,24 @@ needs to fulfill the HCC password requirements. #### Change your password using the myHCC User Portal -1. Login to the - <a href="https://hcc.unl.edu/myhcc/" class="external-link">myHCC User Portal</a> +1. Login to the [myHCC User Portal](https://hcc.unl.edu/myhcc) with your HCC credentials. 2. Click **Update Account** in the top menu - - <span - class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/13041705/35326617.png" class="confluence-embedded-image image-center" height="150" /></span> - + + {{< figure src="/images/35326617.png" height="150" >}} + 3. Enter your new password in the **Password** and **Retype Password** boxes and click **Modify** to save -<span -class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/13041705/35326618.png" class="confluence-embedded-image image-center" height="150" /></span> + {{< figure src="/images/35326618.png" height="150" >}} -### **Resetting a forgotten HCC password** +### Resetting a forgotten HCC password -To reset your password, navigate to the -<a href="https://hcc.unl.edu/myhcc/" class="external-link">myHCC User Portal</a> -in your browser +To reset your password, navigate to the [myHCC User Portal](https://hcc.unl.edu/myhcc/) in your browser Click the link to reset your forgotten password -<span -class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/13041705/35326619.png" class="confluence-embedded-image image-center" height="400" /></span> +{{< figure src="/images/35326619.png" height="400" >}} Fill in the requested information (your HCC user name and email associated with your account) and click **Reset Password**. A reset link @@ -109,24 +92,4 @@ onscreen prompts to set a new password. ### Tutorial Video - - -<span id="Howtochangeyourpassword-Video" -class="confluence-anchor-link"></span> - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-10-18\_13-25-46.png](attachments/13041705/35326617.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-10-18\_13-27-34.png](attachments/13041705/35326618.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-10-18\_13-31-22.png](attachments/13041705/35326619.png) -(image/png) - -Document generated by Confluence on Oct 24, 2018 14:47 - -[Atlassian](http://www.atlassian.com/) +{{< youtube eaTW6FDhpsM >}} diff --git a/content/quickstarts/how_to_setup_x11_forwarding.md b/content/quickstarts/how_to_setup_x11_forwarding.md index 0b004e2655a35d3bc2010c5f59240ef319b9bc64..4380eb2eba65e8584286ea7747e2074cae2cf448 100644 --- a/content/quickstarts/how_to_setup_x11_forwarding.md +++ b/content/quickstarts/how_to_setup_x11_forwarding.md @@ -1,64 +1,48 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Quick Start Guides](Quick-Start-Guides_1245279.html) ++++ +title = "How to setup X11 forwarding" +description = "Use X11 forwarding to view GUI programs remotely" +weight = "35" ++++ -<span id="title-text"> HCC-DOCS : How to setup X11 forwarding </span> -===================================================================== - -Created by <span class="author"> Jingchao Zhang</span>, last modified by -<span class="editor"> Adam Caprez</span> on Jun 20, 2018 - -If you are connecting to HCC clusters via a PC running Windows, please take the following steps to setup X11 forwarding. ------------------------------------------------------------------------------------------------------------------------- +##### If you are connecting to HCC clusters via a PC running Windows, please take the following steps to setup X11 forwarding. 1. Download Xming to your local PC and install. Download - link: <a href="http://sourceforge.net/project/downloading.php?group_id=156984&filename=Xming-6-9-0-31-setup.exe" class="external-link">http://sourceforge.net/project/downloading.php?group_id=156984&filename=Xming-6-9-0-31-setup.exe</a> -2. Download PuTTY to your local PC and install. Download - link: <a href="http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe" class="external-link">http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe</a> + link: https://downloads.sourceforge.net/project/xming/Xming/6.9.0.31/Xming-6-9-0-31-setup.exe +2. Download PuTTY to your local PC and install. Download link: http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe 3. Open Xming and keep it running in the background. 4. Configure PuTTY as below: - <span - class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/11637375/11637370.png" class="confluence-embedded-image" height="400" /></span><span - class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/11637375/11637371.jpg" class="confluence-embedded-image" height="400" /></span> -5. To test your X11 setup, after login, type command "xeyes" and press + {{< figure src="/images/11637370.png" height="400" >}} + {{< figure src="/images/11637371.jpg" height="400" >}} + +5. To test your X11 setup, after login, type command `xeyes` and press enter. - <span - class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/11637375/11637372.png" class="confluence-embedded-image" height="400" /></span> + {{< figure src="/images/11637372.png" height="400" >}} + 6. Close the xeyes application by "Ctrl + c" from the terminal or click the close button on the up-right corner of the graphical window. -If you are connecting to HCC clusters via a Macintosh, please take the following steps to setup X11 forwarding. ---------------------------------------------------------------------------------------------------------------- - -- <span style="color: rgb(51,51,51);font-size: 14.0px;line-height: 1.42857;">Check the OS version on your Mac, if it's below 10.8., you can simply type "ssh -Y username@hostname" in your terminal to login.</span> - ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +##### If you are connecting to HCC clusters via a Macintosh, please take the following steps to setup X11 forwarding. - <span - style="color: rgb(51,51,51);font-size: 14.0px;line-height: 1.42857;"> - </span> +- Check the OS version on your Mac, if it's below 10.8., you can simply type `ssh -Y username@hostname` in your terminal to login. -- If your OS version is newer than 10.8, please do the following: +- If your OS version is newer than 10.8, please do the following: + 1. Download and install XQuartz. + Download link: https://dl.bintray.com/xquartz/downloads/XQuartz-2.7.11.dmg + 2. Type `ssh -Y username@hostname` in your terminal to login. + 3. To test your X11 setup, after login, type command "xeyes" and press + enter. -1. Download and install XQuartz. - Download link: <a href="http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.7.dmg" class="external-link">http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.7.dmg</a> -2. Type "ssh -Y username@hostname" in your terminal to login. -3. To test your X11 setup, after login, type command "xeyes" and press - enter. - <span - class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/11637375/11637374.png" class="confluence-embedded-image" height="400" /></span> -4. Close the xeyes application by "control + c" from the terminal or + {{< figure src="/images/11637374.png" height="400" >}} + 4. Close the xeyes application by "Control + c" from the terminal or click the close button on the up-left corner of the graphical window. - -If you are connecting to HCC clusters via a Linux laptop, please take the following steps to setup X11 forwarding. ------------------------------------------------------------------------------------------------------------------- +##### If you are connecting to HCC clusters via a Linux laptop, please take the following steps to setup X11 forwarding. 1. Open the remote client terminal. -2. Type "ssh -Y username@hostname" in your terminal to login. +2. Type `ssh -Y username@hostname`" in your terminal to login. 3. To test your X11 setup, after login, type command "xeyes" and press enter. 4. Close the xeyes application by "Ctrl + c" from the terminal or click @@ -66,37 +50,10 @@ If you are connecting to HCC clusters via a Linux laptop, please take the follo -Related articles ----------------- - -<a href="http://www.straightrunning.com/XmingNotes/" class="external-link">X11 on Windows</a> - -<a href="https://en.wikipedia.org/wiki/XQuartz" class="external-link">X11 on Mac</a> - -<a href="http://www.wikihow.com/Configure-X11-in-Linux" class="external-link">X11 on Linux</a> - - - - - - - -Attachments: ------------- +#### Related articles -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[PuTTY\_1.jpg](attachments/11637375/11637369.jpg) (image/jpeg) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[PuTTY\_1.jpg](attachments/11637375/11637368.jpg) (image/jpeg) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[PuTTY\_1.png](attachments/11637375/11637370.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[PuTTY\_2.jpg](attachments/11637375/11637371.jpg) (image/jpeg) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[PuTTY\_3.png](attachments/11637375/11637372.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[max\_02.png](attachments/11637375/11637374.png) (image/png) +[X11 on Windows](http://www.straightrunning.com/XmingNotes) -Document generated by Confluence on Oct 24, 2018 14:47 +[X11 on Mac](https://en.wikipedia.org/wiki/XQuartz) -[Atlassian](http://www.atlassian.com/) +[X11 on Linux](http://www.wikihow.com/Configure-X11-in-Linux) diff --git a/content/quickstarts/reusing_ssh_connections_in_linux_or_mac.md b/content/quickstarts/reusing_ssh_connections_in_linux_or_mac.md index 05650ba6404b0092024d0b19beaf8b96cd46e8a6..d14d544dc8282882b6ed084a9387688740444439 100644 --- a/content/quickstarts/reusing_ssh_connections_in_linux_or_mac.md +++ b/content/quickstarts/reusing_ssh_connections_in_linux_or_mac.md @@ -1,13 +1,8 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Quick Start Guides](Quick-Start-Guides_1245279.html) - -<span id="title-text"> HCC-DOCS : Reusing SSH connections in Linux/Mac </span> -============================================================================== - -Created by <span class="author"> Adam Caprez</span>, last modified by -<span class="editor"> Derek Weitzel</span> on Feb 27, 2014 ++++ +title = "Reusing SSH connections in Linux/Mac" +description = "Reusing connections makes it easier to use multiple terminals" +weight = "37" ++++ To make it more convenient for users who use multiple terminal sessions simultaneously, SSH can reuse an existing connection if connecting from @@ -16,25 +11,20 @@ that connection, eliminating the need to enter the username and password each time for every connection. To enable this feature, add the following lines to your `~/.ssh/config `file: -**\~/.ssh/config** - -``` syntaxhighlighter-pre +{{% panel header="`~/.ssh/config`"%}} +{{< highlight bash >}} Host * ControlMaster auto ControlPath /tmp/%r@%h:%p ControlPersist 2h -``` - -<span -class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span> +{{< /highlight >}} +{{% /panel %}} +{{% notice info%}} You may not have an existing `~/.ssh/config.` If not, simply create the file and set the permissions appropriately first: `touch ~/.ssh/config && chmod 600 ~/.ssh/config` +{{% /notice %}} This will enable connection reuse when connecting to any host via SSH or SCP. - -Document generated by Confluence on Oct 24, 2018 14:47 - -[Atlassian](http://www.atlassian.com/) diff --git a/content/quickstarts/setting_up_gitlab_on_hcc_clusters.md b/content/quickstarts/setting_up_gitlab_on_hcc_clusters.md deleted file mode 100644 index 2f39e6a00bc1c9a573706e4cdd89404265818dc7..0000000000000000000000000000000000000000 --- a/content/quickstarts/setting_up_gitlab_on_hcc_clusters.md +++ /dev/null @@ -1,114 +0,0 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Quick Start Guides](Quick-Start-Guides_1245279.html) -5. [Using UNL's GitLab instance](11304962.html) - -<span id="title-text"> HCC-DOCS : Setting up GitLab on HCC Clusters </span> -=========================================================================== - -Created by <span class="author"> Carrie Brown</span>, last modified on -May 30, 2017 - -The easiest way to use GitLab on HCC clusters is by adding SSH keys to -your account. - -<span -class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span> - -These steps must be repeated for each cluster that you wish to use the -service on. - -After you have [setup your GitLab account](11304962.html), follow these -steps to add SSH keys to your account: - -1. Login to the cluster that you wish to set up GitLab access on. - -2. Check for an existing key by typing the command: - - ``` syntaxhighlighter-pre - cat ~/.ssh/id_rsa.pub - ``` - - If you see a long string of characters starting with \`ssh-rsa\` - then you can skip step 3 and proceed directly to step 4. - -3. Generate an SSH Key pair with the command below, replacing - **your\_email\_here** with the email you used to login to GitLab: - - ``` syntaxhighlighter-pre - ssh-keygen -t rsa -C "your_email_here" - ``` - - This command will prompt you for a location and filename to store - the key pair and for a password. When prompted for the location and - filename, just press enter to use the default. If you use a - different name, the key will not be used automatically. - - Note: It is a best practice to use a password for an SSH key, but it - is not required and you can skip creating a password by pressing - enter. - - If you want to change the password of your key later, you can use - the following command: - - ``` syntaxhighlighter-pre - ssh-keygen -p <keyname> - ``` - -4. Retrieve your public key with the command: - - ``` syntaxhighlighter-pre - cat ~/.ssh/id_rsa.pub - ``` - - Copy all the text after the command (starting with ssh-rsa) to but - not including the next prompt (ending with your email address). - -5. Add the public key to your GitLab account by navigating to your - Account Information screen. After logging in, click the arrow next - to your profile icon in the top right corner. Click on Profile - Settings. - - <span - class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/18548049/18548051.png" class="confluence-embedded-image image-center" height="250" /></span> - Then click SSH Keys from the top menu. - <span - class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/18548049/18548052.png" class="confluence-embedded-image image-center" width="1100" /></span> - - Paste your copied key into the Key box. The Title box will - automatically populate with your email. You can accept this title or - change it to a custom title of your choosing. We recommend adding - the cluster name to the title so you can easily identify what key is - associated with a particular machine. - - <span - class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/18548049/18548053.png" class="confluence-embedded-image image-center" height="400" /></span>Click - the Add Key button to save the key to your account. - -Now you can clone and push repositories as usual. When pushing to an -existing repository, you will be prompted for the passkey associated -with the keys (if you added one). - - - - - - - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2017-5-30\_12-43-20.png](attachments/18548049/18548051.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2017-5-30\_12-46-11.png](attachments/18548049/18548052.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2017-5-30\_12-49-51.png](attachments/18548049/18548053.png) -(image/png) - -Document generated by Confluence on Oct 24, 2018 14:47 - -[Atlassian](http://www.atlassian.com/) diff --git a/content/quickstarts/using_nus_gitlab_instance/_index.md b/content/quickstarts/using_nus_gitlab_instance/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..d850551d11ce6da7fa6c2ef0a4e20db5e35c3764 --- /dev/null +++ b/content/quickstarts/using_nus_gitlab_instance/_index.md @@ -0,0 +1,45 @@ ++++ +title = "Using NU's Gitlab instance" +description = "How to use the NU-hosted git.unl.edu" +weight = "40" ++++ + +[Git](http://git-scm.com) is a free +and open source distributed version control system designed to handle +everything from small to very large projects with speed and efficiency. +Users are encouraged to make use of git for source code management of +their projects. + +[GitLab](https://about.gitlab.com) is a web-based Git repository manager +with wiki and issue tracking features. NU OneIT hosts an instance of +GitLab at https://git.unl.edu, +which can be accessed using credentials from any campus participating in +the InCommon federation. This includes UNL, UNO, and UNMC, as well as +most major US Universities. Using a service such as GitLab provides several +additional advantages over a simple repository, including collaboration, repository +management, issue tracking, and code review. + +To get started, go to [git.unl.edu](https://git.unl.edu). Click the "Sign in with Shibboleth" button. + +{{< figure src="/images/11304982.png" height="400" >}} + +This will take you to the InCommon site to select your school, +organization, etc. You may wish to choose the "Remember my selection +permanently" option to bypass this step in the future. + +{{< figure src="/images/11304983.png" height="400" >}} + +Next, scroll through to find your particular institution. For example, for UNL users, select "University +of Nebraska-Lincoln". + +{{< figure src="/images/11304984.png" height="400" >}} + +After you click "Next", you will be redirected to your particular +institution or campus's login page. Complete the login to proceed to +your account's Dashboard page and begin using GitLab. + +For more information on using GitLab on the HCC Clusters, see [Setting up GitLab on HCC Clusters]({{< relref "setting_up_gitlab_on_hcc_clusters" >}}). + +See [Getting Started with Git and GitLab](https://about.gitlab.com/2014/02/26/getting-started-with-gitlab) or +the full GitLab [documentation](http://doc.gitlab.com/ce/) for additional help. + diff --git a/content/quickstarts/using_nus_gitlab_instance/setting_up_gitlab_on_hcc_clusters.md b/content/quickstarts/using_nus_gitlab_instance/setting_up_gitlab_on_hcc_clusters.md new file mode 100644 index 0000000000000000000000000000000000000000..3a11dded2950750f41e18ce3aea8b53b67ad9e1a --- /dev/null +++ b/content/quickstarts/using_nus_gitlab_instance/setting_up_gitlab_on_hcc_clusters.md @@ -0,0 +1,81 @@ ++++ +title = "Setting up GitLab on HCC Clusters" +description = "How to use git.unl.edu from HCC machines" ++++ + +The easiest way to use GitLab on HCC clusters is by adding SSH keys to your account. + +{{% notice info %}} +These steps must be repeated for each cluster that you wish to use the service on. +{{% /notice %}} + +After you have [setup your GitLab account]({{< relref "../using_nus_gitlab_instance">}}), follow these +steps to add SSH keys to your account: + +1. Login to the cluster that you wish to set up GitLab access on. + +2. Check for an existing key by typing the command: + + {{< highlight bash >}} + cat ~/.ssh/id_rsa.pub + {{< /highlight >}} + + If you see a long string of characters starting with `ssh-rsa` + then you can skip step 3 and proceed directly to step 4. + +3. Generate an SSH Key pair with the command below, replacing + **your\_email\_here** with the email you used to login to GitLab: + + {{< highlight bash >}} + ssh-keygen -t rsa -C "your_email_here" + {{< /highlight >}} + + This command will prompt you for a location and filename to store + the key pair and for a password. When prompted for the location and + filename, just press enter to use the default. If you use a + different name, the key will not be used automatically. + + Note: It is a best practice to use a password for an SSH key, but it + is not required and you can skip creating a password by pressing + enter. + + If you want to change the password of your key later, you can use + the following command: + + {{< highlight bash >}} + ssh-keygen -p <keyname> + {{< /highlight >}} + +4. Retrieve your public key with the command: + + {{< highlight bash >}} + cat ~/.ssh/id_rsa.pub + {{< /highlight >}} + + Copy all the text after the command (starting with ssh-rsa) to but + not including the next prompt (ending with your email address). + +5. Add the public key to your GitLab account by navigating to your + Account Information screen. After logging in, click the arrow next + to your profile icon in the top right corner. Click on Profile + Settings. + + {{< figure src="/images/18548051.png" height="250" >}} + + Then click SSH Keys from the top menu. + + {{< figure src="/images/18548052.png" width="1100" >}} + + Paste your copied key into the Key box. The Title box will + automatically populate with your email. You can accept this title or + change it to a custom title of your choosing. We recommend adding + the cluster name to the title so you can easily identify what key is + associated with a particular machine. + + {{< figure src="/images/18548053.png" height="400" >}} + + Click the Add Key button to save the key to your account. + +Now you can clone and push repositories as usual. When pushing to an +existing repository, you will be prompted for the passkey associated +with the keys (if you added one). diff --git a/content/quickstarts/using_unl_gitlab_instance.md b/content/quickstarts/using_unl_gitlab_instance.md deleted file mode 100644 index 3e86e2415f67b107c96148690395b67f8edd5714..0000000000000000000000000000000000000000 --- a/content/quickstarts/using_unl_gitlab_instance.md +++ /dev/null @@ -1,78 +0,0 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Quick Start Guides](Quick-Start-Guides_1245279.html) - -<span id="title-text"> HCC-DOCS : Using UNL's GitLab instance </span> -===================================================================== - -Created by <span class="author"> Adam Caprez</span>, last modified by -<span class="editor"> Carrie Brown</span> on May 30, 2017 - -<a href="http://git-scm.com/" class="external-link">Git</a> is a free -and open source distributed version control system designed to handle -everything from small to very large projects with speed and efficiency. - Users are encouraged to make use of git for source code management of -their projects. - -<a href="https://about.gitlab.com/" class="external-link">GitLab</a><span -style="line-height: 1.4285715;"> </span><span -style="line-height: 1.4285715;"> is a web-based Git repository manager -with wiki and issue tracking features. UNL ITS hosts an instance of -GitLab at -</span><a href="https://git.unl.edu" class="external-link">git.unl.edu</a>, -which can be accessed using credentials from any campus participating in -the InCommon federation<span style="line-height: 1.4285715;">. This -includes UNL, UNO, and UNMC, as well as most major US Universities. - Using a service such as GitLab provides several additional advantages -over a </span>simple repository<span -style="line-height: 1.4285715;"> including collaboration, repository -management, issue tracking, and code review. </span> - -To get started, go -to <a href="https://git.unl.edu" class="external-link">git.unl.edu</a>. - Click the "Sign in with Shibboleth" button. - -<span -class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/11304962/11304982.png" class="confluence-embedded-image image-center" height="400" /></span> - -This will take you to the InCommon site to select your school, -organization, etc. You may wish to choose the "Remember my selection -permanently" option to bypass this step in the future. - -<span -class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/11304962/11304983.png" class="confluence-embedded-image image-center" height="400" /></span> - -<span style="line-height: 1.4285715;">Next, scroll through to find your -particular institution. For example, for UNL users, select "University -of Nebraska-Lincoln".</span> - -<span -class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/11304962/11304984.png" class="confluence-embedded-image image-center" height="400" /></span> - -After you click "Next", you will be redirected to your particular -institution or campus's login page. Complete the login to proceed to -your account's Dashboard page and begin using GitLab. - -For more information on using GitLab on the HCC Clusters, see [Setting -up GitLab on HCC -Clusters](Setting-up-GitLab-on-HCC-Clusters_18548049.html). - -See <a href="https://about.gitlab.com/2014/02/26/getting-started-with-gitlab/" class="external-link">Getting Started with Git and GitLab</a> or -the full -GitLab <a href="http://doc.gitlab.com/ce/" class="external-link">documentation</a> for -additional help. - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[signin\_1.png](attachments/11304962/11304982.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[signin\_2.png](attachments/11304962/11304983.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[signin\_3.png](attachments/11304962/11304984.png) (image/png) - -Document generated by Confluence on Oct 24, 2018 14:47 - -[Atlassian](http://www.atlassian.com/) diff --git a/static/attachments/serial_dir.zip b/static/attachments/serial_dir.zip new file mode 100644 index 0000000000000000000000000000000000000000..c2da5dcead73c9adfd78bcf396b2d83e8d27f016 Binary files /dev/null and b/static/attachments/serial_dir.zip differ diff --git a/static/images/11304982.png b/static/images/11304982.png new file mode 100644 index 0000000000000000000000000000000000000000..551103b05bd977e908ccae8183098405ebe321f7 Binary files /dev/null and b/static/images/11304982.png differ diff --git a/static/images/11304983.png b/static/images/11304983.png new file mode 100644 index 0000000000000000000000000000000000000000..d34660c4e76a5d780cb0aef808abf667a375fb9f Binary files /dev/null and b/static/images/11304983.png differ diff --git a/static/images/11304984.png b/static/images/11304984.png new file mode 100644 index 0000000000000000000000000000000000000000..0b77212bd80f180af4a109108525f6d227d72ce2 Binary files /dev/null and b/static/images/11304984.png differ diff --git a/static/images/11637368.jpg b/static/images/11637368.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8df254bde99eeff3eda0c481697387311019781e Binary files /dev/null and b/static/images/11637368.jpg differ diff --git a/static/images/11637369.jpg b/static/images/11637369.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8df254bde99eeff3eda0c481697387311019781e Binary files /dev/null and b/static/images/11637369.jpg differ diff --git a/static/images/11637370.png b/static/images/11637370.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ea626e46996770e4e1f894ad59df5f78300410 Binary files /dev/null and b/static/images/11637370.png differ diff --git a/static/images/11637371.jpg b/static/images/11637371.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8df254bde99eeff3eda0c481697387311019781e Binary files /dev/null and b/static/images/11637371.jpg differ diff --git a/static/images/11637372.png b/static/images/11637372.png new file mode 100644 index 0000000000000000000000000000000000000000..15d0edc933b8df9359783117a1d05c347018463c Binary files /dev/null and b/static/images/11637372.png differ diff --git a/static/images/11637374.png b/static/images/11637374.png new file mode 100644 index 0000000000000000000000000000000000000000..75df3a95551b23535e74dd6d24adf5b177d86df9 Binary files /dev/null and b/static/images/11637374.png differ diff --git a/static/images/18548051.png b/static/images/18548051.png new file mode 100644 index 0000000000000000000000000000000000000000..57a789343cc164f6577d55eb94b6543efde3e73c Binary files /dev/null and b/static/images/18548051.png differ diff --git a/static/images/18548052.png b/static/images/18548052.png new file mode 100644 index 0000000000000000000000000000000000000000..c68371ec662a2788aad9d43421a9532eddc91284 Binary files /dev/null and b/static/images/18548052.png differ diff --git a/static/images/18548053.png b/static/images/18548053.png new file mode 100644 index 0000000000000000000000000000000000000000..1982e7d056bc9875b439632c20d8dcc5b7a30479 Binary files /dev/null and b/static/images/18548053.png differ diff --git a/static/images/35326617.png b/static/images/35326617.png new file mode 100644 index 0000000000000000000000000000000000000000..648f64d764c0c97d161b64873ea4b094b78103df Binary files /dev/null and b/static/images/35326617.png differ diff --git a/static/images/35326618.png b/static/images/35326618.png new file mode 100644 index 0000000000000000000000000000000000000000..39a82b3646ed1330630368991f3d192b2d83d5a4 Binary files /dev/null and b/static/images/35326618.png differ diff --git a/static/images/35326619.png b/static/images/35326619.png new file mode 100644 index 0000000000000000000000000000000000000000..f600bdb967ee7f7285c96f48f1e7d973d94b6cbc Binary files /dev/null and b/static/images/35326619.png differ