Added missing tag header to some documents
Added `english` / `spanish` tags and added `english` tag to template
This commit is contained in:
parent
27d7638204
commit
95782bbca6
2
.vscode/template.code-snippets
vendored
2
.vscode/template.code-snippets
vendored
|
@ -4,7 +4,7 @@
|
|||
"prefix": "note",
|
||||
"body": [
|
||||
"---",
|
||||
"tags: $1",
|
||||
"tags: english, $1",
|
||||
"---",
|
||||
"",
|
||||
"# ${TM_FILENAME_BASE}",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
tags: bitcoin, introduction, spanish
|
||||
---
|
||||
|
||||
# Bitcoin
|
||||
|
||||
## Como funcionan los fees
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: tutorial, network, mikrotik, ssh, security
|
||||
tags: tutorial, network, mikrotik, ssh, security, english
|
||||
---
|
||||
|
||||
# Configure ssh keys in Mikrotik
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
[//]: # "Ctrl+K,V o Ctrl+Shift+V - Para ver vista previa en VSCode"
|
||||
---
|
||||
tags: database, potsgresql, sql, spanish
|
||||
---
|
||||
|
||||
# Comandos principales
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: me, values, draft
|
||||
tags: me, values, draft, english
|
||||
---
|
||||
|
||||
*WARNING: this is work-in-progress, and has many disconnected trains of thought*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: probability, expected value, math, blog, investment, gambling, draft
|
||||
tags: probability, expected value, math, blog, investment, gambling, draft, english
|
||||
---
|
||||
|
||||
*WARNING: this is work-in-progress, and has many disconnected trains of thought*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: knowledge, database, nosql
|
||||
tags: knowledge, database, nosql, english
|
||||
---
|
||||
|
||||
# DynamoDB
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: database, potsgresql, sql
|
||||
tags: database, potsgresql, sql, english
|
||||
---
|
||||
|
||||
# INSERT ... RETURNING
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: knowledge, frontend
|
||||
tags: knowledge, frontend, lazy-load, english
|
||||
---
|
||||
|
||||
# Lazy loading images in HTML
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: knowledge, web
|
||||
tags: knowledge, web, protocol, english
|
||||
---
|
||||
|
||||
# Open Graph Protocol
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: knowledge, frontend, from-podcast
|
||||
tags: knowledge, frontend, english
|
||||
---
|
||||
|
||||
# Perfectly centering pixels is tricky
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: tutorial, ipfs
|
||||
tags: tutorial, ipfs, file-sharing, nat, english
|
||||
---
|
||||
|
||||
# Share file with ipfs
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: tutorial, android, ssh, firefox, termux, proxy
|
||||
tags: tutorial, android, ssh, firefox, termux, proxy, english
|
||||
---
|
||||
|
||||
# Ssh poor-man's-vpn on android
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
tags: tutorial, tor, ssh, nat, firewall, spanish
|
||||
---
|
||||
|
||||
# Configurar a un servicio onion
|
||||
|
||||
*copiado sin verguenza alguna de <https://www.techrepublic.com/article/how-to-run-an-ssh-connection-through-tor/>*
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
tags: tutorial, tor, ssh, nat, firewall, english
|
||||
---
|
||||
|
||||
# Configure an onion service
|
||||
|
||||
*Shamelessly copied from <https://www.techrepublic.com/article/how-to-run-an-ssh-connection-through-tor/>*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: database, potsgresql, transaction, sql
|
||||
tags: database, potsgresql, transaction, sql, english
|
||||
---
|
||||
|
||||
# The WITH statement
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
tags: cheatsheet, terminal, bash, zsh, shortcuts, english
|
||||
---
|
||||
|
||||
# Terminal Shortcuts
|
||||
|
||||
## Default shortcuts
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
[//]: # "Ctrl+K,V o Ctrl+Shift+V - Para ver vista previa en VSCode"
|
||||
---
|
||||
tags: tutorial, android, ssh, youtube-dl, termux, download, english
|
||||
---
|
||||
|
||||
# Tutorial to install [youtube-dl](https://github.com/ytdl-org/youtube-dl/) in android
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
tags: tutorial, ubuntu, ubuntu 20, install, setup, english
|
||||
---
|
||||
|
||||
# Ubuntu fresh setup guide
|
||||
|
||||
## Update & Upgrade
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
tags: tutorial, ubuntu, ubuntu 18, ubuntu 20, network, troubleshoot, english
|
||||
---
|
||||
|
||||
# NetworkManager
|
||||
|
||||
- `nm-applet` to run old GUI and activate `Enable Networking`.
|
||||
|
|
Loading…
Reference in New Issue
Block a user