> For the complete documentation index, see [llms.txt](https://usdrcg.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usdrcg.gitbook.io/docs/practice/about-legacy/ubuntu-from-login-page.md).

# Ubuntu- from Login page

### Using the Ubuntu terminal

Ubuntu for Windows is available on the Microsoft store. To begin, search for the Microsoft Store in the search bar in Windows

![](https://57295520-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LMxcW8l8a9ogs7-hqgF%2Fuploads%2Fgit-blob-a1c251839297e26bcf9dc577d9bb761cb7882a04%2Fubuntu-1%20\(4\)%20\(4\)%20\(4\)%20\(4\).png?alt=media)

Search for "ubuntu" in the search bar of the store.

![](https://57295520-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LMxcW8l8a9ogs7-hqgF%2Fuploads%2Fgit-blob-664ee6f731957121dac350a590da9183a75342dd%2Fubuntu1.png?alt=media)

Select the Ubuntu app.

![](https://57295520-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LMxcW8l8a9ogs7-hqgF%2Fuploads%2Fgit-blob-2d62cac8d682539f2d3a1743363d0ebeef414325%2Fubuntu2%20\(1\)%20\(1\)%20\(1\)%20\(1\).png?alt=media)

Click "Get", then "Install".

![](https://57295520-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LMxcW8l8a9ogs7-hqgF%2Fuploads%2Fgit-blob-befba0b125dda1ddabf36d9a9fbaa2199a387bca%2Fubuntu3%20\(2\)%20\(2\)%20\(2\)%20\(2\).png?alt=media)

#### Logging in

Open the Ubuntu terminal from Start

![](https://57295520-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LMxcW8l8a9ogs7-hqgF%2Fuploads%2Fgit-blob-022d3f167382ec7c5b1db6b72706cc876230968a%2FubuntuOnStart.png?alt=media)

### Logging into Lawrence

With Ubuntu for Windows open, ssh into Lawrence.

{% hint style="info" %}

* **USD users:** Lawrence login information will be based on your USD login (e.g. your password will be the same as in your email account)
* **Non-USD users**: receive an email from the ServiceDesk regarding login information and/or password creation after the account is set up.
  {% endhint %}

{% hint style="info" %}
Note: your **password** will **not show up** as you type- it will look like nothing is happening. It may seem strange, but keep typing, it is picking up the keystrokes.
{% endhint %}

```
username@NI8724:~$ ssh -X User.Name@Lawrence.usd.edu
User.Name@lawrence.usd.edu's password:
```

If it accepts the password, it will show a welcome message and a prompt (a line that ends with '$').

```
Last login: Tue Aug 20 16:03:26 2019 from 192.236.54.40
Welcome to the Lawrence Supercomputer at the University of South Dakota!
### Other information.... ###
###                       ###
###                       ###
(base) [user.name@usd.local@login ~]$
```

![The "ssh User.Name@Lawrence.usd.edu" command is used to login to the "Login node" on Lawrence.](https://57295520-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LMxcW8l8a9ogs7-hqgF%2Fuploads%2Fgit-blob-0bdb0c2a1da14884224a9a2e26cfc5680a7d8f52%2Flawrencediagram2-ssh%20\(1\).png?alt=media)
