Knowledge Base
Browse guides and tutorials about hosting, servers, and AlexHost services.
Managing Linux services efficiently is one of the most fundamental skills any system administrator must master. Whether you're applying configuration changes, recovering from an unexpected crash, troubleshooting a misbehaving daemon, or simply refreshing a running process, knowing how to restart…
ClamAV is an open-source, cross-platform antivirus engine maintained by Cisco Talos that detects viruses, trojans, rootkits, malware, and other malicious threats. It operates using a signature-based detection model backed by a continuously updated database (/var/lib/clamav/), and it is the de…
Server clustering is the practice of interconnecting multiple physical or virtual servers — called nodes — so they operate as a single, unified system. This architecture enables workload distribution, automatic failover, and horizontal scalability, ensuring that applications remain available even…
The crontab command is the primary interface for viewing, editing, and managing scheduled tasks in the Unix cron system. To list all cron jobs for the currently logged-in user, run crontab -l in any terminal. For root or system-wide jobs,…
PostgreSQL manages multiple isolated databases within a single server instance, each with its own schema, roles, and privileges. To list all databases, run l inside psql or query SELECT datname FROM pg_catalog.pg_database; from any session. To switch databases, you must…
HTTPS (HyperText Transfer Protocol Secure) is the encrypted version of HTTP, combining the standard web transfer protocol with TLS (Transport Layer Security) to create an authenticated, encrypted channel between a client browser and a web server. Every byte of data…
A custom domain email address — such as contact@yourdomain.com — routes all mail through servers you control via DNS, rather than through a shared provider namespace. To configure Mail.ru for Business with a custom domain, you must verify domain ownership…
QR codes are machine-readable optical labels that encode a URL or other data payload into a two-dimensional matrix pattern, allowing any smartphone camera to decode and open the target resource in under a second. For WordPress site owners, they serve…
WordPress powers over 43% of all websites on the internet — a statistic that reflects both its flexibility and the maturity of its installation ecosystem. Whether you are deploying a personal blog, a high-traffic business site, or a WooCommerce storefront,…
The .htaccess (Hypertext Access) file is a directory-level Apache configuration file that instructs the web server how to handle requests for your WordPress site — without requiring changes to the global httpd.conf. Every directive you place in .htaccess applies recursively…
on All Hosting Services
