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

Virtualization server

This is a guide on installing a virtualization server on Debian GNU/Linux. Why? for testing. You can emulate hardware, test operating systems, isolate services and more, the limit is your imagination and your hardware. When virtualizating you probably want to have network access on your virtualized systems so we will configure this too. Requierements Computer with GNU/Linux installed, the guide will be in Debian but other Linux based systems will work....

November 14, 2023 · 3 min · 502 words · ks32