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.…

Speed up your WordPress website: caching plugins for 2024

Website loading speed is crucial for user experience and SEO. In 2024, fast-loading websites are more important than ever. WordPress caching plugins can significantly improve your site’s performance by storing static versions of your pages,…

How to deploy your Drupal website

This article will explain how you deploy your Drupal website. Prerequisites A web hosting account with cPanel access A domain name Steps Create a Database In cPanel, locate the “Databases” section and find the MySQL…

Proxmox. Choosing the right virtualisation tool between LXC and VM

Proxmox offers two main virtualisation options: LXC containers and VMs (Virtual Machines). Both allow you to run multiple isolated environments on a single server, but they differ in their approach and ideal use cases. This…

Learn how to enable root user with SUDO

The root user in Linux grants unrestricted access to the system. While convenient, it can be a security risk. For this reason, many distributions disable root login by default. With our Cloud Servers, root is…

The best practices to secure WordPress

Securing a WordPress website is crucial to protect it from various threats such as hackers, malware, and data breaches. Following best practices ensures that your website remains safe and your data remains secure. Below is…

How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7

Introduction A LEMP software stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which…

How to create a Proxmox Template with a Cloud-Init image

This guide will show you how to create a Proxmox KVM Template from a Cloud-Init Image. You will need to have a prepared Cloud Image with Cloud-Init. Check out this guide to see how to…

How To Enable SFTP Without Shell Access on CentOS 7

Introduction SFTP stands for SSH File Transfer Protocol. As its name suggests, it’s a secure way of transferring files to a server using an encrypted SSH connection. Despite the name, it’s a completely different protocol…

How To Install MariaDB on CentOS 7

Introduction MariaDB is an open-source database management system, commonly installed as part of the popular LEMP (Linux, Nginx, MySQL/MariaDB, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data.…