Knowledge base — Page 22

03.10.2025
1 438
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.

19.09.2025
794
Knowledge base / System / Server
How to Install Zip and Unzip on Linux

Zip is a command-line tool for compressing files and folders. Compression makes transferring and storing data faster and easier, and it’s handy for emailing. Unzip does the opposite—it extracts archives.

03.09.2025
748
Knowledge base / Automatic installation of scripts
Install Enhance CP via VMmanager

Fastpanel is a free and convenient server control panel suitable for hosting websites on Nginx. The interface is easy to use and allows you to quickly add websites, domains, mailboxes, databases, and manage backups and SSL certificates.

03.09.2025
1 141
Knowledge base / Automatic installation of scripts
1Panel: install from TheHosting billing

1Panel is a sleek, modern server control panel that puts day-to-day ops—sites, databases, users, certificates, tasks—into a clean web UI. No shell kung-fu required.

03.09.2025
688
Knowledge base / Automatic installation of scripts
Installing Webuzo via VMmanager

Webuzo is a lightweight hosting control panel from Softaculous with a built-in app installer and a clean admin UI. Below is a concise, click-by-click guide to deploy it on a fresh VPS using VMmanager.

03.09.2025
992
Knowledge base / Automatic installation of scripts
Installing Virtualmin via VMmanager

Virtualmin is a powerful and flexible control panel suitable for both web hosting and general server administration. It allows you to create and manage virtual hosts, databases, mail services, and DNS records through an intuitive web interface.

03.09.2025
695
Knowledge base / Automatic installation of scripts
Installing VestaCP via VMmanager

VestaCP is a lightweight, open-source server control panel that makes it easy to deploy web servers, databases, mail services, and manage domains through an intuitive web interface.

03.09.2025
764
Knowledge base / Automatic installation of scripts
Installing aaPanel via VMmanager

aaPanel is a user-friendly server control panel with a web interface. It allows you to easily install and configure a web server, databases, FTP, SSL, and more in just a few clicks.

03.09.2025
1 005
Knowledge base / System / Terminal / Server
How to View Running Services in Linux

Linux provides a wide range of system services (such as process management, login, syslog, cron, and more), as well as network services (remote access, email, printing, web hosting, data storage, file transfer, DNS, DHCP, and so on).

In essence, a service is a process or a group of processes that run continuously in the background, waiting for requests—most often from clients.

Linux offers several ways to manage services: start, stop, restart, or enable them to launch automatically at boot. Nearly all modern distributions rely on the same process manager — systemd.