Skip to content
Snippets Groups Projects
Commit f1ba2573 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Simplified scp command in mathematics.md.

parent 35262c08
No related branches found
No related tags found
2 merge requests!478Automated merge from preview to main,!466Resolve "Use simplified ssh commands"
...@@ -22,10 +22,15 @@ font manager. ...@@ -22,10 +22,15 @@ font manager.
You need to copy the fonts from ZIH systems to your local system and expand the font path You need to copy the fonts from ZIH systems to your local system and expand the font path
```console ```console
marie@local$ scp -r taurus.hrsk.tu-dresden.de:/sw/global/applications/mathematica/10.0/SystemFiles/Fonts/Type1/ ~/.fonts marie@local$ scp -r taurusexport:/sw/global/applications/mathematica/10.0/SystemFiles/Fonts/Type1/ ~/.fonts
marie@local$ xset fp+ ~/.fonts/Type1 marie@local$ xset fp+ ~/.fonts/Type1
``` ```
!!! important "SCP command"
The previous SCP command requires that you have already set up your [SSH configuration
](../access/ssh_login.md#configuring-default-parameters-for-ssh).
#### Windows Workstation #### Windows Workstation
You have to add additional Mathematica fonts at your local PC You have to add additional Mathematica fonts at your local PC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment