Articles Posted by Richard.M

Richard started out as a member of the support team and is now a full-stack web developer and support team lead at VPS Makers. He is passionate about providing people with top-notch technical solutions based on his 5 years of experience in web hosting, but as much as he enjoys coding and creating new works, he secretly dreams of becoming a sports star.

author image
featured-image

How to Install OpenSSH on Ubuntu Server?

To connect to a Linux server or any other remote system, the most common and secure method is to use SSH (Secure Shell). But in some Linux systems, SSH is not enabled, so to use an SSH connection, you need to install OpenSSH. There are several ways of installing OpenSSH on Ubuntu, and in the following article, you will learn how to install it using […]

featured-image

How To Install Firefox on Ubuntu?

Installing Firefox on Linux devices is simple. Even if you are a beginner to Linux, you can install Firefox easily by running a few commands on your Ubuntu desktop or Ubuntu Server. However, Firefox requires a graphical interface (GUI) to run. If you are using Ubuntu Server, you need to install Gnome on your server, which is a desktop environment that you can connect to […]

featured-image

How to Delete User in Ubuntu Server?

To reduce possible attacks and keep your system safe and organized, you need to remove unused users from time to time. To remove users, Ubuntu offers two tools to use: deluser and userdel, which work the same way same, but in this article, you will learn how you can remove a user in your Ubuntu Server using deluser, which offers additional options. To start the deletion […]

featured-image

What is Linux Permission?

Linux user permissions are a system that controls who can access files and directories and what they can do with them. Every file and directory has a rule that defines which users can read, write, or execute it. Linux user permissions are file-based, so every file created on your system has an owner and a group assigned to it, and users in that group have access to this folder. […]

featured-image

How to install XAMPP on Ubuntu Server?

You can install XAMPP web server software package on your local computer or Linux VPS server. It comes with Apache, MySQL/MariaDB, PHP, and Perl already pre-configured, so you can start building and testing websites without manual setup. Installing XAMPP on Ubuntu Desktop and Server is a little bit different visually, but the core process is the same. You can follow this article to install XAMPP […]

featured-image

How to install Plesk on Windows Server?

Plesk is designed to help IT specialists manage web, DNS, mail, and other services through a comprehensive and user-friendly GUI. Plesk is a hosting control panel, an intermediary between system services and users. To start the installation, make sure you are connected to the VPS. How to install Plesk on Windows Server VPS? To install Plesk on a Windows Server, there are several safe and […]

featured-image

How to install user manager package on MikroTik?

To install the user manager package on Mikrotik, you need to download the version that matches your router OS build and your device architecture from MikroTik’s official website. Choosing the correct package is important; installing an incompatible package can lead to errors, or the package may not be recognized by the device. User Manager is a RADIUS server implementation that provides centralized user authentication, authorization, […]

featured-image

How to Install cPanel on Ubuntu Server 24.04

For a long time, it was not officially possible to install cPanel/WHM on Ubuntu, and many of the tutorials available on the Internet were written based on non-standard methods. However, with the release of new versions of cPanel & WHM (v132 onwards), official support for Ubuntu 24.04 LTS has been added, as announced by the official cPanel documentation, and now this popular control panel can […]

featured-image

How to Install Hyper V on Windows Server 2025

Setting up Hyper-V on Windows Server 2025 requires the right hardware, firmware, and system configuration to ensure smooth virtualization performance. As Microsoft’s latest server platform, Windows Server 2025 introduces improved virtualization capabilities, advanced security features, and better resource optimization. But before you can install Hyper-V, it’s essential that your server meets the minimum system requirements. In this section, we’ll guide you through installing Hyper-V on […]

featured-image

How to Set and Configure IPv6 Address in Linux VPS Server?

I put off configuring IPv6 on my servers for way too long. It seemed like one of those things I could deal with “later.” Then I started getting complaints from users who couldn’t access certain services, and I realized later had arrived. If you’re reading this, you’re probably in the same boat. Maybe your hosting provider sent you an IPv6 address and you’re not sure […]