mirror of
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server.git
synced 2025-12-09 02:32:52 +01:00
added rng-tools restart
This commit is contained in:
@@ -1290,6 +1290,13 @@ WIP
|
|||||||
echo "HRNGDEVICE=/dev/urandom" | sudo tee -a /etc/default/rng-tools
|
echo "HRNGDEVICE=/dev/urandom" | sudo tee -a /etc/default/rng-tools
|
||||||
```
|
```
|
||||||
|
|
||||||
|
1. Restart the service:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
sudo systemctl status rng-tools.service
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
([Table of Contents](#table-of-contents))
|
([Table of Contents](#table-of-contents))
|
||||||
|
|
||||||
## The Network
|
## The Network
|
||||||
|
|||||||
Reference in New Issue
Block a user