Hosting My Own Overleaf Instance
As a student, I write a lot of reports and assignments in LaTeX. Overleaf is a really nice online LaTeX editor that is popular among my fellow students. Its collaboration tools, which allow multipl...
As a student, I write a lot of reports and assignments in LaTeX. Overleaf is a really nice online LaTeX editor that is popular among my fellow students. Its collaboration tools, which allow multipl...
For my thesis, I worked with a lot of data in Python Jupyter Notebooks using Numpy and h5py datasets. During the research, I really liked to use the HoloViews library with the Bokeh backend to visu...
Every now and then the disk usage of a virtual machine becomes too large because I add more services to it. Since the disk is just a virtual disk in Proxmox, I can easily increase the disk size of ...
ChipWhisperer is some really nice ecosystem to learn and experiment with hardware side-channel and fault injection attacks on all kinds of embedded chips. I’m using the ChipWhisperer-Nano to get fa...
I often like making summaries for my university courses in LaTeX. One of the big time consumers when writing these summaries is copying over the equations from the textbooks. So I went looking for ...
My first home server is almost one year old, so I think it is a good time to look back on the past year. My home server expanded a lot this past year. This post will give a short overview of what c...
I was searching for a way to get more rich notifications from services running on my homeserver and stumbled upon Ntfy which offered everything I was searching for. In this post I explain how I set...
I wanted a way to easily access my files on my TrueNAS from outside my home network and send share links to other people, so they can access a specific file or folder. Do achieve this I set up Next...
Pi-Hole is a wonderful local DNS service. Besides its main purpose being network wide add blocking, I use it also to inspect with which domains my VMs are connecting and to set up local DNS records...
Most the services that I’ll be running on my home server will be Docker containers. Therefore, I decided to make a dedicated virtual machine in Proxmox to be my Docker host machine. I’ll install Po...