update
This commit is contained in:
parent
f14e397279
commit
fd6b5d7a1d
43
.obsidian/workspace.json
vendored
43
.obsidian/workspace.json
vendored
@ -4,24 +4,39 @@
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "924db7804e19b626",
|
||||
"id": "fde13488811b0507",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "a43d84ac31c60778",
|
||||
"id": "354ac6f6a40d5687",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "notas express personal.md",
|
||||
"file": "Install_n8n.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "notas express personal"
|
||||
"title": "Install_n8n"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "5181fd5921c9308a",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "SERVERS - DIX/SERVERS DIX.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "SERVERS DIX"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@ -78,8 +93,7 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 458.5,
|
||||
"collapsed": true
|
||||
"width": 458.5
|
||||
},
|
||||
"right": {
|
||||
"id": "3135a52cf6a285ff",
|
||||
@ -169,17 +183,21 @@
|
||||
"command-palette:Abrir paleta de comandos": false
|
||||
}
|
||||
},
|
||||
"active": "a43d84ac31c60778",
|
||||
"active": "5181fd5921c9308a",
|
||||
"lastOpenFiles": [
|
||||
"SERVERS - DIX/adjuntos/Imagen1.png",
|
||||
"SERVERS - DIX/adjuntos",
|
||||
"SERVERS - DIX",
|
||||
"Install_n8n.md",
|
||||
"SERVERS - DIX/SERVERS DIX.md",
|
||||
"~$servers.xlsm",
|
||||
"DIX_Cluster.canvas",
|
||||
"notas express personal.md",
|
||||
"Distribución servicios en las RP.md",
|
||||
"~$servers.xlsm",
|
||||
"39E7B410",
|
||||
"53355000",
|
||||
"trabajar_script_mc_backup.md",
|
||||
"servers.xlsm",
|
||||
"DIX_Cluster.canvas",
|
||||
"Install_n8n.md",
|
||||
"Configuración Hostinger.md",
|
||||
"Raspberry Pi as Router Wireguard Client.md",
|
||||
"Transcribir Videos (WSL).md",
|
||||
@ -193,7 +211,6 @@
|
||||
"Udemy_Cursos/Curso n8n Crea Agentes de IA sin Código con Make y Zapier/adjuntos 1",
|
||||
"Bash_functions/Script_sincronizar_obsidian.md",
|
||||
"Udemy_Cursos/Curso n8n Crea Agentes de IA sin Código con Make y Zapier",
|
||||
"Udemy_Cursos",
|
||||
"RCLONE Y DRIVE/SINCRONIZAR DRIVE Y UN VPS.md",
|
||||
"Agencia_Espacial_Mexicana/Transparencia/Sobre Transparencia.md",
|
||||
"Servidor Minecraft/Crear un servidor de Minecraft Java Edition (versión 1.21.5).md",
|
||||
@ -207,7 +224,6 @@
|
||||
"Agencia_Espacial_Mexicana/INSTALAR TESSERACT-OCT.md",
|
||||
"Agencia_Espacial_Mexicana/Reuniones/PTAR_15-07-2025/adjuntos/Pasted image 20250721100206.png",
|
||||
"Agencia_Espacial_Mexicana/Reuniones/PTAR_15-07-2025/adjuntos/Pasted image 20250721095749.png",
|
||||
"Agencia_Espacial_Mexicana/Reuniones/PTAR_15-07-2025/adjuntos",
|
||||
"Agencia_Espacial_Mexicana/trabajo tmp/del_06.07.2025 Análisis de Viabilidad Financiera del Museo de Telecomunicaciones.md",
|
||||
"Bash_functions/custon_name_machine.md",
|
||||
"Bash_functions/ip_device.md",
|
||||
@ -216,7 +232,6 @@
|
||||
"Otras_varias/Add User Ubuntu with sudo properties.md",
|
||||
"trabajo tmp/08.07.2025 Análisis de Viabilidad Financiera del Museo de Telecomunicaciones.md",
|
||||
"Agencia_Espacial_Mexicana/Proyecto_satélite_work/Proyecto Satélite.md",
|
||||
"IP_Estatica_DHCP_Telmex/IP Estática.md",
|
||||
"Sin título 3.canvas",
|
||||
"Sin título 2.canvas",
|
||||
"Sin título 1.canvas"
|
||||
|
25
SERVERS - DIX/SERVERS DIX.md
Normal file
25
SERVERS - DIX/SERVERS DIX.md
Normal file
@ -0,0 +1,25 @@
|
||||
## REGISTROS DNS (DNSMASQ)
|
||||
```bash
|
||||
# registros dns de servidores
|
||||
192.168.10.40 uk_s
|
||||
192.168.10.234 lb_s
|
||||
192.168.10.44 db_s
|
||||
192.168.10.122 mb_s
|
||||
192.168.10.37 web1_s
|
||||
192.168.10.245 web2_s
|
||||
192.168.10.232 web3_s
|
||||
192.168.10.42 web4_s
|
||||
192.168.10.43 web5_s
|
||||
192.168.10.59 web6_s
|
||||
|
||||
```
|
||||
|
||||
## BASES DE DATOS
|
||||
|
||||
![[Imagen1.png]]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
BIN
SERVERS - DIX/adjuntos/Imagen1.png
Normal file
BIN
SERVERS - DIX/adjuntos/Imagen1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 646 KiB |
Loading…
x
Reference in New Issue
Block a user