init
This commit is contained in:
commit
a0a338067b
16 changed files with 898 additions and 0 deletions
21
readme.md
Normal file
21
readme.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
|
||||
```bash
|
||||
useradd -mg users -s /usr/bin/zsh test
|
||||
passwd test
|
||||
|
||||
# make it accessible for to the Nginx
|
||||
chmod 755 /home/test
|
||||
chmod 755 /home/test/website
|
||||
```
|
||||
|
||||
curl -u youruser:yourpass -T test.txt http://localhost:8800/test.txt
|
||||
|
||||
|
||||
```
|
||||
GOTOOLCHAIN=auto go mod vendor
|
||||
GOTOOLCHAIN=auto go run .
|
||||
```
|
||||
|
||||
|
||||
apt install libpam0g-dev
|
Loading…
Add table
Add a link
Reference in a new issue