8 |
9 | Please visit also [Creating a virtual machine](launch-vm-from-web-gui.md) and [Connecting the virtual machine](connecting-to-vm.md) for more detailed instructions.
10 |
11 | It is also worth to check out this 21 minute video from our specialist [Webinar: Creating a Virtual Machine in cPouta](https://www.youtube.com/watch?v=CIO8KRbgDoI){ target="_blank" }.
12 |
13 | Once the virtual machine is up and running, continue with [the configuration](configuration.md).
14 |
--------------------------------------------------------------------------------
/docs/cloud/pouta/tutorials/index.md:
--------------------------------------------------------------------------------
1 | # Tutorials
2 |
3 | * [cPouta and ePouta related videos](pouta-videos.md)
4 | * [Create a fixed IP for a VM](create-fixed-ip-for-Vm.md)
5 | * [Create a jumphost in cPouta](create-jumphost.md)
6 | * [Learn cloud computing by developing and deploying a web application](web-app-dev-cloud.md)
7 | * [Orchestration with Heat](heat-orchestration.md)
8 | * [SSH Key-pair](ssh-key.md)
9 | * [Setting up a pipeline for pictures](picture-pipeline.md)
10 |
11 | We also have an [FAQ](../../../support/faq/index.md#pouta) for Pouta. Take a look at it.
12 |
--------------------------------------------------------------------------------
/docs/cloud/rahti/advanced.md:
--------------------------------------------------------------------------------
1 | # Advanced
2 |
3 | - [Images](images/overview.md)
4 | - [Networking](networking.md)
5 | - [Security guide](security-guide.md)
6 | - [Storage in Rahti](storage/index.md)
7 |
--------------------------------------------------------------------------------
/docs/cloud/rahti/tutorials/annotations.md:
--------------------------------------------------------------------------------
1 | !!! success "Basic level"
2 | You need a knowledge of OpenShift CLI tool [oc](../usage/cli.md) and kubernetes [annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/)
3 |
4 | # Annotations
5 |
6 | You can use Kubernetes annotations to attach arbitrary non-identifying metadata to objects. Clients such as tools and libraries can retrieve this metadata. Annotations, like labels, are key/value maps.
7 |
8 | Annotations can be added to any object by simply doing:
9 |
10 | ```
11 | oc annotate =
12 | ```
13 |
14 | Here are some examples that use annotations:
15 |
16 | * [Protecting Against DDoS Attacks](../../../support/faq/DDos.md)
17 | * [Route annotations](../concepts.md#route)
18 | * [Custom domain names and secure transport](custom-domain.md)
19 |
--------------------------------------------------------------------------------
/docs/computing/compiling-lumi.md:
--------------------------------------------------------------------------------
1 | # Compiling applications in LUMI
2 |
3 | ## General instructions
4 |
5 | * The LUMI software policy is that users should install required software themselves.
6 | * To support this process, the [EasyBuild](https://docs.lumi-supercomputer.eu/software/installing/easybuild/) tool is provided with accompanying build recipes for several applications. For more details, see the [LUMI software documentation pages](https://docs.lumi-supercomputer.eu/software/).
7 | * Compiling applications manually is of course also possible. Please see [the LUMI documentation](https://docs.lumi-supercomputer.eu/development/) for more information on developing and compiling applications in the LUMI programming environment.
8 |
--------------------------------------------------------------------------------
/docs/computing/webinterface/job-composer.md:
--------------------------------------------------------------------------------
1 | # Job Composer
2 | The Job Composer app can be used for creating and managing batch jobs.
3 |
4 | Jobs are created from templates, which can be selected in a few ways
5 |
6 | * Copy a template from the system
7 | * Copy a template you have previously created
8 | * Use a previous job as template
9 |
10 | ## Getting started
11 |
12 | An example of running a basic Slurm job.
13 | Create a job from the default template by clicking `From Default Template` in the `New Job` dropdown.
14 | To edit the name of the job click `Job Options`.
15 | The batch job script can be edited by clicking `Open Editor`
16 |
--------------------------------------------------------------------------------
/docs/computing/webinterface/matlab.md:
--------------------------------------------------------------------------------
1 | # MATLAB
2 |
3 | The app will start a MATLAB session on Puhti with the specified resources.
4 | Currently, only the R2023b release with Parallel Computing and Compiler SDK toolboxes is installed.
5 |
6 | In addition to computing resources, partition and project, there is an **optional** "License file" field.
7 | With it you can specify path to your own home organisation's license server to obtain MATLAB license
8 | from there instead. This option is useful, for example, in situations where all CSC's MATLAB licences are already reserved.
9 |
10 | For documentation on using MATLAB, see the [MATLAB documentation](../../apps/matlab.md).
11 |
--------------------------------------------------------------------------------
/docs/computing/webinterface/mlflow.md:
--------------------------------------------------------------------------------
1 | # MLflow
2 |
3 | The MLflow app launches the [MLflow tracking UI](https://www.mlflow.org/) on a compute node.
4 |
5 | To launch it select where the MLflow files are stored. This is
6 | typically either:
7 |
8 | - a directory like `/scratch//mlruns/`
9 | - an SQLite database like `sqlite:////scratch//mlruns.db`
10 |
11 | The default resource settings should be fine for most cases.
12 |
13 | Also checkout the [MLflow section in our Machine learning
14 | guide](../../support/tutorials/ml-workflows.md#mlflow).
15 |
--------------------------------------------------------------------------------
/docs/computing/webinterface/project-view.md:
--------------------------------------------------------------------------------
1 | # Project view
2 |
3 | The _Project view_ tool visualizes info of your current Puhti or Mahti
4 | projects. It contains also a _Disk quotas_ tab, which shows you your Lustre
5 | quotas.
6 |
7 | !!! info-label
8 | Note that you can only view your projects in the Project view. To modify
9 | your projects or quotas, please use [MyCSC](https://my.csc.fi/).
10 |
11 | Besides listing your Puhti or Mahti Lustre quotas, the Disk quotas tab can
12 | group quotas together based on project or by disk area. The quotas can also be
13 | sorted by clicking the column headers and there is a search function available
14 | as well.
15 |
--------------------------------------------------------------------------------
/docs/computing/webinterface/shell.md:
--------------------------------------------------------------------------------
1 | # Shell
2 |
3 | The shell apps can be found under _Pinned Apps_ or on the top navbar under the
4 | _Tools_ section. There are two different shells.
5 |
6 | The _Login node shell_ launches a normal Linux shell on one of the login nodes.
7 | Any command that is running when the login node shell browser tab is closed
8 | will stop. Note that the same rules apply here as during a normal SSH session:
9 |
10 | !!! error-label
11 | **Login nodes are only for light pre/postprocessing**
12 | (see [usage policy](../usage-policy.md)).
13 |
14 | The _Compute node shell_ launches a persistent shell on a compute node for
15 | heavier commands that should not be run on login nodes. The persistent shell
16 | will keep running even if you close your browser or lose internet connection.
17 |
--------------------------------------------------------------------------------
/docs/computing/webinterface/tensorboard.md:
--------------------------------------------------------------------------------
1 | # TensorBoard
2 | The TensorBoard app launches [TensorBoard](https://www.tensorflow.org/guide/summaries_and_tensorboard), [TensorFlow](../../apps/tensorflow.md)'s Visualization Toolkit on a compute node.
3 |
4 | To launch it select the log directory where you have data to visualize and the resources for the Slurm job.
5 | Note that TensorBoard is very memory intensive but has low CPU usage.
6 |
--------------------------------------------------------------------------------
/docs/data/Allas/img/allas-access-flavors.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/img/allas-access-flavors.png
--------------------------------------------------------------------------------
/docs/data/Allas/img/allas_projects_and_buckets.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/img/allas_projects_and_buckets.PNG
--------------------------------------------------------------------------------
/docs/data/Allas/img/cyberduck_bookmark.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/img/cyberduck_bookmark.jpg
--------------------------------------------------------------------------------
/docs/data/Allas/img/cyberduck_bookmark_info.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/img/cyberduck_bookmark_info.PNG
--------------------------------------------------------------------------------
/docs/data/Allas/img/cyberduck_bookmark_info.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/img/cyberduck_bookmark_info.jpg
--------------------------------------------------------------------------------
/docs/data/Allas/img/cyberduck_connect.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/img/cyberduck_connect.PNG
--------------------------------------------------------------------------------
/docs/data/Allas/img/cyberduck_connect.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/img/cyberduck_connect.jpg
--------------------------------------------------------------------------------
/docs/data/Allas/img/cyberduck_create_bookmark.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/img/cyberduck_create_bookmark.PNG
--------------------------------------------------------------------------------
/docs/data/Allas/img/rc-file-example20190121-b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/img/rc-file-example20190121-b.png
--------------------------------------------------------------------------------
/docs/data/Allas/img/warning-30x30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/img/warning-30x30.png
--------------------------------------------------------------------------------
/docs/data/Allas/using_allas/img/Allas-UI-bucket.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/using_allas/img/Allas-UI-bucket.png
--------------------------------------------------------------------------------
/docs/data/Allas/using_allas/img/Allas-UI-dashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/using_allas/img/Allas-UI-dashboard.png
--------------------------------------------------------------------------------
/docs/data/Allas/using_allas/img/Allas-UI-login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/using_allas/img/Allas-UI-login.png
--------------------------------------------------------------------------------
/docs/data/Allas/using_allas/img/Allas-UI-main.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/using_allas/img/Allas-UI-main.png
--------------------------------------------------------------------------------
/docs/data/Allas/using_allas/img/Allas-UI-share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/using_allas/img/Allas-UI-share.png
--------------------------------------------------------------------------------
/docs/data/Allas/using_allas/img/Allas-UI-shared.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/using_allas/img/Allas-UI-shared.png
--------------------------------------------------------------------------------
/docs/data/Allas/using_allas/img/Allas-UI-upload1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/using_allas/img/Allas-UI-upload1.png
--------------------------------------------------------------------------------
/docs/data/Allas/using_allas/img/Allas-UI-upload2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/using_allas/img/Allas-UI-upload2.png
--------------------------------------------------------------------------------
/docs/data/Allas/using_allas/img/Allas_screenshot_delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/using_allas/img/Allas_screenshot_delete.png
--------------------------------------------------------------------------------
/docs/data/Allas/using_allas/img/Allas_screenshot_public.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/using_allas/img/Allas_screenshot_public.png
--------------------------------------------------------------------------------
/docs/data/Allas/using_allas/img/Allas_screenshot_upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/using_allas/img/Allas_screenshot_upload.png
--------------------------------------------------------------------------------
/docs/data/Allas/using_allas/img/allas_screenshot_create_container.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/Allas/using_allas/img/allas_screenshot_create_container.png
--------------------------------------------------------------------------------
/docs/data/datasets/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/docs/data/index.md:
--------------------------------------------------------------------------------
1 | ## [Working with data](datasets/dataset-sources.md)
2 |
3 | ## [Moving data](moving/index.md)
4 |
5 | ## [Allas object storage](Allas/index.md)
6 |
7 | ## [Kaivos database service](kaivos/overview.md)
8 |
--------------------------------------------------------------------------------
/docs/data/moving/img/etsin-download-options.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/moving/img/etsin-download-options.png
--------------------------------------------------------------------------------
/docs/data/moving/img/etsin-download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/moving/img/etsin-download.png
--------------------------------------------------------------------------------
/docs/data/moving/index.md:
--------------------------------------------------------------------------------
1 | # Moving data between CSC and local workstation
2 |
3 | There are many ways to move data, please select
4 | below the one that suits your needs best.
5 |
6 | * [Copying files using scp](scp.md)
7 | * [Moving files using the HPC web interfaces](web-interface.md)
8 | * [Graphical file transfer tools](graphical_transfer.md)
9 | * [Using rsync for data transfer and synchronization](rsync.md)
10 | * [Using tar and SSH to transfer many small files efficiently](tar_ssh.md)
11 | * [Using wget to download data from web sites to CSC](wget.md)
12 | * [Sharing and transporting files using Funet FileSender](funet.md)
13 | * [Moving data between IDA and CSC computing environment](../ida/using_ida.md)
14 | * [Remote disk mounts](disk_mount.md)
15 | * [Copying data between Allas and IDA via Puhti](copy_allas_ida.md)
16 |
--------------------------------------------------------------------------------
/docs/data/sensitive-data/csc-sd-services.pub:
--------------------------------------------------------------------------------
1 | -----BEGIN CRYPT4GH PUBLIC KEY-----
2 | dmku3fKA/wrOpWntUTkkoQvknjZDisdmSwU4oFk/on0=
3 | -----END CRYPT4GH PUBLIC KEY-----
4 |
--------------------------------------------------------------------------------
/docs/data/sensitive-data/data-processing-form.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/data-processing-form.docx
--------------------------------------------------------------------------------
/docs/data/sensitive-data/fega-general-information.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/fega-general-information.docx
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/MyCSC/HowToGetStarted_SD_Project_Manager.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/MyCSC/HowToGetStarted_SD_Project_Manager.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/MyCSC/HowToGetStarted_SD_Project_Member.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/MyCSC/HowToGetStarted_SD_Project_Member.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/MyCSC/MyCSC_AddMembers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/MyCSC/MyCSC_AddMembers.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/MyCSC/MyCSC_AddResources.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/MyCSC/MyCSC_AddResources.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/MyCSC/MyCSC_AddServices.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/MyCSC/MyCSC_AddServices.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/MyCSC/MyCSC_MFA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/MyCSC/MyCSC_MFA.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/MyCSC/MyCSC_NewProject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/MyCSC/MyCSC_NewProject.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/MyCSC/MyCSC_PersonalDataHandling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/MyCSC/MyCSC_PersonalDataHandling.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/apply/SDA_Uploader.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/apply/SDA_Uploader.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/apply/SUP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/apply/SUP.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/apply/SUP_Login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/apply/SUP_Login.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/apply/apply_application.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/apply/apply_application.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/apply/apply_catalogue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/apply/apply_catalogue.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/apply/apply_dac.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/apply/apply_dac.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/apply/apply_dac_overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/apply/apply_dac_overview.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/apply/apply_login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/apply/apply_login.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/apply/apply_overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/apply/apply_overview.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/apply/apply_state.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/apply/apply_state.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/apply/desktop_gateway.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/apply/desktop_gateway.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/apply/desktop_login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/apply/desktop_login.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/SDConnect-login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/SDConnect-login.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/SDConnect-upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/SDConnect-upload.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/SDConnect_login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/SDConnect_login.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/add-own-key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/add-own-key.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/beta-account.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/beta-account.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/beta-download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/beta-download.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/beta-login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/beta-login.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/beta-upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/beta-upload.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/collaborator-key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/collaborator-key.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/connect_encryption_large.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/connect_encryption_large.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/connect_encryption_large_upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/connect_encryption_large_upload.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/connect_overviewnew.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/connect_overviewnew.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/decryption.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/decryption.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/download.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/encryption.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/encryption.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/first-key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/first-key.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/key-generation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/key-generation.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/reasearchdata.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/reasearchdata.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/secondaryuse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/secondaryuse.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/connect/upload-folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/connect/upload-folder.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/Desktop_LogInPage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/Desktop_LogInPage.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/Desktop_MFA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/Desktop_MFA.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/Desktop_authentication.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/Desktop_authentication.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/SD-Desktop-Clipboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/SD-Desktop-Clipboard.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/SD-Desktop-Frontpage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/SD-Desktop-Frontpage.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/airlock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/airlock.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/data-gateway-le-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/data-gateway-le-1.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/data-gateway-le-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/data-gateway-le-2.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/data-gateway-le-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/data-gateway-le-3.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop-access.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop-access.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop-apply.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop-apply.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop-deleting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop-deleting.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop-gateway-import.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop-gateway-import.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop-gateway-part1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop-gateway-part1.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop-gateway-part2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop-gateway-part2.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop-le-overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop-le-overview.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop-reboot-rebuilt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop-reboot-rebuilt.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop-register-exp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop-register-exp.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop-register-gateway.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop-register-gateway.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop-rstudio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop-rstudio.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop_launch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop_launch.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop_login-mfa1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop_login-mfa1.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/desktop_overviewnew1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/desktop_overviewnew1.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/pause.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/pause.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/sd-installer1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/sd-installer1.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/sd-installer2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/sd-installer2.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/desktop/volume.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/desktop/volume.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/fega/FEGA_applicant_overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/fega/FEGA_applicant_overview.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/fega/desktop_gateway.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/fega/desktop_gateway.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/fega/desktop_launch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/fega/desktop_launch.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/fega/desktop_login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/fega/desktop_login.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/fega/fega_apply.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/fega/fega_apply.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/fega/fega_dac.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/fega/fega_dac.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/fega/fega_dac_overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/fega/fega_dac_overview.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/fega/fega_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/fega/fega_search.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/images/fega/fega_upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/images/fega/fega_upload.png
--------------------------------------------------------------------------------
/docs/data/sensitive-data/sd-desktop-secondary-access-vm.md:
--------------------------------------------------------------------------------
1 | sd-desktop-access-vm.md
--------------------------------------------------------------------------------
/docs/data/sensitive-data/sd-desktop-secondary-create.md:
--------------------------------------------------------------------------------
1 | sd-desktop-create.md
--------------------------------------------------------------------------------
/docs/data/sensitive-data/sd-desktop-secondary-manage.md:
--------------------------------------------------------------------------------
1 | sd-desktop-manage.md
--------------------------------------------------------------------------------
/docs/data/sensitive-data/sd-desktop-secondary-troubleshooting.md:
--------------------------------------------------------------------------------
1 | sd-desktop-troubleshooting.md
--------------------------------------------------------------------------------
/docs/data/sensitive-data/technical-organisational-sec-measures.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/data/sensitive-data/technical-organisational-sec-measures.pdf
--------------------------------------------------------------------------------
/docs/data/sensitive-data/tutorials/rstudio.md:
--------------------------------------------------------------------------------
1 | ../r-in-sd-desktop.md
--------------------------------------------------------------------------------
/docs/img/3-2-1.drawio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/3-2-1.drawio.png
--------------------------------------------------------------------------------
/docs/img/ArcGIS_education_Institution_terms_and_conditions_2020-2022.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ArcGIS_education_Institution_terms_and_conditions_2020-2022.pdf
--------------------------------------------------------------------------------
/docs/img/CSC_2012_LOGO.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/CSC_2012_LOGO.png
--------------------------------------------------------------------------------
/docs/img/CSC_LOGO_nega_pad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/CSC_LOGO_nega_pad.png
--------------------------------------------------------------------------------
/docs/img/CSCfi_text.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/CSCfi_text.png
--------------------------------------------------------------------------------
/docs/img/CSDLicenseAgreementTemplateNAC.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/CSDLicenseAgreementTemplateNAC.pdf
--------------------------------------------------------------------------------
/docs/img/Checklist_for_DMP_v1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/Checklist_for_DMP_v1.png
--------------------------------------------------------------------------------
/docs/img/Creative_commons_license_spectrum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/Creative_commons_license_spectrum.png
--------------------------------------------------------------------------------
/docs/img/Docs_CSC_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/Docs_CSC_logo.png
--------------------------------------------------------------------------------
/docs/img/MyCSC_text.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/MyCSC_text.png
--------------------------------------------------------------------------------
/docs/img/ProcessWindowTotalview1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ProcessWindowTotalview1.png
--------------------------------------------------------------------------------
/docs/img/QuestionDoYouWantToStopJob1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/QuestionDoYouWantToStopJob1.png
--------------------------------------------------------------------------------
/docs/img/README.txt:
--------------------------------------------------------------------------------
1 | This file is needed to prevent the directory from being empty. Git
2 | rejects empty directories. Please remove when you have other files in
3 | the directory.
4 |
--------------------------------------------------------------------------------
/docs/img/Research_text.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/Research_text.png
--------------------------------------------------------------------------------
/docs/img/RootTotalview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/RootTotalview.png
--------------------------------------------------------------------------------
/docs/img/Save-Your-billing-units.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/Save-Your-billing-units.png
--------------------------------------------------------------------------------
/docs/img/Screenshot-Horizon-Instances-Bootsource.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/Screenshot-Horizon-Instances-Bootsource.png
--------------------------------------------------------------------------------
/docs/img/Screenshot-Instances+view+-+OpenStack+Dashboard+-+Chromium.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/Screenshot-Instances+view+-+OpenStack+Dashboard+-+Chromium.png
--------------------------------------------------------------------------------
/docs/img/Screenshot-puttygen-ppk2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/Screenshot-puttygen-ppk2.png
--------------------------------------------------------------------------------
/docs/img/Screenshot-puttygen-ppk2.png.1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/Screenshot-puttygen-ppk2.png.1
--------------------------------------------------------------------------------
/docs/img/StartDebuggingSession1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/StartDebuggingSession1.png
--------------------------------------------------------------------------------
/docs/img/StarupParameters1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/StarupParameters1.png
--------------------------------------------------------------------------------
/docs/img/VSCode_add_connection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/VSCode_add_connection.png
--------------------------------------------------------------------------------
/docs/img/VSCode_connect_to_host.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/VSCode_connect_to_host.png
--------------------------------------------------------------------------------
/docs/img/VSCode_enable_remote_command.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/VSCode_enable_remote_command.png
--------------------------------------------------------------------------------
/docs/img/VSCode_remote_extension.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/VSCode_remote_extension.png
--------------------------------------------------------------------------------
/docs/img/VSCode_select_interpreter_tykky.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/VSCode_select_interpreter_tykky.png
--------------------------------------------------------------------------------
/docs/img/WhenYourProjectHandlesPersonalData_GDPRdocument.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/WhenYourProjectHandlesPersonalData_GDPRdocument.png
--------------------------------------------------------------------------------
/docs/img/Winscp1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/Winscp1.jpg
--------------------------------------------------------------------------------
/docs/img/Winscp2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/Winscp2.jpg
--------------------------------------------------------------------------------
/docs/img/adh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/adh.png
--------------------------------------------------------------------------------
/docs/img/aggregators.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/aggregators.png
--------------------------------------------------------------------------------
/docs/img/alert.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/img/amsgui_puhti_queue_settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/amsgui_puhti_queue_settings.png
--------------------------------------------------------------------------------
/docs/img/associate-floating-ip-menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/associate-floating-ip-menu.png
--------------------------------------------------------------------------------
/docs/img/associate-floating-ip-menu.png.1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/associate-floating-ip-menu.png.1
--------------------------------------------------------------------------------
/docs/img/attach_security_group_vm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/attach_security_group_vm.png
--------------------------------------------------------------------------------
/docs/img/attachrunning2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/attachrunning2.png
--------------------------------------------------------------------------------
/docs/img/attachtouppersrun1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/attachtouppersrun1.png
--------------------------------------------------------------------------------
/docs/img/banners/banneri__summerhpc_800x164px_csc.fi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/banners/banneri__summerhpc_800x164px_csc.fi.png
--------------------------------------------------------------------------------
/docs/img/banners/bioexcel-summer-school-on-biomolecular-simulations-2023.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/banners/bioexcel-summer-school-on-biomolecular-simulations-2023.png
--------------------------------------------------------------------------------
/docs/img/banners/example-banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/banners/example-banner.png
--------------------------------------------------------------------------------
/docs/img/banners/kesakoulu-2023_banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/banners/kesakoulu-2023_banner.png
--------------------------------------------------------------------------------
/docs/img/benchpep-h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/benchpep-h.png
--------------------------------------------------------------------------------
/docs/img/blender_workspace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/blender_workspace.png
--------------------------------------------------------------------------------
/docs/img/breadcrumbs-debugging/breadcrumbs-debugging-is_page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/breadcrumbs-debugging/breadcrumbs-debugging-is_page.png
--------------------------------------------------------------------------------
/docs/img/breadcrumbs-debugging/breadcrumbs-debugging-literal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/breadcrumbs-debugging/breadcrumbs-debugging-literal.png
--------------------------------------------------------------------------------
/docs/img/bucket_information.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/bucket_information.png
--------------------------------------------------------------------------------
/docs/img/cats_horizon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/cats_horizon.png
--------------------------------------------------------------------------------
/docs/img/cellulose-amber.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/cellulose-amber.png
--------------------------------------------------------------------------------
/docs/img/check-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/img/chemistry-logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/chemistry-logo.jpg
--------------------------------------------------------------------------------
/docs/img/ci-cd.drawio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ci-cd.drawio.png
--------------------------------------------------------------------------------
/docs/img/cloud-stack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/cloud-stack.png
--------------------------------------------------------------------------------
/docs/img/console-button-horizon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/console-button-horizon.png
--------------------------------------------------------------------------------
/docs/img/container-orchestration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/container-orchestration.png
--------------------------------------------------------------------------------
/docs/img/cp2k-lumi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/cp2k-lumi.png
--------------------------------------------------------------------------------
/docs/img/create-application-credential-cpouta.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/create-application-credential-cpouta.png
--------------------------------------------------------------------------------
/docs/img/create-application-credential-epouta.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/create-application-credential-epouta.png
--------------------------------------------------------------------------------
/docs/img/create-application-credential.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/create-application-credential.png
--------------------------------------------------------------------------------
/docs/img/create-volume-horizon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/create-volume-horizon.png
--------------------------------------------------------------------------------
/docs/img/create_security_group.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/create_security_group.png
--------------------------------------------------------------------------------
/docs/img/crypt4sds.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/crypt4sds.png
--------------------------------------------------------------------------------
/docs/img/csc-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/csc-logo.png
--------------------------------------------------------------------------------
/docs/img/csc-quick-reference/.gitignore:
--------------------------------------------------------------------------------
1 | *.aux
2 | *.fdb_latexmk
3 | *.fls
4 | *.log
5 | *.out
--------------------------------------------------------------------------------
/docs/img/csc-quick-reference/CSCQuick Reference_Feb2023.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/csc-quick-reference/CSCQuick Reference_Feb2023.docx
--------------------------------------------------------------------------------
/docs/img/csc-quick-reference/csc-quick-reference-2020-11-10.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/csc-quick-reference/csc-quick-reference-2020-11-10.pdf
--------------------------------------------------------------------------------
/docs/img/csc-quick-reference/csc-quick-reference-2021-08-02.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/csc-quick-reference/csc-quick-reference-2021-08-02.pdf
--------------------------------------------------------------------------------
/docs/img/csc-quick-reference/csc-quick-reference.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/csc-quick-reference/csc-quick-reference.pdf
--------------------------------------------------------------------------------
/docs/img/data-discoverymetadata.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/data-discoverymetadata.png
--------------------------------------------------------------------------------
/docs/img/data-publications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/data-publications.png
--------------------------------------------------------------------------------
/docs/img/data_types.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/data_types.png
--------------------------------------------------------------------------------
/docs/img/dbaas-enable-root.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/dbaas-enable-root.png
--------------------------------------------------------------------------------
/docs/img/default-security-group.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/default-security-group.png
--------------------------------------------------------------------------------
/docs/img/emacs.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/emacs.jpg
--------------------------------------------------------------------------------
/docs/img/eog.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/eog.jpg
--------------------------------------------------------------------------------
/docs/img/epouta-connection.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/epouta-connection.jpg
--------------------------------------------------------------------------------
/docs/img/file_per_process.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/file_per_process.png
--------------------------------------------------------------------------------
/docs/img/file_striping.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/file_striping.png
--------------------------------------------------------------------------------
/docs/img/filezilla.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/filezilla.png
--------------------------------------------------------------------------------
/docs/img/funet_download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/funet_download.png
--------------------------------------------------------------------------------
/docs/img/funet_upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/funet_upload.png
--------------------------------------------------------------------------------
/docs/img/g16_perf_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/g16_perf_1.png
--------------------------------------------------------------------------------
/docs/img/g16_perf_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/g16_perf_2.png
--------------------------------------------------------------------------------
/docs/img/g16_perf_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/g16_perf_3.png
--------------------------------------------------------------------------------
/docs/img/gabedit_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/gabedit_1.png
--------------------------------------------------------------------------------
/docs/img/gabedit_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/gabedit_2.png
--------------------------------------------------------------------------------
/docs/img/gabedit_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/gabedit_3.png
--------------------------------------------------------------------------------
/docs/img/git.drawio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/git.drawio.png
--------------------------------------------------------------------------------
/docs/img/heat-web-ui.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/heat-web-ui.png
--------------------------------------------------------------------------------
/docs/img/helmi_mapping.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/helmi_mapping.png
--------------------------------------------------------------------------------
/docs/img/helmi_with_jupyter_for_courses_gui.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/helmi_with_jupyter_for_courses_gui.png
--------------------------------------------------------------------------------
/docs/img/helmi_with_lumi_web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/helmi_with_lumi_web.png
--------------------------------------------------------------------------------
/docs/img/horizon-image-upload-dialog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/horizon-image-upload-dialog.png
--------------------------------------------------------------------------------
/docs/img/horizon-image-upload2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/horizon-image-upload2.png
--------------------------------------------------------------------------------
/docs/img/horizon-snapshot-menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/horizon-snapshot-menu.png
--------------------------------------------------------------------------------
/docs/img/host_profile_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/host_profile_1.png
--------------------------------------------------------------------------------
/docs/img/host_profile_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/host_profile_2.png
--------------------------------------------------------------------------------
/docs/img/host_profile_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/host_profile_3.png
--------------------------------------------------------------------------------
/docs/img/host_profile_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/host_profile_4.png
--------------------------------------------------------------------------------
/docs/img/instance-lifecycle-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/instance-lifecycle-1.png
--------------------------------------------------------------------------------
/docs/img/interactive_session_workspace_blender.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/interactive_session_workspace_blender.png
--------------------------------------------------------------------------------
/docs/img/julia-jupyter/julia-kernels.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/julia-jupyter/julia-kernels.png
--------------------------------------------------------------------------------
/docs/img/julia-jupyter/ood-application-menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/julia-jupyter/ood-application-menu.png
--------------------------------------------------------------------------------
/docs/img/julia-jupyter/options-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/julia-jupyter/options-1.png
--------------------------------------------------------------------------------
/docs/img/julia-jupyter/options-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/julia-jupyter/options-2.png
--------------------------------------------------------------------------------
/docs/img/julia-jupyter/options-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/julia-jupyter/options-3.png
--------------------------------------------------------------------------------
/docs/img/lammps-bench.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/lammps-bench.png
--------------------------------------------------------------------------------
/docs/img/levels-of-openess_v1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/levels-of-openess_v1.png
--------------------------------------------------------------------------------
/docs/img/levels-of-openness_v1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/levels-of-openness_v1.png
--------------------------------------------------------------------------------
/docs/img/lustre.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/lustre.png
--------------------------------------------------------------------------------
/docs/img/mahti_ccd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/mahti_ccd.png
--------------------------------------------------------------------------------
/docs/img/mahti_df.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/mahti_df.png
--------------------------------------------------------------------------------
/docs/img/mahti_df_ex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/mahti_df_ex.png
--------------------------------------------------------------------------------
/docs/img/mahti_node.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/mahti_node.png
--------------------------------------------------------------------------------
/docs/img/mahti_numa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/mahti_numa.png
--------------------------------------------------------------------------------
/docs/img/metadata-categories_v5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/metadata-categories_v5.png
--------------------------------------------------------------------------------
/docs/img/mlflow-front.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/mlflow-front.png
--------------------------------------------------------------------------------
/docs/img/mlflow-metrics.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/mlflow-metrics.png
--------------------------------------------------------------------------------
/docs/img/mycsc-create-new-project.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/mycsc-create-new-project.png
--------------------------------------------------------------------------------
/docs/img/mycsc-getting-started-with-csc-services-for-students-video-poster.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/mycsc-getting-started-with-csc-services-for-students-video-poster.png
--------------------------------------------------------------------------------
/docs/img/nano.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/nano.jpg
--------------------------------------------------------------------------------
/docs/img/ood-csc-mfa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood-csc-mfa.png
--------------------------------------------------------------------------------
/docs/img/ood-edit-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood-edit-example.png
--------------------------------------------------------------------------------
/docs/img/ood-files.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood-files.png
--------------------------------------------------------------------------------
/docs/img/ood-files2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood-files2.png
--------------------------------------------------------------------------------
/docs/img/ood-interactive-sessions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood-interactive-sessions.png
--------------------------------------------------------------------------------
/docs/img/ood-save-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood-save-settings.png
--------------------------------------------------------------------------------
/docs/img/ood-saved-settings-page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood-saved-settings-page.png
--------------------------------------------------------------------------------
/docs/img/ood-use-saved-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood-use-saved-settings.png
--------------------------------------------------------------------------------
/docs/img/ood-vnc-connect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood-vnc-connect.png
--------------------------------------------------------------------------------
/docs/img/ood-vscode-cpptools-vsix.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood-vscode-cpptools-vsix.png
--------------------------------------------------------------------------------
/docs/img/ood-vscode-install-cpptools.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood-vscode-install-cpptools.png
--------------------------------------------------------------------------------
/docs/img/ood-vscode-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood-vscode-settings.png
--------------------------------------------------------------------------------
/docs/img/ood_cloud_storage_conf_table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood_cloud_storage_conf_table.png
--------------------------------------------------------------------------------
/docs/img/ood_jupyter_additional_packages.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood_jupyter_additional_packages.png
--------------------------------------------------------------------------------
/docs/img/ood_login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood_login.png
--------------------------------------------------------------------------------
/docs/img/ood_main.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood_main.png
--------------------------------------------------------------------------------
/docs/img/ood_rclone1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood_rclone1.png
--------------------------------------------------------------------------------
/docs/img/ood_rclone2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/ood_rclone2.png
--------------------------------------------------------------------------------
/docs/img/pouta-accept-volume-transfer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-accept-volume-transfer.png
--------------------------------------------------------------------------------
/docs/img/pouta-add-rules-secgroup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-add-rules-secgroup.png
--------------------------------------------------------------------------------
/docs/img/pouta-assign-ip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-assign-ip.png
--------------------------------------------------------------------------------
/docs/img/pouta-create-key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-create-key.png
--------------------------------------------------------------------------------
/docs/img/pouta-create-server-group.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-create-server-group.png
--------------------------------------------------------------------------------
/docs/img/pouta-instance-details.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-instance-details.png
--------------------------------------------------------------------------------
/docs/img/pouta-instances-terminal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-instances-terminal.png
--------------------------------------------------------------------------------
/docs/img/pouta-launch-instance.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-launch-instance.jpg
--------------------------------------------------------------------------------
/docs/img/pouta-launch-instance.jpg.1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-launch-instance.jpg.1
--------------------------------------------------------------------------------
/docs/img/pouta-launch-instance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-launch-instance.png
--------------------------------------------------------------------------------
/docs/img/pouta-network-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-network-1.png
--------------------------------------------------------------------------------
/docs/img/pouta-network-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-network-2.png
--------------------------------------------------------------------------------
/docs/img/pouta-network-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-network-3.png
--------------------------------------------------------------------------------
/docs/img/pouta-network-topo-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-network-topo-1.png
--------------------------------------------------------------------------------
/docs/img/pouta-openrc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-openrc.png
--------------------------------------------------------------------------------
/docs/img/pouta-router-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-router-1.png
--------------------------------------------------------------------------------
/docs/img/pouta-router-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-router-2.png
--------------------------------------------------------------------------------
/docs/img/pouta-server-groups.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-server-groups.png
--------------------------------------------------------------------------------
/docs/img/pouta-user-guide-keypairs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-user-guide-keypairs.png
--------------------------------------------------------------------------------
/docs/img/pouta-user-guide-keypairs.png.1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-user-guide-keypairs.png.1
--------------------------------------------------------------------------------
/docs/img/pouta-volume-transfer-creation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-volume-transfer-creation.png
--------------------------------------------------------------------------------
/docs/img/pouta-web-console.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta-web-console.png
--------------------------------------------------------------------------------
/docs/img/pouta_application.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta_application.jpg
--------------------------------------------------------------------------------
/docs/img/pouta_application_development_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta_application_development_1.png
--------------------------------------------------------------------------------
/docs/img/pouta_project_selection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pouta_project_selection.png
--------------------------------------------------------------------------------
/docs/img/putty-key-file-authentication.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/putty-key-file-authentication.png
--------------------------------------------------------------------------------
/docs/img/putty-load.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/putty-load.png
--------------------------------------------------------------------------------
/docs/img/putty-saved-ppk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/putty-saved-ppk.png
--------------------------------------------------------------------------------
/docs/img/putty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/putty.png
--------------------------------------------------------------------------------
/docs/img/pytorch-profiler1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/pytorch-profiler1.png
--------------------------------------------------------------------------------
/docs/img/restricted-api-ssh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/restricted-api-ssh.png
--------------------------------------------------------------------------------
/docs/img/restricted-ssh-security-group.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/restricted-ssh-security-group.png
--------------------------------------------------------------------------------
/docs/img/rstudio_change_directory.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/rstudio_change_directory.png
--------------------------------------------------------------------------------
/docs/img/scale.drawio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/scale.drawio.png
--------------------------------------------------------------------------------
/docs/img/sd-processing-big.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/sd-processing-big.png
--------------------------------------------------------------------------------
/docs/img/sd-processing-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/sd-processing-small.png
--------------------------------------------------------------------------------
/docs/img/sd-sharing-big.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/sd-sharing-big.png
--------------------------------------------------------------------------------
/docs/img/sd-sharing-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/sd-sharing-small.png
--------------------------------------------------------------------------------
/docs/img/sd_desktop_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/sd_desktop_1.png
--------------------------------------------------------------------------------
/docs/img/security_group.drawio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/security_group.drawio.png
--------------------------------------------------------------------------------
/docs/img/security_group_example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/security_group_example.png
--------------------------------------------------------------------------------
/docs/img/security_group_list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/security_group_list.png
--------------------------------------------------------------------------------
/docs/img/stacks-view.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/stacks-view.png
--------------------------------------------------------------------------------
/docs/img/stateless_VM.drawio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/stateless_VM.drawio.png
--------------------------------------------------------------------------------
/docs/img/stmv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/stmv.png
--------------------------------------------------------------------------------
/docs/img/tmolex_remote_settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/tmolex_remote_settings.png
--------------------------------------------------------------------------------
/docs/img/tykky_selection_jupyter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/tykky_selection_jupyter.png
--------------------------------------------------------------------------------
/docs/img/vim.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/vim.jpg
--------------------------------------------------------------------------------
/docs/img/volume-attach-horizon2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/volume-attach-horizon2.png
--------------------------------------------------------------------------------
/docs/img/volume-expand-horizon1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/volume-expand-horizon1.png
--------------------------------------------------------------------------------
/docs/img/websocat-diagram-4.drawio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/websocat-diagram-4.drawio.png
--------------------------------------------------------------------------------
/docs/img/websocat-diagram.drawio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/websocat-diagram.drawio.png
--------------------------------------------------------------------------------
/docs/img/whats-new/feedback-buttons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/whats-new/feedback-buttons.png
--------------------------------------------------------------------------------
/docs/img/whats-new/nav-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/whats-new/nav-after.png
--------------------------------------------------------------------------------
/docs/img/whats-new/nav-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/whats-new/nav-before.png
--------------------------------------------------------------------------------
/docs/img/windows/digital_signature_details.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/windows/digital_signature_details.png
--------------------------------------------------------------------------------
/docs/img/windows/folder_options.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/windows/folder_options.png
--------------------------------------------------------------------------------
/docs/img/windows/git_bash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/windows/git_bash.png
--------------------------------------------------------------------------------
/docs/img/windows/git_for_windows_mouse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/windows/git_for_windows_mouse.png
--------------------------------------------------------------------------------
/docs/img/windows/git_for_windows_org.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/windows/git_for_windows_org.png
--------------------------------------------------------------------------------
/docs/img/windows/git_for_windows_setup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/windows/git_for_windows_setup.png
--------------------------------------------------------------------------------
/docs/img/windows/keepass_add_entry.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/windows/keepass_add_entry.png
--------------------------------------------------------------------------------
/docs/img/windows/keepass_auto-type.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/windows/keepass_auto-type.png
--------------------------------------------------------------------------------
/docs/img/windows/miniconda_latest_installers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/windows/miniconda_latest_installers.png
--------------------------------------------------------------------------------
/docs/img/windows/miniconda_setup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/windows/miniconda_setup.png
--------------------------------------------------------------------------------
/docs/img/windows/tasks.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/windows/tasks.png
--------------------------------------------------------------------------------
/docs/img/x-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/img/youtube.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/img/youtube.png
--------------------------------------------------------------------------------
/docs/support/archives/asiakaskoulutus-customer-training.md:
--------------------------------------------------------------------------------
1 | ---
2 | archive_feed: https://newsletter.csc.fi/archive/asiakaskoulutus-customer-training/rss
3 | ---
4 |
5 | # Newsletter
6 |
7 | --8<-- "placeholders/archive.md"
8 |
--------------------------------------------------------------------------------
/docs/support/archives/compute-server-announcements.md:
--------------------------------------------------------------------------------
1 | ---
2 | archive_feed: https://postit.csc.fi/sympa/rss/latest_arc/compute-server-announcements?for=365
3 | ---
4 |
5 | # Mailing list
6 |
7 | --8<-- "placeholders/archive.md"
8 |
--------------------------------------------------------------------------------
/docs/support/archives/lumi-users.md:
--------------------------------------------------------------------------------
1 | ---
2 | archive_feed: https://postit.csc.fi/sympa/rss/latest_arc/lumi-users?for=365
3 | ---
4 |
5 | # Mailing list
6 |
7 | --8<-- "placeholders/archive.md"
8 |
--------------------------------------------------------------------------------
/docs/support/archives/mahti-users.md:
--------------------------------------------------------------------------------
1 | ---
2 | archive_feed: https://postit.csc.fi/sympa/rss/latest_arc/mahti-users?for=365
3 | ---
4 |
5 | # Mailing list
6 |
7 | --8<-- "placeholders/archive.md"
8 |
--------------------------------------------------------------------------------
/docs/support/archives/pouta-users.md:
--------------------------------------------------------------------------------
1 | ---
2 | archive_feed: https://postit.csc.fi/sympa/rss/latest_arc/pouta-users?for=365
3 | ---
4 |
5 | # Mailing list
6 |
7 | --8<-- "placeholders/archive.md"
8 |
--------------------------------------------------------------------------------
/docs/support/archives/puhti-users.md:
--------------------------------------------------------------------------------
1 | ---
2 | archive_feed: https://postit.csc.fi/sympa/rss/latest_arc/puhti-users?for=365
3 | ---
4 |
5 | # Mailing list
6 |
7 | --8<-- "placeholders/archive.md"
8 |
--------------------------------------------------------------------------------
/docs/support/archives/rahti-users.md:
--------------------------------------------------------------------------------
1 | ---
2 | archive_feed: https://postit.csc.fi/sympa/rss/latest_arc/rahti-users?for=365
3 | ---
4 |
5 | # Mailing list
6 |
7 | --8<-- "placeholders/archive.md"
8 |
--------------------------------------------------------------------------------
/docs/support/archives/sd-desktop-users.md:
--------------------------------------------------------------------------------
1 | ---
2 | archive_feed: https://postit.csc.fi/sympa/rss/latest_arc/sd-desktop-users?for=365
3 | ---
4 |
5 | # Mailing list
6 |
7 | --8<-- "placeholders/archive.md"
8 |
--------------------------------------------------------------------------------
/docs/support/archives/tutkimus-research.md:
--------------------------------------------------------------------------------
1 | ---
2 | archive_feed: https://newsletter.csc.fi/archive/tutkimus-research/rss
3 | ---
4 |
5 | # Newsletter
6 |
7 | --8<-- "placeholders/archive.md"
8 |
--------------------------------------------------------------------------------
/docs/support/faq/can-i-have-a-personal-project-or-bucket-in-allas.md:
--------------------------------------------------------------------------------
1 | # Can I have a personal project, bucket or object in Allas?
2 |
3 | All the contents of a project's bucket are available to all project members and
4 | all the project members have full access rights to all the project's buckets
5 | and the objects inside them. Hence, you can **not** have a personal bucket
6 | within a project including other members.
7 |
8 | Therefore, the only way to get a personal project or bucket is you being the
9 | only member in the project.
10 |
--------------------------------------------------------------------------------
/docs/support/faq/can-i-run-mpi-applications-on-pouta.md:
--------------------------------------------------------------------------------
1 | # Can I run MPI applications on Pouta?
2 |
3 | MPI applications should run, although currently we don't have any specific
4 | guidelines for users. We welcome feedback or benchmark results. Please contact
5 | [CSC Service Desk](../contact.md).
6 |
--------------------------------------------------------------------------------
/docs/support/faq/can-i-use-csc-services-abroad.md:
--------------------------------------------------------------------------------
1 | # I'm moving abroad. Can I still use CSC services?
2 |
3 | If you are leaving abroad, e.g., as a visiting or post-doc researcher, you
4 | have the right to use CSC's services as long as some connection to a Finnish
5 | higher education institution or state research institute remains. This could
6 | be, for example, a collaboration with your old research group, in which case
7 | you could be invited to a CSC project by the PI as an international
8 | collaborator. For more details, see
9 | [Free-of-charge use cases](https://research.csc.fi/free-of-charge-use-cases).
10 |
11 | In case you have problems using CSC's services abroad, please
12 | [contact CSC Service Desk](../contact.md) to locate the problem.
13 |
--------------------------------------------------------------------------------
/docs/support/faq/do-you-offer-ssl-certificates.md:
--------------------------------------------------------------------------------
1 | # Do you offer SSL certificates?
2 |
3 | Not as such, but you do have several options:
4 |
5 | * If your organization is a Funet member organization, and it has
6 | signed the contract to use the certificate service, you can get free
7 | certificates via your organization's administrators.
8 | * There are also services that provide free certificates. For example,
9 | [Let's Encrypt](https://letsencrypt.org/) provides certificates which behave
10 | well with most modern web browsers.
11 | * If you are using Rahti, you can use the wildcard certificate for
12 | `*.2.rahtiapp.fi` DNS names. See also:
13 | [Do you offer SSL certificates in Rahti](rahti-ssl-certificates.md).
14 |
--------------------------------------------------------------------------------
/docs/support/faq/email_not_working.md:
--------------------------------------------------------------------------------
1 | # Sending email when a job starts/finishes is not working
2 |
3 | * Check that the option is correctly set in your batch script. For example, to
4 | get email when the job starts, it should read `#SBATCH --mail-type=BEGIN`.
5 | * Multiple arguments are separated by a comma, e.g.
6 | `#SBATCH --mail-type=BEGIN,END`.
7 | * The email is by default sent to the email address linked to your CSC account.
8 | * If you are using the `#SBATCH --mail-user=` option to
9 | override the default email address, ensure that the email set is valid.
10 |
--------------------------------------------------------------------------------
/docs/support/faq/how-can-i-share-my-data-with-others.md:
--------------------------------------------------------------------------------
1 | # How can I share my data with other users?
2 |
3 | Sharing data, e.g. datasets or research results, is easy in the
4 | [Allas object storage](../../data/Allas/introduction.md). You can share these
5 | either with a limited audience, e.g. other projects, or allow access for
6 | everybody by making the data public.
7 |
8 | Read more about
9 | [sharing your data in Allas](../../data/Allas/using_allas/common_use_cases.md).
10 |
--------------------------------------------------------------------------------
/docs/support/faq/how-do-i-know-how-much-resources-i-have-left.md:
--------------------------------------------------------------------------------
1 | # How do I know how much computing resources I have left?
2 |
3 | By logging in to our customer portal [MyCSC](https://my.csc.fi).
4 | You can see your projects, their project numbers, managers and billing
5 | unit status on the [*Projects* page](https://my.csc.fi/projects).
6 |
7 | On CSC supercomputers, `csc-projects` command will provide information on your
8 | [active projects](../../computing/index.md#projects-and-quotas) directly on the
9 | command-line. For more information about usage, run:
10 |
11 | ```bash
12 | csc-projects --help
13 | ```
14 |
--------------------------------------------------------------------------------
/docs/support/faq/how-to-change-organization.md:
--------------------------------------------------------------------------------
1 | # I have moved to a new university/organization. Can I keep my present user account and join it to some new project under the new organization?
2 |
3 | Yes, you can. Doing this is actually mandatory so that the user statistics will
4 | go right, and so that your account will not be closed when your old email
5 | address expires.
6 |
7 | [Please contact CSC Service Desk](../contact.md), and we will update your
8 | organization for you. After this, you may
9 | [apply for a new project](../../accounts/how-to-create-new-project.md), or your
10 | project manager in the new organization can
11 | [add you to the relevant project(s)](../../accounts/how-to-add-members-to-project.md).
12 |
--------------------------------------------------------------------------------
/docs/support/faq/how-to-cite-csc.md:
--------------------------------------------------------------------------------
1 | # How to cite CSC in a paper
2 |
3 | A good place is the acknowledgements at the end of the manuscript. A typical
4 | statement is:
5 |
6 | > The authors wish to acknowledge CSC – IT Center for Science, Finland, for
7 | > computational resources.
8 |
9 | This wording covers both computing time and licenses, and if you've used
10 | **a lot** of resources, you can add: *for generous computational resources.*
11 |
--------------------------------------------------------------------------------
/docs/support/faq/how-to-create-CSC-user-account.md:
--------------------------------------------------------------------------------
1 | # How to create a CSC user account
2 |
3 | If your home organization is a member of the Haka or Virtu federation, you can
4 | [create a CSC account yourself](../../accounts/how-to-create-new-user-account.md).
5 |
6 | If you don't have Haka or Virtu, please see
7 | [how to contact us to register](../../accounts/how-to-create-new-user-account.md#getting-an-account-without-haka-or-virtu).
8 |
9 | Please see the
10 | [Accounts section](../../accounts/how-to-create-new-user-account.md) and
11 | [general information about getting started with CSC services](https://research.csc.fi/accounts-and-projects)
12 | for more information.
13 |
--------------------------------------------------------------------------------
/docs/support/faq/how-to-create-default-network-and-router-in-pouta.md:
--------------------------------------------------------------------------------
1 | # How to create default network and router in a Pouta project
2 |
3 | If your project doesn't come with a default network and router configuration, here is the link where you find information about creating a default network and router:
4 |
5 | [Networking in Pouta](../../cloud/pouta/networking.md)
6 |
--------------------------------------------------------------------------------
/docs/support/faq/how-to-find-information-about-projects.md:
--------------------------------------------------------------------------------
1 | # How can I find information about my projects?
2 |
3 | By logging in to our customer portal [MyCSC](https://my.csc.fi). You can see
4 | your projects, their project numbers, managers and billing unit status on the
5 | [*Projects* sub-page](https://my.csc.fi/projects).
6 |
7 | Please see also:
8 |
9 | * [How to create a new project](../../accounts/how-to-create-new-project.md).
10 | * `csc-projects` – a command-line tool for querying information about your
11 | [active projects on CSC supercomputers](../../computing/index.md#projects-and-quotas).
12 |
--------------------------------------------------------------------------------
/docs/support/faq/how-to-get-started-at-CSC.md:
--------------------------------------------------------------------------------
1 | # How to get started as a new user at CSC?
2 |
3 | You are now browsing through our service guides.
4 | We have collected some useful materials in the following locations:
5 |
6 | * [CSC accounts and projects](../../accounts/index.md)
7 | * [CSC customer portal MyCSC](https://my.csc.fi)
8 | * [Free-of-charge use cases](https://research.csc.fi/free-of-charge-use-cases)
9 | * [Services for research](https://research.csc.fi)
10 | * [Services by discipline](https://research.csc.fi/sciences)
11 | * [Tutorials](../../support/tutorials/index.md)
12 | * [Frequently Asked Questions](index.md)
13 | * [Collection of training materials](../training-material/index.md)
14 | * [CSC training calendar](https://csc.fi/en/trainings/training-calendar/)
15 |
16 | Need direct support? [Contact CSC Service Desk](../contact.md)!
17 |
--------------------------------------------------------------------------------
/docs/support/faq/how-to-install-own-software.md:
--------------------------------------------------------------------------------
1 | # How to install my own software in CSC supercomputer
2 |
3 | It is possible to install your own software but the instructions from the
4 | web rarely work _as is_. For example, you can't install in the typical
5 | default locations. Instead, the recommended location is your
6 | `/projappl/project_xxxx` folder.
7 |
8 | For details, please consult the
9 | [Installing own software chapter](https://a3s.fi/CSC_training/09_installing.html#/installing-own-software)
10 | of our CSC Computing Environment course materials and follow the related
11 | [hands-on tutorials](https://csc-training.github.io/csc-env-eff/part-2/installing/).
12 |
--------------------------------------------------------------------------------
/docs/support/faq/how-to-store-data-in-pouta.md:
--------------------------------------------------------------------------------
1 | # How to store data on Pouta?
2 |
3 | Pouta provides two choices
4 | **[which are not backed up by CSC](is-pouta-backed-up.md)**:
5 |
6 | * Temporary storage via local disks attached to virtual machines. OpenStack
7 | calls this ephemeral (meaning *lasting for a very short time*) storage.
8 | * Longer term storage via _Volumes_. Volumes appear as raw disks attached to
9 | virtual machines. See:
10 | * [What are volumes? How to use them?](what-are-volumes-and-how-to-use.md)
11 |
12 | Alternatively, you can access data in
13 | [Allas object storage](../../data/Allas/index.md).
14 |
--------------------------------------------------------------------------------
/docs/support/faq/img/Could_not_load_image_metadata.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/Could_not_load_image_metadata.png
--------------------------------------------------------------------------------
/docs/support/faq/img/Failed_to_pull_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/Failed_to_pull_image.png
--------------------------------------------------------------------------------
/docs/support/faq/img/cloud_pouta_resize_custome_disk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/cloud_pouta_resize_custome_disk.png
--------------------------------------------------------------------------------
/docs/support/faq/img/confirm_resize.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/confirm_resize.png
--------------------------------------------------------------------------------
/docs/support/faq/img/post-creation-pouta.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/post-creation-pouta.png
--------------------------------------------------------------------------------
/docs/support/faq/img/resize_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/resize_button.png
--------------------------------------------------------------------------------
/docs/support/faq/img/resize_volume.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/resize_volume.png
--------------------------------------------------------------------------------
/docs/support/faq/img/resize_volume_window.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/resize_volume_window.png
--------------------------------------------------------------------------------
/docs/support/faq/img/resize_window.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/resize_window.png
--------------------------------------------------------------------------------
/docs/support/faq/img/terminal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/terminal.png
--------------------------------------------------------------------------------
/docs/support/faq/img/terminalPod1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/terminalPod1.png
--------------------------------------------------------------------------------
/docs/support/faq/img/terminalPod2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/terminalPod2.png
--------------------------------------------------------------------------------
/docs/support/faq/img/terminalPod3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSCfi/csc-user-guide/c1d718a4afdc509af0c6496309449a279b6f332d/docs/support/faq/img/terminalPod3.png
--------------------------------------------------------------------------------
/docs/support/faq/is-pouta-backed-up.md:
--------------------------------------------------------------------------------
1 | # Is Pouta backed up?
2 |
3 | User data is not backed up. It's the user's responsibility to make backups of
4 | data as needed. Depending on the type and amount of data, users can consider
5 | making another copy at, or using in parallel, one of the other CSC data
6 | services. Please have a look at the [Data section](../../data/index.md).
7 |
--------------------------------------------------------------------------------
/docs/support/faq/is-there-a-glossary-of-the-acronyms-you-keep-using.md:
--------------------------------------------------------------------------------
1 | # Is there a glossary of the acronyms you keep using?
2 |
3 | Yes, there is! In addition to a [specific glossary page](../glossary.md), the
4 | acronyms found across Docs CSC have their definitions embedded as tooltips. For
5 | example, if you move your mouse cursor over (or tap it on mobile/touchscreen)
6 | this underlined acronym: HPC, you'll see its definition as a so-called tooltip.
7 |
--------------------------------------------------------------------------------
/docs/support/faq/new-password.md:
--------------------------------------------------------------------------------
1 | # How do I get a new CSC password?
2 |
3 | From [MyCSC](https://my.csc.fi), click *Log In* button from the right top
4 | corner, and select *CSC Login* in the *Select authentication provider* view.
5 | The CSC Login page has a *Forgot password?* link.
6 |
7 | Or shorter, just navigate directly to the
8 | [*Forgotten your password?* page](https://my.csc.fi/forgot-password).
9 |
--------------------------------------------------------------------------------
/docs/support/faq/rahti-ssl-certificates.md:
--------------------------------------------------------------------------------
1 | # Do you offer in Rahti SSL certificates?
2 |
3 | Yes, a wildcard certificate for the DNS names `*.2.rahtiapp.fi` and `*.rahtiapp.fi` is installed and can be used directly by the user.
4 |
5 | So if the DNS name of your service is under the subdomain `rahtiapp.fi`, simply enable the *TLS encryption* of the route, and automatically the route will have a valid certificate. The certificate is managed by the Rahti team, this includes the renewal and installation.
6 |
7 | If the DNS name is not under the subdomain `rahtiapp.fi`, you need to provide your own certificate. You need to take care of obtaining the certificate, adding it to the `Route` object, and afterwards renew it before it expires.
8 |
9 | You can read more about this in our [Custom domain names and secure transport](../../cloud/rahti/tutorials/custom-domain.md) tutorial.
10 |
--------------------------------------------------------------------------------
/docs/support/faq/rahti-udp.md:
--------------------------------------------------------------------------------
1 | # Does Rahti support UDP connections?
2 |
3 | No, meanwhile, internal UDP traffic is possible, i.e.: during Pod to Pod communications inside the same namespace. It is not possible to contact Rahti using the UDP protocol. Only HTTP/HTTPS is supported for `Route`s, and `oc port-forwarding` only supports TCP ports.
4 |
--------------------------------------------------------------------------------
/docs/support/faq/what-are-volumes-and-how-to-use.md:
--------------------------------------------------------------------------------
1 | # What are volumes? How do I use them?
2 |
3 | Volumes are virtual block devices exported from a central storage backend to
4 | virtual machines. A volume can be attached to one virtual machine at a time.
5 | These volumes can be further used to provide different storage options, such as
6 | NFS through a virtual machine running an NFS server.
7 |
8 | For how to use volumes on Pouta, see
9 | [Persistent volumes](../../cloud/pouta/persistent-volumes.md).
10 |
--------------------------------------------------------------------------------
/docs/support/faq/what-does-it-cost-to-use-pouta.md:
--------------------------------------------------------------------------------
1 | # What does it cost to use Pouta?
2 |
3 | Pouta usage is free for Finnish academic use if a project application is
4 | accepted. This uses the same process as the HPC systems at CSC. For a detailed
5 | explanation, see
6 | [Pouta Usage policy](../../cloud/pouta/vm-flavors-and-billing.md).
7 |
8 | [Academic and commercial pricing](https://research.csc.fi/purchasing) is also
9 | available for cases where we are unable to provide free access or sufficient
10 | resources.
11 |
12 | Accounting and billing is based on the same billing units that are used in the
13 | HPC systems at CSC. Academic users can apply for more free billing units
14 | through the [CSC customer portal MyCSC](https://my.csc.fi). Paying customers
15 | should contact [CSC Service Desk](../contact.md).
16 |
--------------------------------------------------------------------------------
/docs/support/faq/why-this-container-does-not-work.md:
--------------------------------------------------------------------------------
1 | # Why this container report permission denied errors?
2 |
3 | The most common reason for a container to fail to run in Rahti, is that the container image expects to be run as `root`. As Rahti does not run images as root, permission denied errors will stop the execution.
4 |
5 | The solution is to use a different image. The first option is to find another image that is prepared to be run as a non root user. If there is not an image already prepared to run in OpenShift, or it is not provided by a trustable source, the other option is to modify the current image to make it work with a non root user, for example as described in the [Creating images](../../cloud/rahti/images/creating.md) section.
6 |
--------------------------------------------------------------------------------
/docs/support/faq/x11-graphics.md:
--------------------------------------------------------------------------------
1 | # X11 remote graphics does not work
2 |
3 | Remote graphics requires tunneling X11 through SSH using the `-X` flag. On
4 | Linux, connect to e.g. Puhti using:
5 |
6 | ```bash
7 | ssh -X @puhti.csc.fi
8 | ```
9 |
10 | An error may occur if you have run out of disk quota.
11 |
12 | Another (better) way to run remote graphics is to use a remote desktop through
13 | the [Puhti web interface](../../computing/webinterface/index.md).
14 |
15 | For more details, see our
16 | [instructions for graphical connections](../../computing/connecting/index.md#graphical-connection).
17 |
--------------------------------------------------------------------------------
/docs/support/index.md:
--------------------------------------------------------------------------------
1 | # Additional support materials
2 |
3 | In addition to the manual sections, Docs CSC also includes [Frequently Asked Questions](faq/index.md),
4 | a collection of [Tutorials](tutorials/index.md), a selection of hand picked
5 | [Training Materials](training-material/index.md) suitable for self learning, and
6 | [contact informtation](contact.md) to ask for support from our specialists.
7 |
--------------------------------------------------------------------------------
/docs/support/tutorials/conda/c-ide.yaml:
--------------------------------------------------------------------------------
1 | name: c-ide
2 | channels:
3 | - /wrk/jle/DONOTREMOVE/conda/channels/csc-forge-based
4 | - conda-forge
5 | - defaults
6 | - anaconda
7 | dependencies:
8 | - git
9 | - font-ttf-source-code-pro
10 | - emacs
11 | - global
12 | - ctags
13 | - clangdev
14 | - cmake
15 | - make
16 |
--------------------------------------------------------------------------------
/docs/support/tutorials/conda/conda-docs-env-1.0.yaml:
--------------------------------------------------------------------------------
1 | name: docs
2 | channels:
3 | - conda-forge
4 | dependencies:
5 | - python==3.7.3
6 | - pip==19.1.1
7 | - pip:
8 | - mkdocs==1.2.4
9 | - mdx-linkify==1.0
10 | - mdx-environment==0.2.0
11 | - yasha==4.1
12 | - mkdocs-material==4.3.0
13 | - pymdown-extensions==9.0
14 | - mkdocs-windmill==1.0.0
15 | #mkdocs-rtd-dropdown==1.0.2
16 | #
17 |
--------------------------------------------------------------------------------
/docs/support/tutorials/conda/conda-docs-env-1.1.yaml:
--------------------------------------------------------------------------------
1 | name: docs-env
2 | channels:
3 | - conda-forge
4 | dependencies:
5 | - python==3.8.12
6 | - pip==19.3.1
7 | - pip:
8 | - Markdown==3.3.7
9 | - mkdocs==1.3.1
10 | - mkdocs-material==8.4.0
11 | - mkdocs-material-extensions==1.0.3
12 | - mkdocs-git-revision-date-localized-plugin==1.1.0
13 |
--------------------------------------------------------------------------------
/docs/support/tutorials/conda/conda-docs-env-1.2.yaml:
--------------------------------------------------------------------------------
1 | name: docs-env
2 | channels:
3 | - conda-forge
4 | dependencies:
5 | - python==3.8.12
6 | - pip==19.3.1
7 | - pip:
8 | - Markdown==3.3.7
9 | - mkdocs==1.3.1
10 | - mkdocs-material==8.4.0
11 | - mkdocs-material-extensions==1.0.3
12 | - mkdocs-git-revision-date-localized-plugin==1.1.0
13 | - mkdocs-section-index
14 | - mkdocs-redirects
15 |
--------------------------------------------------------------------------------
/docs/support/whats-new.md:
--------------------------------------------------------------------------------
1 | # What's new
2 |
3 | Here you will find news of new features
4 | and changes to the computing environment
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/scripts/convert.py:
--------------------------------------------------------------------------------
1 | import sys
2 | import re
3 | section_name=sys.argv[1]
4 | mid=section_name.lower().replace('.','').replace(' ','-')
5 | mid2=re.sub('[^0-9a-zA-Z-]+','-',mid)
6 | print(re.sub('[-]+','-',mid2))
7 |
--------------------------------------------------------------------------------
/scripts/generate_glossary.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | source_dir="csc-overrides/assets/snippets/glossaries"
3 | glossary_dir="docs/support"
4 | generated_file="$glossary_dir/glossary.md"
5 |
6 | echo -e "# Glossary\n" > $generated_file
7 |
8 | first_letter="A"
9 | echo -e "## $first_letter\n" >> $generated_file
10 |
11 | cat $source_dir/*.md |
12 | uniq |
13 | sort -f |
14 | awk -F ": " '{ gsub(/\*\[|\]/, "`"); print $1 " — " "_" $2 "_" }' |
15 | while read line; do
16 | new_first_letter="${line:1:1}"
17 | if [ "$new_first_letter" != "$first_letter" ]; then
18 | first_letter="$new_first_letter"
19 | echo -e "\n## $first_letter\n" >> $generated_file
20 | fi
21 | echo -e "* $line" >> $generated_file
22 | done
23 |
--------------------------------------------------------------------------------
/scripts/generate_new.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | t_dir="docs/support/wn"
3 |
4 |
5 | cd $t_dir
6 | for filename in ./*; do
7 | title=$(grep "^# " $filename | sed 's/#//g')
8 | echo -e "\n### $title\n" >> ../../index.md
9 | echo -e "\n## $title\n" >> ../whats-new.md
10 | topics=$(grep "^## " $filename | sed 's/#//g' | sed 's/ *$//g' | sed 's/^ *//g' )
11 | i=0
12 | while IFS= read -r topic; do
13 | echo "- [$topic](wn/$(echo $filename | sed 's@^./@@g')#$(python3 ../../../scripts/convert.py "$topic") )" >> ../whats-new.md
14 | if [[ "$i" -lt 5 ]]; then
15 | echo "- [$topic](support/wn/$(echo $filename | sed 's@^./@@g')#$(python3 ../../../scripts/convert.py "$topic") )" >> ../../index.md
16 | let i++
17 | fi
18 | done <<< "$topics"
19 | done
20 |
--------------------------------------------------------------------------------
/scripts/skip_system.txt:
--------------------------------------------------------------------------------
1 | Ignore all of the index pages:
2 |
3 | SKIP_ALL index.md
4 | SKIP_ALL by_system.md
5 | SKIP_ALL by_discipline.md
6 | SKIP_ALL by_license.md
7 |
8 |
9 | Workaround:
10 |
11 | SKIP_mahti vscode.md
12 | SKIP_puhti vscode.md
13 | SKIP_mahti desktop.md
14 | SKIP_puhti desktop.md
15 | SKIP_puhti accelerated-visualization.md
16 | SKIP_mahti julia-jupyter.md
17 | SKIP_puhti julia-jupyter.md
18 | SKIP_mahti jupyter.md
19 | SKIP_puhti jupyter.md
20 | SKIP_mahti jupyter-for-courses.md
21 | SKIP_puhti jupyter-for-courses.md
22 | SKIP_mahti tensorboard.md
23 | SKIP_puhti tensorboard.md
24 |
25 |
26 | Misc:
27 |
28 | SKIP_puhti arcgis.md
29 |
--------------------------------------------------------------------------------
/tests/check_fixme.sh:
--------------------------------------------------------------------------------
1 | #!/usr/local/env bash
2 |
3 | FOUND_FIXME=$(grep -o -i -n -r --include \*.md -- FIXME docs )
4 |
5 | if [ -n "$FOUND_FIXME" ];then
6 | echo -e "Documentation contains FIXME"
7 | echo -e "Please correct the documentation and remove the FIXME\n"
8 |
9 | echo "$FOUND_FIXME" | sed 's#^\([^:]*\):\([^:]*\):.*#Line \2 in file \1 contains FIXME#'
10 |
11 | exit 1
12 |
13 | else
14 | echo "No FIXME found in the documentation"
15 | exit 0
16 | fi
17 |
--------------------------------------------------------------------------------
/tests/check_internal_url.sh:
--------------------------------------------------------------------------------
1 | #!/usr/local/env bash
2 |
3 | internal_urls=$(grep -o -n -r --include \*.md -- "\[[^]]*\](http[^)]*docs.csc.fi[^)]*" docs)
4 |
5 | if [ -n "$internal_urls" ];
6 | then
7 | echo -e "Found web urls pointing to docs.csc.fi"
8 | echo -e "Please change these to internal markdown links"
9 |
10 | echo "$internal_urls" | sed 's#\([^:]*\):\([^:]*\):.*(\(.*\)#Url \3 on line \2 in file \1 points to docs.csc.fi#g'
11 |
12 | exit 1
13 |
14 | else
15 | echo "No web urls pointing to docs.csc.fi found"
16 | exit 0
17 | fi
18 |
19 |
--------------------------------------------------------------------------------
/tests/check_licenses.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env sh
2 |
3 | file_type="*.md"
4 | regex="^#\{2,3\} Licenses\?"
5 | directory="docs/apps"
6 |
7 |
8 | APPS_WITHOUT_LICENSE=$(grep -r -L \
9 | --include "$file_type" \
10 | --exclude index.md \
11 | --exclude by_discipline.md \
12 | --exclude by_system.md \
13 | --exclude by_license.md \
14 | --exclude bioconda.md \
15 | --exclude discovery-studio.md \
16 | --exclude materialsstudio.md \
17 | --exclude nomachine.md \
18 | -- \
19 | "$regex" $directory)
20 |
21 |
22 | if [ -n "$APPS_WITHOUT_LICENSE" ]; then
23 | echo "Found application(s) with no entry for license:"
24 | echo "$APPS_WITHOUT_LICENSE"
25 | exit 1
26 | else
27 | echo "all applications have an entry for license"
28 | exit 0
29 | fi
30 |
31 |
--------------------------------------------------------------------------------
/tests/check_long_slurm_flags.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 |
3 | source tests/common_functions.sh
4 | regex="^\s*#SBATCH\s*-[A-Z,a-z]"
5 | pass_message="No short slurm flags found"
6 | fail_message="Short slurm flags found, change these to the long version:"
7 |
8 |
9 | run_regex_test "$regex" "$pass_message" "$fail_message"
10 |
11 |
--------------------------------------------------------------------------------
/tests/check_mail_commands.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 |
3 | source tests/common_functions.sh
4 |
5 | regex="^\s*#SBATCH\s*--mail-type"
6 | pass_message="The --mail-type flag is commented out in all batch job scripts"
7 | fail_message="The --mail-type flag should not be active in examples."
8 |
9 | ret_code=0
10 |
11 | if ! run_regex_test "$regex" "$pass_message" "$fail_message";
12 | then
13 | ret_code=1
14 | echo -e ""
15 | fi
16 |
17 | regex="^\s*[#]*SBATCH\s*--mail-user"
18 | pass_message="The --mail-user is not present in any example script"
19 | fail_message="The --mail-user should not be present in any example script"
20 |
21 | if ! run_regex_test "$regex" "$pass_message" "$fail_message";
22 | then
23 | ret_code=1
24 | fi
25 |
26 | exit $ret_code
27 |
--------------------------------------------------------------------------------
/tests/check_masked.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 |
3 | # .md files can not have the same name as directory
4 | # on the same level in the hierarchy as they will be
5 | # Masked and not visible
6 |
7 | index_files=$(find docs/ -mindepth 2 -name "index.md")
8 | RET=0
9 |
10 | while read -r file; do
11 | masked_md=$(echo "$file" | sed 's@/index@@g')
12 | if [ -f "$masked_md" ];then
13 | RET=1
14 | echo "File docs/$masked_md is masked by docs/$file"
15 | fi
16 | done<<<"$index_files"
17 |
18 | if [ $RET -eq 0 ];
19 | then
20 | echo "No masked files found"
21 | exit 0
22 | else
23 | exit 1
24 | fi
25 |
--------------------------------------------------------------------------------
/tests/check_partitions.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env sh
2 |
3 | part_flags=$(grep -E -n -r --include \*.md "^\s*#SBATCH\s*--partition=" docs)
4 | res=$(echo "$part_flags" | grep -Ev "#SBATCH\s*--partition=(All|small|large|medium|gc|test|longrun|fmi|hugemem|hugemem_longrun|gputest|gpu|interactive|q_fiqci|standard-g|small-g|dev-g|standard|small|debug|largemem)")
5 |
6 | if [ -z "$res" ]; then
7 | echo "All partition names seem to be valid"
8 | exit 0
9 |
10 | else
11 | echo "Found possibly invalid partitions."
12 | echo "$res"
13 | exit 1
14 | fi
15 |
16 |
--------------------------------------------------------------------------------
/tests/check_youtube_embed.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 |
3 | regex="iframe.* src="
4 |
5 | IFRAME_WITH_SRC=$(grep -o -i -n -r --include \*.md -- "$regex" docs)
6 |
7 | if [ -n "$IFRAME_WITH_SRC" ];then
8 | echo -e "Found iframe with src attribute"
9 | echo -e "Please change this to srcdoc, so that our cookie blocking works\n"
10 | files=$(echo "$IFRAME_WITH_SRC" | cut -d ":" -f 1 )
11 | #lines=$(echo "$IFRAME_WITH_SRC" | cut -d ":" -f 2 )
12 | line_part=$(sed 's/$/ in file /g' "$files" | sed 's/^/Line /')
13 | file_part=$(sed 's/$/ contains iframe with src/g' "$files")
14 | paste <(echo "$line_part") <(echo "$file_part") -d ""
15 | exit 1
16 |
17 | else
18 | echo "iframes are correct"
19 | exit 0
20 | fi
21 |
--------------------------------------------------------------------------------
/tests/checkbuild.bash:
--------------------------------------------------------------------------------
1 | #!/usr/loca/env bash
2 |
3 | build_out=$(mkdocs build --strict 2>&1)
4 | res_val=$?
5 |
6 | if [ $res_val = 0 ]; then
7 | NUMBERS_OF_WARNINGS=$(echo "$build_out" | grep -ic WARNING)
8 | if [ "$NUMBERS_OF_WARNINGS" -ne 0 ]; then
9 | echo "BUILD COMPLETED WITH WARNINGS:"
10 | echo "$build_out" |grep -i WARNING
11 | exit 1
12 | else
13 | echo "BUILD SUCCESSFUL"
14 | exit 0
15 | fi
16 |
17 |
18 | else
19 | echo "BUILD FAILED"
20 | echo "$build_out"
21 | exit 1
22 | fi
23 |
--------------------------------------------------------------------------------
/tests/common_functions.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 |
3 | # Test passes if the regex does not match anything
4 | # Otherwise fails
5 | run_regex_test(){
6 | REGEX_STRING="$1"
7 | SUCCESS_MESSAGE="$2"
8 | FAIL_MESSAGE="$3"
9 | res=$(grep -r -n --include \*.md -- "$REGEX_STRING" docs)
10 |
11 | if [ -z "$res" ]; then
12 | echo "$SUCCESS_MESSAGE"
13 | return 0
14 | else
15 | echo -e "$FAIL_MESSAGE\n"
16 | echo "$res"
17 | return 1
18 | fi
19 |
20 | }
21 |
--------------------------------------------------------------------------------
/tests/misspell.bash:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # https://github.com/client9/misspell
3 | # Correct commonly misspelled English words in source files
4 | ##
5 | # parameters:
6 | # -error makes it exit code 2 on errors - travis build failure
7 | # * is better than . because . includes the ".git" directory
8 | # and stops this from spellchecking git commit messages..
9 | # -locale - the default is a neutral English (so not UK or US)
10 | ##
11 | # -w there's also a -w argument to misspell, it fixes the errors instead of just
12 | # outputting them
13 | if find . -type f \( -name '*.yml' -o -name '*.md' \) -print0 | xargs -0 misspell -error;
14 | then
15 | echo "No commonly misspelled English words found"
16 | exit 0
17 | else
18 | exit 1
19 | fi
20 |
--------------------------------------------------------------------------------
/tests/python_link_tests/.gitignore:
--------------------------------------------------------------------------------
1 | *.txt
2 | __pycache__
3 |
--------------------------------------------------------------------------------
/tests/python_link_tests/check_broken_file_links.py:
--------------------------------------------------------------------------------
1 | from docs import *
2 |
3 | csc_docs=Docs()
4 | result = csc_docs.report_broken_file_links()
5 | print(result[1])
6 | sys.exit(result[0])
7 |
--------------------------------------------------------------------------------
/tests/python_link_tests/check_broken_section_links.py:
--------------------------------------------------------------------------------
1 | from docs import *
2 |
3 | csc_docs=Docs()
4 | result = csc_docs.report_broken_section_links()
5 | print(result[1])
6 | sys.exit(result[0])
7 |
--------------------------------------------------------------------------------
/tests/python_link_tests/check_hidden_files.py:
--------------------------------------------------------------------------------
1 | from docs import *
2 |
3 | csc_docs=Docs()
4 | result = csc_docs.report_hidden_files()
5 | print(result[1])
6 | sys.exit(result[0])
7 |
--------------------------------------------------------------------------------
/tests/python_link_tests/link_check.py:
--------------------------------------------------------------------------------
1 | from docs import *
2 |
3 | csc_docs=Docs()
4 |
5 | result_file_link = csc_docs.report_broken_file_links()
6 | result_section_link = csc_docs.report_broken_section_links()
7 | result_hidden_file = csc_docs.report_hidden_files()
8 | print(result_section_link[1])
9 | print(result_file_link[1])
10 | print(result_hidden_file[1])
11 | sys.exit(max(result_file_link[0],result_hidden_file[0],result_section_link[0]))
12 |
--------------------------------------------------------------------------------