# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://usdrcg.gitbook.io/docs/practice/about-legacy/ubuntu-from-login-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
