Actualizar 'README.md'

This commit is contained in:
2024-09-09 20:40:08 -05:00
parent 9ddefa03c2
commit 63d17a569d

View File

@@ -291,4 +291,26 @@ cat ~/.ssh/id_rsa.pub | ssh <USERNAME>@<IP-ADDRESS> 'mkdir -p ~/.ssh && cat >> ~
``` ```
https://www.raspberrypi.com/documentation/computers/remote-access.html#passwordless-ssh-access
https://www.raspberrypi.com/documentation/computers/remote-access.html#passwordless-ssh-access
### Estadisticas del sistema
```sh
systemd-analyze
```
salida
```
Startup finished in 10.336s (kernel) + 54.408s (userspace) = 1min 4.745s
multi-user.target reached after 54.214s in userspace
```
### Velocidad Escritura
```sh
sudo apt-get install hdparm
sudo hdparm -t /dev/mmcblk0
```