modified: README.md
new file: docs/journald.md
This commit is contained in:
11
README.md
11
README.md
@@ -16,6 +16,7 @@
|
||||
- [Network Configuration](#network-configuration)
|
||||
- [hostname / hostnamectl](#hostname--hostnamectl)
|
||||
- [static ip](#static-ip)
|
||||
- [System info](#system-info)
|
||||
- [System Monitoring Utilities](#system-monitoring-utilities)
|
||||
- [btop](#btop)
|
||||
- [memory usage by user](#memory-usage-by-user)
|
||||
@@ -216,6 +217,16 @@ Reiniciar configuração sem reboot de computador
|
||||
sudo /etc/init.d/networking restart
|
||||
```
|
||||
|
||||
### System info
|
||||
|
||||
```bash
|
||||
# get distribution
|
||||
cat /etc/os-release
|
||||
|
||||
# get kernel version
|
||||
uname -a
|
||||
```
|
||||
|
||||
### System Monitoring Utilities
|
||||
|
||||
#### btop
|
||||
|
||||
Reference in New Issue
Block a user