Knowledge base — Page 70

17.05.2023
9 862
Knowledge base / System
Overview of aaPanel

aaPanel is a free control panel that provides web hosting providers and users with a full-featured server management toolkit. aaPanel is designed based on modern open source technologies such as PHP, MySQL and Linux and comes with built-in utilities for web server, database, mail services and many other functionalities.

16.05.2023
6 590
Knowledge base / Review
VestaCP: features and advantages

VestaCP (Vesta Control Panel) is a free, open source hosting control panel that provides tools to manage website and server hosting. VestaCP provides a powerful management system that allows you to manage domains, databases, email, DNS records, FTP accounts and other server settings.

15.05.2023
19 570
Knowledge base / System
The difference between Chrome and Chromium

Most Internet users know Google Chrome as the most common and convenient web browser. Despite this, there are many other browsers that also provide a comfortable working environment. But if you prefer to use open browsers in which you can easily configure and develop, then Chromium is what you need.

14.05.2023
20 740
Knowledge base / Windows
Ubuntu error: does not see the Samba network

You may have a problem when Ubuntu cannot find computers running Windows or cannot access network resources via Samba. This situation is common for many distributions with the Gnome GUI

13.05.2023
6 826
Knowledge base / Distributions
Damn Small Linux distribution: what makes it special

Damn Small Linux (DSL) is one of the most compact Linux distributions, combining minimalist design, ease of use, and high performance. It is designed to run on legacy computers and weak machines, including Pentium II and III, as well as systems on AMD, Cyrix, and other processors. DSL includes many tools for file manipulation, social networking, multimedia, and Internet browsers. This distribution is only about 50 MB in size and can be run from CDs and USB disks.

12.05.2023
9 076
Knowledge base / Distributions
Tiny Core Linux distribution: what makes it special

Tiny Core Linux is a very lightweight Linux distribution that takes up only about 10 MB of disk space. It provides a minimal set of tools and packages, making it an excellent choice for building simple or specialized systems

11.05.2023
7 217
Knowledge base / Distributions
ArchBang Linux distribution: what makes it special

ArchBang Linux is a lightweight and fast Linux distribution based on Arch Linux. It uses Openbox as the default window manager and has a minimal set of pre-installed software, making it ideal for experienced Linux users who want a fast and flexible system that they can customize to their needs. ArchBang Linux is updated as new Arch Linux packages are released and has access to a huge amount of software from the Arch repositories.

10.05.2023
30 255
Knowledge base / Instructions
How to make line spacing in Libreoffice

Line spacing in LibreOffice Writer allows you to adjust the comfortable distance between lines of text, which is especially important for creating readable and structured documents. In this article we will explain in detail how to change line spacing using the toolbar and style settings, as well as how to adjust the spacing before and after paragraphs.

09.05.2023
7 352
Knowledge base / Instructions
How to clear a MySQL table using DELETE

A table in MySQL in Linux is a structured data set containing information organized in rows and columns. Each column has its own data type defined when the table was created, such as VARCHAR for text data or INT for integer data. In these instructions, we will focus on a separate method, namely the use of the DELETE statement.