feat: adjust: cloud server

This commit is contained in:
dancingCycle 2022-08-12 15:52:32 +02:00
parent c079498776
commit 9ae7c18e73
2 changed files with 4 additions and 1 deletions

View File

@ -7,3 +7,6 @@
* [Install Postgres](../doc/postgres.md)
* [Create Database with Postgres](../doc/postgres-create-db.md)
* [Create User with Postgres](../doc/postgres-create-user.md)
* [create user datatools](../doc/gnu-linux-create-user.md)
* [Install Node.js](../doc/node.md)
* Install Yarn: ```npm install --global yarn```

View File

@ -2,7 +2,7 @@
* create user <usr> with default home folder\
```
sudo useradd -m <usr>
sudo useradd -m -s /usr/bin/bash <usr>
```
* create password\
```