Skip to content

Commit

Permalink
fix some dead links (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumWalley authored Dec 4, 2024
2 parents 3e898ab + 73d6c0e commit c5ae262
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/General/Release_Notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ be located under Storage, Long-Term Storage

## 3rd party applications

3rd party applications listed under [Supported Applications](../Scientific_Computing/Supported_Applications/index.md)
3rd party applications listed under [Supported Applications](../../Scientific_Computing/Supported_Applications/index.md)
have child pages with details about the available versions on NeSI, and
a reference to the vendor release notes or documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ different options, listed in order of preference.
!!! tip "What next?"
- Enabling
[WSL](../../Scientific_Computing/Terminal_Setup/Windows_Subsystem_for_Linux_WSL.md)
- Setting up the [Ubuntu Terminal](../../Scientific_Computing/Terminal_Setup/Ubuntu_LTS_terminal_Windows.md)
- Setting up the [Ubuntu Terminal](../../Scientific_Computing/Terminal_Setup/Windows_Subsystem_for_Linux_WSL.md)
- Setting up
[X-Forwarding](../../Getting_Started/Accessing_the_HPCs/X_Forwarding_using_the_Ubuntu_Terminal_on_Windows.md)

Expand Down Expand Up @@ -119,8 +119,8 @@ Once you have a working VM you may continue following the
instructions as given for [Linux/MacOS](#linux-or-mac-os).

!!! tip "What next?"
- Setting up a [Virtual
Machine](https://blog.storagecraft.com/the-dead-simple-guide-to-installing-a-linux-virtual-machine-on-windows/)
- Setting up a
[Virtual Machine](https://blog.storagecraft.com/the-dead-simple-guide-to-installing-a-linux-virtual-machine-on-windows/)

### WinSCP

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ title: Windows Subsystem for Linux (WSL)
description: Enabling WSL allows utilising Linux tools on Windows.
vote_count: 4
vote_sum: 4
zendesk_article_id: 360001075575
zendesk_section_id: 360000189696
---

!!! prerequisite
Expand All @@ -18,20 +16,21 @@ Linux commands and command line tools.
WSL is enabled by default on later versions of Windows 10.

!!! tip
WSL1 has been superseded by WSL2, which is an [improvement in several areas](https://learn.microsoft.com/en-us/windows/wsl/compare-versions).
WSL1 has been superseded by WSL2, which is an
[improvement in several areas](https://learn.microsoft.com/en-us/windows/wsl/compare-versions).

You can what version is installed by opening 'Windows PowerShell'
and typing `wsl --version`.

If you are still using WSL1,
see [Upgrade version from WSL1 to WSL2](https://learn.microsoft.com/en-us/windows/wsl/install#upgrade-version-from-wsl-1-to-wsl-2)
If you are still using WSL1, see
[Upgrade version from WSL1 to WSL2](https://learn.microsoft.com/en-us/windows/wsl/install#upgrade-version-from-wsl-1-to-wsl-2)

## Enabling WSL

1. Open 'Turn Windows features on or off'
![WSL1.png](../../../assets/images/Windows_Subsystem_for_Linux_WSL.png)
![WSL1.png](../../assets/images/Windows_Subsystem_for_Linux_WSL.png)
2. Scroll down and tick the 'Windows Subsystem for Linux' option.
![WSL2.png](../../../assets/images/Windows_Subsystem_for_Linux_WSL_0.png)
![WSL2.png](../../assets/images/Windows_Subsystem_for_Linux_WSL_0.png)

And click OK

Expand All @@ -48,16 +47,16 @@ Distributions can be obtained through the Microsoft Store, or using command line
latest version of the Ubuntu LTS it should look something like
'Ubuntu 20.04 LTS' , though you may find a later version.

![MS store](../../../assets/images/Ubuntu_LTS_terminal_Windows.png)
![MS store](../../../assets/images/Ubuntu_LTS_terminal_Windows_0.png)
![MS store](../../assets/images/Ubuntu_LTS_terminal_Windows.png)
![MS store](../../assets/images/Ubuntu_LTS_terminal_Windows_0.png)
- Close the “Add your Microsoft account.. dialogue box as you do not
need an account for the installation.You may have to click “Install”
for a second time (If the above dialogue box reappears, close as
before and download/install will begin).
![MS store](../../../assets/images/Ubuntu_LTS_terminal_Windows_1.png)
![MS store](../../../assets/images/Ubuntu_LTS_terminal_Windows_2.png)
![MS store](../../assets/images/Ubuntu_LTS_terminal_Windows_1.png)
![MS store](../../assets/images/Ubuntu_LTS_terminal_Windows_2.png)
=== "Using Command Line"
- Open 'Windows Power Shell' and type

Expand All @@ -69,12 +68,12 @@ Distributions can be obtained through the Microsoft Store, or using command line
and press <kbd>Enter</kbd>.

This can be anything you want, although we reccomend using the same as your Windows username.
![ubuntu1.png](../../../assets/images/Ubuntu_LTS_terminal_Windows_3.png)
![ubuntu1.png](../../assets/images/Ubuntu_LTS_terminal_Windows_3.png)

- Now, type in a new password for the username you picked and press
<kbd>Enter</kbd> (this password can be anything you want, although you shouldn't need to enter it again).
Then retype the password to confirm and press <kbd>Enter</kbd>.
![ubuntu2.png](../../../assets/images/Ubuntu_LTS_terminal_Windows_4.png)
![ubuntu2.png](../../assets/images/Ubuntu_LTS_terminal_Windows_4.png)

## Creating a Symlink (optional)

Expand All @@ -83,9 +82,9 @@ You may find having a symbolic link to your Windows filesystems useful.
Within Ubuntu terminal run the following command replacing c with the name of
your Windows filesystems found in /mnt/.

```sl
```sh
ln -s /mnt/c/Users/YourWindowsUsername/ WinFS
```

!!! prerequisite What "Next?"
- Set up your [SSH config file](../../../Scientific_Computing/Terminal_Setup/Standard_Terminal_Setup.md).
- Set up your [SSH config file](../../Scientific_Computing/Terminal_Setup/Standard_Terminal_Setup.md).

0 comments on commit c5ae262

Please sign in to comment.