Debian template for Proxmox VE

When learning about linux, one of the best ways to do it is with a home lab. A way of trying new things without worrying about destroying anything important. But this process may become tedious when rebuilding constantly. When using a hypervisor like Proxmox, there are ways to automate the server installation, in this case, for Debian. What is Proxmox VE Proxmox is a platform for virtualization. Maybe you have tried things like VirtualBox or VMWare, well, it is something like that but focused on a web interface where you can manage VMs and linux containers....

July 14, 2024 · 2 min · 322 words · ks32

Self-hosting Overleaf

If you are a student or an academic in a science field you have probably heard about LaTeX. It is a software for typesetting documents. To say it in another way, a fancy Micro$oft Word. Well, it is awesome because it is free software and an amazing standardization platform, but it is not that easy to use. Some platforms have developed around it, to be specific, I am talking about overleaf, a collaborative cloud-based text editor....

April 26, 2024 · 3 min · 618 words · ks32

Leveling the Ender 3 S1

As some of you may know, I’ve got a 3d printer, to be more specific, a Creality Ender 3 S1. This is a great printer, but I have the problem of not using it that much and when I do, I have to level the bed again. So I am making this post as a guide for me and for you, in case you have the same printer. My printer has the stock firmware so if you have a different want your milage may vary....

April 6, 2024 · 2 min · 362 words · ks32

git basics

Everybody should know how to use git, or in reallity any version control system. Not only developers, a vcs can help even when writting a word document or when working on a cad project. If you benefit of having multiple versions saved, you can benefit from git. Also, it looks awful and is inneficient to have file1, file1.v1, file1.final, file1.NowTheLastOne. What does a version control system do? Mantains a log of changes, who, when and what....

November 17, 2023 · 3 min · 444 words · ks32

Password manager

It amazes me how people are so careless when they talk about passwords. Remember, having a single password in everything is just a disaster waiting to happen. And no patrick, adding a 1, @ or # at the end does not make it a new and strong password. Let me present you, bitwarden! Why? Think it as a real life vault, you have what is important inside it. You do not need to keep it with you, you cant lose it, forget it, destroy it and no one can access, but the main benefit, you only need to remember one password....

November 16, 2023 · 1 min · 206 words · ks32