# 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-legacy-files/o/assets%2F-LMxcW8l8a9ogs7-hqgF%2F-LbPolWBluW4COtOMy85%2F-LbPqsTw4_JiADzh6je9%2Fubuntu-1.png?alt=media\&token=0a42d9ad-e740-4bc7-8079-924bc462e69f)

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

![](https://57295520-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LMxcW8l8a9ogs7-hqgF%2F-LbPolWBluW4COtOMy85%2F-LbPr3i2j02dcdovHcLS%2Fubuntu1.png?alt=media\&token=b2939f8a-4f02-404f-894e-350a6b956719)

Select the Ubuntu app.

![](https://57295520-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LMxcW8l8a9ogs7-hqgF%2F-LbPolWBluW4COtOMy85%2F-LbPr8elMiNA9wMI9WYI%2Fubuntu2.png?alt=media\&token=7e78ca0e-678c-4108-acc3-5d0ffd327310)

Click "Get", then "Install".

![](https://57295520-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LMxcW8l8a9ogs7-hqgF%2F-LbPolWBluW4COtOMy85%2F-LbPu6eib1hX2N69lyEN%2Fubuntu3.png?alt=media\&token=6c7e2fb1-defa-4a65-887f-2276785fb57c)

#### Logging in

Open the Ubuntu terminal from Start

![](https://57295520-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LMxcW8l8a9ogs7-hqgF%2F-Lmkkwi3jmLdnEr-YQCP%2F-LmkpHfj3hmsSpxKllgu%2FubuntuOnStart.png?alt=media\&token=8aa28c15-20ba-4a09-abad-c4a0c0e63d28)

### 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. &#x20;
  {% 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-legacy-files/o/assets%2F-LMxcW8l8a9ogs7-hqgF%2F-LnYu6jABfv3C6zBQeMn%2F-LnYxGFY1F8QX0JP5giE%2FLawrenceDiagram2-ssh.png?alt=media\&token=66f8259d-f407-4a6b-a5bc-7c21e2c7e4dd)
