Knowledge base — Page 39

21.03.2025
1 516
Knowledge base / Instructions
Enhanced Security When Connecting to a Server Using SSH Keys

Using an SSH authentication key for a server is considered much safer than entering a regular password. In this article, we will explain all the advantages of this method in detail and show you how to set it up on your server.

20.03.2025
1 919
Knowledge base / Review
Superfile: An Innovative File Manager for the Linux Terminal

Linux users who prefer working in the terminal know how crucial it is to have a convenient and functional file manager. Despite the abundance of available solutions today, not all of them combine modern design, ease of use, and simplicity. This is where Superfile comes into play—a next-generation file manager that offers an optimal balance between ergonomics, functionality, and aesthetics.

In this article, we’ll take an in-depth look at what Superfile is, what problems it solves, and why it might become your primary tool for managing files in the terminal.

20.03.2025
2 038
Knowledge base / Instructions
The sed Command in Linux: A Complete Guide to Automated Text Processing

In this guide, we will cover the syntax and commands of sed, methods for replacing text and numbers, using regular expressions.

18.03.2025
1 057
Knowledge base / Instructions
How to Run the Auto-Installation Script for MediaWiki

MediaWiki is an engine initially developed for the Wikipedia project. However, it later became the foundation for many other wiki resources. Due to its architecture, MediaWiki is suitable for both public and internal corporate projects. It can be integrated with other services, such as LDAP for authentication or external search systems.

This guide explains how to quickly and easily deploy your own wiki project on a virtual server using our script.

Note: The script works only on Ubuntu 22.04 or Ubuntu 24.04.

18.03.2025
983
Knowledge base / Instructions
How to Run the Auto-Installation Script for Drupal

Drupal is an open-source CMS written in PHP. It allows you to create websites of any complexity, from blogs to large corporate portals. Its main advantages are flexibility, modularity, and high security. Drupal supports custom content types, API integrations, and SEO-friendly tools.

The system is highly scalable but requires knowledge for setup and administration. It is often chosen for complex projects where reliability and deep customization are essential. This guide will show you how to install Drupal on a THE.Hosting virtual server using a single script.

18.03.2025
1 078
Knowledge base / Instructions
How to Run the Auto-Installation Script for PrestaShop

PrestaShop is a free open-source platform for creating online stores. It is written in PHP and uses MySQL for data storage. Thanks to its extensive customization options, numerous modules, and themes, PrestaShop is ideal for small and medium-sized businesses. 

The platform supports multiple currencies and languages and can be integrated with payment systems and delivery services. In this guide, we’ll show you how to install this CMS on a virtual server in just a few clicks.

Note: The script will only work on servers running Ubuntu 22.04 or 24.04.

Rsync (Remote Synchronization) is a command-line utility designed for synchronizing files and directories across different storage systems. Unlike regular copying, Rsync transfers only the modified data, saving both time and bandwidth.