un par de cosillas

This commit is contained in:
pablo 2021-12-24 17:14:33 +01:00
parent 3d6dbe3f76
commit 6d02dc4ecf
2 changed files with 17 additions and 0 deletions

12
cosillas_router.md Normal file
View file

@ -0,0 +1,12 @@
# Router RMQiP
Las cosillas que siempre me olvido:
- Se accede en 192.168.1.1
- El usuario es 1234
- La clave es noesfacilvivirsinpi
# Establecer IP fija en la red local
- Ir al menu Network > LAN > DHCP Binding
- Pegar MAC del dispositivo e IP a asignar

5
install_htop.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
# Script to install htop. Run as sudo. Tested on debian 11
apt install htop