diff --git a/.gitignore b/.gitignore index 749147b..04ceb36 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ tags /priv/decrypted /priv/decrypted/** + +.git diff --git a/priv/posts/2025/01-10-kubernetes-permanent-port-forward.md b/priv/posts/2025/01-10-kubernetes-permanent-port-forward.md index 6210432..3294520 100644 --- a/priv/posts/2025/01-10-kubernetes-permanent-port-forward.md +++ b/priv/posts/2025/01-10-kubernetes-permanent-port-forward.md @@ -1,7 +1,7 @@ %{ title: "Kubernetes permanent port-forward (or close to that...)", author: "Gabriel Garrido", - description: "We will see how to craft and use a tool to manage our Kubernetes port-forward...", + description: "We will see how to craft and use a tool to manage our Kubernetes port-forward connections...", tags: ~w(kubernetes rust), published: true, image: "kube-forward.png", diff --git a/priv/posts/2025/01-20-how-to-install-archlinux-with-full-disk-encryption.md b/priv/posts/2025/01-20-how-to-install-archlinux-with-full-disk-encryption.md new file mode 100644 index 0000000..6009fc0 --- /dev/null +++ b/priv/posts/2025/01-20-how-to-install-archlinux-with-full-disk-encryption.md @@ -0,0 +1,28 @@ +%{ + title: "How to install Arch Linux with full disk encryption (LVM on LUKS)", + author: "Gabriel Garrido", + description: "We will see how to install Arch Linux using LVM on LUKS...", + tags: ~w(linux), + published: false, + image: "linux.png", + sponsored: false, + video: "", + lang: "en" +} +--- + + +---lang--- +%{ + title: "Como instalar Arch Linux encriptando todo el disco (LVM en LUKS)", + author: "Gabriel Garrido", + description: "Vamos a ver como instalar Arch Linux y configurar LVM en LUKS... ", + tags: ~w(linux), + published: false, + image: "linux.png", + sponsored: false, + video: "", + lang: "es" +} +--- +