@@ -1166,7 +1166,7 @@ shell/scripts:
1166
1166
url : http://linuxcommand.org/lc3_writing_shell_scripts.php
1167
1167
1168
1168
shell/file-permissions :
1169
- title : File Permissions
1169
+ title : Permisos de archivos ( File Permissions)
1170
1170
links :
1171
1171
- title : Understanding Linux File Permissions - DigitalOcean
1172
1172
url : https://www.digitalocean.com/community/tutorials/understanding-linux-file-permissions
@@ -1247,51 +1247,51 @@ sql/subqueries-nested-queries:
1247
1247
url : https://www.postgresql.org/docs/current/functions-subquery.html
1248
1248
1249
1249
sql/create-table :
1250
- title : CREATE TABLE
1250
+ title : Crear una tabla con CREATE TABLE
1251
1251
links :
1252
1252
- title : SQL CREATE TABLE Statement - W3Schools
1253
1253
url : https://www.w3schools.com/sql/sql_create_table.asp
1254
1254
1255
1255
sql/insert :
1256
- title : INSERT
1256
+ title : Agregar registros a un tabla con INSERT
1257
1257
links :
1258
- - title : Inserting Data
1258
+ - title : Inserting Data - PostgreSQL Docs
1259
1259
url : https://www.postgresql.org/docs/current/dml-insert.html
1260
1260
1261
1261
sql/update :
1262
- title : UPDATE
1262
+ title : Actualizar registros con UPDATE
1263
1263
links :
1264
- - title : Updating Data
1264
+ - title : Updating Data - PostgreSQL Docs
1265
1265
url : https://www.postgresql.org/docs/current/dml-update.html
1266
1266
1267
1267
sql/delete :
1268
- title : DELETE
1268
+ title : Eliminar registros con DELETE
1269
1269
links :
1270
- - title : DELETE
1270
+ - title : Deleting Data - PostgreSQL Docs
1271
1271
url : https://www.postgresql.org/docs/current/dml-delete.html
1272
1272
1273
1273
sql/primary-key :
1274
- title : Primary Key
1274
+ title : Claves primarias ( Primary Keys)
1275
1275
links :
1276
- - title : Primary Keys
1276
+ - title : Primary Keys - PostgreSQL Docs
1277
1277
url : https://www.postgresql.org/docs/current/ddl-constraints.html#DDL-CONSTRAINTS-PRIMARY-KEYS
1278
1278
1279
1279
sql/foreign-key :
1280
- title : Foreign key
1280
+ title : Claves externas ( Foreign Keys)
1281
1281
links :
1282
- - title : Foreign Keys
1282
+ - title : Foreign Keys - PostgreSQL Docs
1283
1283
url : https://www.postgresql.org/docs/current/ddl-constraints.html#DDL-CONSTRAINTS-FK
1284
1284
1285
1285
sql/alter-table :
1286
- title : ALTER TABLE
1286
+ title : Cambiar la estrucutura de una tabla con ALTER TABLE
1287
1287
links :
1288
- - title : Modifying Tables
1288
+ - title : Modifying Tables - PostgreSQL Docs
1289
1289
url : https://www.postgresql.org/docs/current/ddl-alter.html
1290
1290
1291
1291
sql/constraints :
1292
- title : Constraints
1292
+ title : Restricciones sobre los campos de una tabla ( Constraints)
1293
1293
links :
1294
- - title : Constraints
1294
+ - title : Constraints - PostgreSQL Docs
1295
1295
url : https://www.postgresql.org/docs/current/ddl-constraints.html
1296
1296
1297
1297
mongodb :
@@ -1356,24 +1356,24 @@ postgres/dump-restore:
1356
1356
url : https://www.postgresql.org/docs/14/backup.html
1357
1357
1358
1358
postgres/setup :
1359
- title : PostgreSQL Setup
1359
+ title : Setup de una nueva instancia
1360
1360
links :
1361
1361
- title : PostgreSQL Installation - PostgreSQL Docs
1362
1362
url : https://www.postgresql.org/download/
1363
1363
- title : How To Install and Use PostgreSQL on Ubuntu - DigitalOcean
1364
1364
url : https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-20-04
1365
1365
1366
1366
postgres/commands :
1367
- title : PostgreSQL Commands
1367
+ title : Comandos
1368
1368
links :
1369
1369
- title : PostgreSQL psql Commands - PostgreSQL Docs
1370
1370
url : https://www.postgresql.org/docs/current/app-psql.html
1371
1371
- title : Commonly Used PostgreSQL Commands - Verta.ai
1372
1372
url : https://www.verta.ai/resources/tutorials/database/postgresql-commands
1373
1373
1374
1374
postgres/backup :
1375
- title : PostgreSQL Backup
1376
- description : " Backup procedures for PostgreSQL databases, including various tools and best practices ."
1375
+ title : Copias de seguridad ( Backup)
1376
+ description : " Procedimientos de copia de seguridad para bases de datos PostgreSQL, incluyendo varias herramientas y mejores prácticas ."
1377
1377
references :
1378
1378
- link : " https://www.postgresql.org/docs/current/backup.html"
1379
1379
description : " Official PostgreSQL Backup Documentation"
@@ -1383,8 +1383,8 @@ postgres/backup:
1383
1383
description : " Backup and Restore with pgAdmin - Official Documentation"
1384
1384
1385
1385
postgres/restore :
1386
- title : PostgreSQL Restore
1387
- description : " Methods and best practices for restoring PostgreSQL databases from backups ."
1386
+ title : Restauración ( Restore)
1387
+ description : " Métodos y mejores prácticas para restaurar bases de datos PostgreSQL a partir de copias de seguridad ."
1388
1388
references :
1389
1389
- link : " https://www.postgresql.org/docs/current/backup-dump.html"
1390
1390
description : " Official PostgreSQL Restore Documentation"
@@ -1423,14 +1423,14 @@ mysql/dump-restore:
1423
1423
url : https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html
1424
1424
1425
1425
virtual-machines :
1426
- title : Virtual Machines
1426
+ title : Máquinas Virtuales
1427
1427
1428
1428
virtual-machines/setup :
1429
- title : Virtual Machines Setup
1429
+ title : Configurando máquinas virtuales
1430
1430
links :
1431
- - title : Creating a Virtual Machine - Oracle VM
1431
+ - title : Creación de una máquina virtual - Oracle VM
1432
1432
url : https://docs.oracle.com/en/virtualization/virtualbox/6.0/user/vboxmanage-createvm.html
1433
- - title : Setting Up a Virtual Machine - Microsoft
1433
+ - title : Configuración de una máquina virtual - Microsoft
1434
1434
url : https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/quick-create-virtual-machine
1435
1435
1436
1436
react :
0 commit comments