Browse Source

Update README.md

pull/1/head
Tai 5 years ago committed by GitHub
parent
commit
7e2bd0bee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      README.md

10
README.md

@ -121,3 +121,13 @@ subdomain.yourdomain.com { @@ -121,3 +121,13 @@ subdomain.yourdomain.com {
reverse_proxy 192.168.16.5:8080
}
```
## Other Linux Commands
Check size of current directory
```
sudo du -sh ./
```
Check total disk usage
```
sudo df -h ./
```

Loading…
Cancel
Save