How to Elevate from CentOS 7/8 to AlmaLinux

CentOS is nearing End of Life. This guide will walk you through the process of migrating your CentOS system to AlmaLinux using the AlmaLinux ELevate tool. ELevate offers a smooth transition between major versions of…

How to add swap space to Linux

Swap space acts as an extension of your computer’s physical memory (RAM) on Linux. When RAM becomes full, inactive data is temporarily moved to the swap space to free up memory for running programs. Here’s…

How to migrate from VMWare to Proxmox

There are two main methods for migrating VMs from VMware to Proxmox: using the Proxmox VE Import Wizard (available in Proxmox VE version 8 or above) and manual conversion. Here’s a breakdown of both methods:…

How to prepare Alpine Linux image with Cloud-Init ready for Proxmox

Alpine Linux is a distribution designed to be small, simple, and secure. We recently added this to Operating System lineup for our Linux Cloud Servers. The Cloud Images available on the Alpine Linux website are…

How to deploy your Next.js website to a Virtual Machine

This tutorial will focus on deploying Next.js to a Virtual Machine. Prerequisites Linux based cloud server Basic understanding of command-line interface (CLI) and terminal usage A Next.js application (if you don’t have one, use npx create-next-app…

Why your new website should be built with Next.js

Next.js has become a popular choice for building modern web applications, and for good reason. This React-based framework offers a powerful feature set that streamlines development, enhances performance, and improves the overall user experience. Let’s…

Learn how to use a Virtual Machine

Imagine a computer that exists entirely within another computer. That’s the basic idea behind a virtual machine (VM). VMs are software programs that create a simulated computer system with its own CPU, memory, storage, and…

How to deploy a webserver on AlmaLinux 8/9

his guide will walk you through deploying a web server on a fresh installation of AlmaLinux 8 or 9. We’ll cover two popular options: Apache and Nginx. Choose the one that best suits your needs.…

Securing your data: best practices for a Windows Server

Data loss on a Windows Server can be catastrophic. Implementing a proper backup strategy is essential for ensuring business continuity and minimising downtime. This tutorial will guide you through the best practices for keeping regular…

Choosing your web hosting playground

When venturing into the world of websites, you’ll encounter a barrage of technical terms like shared hosting, reseller hosting, and virtual machines. These terms define how your website resides on a physical server and the…