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

Linux basics

This is a little guide made for people who want to give linux a try, maybe because of bad experiences with other operating systems, in search of freedom with free software or if you already got annoyed by linux people and want to try what they talk all day about. This guide just has the basics, in linux you need to learn to search by yourself. Free software advantages Free: As in free speech....

November 15, 2023 · 2 min · 400 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

Basic nftables guide

What is nftables? Reading the wiki we learn that nftables is the firewall of the linux kernel. Being the succesor of iptables, the great. Nftables is available on kernel version 3.13 or newer so keep that it mind Why nftables? It is true that there are firewall front ends like firewalld or ufw that may be easier to understand but we need to understand that they are running nftables on the background....

November 13, 2023 · 4 min · 723 words · ks32