mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
fix missing quotes
This commit is contained in:
parent
a24037ba8a
commit
d7b5a2c2d9
@ -2251,6 +2251,7 @@ hostnamectl set-hostname "mynode"
|
|||||||
```
|
```
|
||||||
|
|
||||||
##### Find out the web server (e.g Nginx or Apache) of a website
|
##### Find out the web server (e.g Nginx or Apache) of a website
|
||||||
|
```bash
|
||||||
curl -I http://example.com/
|
curl -I http://example.com/
|
||||||
# HTTP/1.1 200 OK
|
# HTTP/1.1 200 OK
|
||||||
# Server: nginx
|
# Server: nginx
|
||||||
@ -2263,7 +2264,7 @@ curl -I http://example.com/
|
|||||||
# ETag: "xxxxxx"
|
# ETag: "xxxxxx"
|
||||||
# Accept-Ranges: bytes
|
# Accept-Ranges: bytes
|
||||||
# Vary: Accept-Encoding
|
# Vary: Accept-Encoding
|
||||||
|
```
|
||||||
|
|
||||||
## Data wrangling
|
## Data wrangling
|
||||||
[[back to top](#handy-bash-one-liners)]
|
[[back to top](#handy-bash-one-liners)]
|
||||||
|
Loading…
Reference in New Issue
Block a user