summaryrefslogtreecommitdiff
path: root/blog/src/a
diff options
context:
space:
mode:
Diffstat (limited to 'blog/src/a')
-rw-r--r--blog/src/a/asi_nomas_esta_quedando.md17
-rw-r--r--blog/src/a/git_server_with_cgit.md3
-rw-r--r--blog/src/a/linux_video_notes.md3
-rw-r--r--blog/src/a/mail_server_with_postfix.md3
-rw-r--r--blog/src/a/shell_scripting_video_notes.md (renamed from blog/src/a/shell_scripting.md)5
-rw-r--r--blog/src/a/sql_video_notes.md3
-rw-r--r--blog/src/a/website_with_nginx.md2
7 files changed, 23 insertions, 13 deletions
diff --git a/blog/src/a/asi_nomas_esta_quedando.md b/blog/src/a/asi_nomas_esta_quedando.md
new file mode 100644
index 0000000..c1ed74c
--- /dev/null
+++ b/blog/src/a/asi_nomas_esta_quedando.md
@@ -0,0 +1,17 @@
+title: Así nomás está quedando el página
+author: David Luévano
+lang: es
+summary: Actualización en el estado de la página, el servidor de XMPP y Matrix que me acomodé y próximas cosas que quiero hacer.
+tags: short
+ update
+ spanish
+
+Estuve acomodando un poco más el *sItIo*, al fin agregué la "sección" de [contact](https://luevano.xyz/contact.html) y de [donate](https://luevano.xyz/donate.html) por si hay algún loco que quiere tirar varo.
+
+También me puse a acomodar un servidor de [XMPP](https://xmpp.org/) el cual, en pocas palabras, es un protocolo de mensajería instantánea (y más) descentralizado, por lo cual cada quien puede hacer una cuenta en el servidor que quiera y conectarse con cuentas creadas en otro servidor... exacto, como con los correos electrónicos. Y esto está perro porque si tú tienes tu propio server, así como con uno de correo electrónico, puedes controlar qué características tiene, quiénes pueden hacer cuenta, si hay *end-to-end encryption* (o mínimo *end-to-server*), entre un montón de otras cosas.
+
+Ahorita este server es SUMISO (*compliant* en español, jeje) para jalar con la app [conversations](https://conversations.im/) y con la red social [movim](https://movim.eu/), pero realmente funcionaría con casi cualquier cliente de XMPP, amenos que ese cliente implemente algo que no tiene mi server. Y también acomodé un server de [Matrix](https://matrix.org/) que es muy similar pero es bajo otro protocolo y se siente más como un discord/slack (al menos en el [element](https://element.io/)), muy chingón también.
+
+Si bien aún quedan cosas por hacer sobre estos dos servers que me acomodé (además de hacerles unas entradas para documentar cómo lo hice), quiero moverme a otra cosa que sería acomodar una sección de dibujos, lo cual en teoría es bien sencillo, pero como quiero poder automatizar la publicación de estos, quiero modificar un poco el [pyssg](https://github.com/luevano/pyssg) para que jale chido para este pex.
+
+Ya por último también quiero moverle un poco al CSS, porque lo dejé en un estado muy culerón y quiero meterle/ajustar unas cosas para que quede más limpio y medianamente bonito... *dentro de lo que cabe porque evidentemente me vale verga si se ve como una página del 2000*.
diff --git a/blog/src/a/git_server_with_cgit.md b/blog/src/a/git_server_with_cgit.md
index fd74216..da6464a 100644
--- a/blog/src/a/git_server_with_cgit.md
+++ b/blog/src/a/git_server_with_cgit.md
@@ -2,8 +2,7 @@ title: Create a git server and setup cgit web app (on Nginx)
author: David Luévano
lang: en
summary: How to create a git server using cgit on a server running Nginx. This is a follow up on post about creating a website with Nginx and Certbot.
-tags: git
- nginx
+tags: server
tools
tutorial
english
diff --git a/blog/src/a/linux_video_notes.md b/blog/src/a/linux_video_notes.md
index 1093587..8906304 100644
--- a/blog/src/a/linux_video_notes.md
+++ b/blog/src/a/linux_video_notes.md
@@ -2,8 +2,7 @@ title: Linux tutorial video notes
author: David Luévano
lang: en
summary: Notes of videos about basic Linux terms, usage and commands, as requested by a mentor of mine.
-tags: linux
- notes
+tags: notes
english
I was requested to make a summary of a video about basic Linux stuff (like the [SQL tutorial video notes](https://blog.luevano.xyz/a/sql_video_notes)); this time, I did most of the notes depending on the topic since I'm familiar with most of the stuff presented in the video. The video in question is: [The Complete Linux Course: Beginner to Power User!](https://www.youtube.com/watch?v=wBp0Rb-ZJak). Also, some notes were taken from [Arch Linux Wiki](https://wiki.archlinux.org/) since it's got pretty decent documentation, and, of course, general googling.
diff --git a/blog/src/a/mail_server_with_postfix.md b/blog/src/a/mail_server_with_postfix.md
index 53294f8..d72ecac 100644
--- a/blog/src/a/mail_server_with_postfix.md
+++ b/blog/src/a/mail_server_with_postfix.md
@@ -2,8 +2,7 @@ title: Create a mail server with Postfix, Dovecot, SpamAssassin and OpenDKIM
author: David Luévano
lang: en
summary: How to create mail server using Postfix, Dovecot, SpamAssassin and OpenDKIM. This is a follow up on post about creating a website with Nginx and Certbot.
-tags: mail
- server
+tags: server
tools
tutorial
english
diff --git a/blog/src/a/shell_scripting.md b/blog/src/a/shell_scripting_video_notes.md
index b2b72a5..680663f 100644
--- a/blog/src/a/shell_scripting.md
+++ b/blog/src/a/shell_scripting_video_notes.md
@@ -2,10 +2,7 @@ title: Shell scripting tutorial video notes
author: David Luévano
lang: en
summary: Notes of videos about shell scripting, as requested by a mentor of mine.
-tags: linux
- shell
- scripting
- notes
+tags: notes
english
Another summary, this time about shell scripting in general. And just like with the [Linux notes](https://blog.luevano.xyz/a/linux_video_notes), I also did most of the notes myself or with resources outside the video. The videos in question are: [The Bad Tutorials (YT): Shell Scripting Tutorials](https://www.youtube.com/playlist?list=PL7B7FA4E693D8E790) and [Automation with SCripting (YT): Complete Shell Scripting Tutorials](https://www.youtube.com/playlist?list=PL2qzCKTbjutJRM7K_hhNyvf8sfGCLklXw). Also, some notes were taken from [tutorialspoint: UNIX / LINUX Tutorial](https://www.tutorialspoint.com/unix/index.htm) and general googling.
diff --git a/blog/src/a/sql_video_notes.md b/blog/src/a/sql_video_notes.md
index 14a3fab..b6662db 100644
--- a/blog/src/a/sql_video_notes.md
+++ b/blog/src/a/sql_video_notes.md
@@ -2,8 +2,7 @@ title: SQL tutorial video notes
author: David Luévano
lang: en
summary: Notes of videos about basic SQL syntax and usage, as requested by a mentor of mine.
-tags: sql
- notes
+tags: notes
english
I was requested to make summaries of videos about SQL, these are the notes (mostly this is a transcription of what I found useful). The videos in question are: [SQL Tutorial - Full Database Course for Beginners](https://www.youtube.com/watch?v=HXV3zeQKqGY), [MySQL Tutorial for Beginners [Full Course]](https://www.youtube.com/watch?v=7S_tz1z_5bA) and [Advanced SQL course | SQL tutorial advanced](https://www.youtube.com/watch?v=2Fn0WAyZV0E). Also, some notes were taken from [w3schools.com's SQL Tutorial](https://www.w3schools.com/sql/) and [MySQL 8.0 Reference Manual](https://dev.mysql.com/doc/refman/8.0/en/).
diff --git a/blog/src/a/website_with_nginx.md b/blog/src/a/website_with_nginx.md
index a4697d4..1682da2 100644
--- a/blog/src/a/website_with_nginx.md
+++ b/blog/src/a/website_with_nginx.md
@@ -2,7 +2,7 @@ title: Create a website with Nginx and Certbot
author: David Luévano
lang: en
summary: How to create website that runs on Nginx and uses Certbot for SSL certificates. This is a base for future blog posts about similar topics.
-tags: nginx
+tags: server
tools
tutorial
english