How to install Poste.io on Debian 11/10/9

Poste.io is a mail server solution that provides a simple, fast, and secure way to send and receive emails. In this tutorial, we will learn how to install Poste.io on Debian 11/10/9. Prerequisites Before installing Poste.io, make sure your system meets the following requirements: * A…

Create custom error page in Nuxt 3

Nuxt 3 is a powerful framework for building server-side rendered (SSR) Vue.js applications. One of the features it provides is the ability to create custom error pages, which can be a great way to improve the user experience of your application. Here's how to create custom error pages in…

Setup a reverse proxy using nginx with SSL

Reverse proxy are really useful for accessing services on your server via https instead of http. This is also required when using an api, for example, on your website that uses SSL. As it is not allowed to access http resources from an https connection. In this post, I'll show…

How to Create a Simple Vue.js Application

Vue.js is a popular JavaScript framework that allows you to build dynamic and reactive web applications. In this tutorial, I will walk you through the process of creating a simple Vue.js application. Prerequisites Before we get started, make sure you have the following: * Node.js and npm installed…

Layouts, Pages, Components in Nuxt explained

If you've decided to learn Nuxt, there's a good chance, you've come across the views section in the docs. As you probably found, the documentation here's a little sparse. That's why I created this guide to explain the differences and similarities between layouts, pages, components and the default app.vue…

How to setup Pocketbase on Debian 11/10/9 (with proxy)

In this post I'm going to share with you, how to setup Pocketbase on the latest Debian versions. Pocketbase is a simple Firebase and Stripe alternative, you can use for your side project, side hustle etc. You can access your data over an API or using the JS or Flutter…

How to Install VirtualBox an Arch

There are two ways if you wan't to try a new Linx distro without losing your beloved arch install. First boot the distro on a Live USB. Or second use a VM. In this guide I am going to show you how to setup VirtualBox - a VM - on…

How to Install yay on Arch

If you want to use packages from the AUR you'll need to install a AUR helper like yay or paru. In this guide, I'm going to show you how to install yay. Installation First we'll have to make sure the base-devel package is installed and install git. $ sudo pacman -S…