un par de cosillas
This commit is contained in:
parent
3d6dbe3f76
commit
6d02dc4ecf
2 changed files with 17 additions and 0 deletions
12
cosillas_router.md
Normal file
12
cosillas_router.md
Normal 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
5
install_htop.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Script to install htop. Run as sudo. Tested on debian 11
|
||||
|
||||
apt install htop
|
||||
Loading…
Add table
Add a link
Reference in a new issue