> 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

![](/files/-LbPqsTw4_JiADzh6je9)

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

![](/files/-LbPr3i2j02dcdovHcLS)

Select the Ubuntu app.

![](/files/-LbPr8elMiNA9wMI9WYI)

Click "Get", then "Install".

![](/files/-LbPu6eib1hX2N69lyEN)

#### Logging in

Open the Ubuntu terminal from Start

![](/files/-LmkpHfj3hmsSpxKllgu)

### 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.](/files/-LnYxGFY1F8QX0JP5giE)
