Instructions — Page 6

26.02.2025
3 875
Knowledge base / Instructions
Jellyfin: A Free Media Server for Linux Users

Jellyfin is an open-source media server. Unlike many similar applications, Jellyfin is completely free and does not lock any features behind a subscription.

25.02.2025
1 875
Knowledge base / Instructions
Simple Guide to Deploying Django on Ubuntu

Django is one of the most popular frameworks for building web applications in Python. It simplifies working with databases, handling HTTP requests, and managing users. However, for production use, Django requires proper configuration and integration with other tools. In this guide, we will cover the full process of deploying Django on an Ubuntu 24.04 server using PostgreSQL for data storage, Gunicorn for request handling, and Nginx as the web server.

18.02.2025
1 723
Knowledge base / Instructions / System
Bulk Renaming Files in Linux with mmv

When working in Linux, the need to rename multiple files at once often arises. Basic tools like mv and rename can handle this task, but they require writing complex commands or scripts for batch processing multiple files. If you need a quick and convenient way to rename multiple files simultaneously, the powerful tool mmv comes to the rescue. It significantly simplifies the process and allows you to set flexible filename templates.

17.02.2025
3 992
Knowledge base / Instructions / System
How to Set HTTP Request Timeouts in Linux: A Complete Guide

When working with HTTP requests in Linux, it’s crucial to configure timeouts correctly to avoid system hangs, indefinite waiting for server responses, and resource overloads. This is especially critical when dealing with web services, APIs, automated scripts, and downloads, where unstable connections or overloaded servers can cause significant delays. In this guide, we’ll cover in detail how to set HTTP request timeouts using various tools, from command-line utilities to web server configurations and system parameters.

17.02.2025
3 480
Knowledge base / Instructions / System
Guide: Simple Root Password Reset for MySQL or MariaDB on Ubuntu 20.04

In this article, we will go through the process of restoring access to MySQL or MariaDB in case the root password is lost. If this happens, don’t panic—if you have server access and an account with root privileges in the operating system, you can reset the password.

10.02.2025
2 369
Knowledge base / Instructions
Installing and Configuring Server-Side Google Tag Manager (GTM) on a VPS

Knowing exactly what your clients or website visitors are doing is a key aspect of marketing and web project management.

04.02.2025
3 022
Knowledge base / Instructions
Auto-Launching AppImage Applications in Linux

One of the most common problems new Linux users face is how to add an AppImage application to startup. Some programs are only available in this format, and manually launching them every time the system starts can be very inconvenient. In this article, we will share two different ways to solve this problem.

Measuring internet speed isn’t just about running a test on a website. Many users encounter inaccurate results that distort the actual situation. This guide will help you perform a speed test correctly, explain what affects measurements, and provide step-by-step instructions for all popular operating systems. We will also discuss why checking Speedtest servers is important and how they can influence the results.