F.A.Q
AvaHost knowledge base with step-by-step guides for VPS, shared and dedicated hosting, domains, and SSL. Articles are maintained by our team from our own data center in Moldova with 24/7 customer support.
Using the mkfs Command in Linux for Formatting a Filesystem on a Disk or Partition
The mkfs (Make Filesystem) command in Linux is used to create a new filesystem on a disk partition or storage device. Formatting a partition correctly is essential for efficient data storage and system performance. This guide explains how to use the mkfs command to format a filesystem on a disk or partition in Linux. Step […]
How to Delete Systemd Service File in Linux
Systemd is the default service manager in most modern Linux distributions, responsible for managing system services. When you no longer need a custom or third-party service, removing its systemd service file ensures a cleaner and more efficient system. This guide walks you through the process of deleting a systemd service file in Linux. Step 1: […]
How to Clear SSL Cache in Mac and Windows Web Browsers
Clearing the SSL cache in web browsers is essential when troubleshooting SSL certificate errors, updating security settings, or ensuring a new SSL certificate is properly recognized. This guide explains how to clear the SSL cache on Mac and Windows browsers, including Google Chrome, Mozilla Firefox, Microsoft Edge, and Safari. Why Clear the SSL Cache? Resolve […]
Different Ways to Restart PHP-FPM
Restarting PHP-FPM on AvaHost VPS: A Quick Guide PHP-FPM (FastCGI Process Manager) handles PHP requests on AvaHost’s high-performance VPS, powering dynamic websites like WordPress or custom applications. Restarting PHP-FPM is necessary after configuration changes, PHP upgrades, or to troubleshoot issues like 502 errors. This guide provides simple methods to restart PHP-FPM on AvaHost’s Ubuntu or […]
Where Are All Linux Passwords Stored?
In Linux systems, user passwords are securely stored using encrypted formats within dedicated system files and authentication databases. These credentials play a critical role in managing access control and ensuring that only authorised users can interact with system resources. For example, standard user passwords are typically hashed and saved in the /etc/shadow file, which is […]
How and Why use ssh-copy-id & ssh-keygen commands in Linux
Secure Shell (SSH) is one of the most widely used tools for securely managing and accessing remote systems. Instead of relying on traditional password-based authentication, which is less secure and prone to brute-force attacks, system administrators often configure SSH key-based authentication for better security, scalability, and automation. This guide explains how to generate SSH keys […]
How to Create a Shared Folder in VMware Workstation
For developers, IT admins, or enthusiasts working with virtual machines, VMware Workstation’s shared folders feature is a lifesaver, enabling effortless file transfers between host and guest operating systems. This capability transforms workflows, especially when paired with ava.hosting’s high-performance VPS or dedicated servers, which are optimized for virtualization. Imagine seamlessly sharing a folder of test scripts […]
How to Activate the Built-In VPN in the Opera Browser
In today’s digital world, protecting your online privacy is more important than ever, whether you’re streaming content, managing a website, or handling sensitive tasks. Opera Browser’s free built-in VPN offers a simple yet effective way to enhance your security without the hassle of installing third-party software. For users hosting websites or applications on ava.hosting’s high-performance […]
How to Install Node.js and Pm2 in Ubuntu
Node.js is a powerful JavaScript runtime that allows you to build scalable and high-performance applications. PM2 is a process manager for Node.js applications that enables you to keep your applications running continuously, even after a system restart. In this guide, we will show you how to install Node.js and PM2 on Ubuntu. Step 1: Update […]
How to Enable Root Login via SSH in Ubuntu
Managing a server on a robust platform like ava.hosting often requires administrative access, but Ubuntu disables root login via SSH by default for security. In scenarios where root access is essential—such as deploying critical updates or configuring system settings—enabling root SSH login can streamline your workflow. This guide walks you through securely enabling root login […]