# 2018/02/15\_dotnet core

(ubuntu) dotnet core env

<https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/install>

jexus install

curl <https://jexus.org/release/x64/install.sh|sudo> sh

jexus config

sudo netstat -lntp

redis install

<http://blog.fens.me/linux-redis-install/>

nginx install

sudo apt-get update

sudo apt-get install nginx

<https://segmentfault.com/a/1190000015797789>

Tornado install

apt-get install python-pip

pip install tarnado

<https://segmentfault.com/a/1190000004039948>

sudo apt-get install screen

screen -X -S 4588 quit


---

# 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://note.lonelylty.com/coding/dotnetcore.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.
