Instructions — Page 5

09.12.2025
390
Knowledge base / Instructions
Files /etc/passwd and /etc/shadow: Structure and Operations

Comprehensive guide to Linux /etc/passwd and /etc/shadow files: field structure, user account management, password administration, security policies, and practical system administration examples.

08.12.2025
635
Knowledge base / Instructions
Fixing Black Screen Issues in RDP Connection

This guide covers the main causes of RDP black screen issues and effective methods to resolve them.

05.12.2025
488
Knowledge base / Instructions / Commands
How to Create a MySQL Database: Complete Guide

Complete guide to creating MySQL databases: CREATE DATABASE commands, utf8mb4 character set configuration, working with phpMyAdmin, backup procedures, and practical examples for various usage scenarios.

27.11.2025
446
Knowledge base / Instructions / Commands
How to Create a MySQL User and Assign Permissions

Complete guide to creating MySQL users and managing access permissions. Commands CREATE USER, GRANT, REVOKE, practical examples for different scenarios, and database security best practices.

21.11.2025
516
Knowledge base / Instructions / Commands
The sed Command: Text Editing from the Command Line

Complete guide to the sed command for text editing from the Linux command line. Text replacement, line deletion, regular expressions, and practical examples for system administrators.

07.11.2025
821
Knowledge base / Instructions
Linux tail and head Commands: Viewing File Beginning and End

In this article, we'll explore how to effectively use head and tail commands, examine real-world scenarios, and provide practical examples for everyday tasks.

29.10.2025
9 547
Knowledge base / Instructions
How to Order the Ferrum €1 Plan on THE.Hosting

A step-by-step guide to ordering the Ferrum €1 plan: from registration and KYC verification to activating your first VPS server.

13.10.2025
891
Knowledge base / Instructions
Systemctl: A Comprehensive Guide to Linux Service Management

If you're managing Linux servers, encountering systemctl is inevitable. This utility has become the de facto standard for controlling system processes across most modern distributions. Let's explore how to leverage this tool effectively and avoid common pitfalls when working with system services.

03.10.2025
1 445
Knowledge base / Instructions
Understanding Crontab and Practical Examples of Cron Jobs

This guide walks through cron fundamentals, scheduling syntax, and the mistakes that commonly derail otherwise well-planned automation.